Commit Graph

268 Commits

Author SHA1 Message Date
antopilo
f2be766a1f Viewport overlay to change which texture to display in viewport 2024-08-28 20:02:12 -04:00
Antoine Pilote
5d5e3e33d0 1000th commit! 🎉 - Added .Mesh thumbnail preview + outlines now scales with resolution scaling 2024-08-28 01:03:49 -04:00
Antoine Pilote
a285fbb61c Disabled debug line when dragging in 3D model 2024-08-28 00:29:10 -04:00
Antoine Pilote
50a0c1e810 Added a way to make mesh external instead of always embedded into the scene 2024-08-28 00:27:59 -04:00
Antoine Pilote
c01d6e960c Turned on snapping by default + fixed opening scene from filebrowser 2024-08-27 22:54:28 -04:00
Antoine Pilote
946cf31340 Added tooltips to overlay controls + snapping control 2024-08-27 22:54:05 -04:00
Antoine Pilote
ddeafd7bfa Added snapping 2024-08-27 14:07:04 -04:00
Antoine Pilote
64ef0b7f94 Moved translation operation to overlay 2024-08-27 13:39:33 -04:00
Antoine Pilote
9a30925b34 Started editor .Net context for undo/redo system 2024-08-25 22:42:07 -04:00
Antoine Pilote
03231e6bf7 Added Various project settings
UI, Rendering, Viewport, Physics, Audio settings
2024-08-21 18:05:28 -04:00
Antoine Pilote
26c57d9ad5 Fixed compilation error 2024-08-17 12:32:34 -04:00
Antoine Pilote
2047b3f150 Added basic project property UI 2024-08-17 12:08:37 -04:00
Antoine Pilote
5b53585515 Can now delete entity pressing delete 2024-08-16 18:07:00 -04:00
Antoine Pilote
27488ae5bf Can now rename entities pressing f2 or double clicking and selecting an entity should unfold the tree 2024-08-16 17:59:06 -04:00
Antoine Pilote
9c2a6f9019 Now displaying compilation errors in logger with status bar 2024-08-16 17:58:06 -04:00
Antoine Pilote
1685921a5a Removed audio emitter component settings displaying twice 2024-08-15 23:37:14 -04:00
Antoine Pilote
123149ebc2 Can no longer select folders 2024-08-15 22:58:22 -04:00
Antoine Pilote
3c5990fd07 Added file content preview for csharp files 2024-08-15 22:58:13 -04:00
Antoine Pilote
98f490e4e1 Now grabbing output for subprocess. Only first lines for now 2024-08-14 20:51:40 -04:00
Antoine Pilote
1eb81041fb Added clear logs button + showing exception in status bar 2024-08-14 20:29:50 -04:00
Antoine Pilote
0de9c216c5 Removed all dead code 2024-08-14 19:21:17 -04:00
Antoine Pilote
e5616f98a4 Removed unused dependencies 2024-08-14 18:55:29 -04:00
Antoine Pilote
9b9f5d111d Partial Entity Exposed field implementation 2024-08-13 23:54:51 -04:00
Antoine Pilote
01a7db2132 Made max amount of thumbnail generated per frame for performance 2024-08-13 00:34:10 -04:00
Antoine Pilote
24cd93c342 Fixed shadow mapping rendering incorrectly & Fixed crashed if open scene was cancelled 2024-08-11 00:57:41 -04:00
Antoine Pilote
6da7cb9d3f Now rendering live preview when dragging models into viewport 2024-08-11 00:45:02 -04:00
Antoine Pilote
0930d4d3f4 Better logger and project launch arg fixed 2024-08-09 19:11:46 -04:00
Antoine Pilote
0e8484f36d Added SetFullScreen and Maximize function to Window 2024-08-07 12:44:20 -04:00
Antoine Pilote
1995d429ca Moved tools into menubar->tool 2024-08-05 23:28:54 -04:00
Antoine Pilote
5fd8b3ead9 Map importer now handles maps with multiple wads + remove the //Game type and replace with projects type. Also made it faster an async 2024-07-29 23:12:56 -04:00
Antoine Pilote
7c7cb0482b Map converter now works 📦 2024-07-28 17:09:28 -04:00
Antoine Pilote
d33c4f33df Started quake map importer 2024-07-28 14:53:12 -04:00
Antoine Pilote
ac0587345d Embedded file icons, fixed lights not unregistering when deleting last light in scene. Fixed resource file 2024-07-28 12:49:25 -04:00
Antoine Pilote
f15894920f Added NavMeshVolume component 2024-07-24 20:58:48 -04:00
Antoine Pilote
fbc4ee1900 Cleaned up logging window 2024-07-23 18:36:15 -04:00
Antoine Pilote
7b48319ff5 Added Recast&Detour implementation
- Implemented debug renderer of navigation meshes
- Can now generate navigation meshes from .map files
2024-07-11 04:54:57 -04:00
Antoine Pilote
cc87da1001 Added prefab thumbnails in filebrowser + fix filebrowser crash 2024-07-11 04:51:13 -04:00
Antoine Pilote
5166dd878f GameConfig.cfg generation for trenchbroom available in the menubar 2024-04-29 00:59:12 -04:00
Antoine Pilote
5216daed48 Added back tonemapping 2024-04-28 18:17:09 -04:00
Antoine Pilote
c55854ca61 Changed bindings: F5 start/stop the game F6 Pause 2024-04-28 01:38:27 -04:00
Antoine Pilote
2e19fabdef Game state switching now uses commands 2024-04-28 01:09:55 -04:00
Antoine Pilote
a39c86d9ae Added undoable to commandds and made pause button purple 2024-04-28 00:51:53 -04:00
Antoine Pilote
9efa3892aa Fixed broken transforms after play mode 2024-04-27 20:46:38 -04:00
Antoine Pilote
59648e305b Merge branch 'main' of https://github.com/antopilo/Nuake 2024-04-27 19:13:16 -04:00
Antoine Pilote
f9081f669e Added command buffer implementation in the editor layer 2024-04-27 19:13:11 -04:00
Antoine Pilote
bf8557310e Fixed Input IsKeyPressed system, F6 to pause the game while running, F6 to start/stop 2024-04-27 15:17:58 -04:00
Antoine Pilote
4e8824bc1d Added ability to pause the game, automatically goes into the editor camera 2024-04-27 14:34:02 -04:00
Antoine Pilote
848cae6d14 Centered play buttons on the second menu bar 2024-04-27 13:13:16 -04:00
Antoine Pilote
db7002f92d Added status bar and second menu bar to the Editor 2024-04-25 21:32:24 -04:00
Antoine Pilote
845aa3e8c7 Improved camera speed indicator 2024-04-25 20:02:29 -04:00