Commit Graph

596 Commits

Author SHA1 Message Date
Antoine Pilote
b99ad4ac78 Added documentation URL link in project launcher 2023-08-14 01:18:13 -04:00
Antoine Pilote
b191bd2e14 Improved welcome window design
Double click can now open project
Moved control to the left
Changed style
Added highlight color
2023-08-14 00:56:45 -04:00
Antoine Pilote
b29bc41d84 Started animation resource 2023-08-13 22:54:33 -04:00
Antoine Pilote
0307166ce4 Removed dead code 2023-08-13 11:50:51 -04:00
Antoine Pilote
a998e171d5 Fixed stride of skinned mesh
Added missing size support for the layout buffer
2023-08-13 11:50:35 -04:00
Antoine Pilote
3bafa88066 Fixed autoload of project with launch args with the editor 2023-08-13 11:50:06 -04:00
Antoine Pilote
2f0c5794d2 Started rendering 2023-08-13 01:07:18 -04:00
Antoine Pilote
17486e1666 Added backface culling and skinned mesh rendering started 2023-08-12 23:36:21 -04:00
Antoine Pilote
76d3248a2f Fixed backwards quad vertex winding order 2023-08-12 23:35:48 -04:00
Antoine Pilote
24de74bd5d Fixed shadowlights clamping issue visible in volumetric 2023-08-12 23:35:33 -04:00
Antoine Pilote
cabed86076 Added gbuffer skinned version 2023-08-12 23:35:16 -04:00
Antoine Pilote
10c16ee089 Fix model loader not taking skinning branching 2023-08-12 21:55:46 -04:00
Antoine Pilote
0caf28943f Added new component and panel + model loader 2023-08-12 21:47:26 -04:00
Antoine Pilote
e0d8383d00 Code cleanup 2023-08-12 21:46:58 -04:00
Antoine Pilote
16c41b1bc5 Merge pull request #59 from antopilo/feature/NK-148-character-autostepping
Feature/NK-148 character autostepping
2023-08-12 19:48:57 -04:00
Antoine Pilote
691f46e0d6 Added better character auto stepping and component settings 2023-08-12 16:12:39 -04:00
Antoine Pilote
a15d9c5fb0 Merge branch 'main' of https://github.com/antopilo/Nuake 2023-08-11 16:15:58 -04:00
Antoine Pilote
1d7f9e007f Switched to using jolt virtual character instead of jolt character 2023-08-11 00:36:20 -04:00
Antoine Pilote
b07c7cb6d1 Added setTranslation with x, y, z in scripting api 2023-08-10 23:42:48 -04:00
Antoine Pilote
f24231d0e8 Fixed minor stepping issue 2023-08-09 09:59:15 -04:00
Antoine Pilote
03c18842f8 Fixed set translation 2023-08-09 00:32:30 -04:00
Antoine Pilote
2262b103c2 Code cleanup 2023-08-09 00:31:41 -04:00
Antoine Pilote
f99ae1246a Fixed editor prefab 2023-08-09 00:30:50 -04:00
Antoine Pilote
67577b902b Fixed prefabs and prefab instancing 2023-08-09 00:30:38 -04:00
Antoine Pilote
67b8ca50fd Removed runtime try, catch 2023-08-09 00:30:02 -04:00
Antoine Pilote
899e2dee86 Fixed ApplyForce on rigidbody not working 2023-08-09 00:29:48 -04:00
Antoine Pilote
81026fb1af Changed default value of AO to 0.5 from 1.0 2023-08-08 17:58:57 -04:00
Antoine Pilote
d98242c98d Merge pull request #58 from antopilo/feature/NK-138-nuake-runtime
Feature/NK-138 Nuake runtime
2023-08-08 17:41:35 -04:00
Antoine Pilote
63cd8c7d5a Removed extra file 2023-08-08 14:35:41 -04:00
Antoine Pilote
35940b3356 Runtime now working 2023-08-08 14:24:17 -04:00
Antoine Pilote
88bf953102 Merge branch 'main' into feature/NK-138-nuake-runtime
# Conflicts:
#	Editor/Runtime.cpp
2023-08-07 19:07:01 -04:00
Antoine Pilote
5a62afe6d3 Merge branch 'main' of https://github.com/antopilo/Nuake
# Conflicts:
#	Nuake/src/Rendering/SceneRenderer.cpp
2023-08-07 19:06:31 -04:00
Antoine Pilote
10cf82ee06 Merge conflict 2023-08-07 19:04:01 -04:00
Antoine Pilote
41ca176592 Merge pull request #57 from antopilo/feature/physics-improvements
Feature/physics improvements
2023-08-07 18:59:19 -04:00
Antoine Pilote
cd3e542922 Fixed rendering ghosting effect 2023-08-04 17:33:25 -04:00
Antoine Pilote
476cddd549 Bumped jolt 2023-08-04 17:22:49 -04:00
Antoine Pilote
3b401e7711 Upgraded jolt version 2023-08-04 17:18:05 -04:00
Antoine Pilote
a5ee88cb8e Optimized deserialization 2023-08-03 18:56:30 -04:00
Antoine Pilote
df24ab3259 Made some serialization async 2023-08-03 18:20:03 -04:00
Antoine Pilote
f5b000adc5 Improved SSAO 2023-08-03 10:53:06 -04:00
Antoine Pilote
b861935ef2 Merge pull request #56 from antopilo/feature/NK-146-particle-system
Feature/nk 146 particle system
2023-08-03 10:33:02 -04:00
Antoine Pilote
eea9fa21d8 Removed debug ssao view 2023-08-02 23:05:16 -04:00
Antoine Pilote
4b7c75b493 Better SSAO 2023-08-02 22:00:17 -04:00
Antoine Pilote
7543d5aca4 Fixed weird behaviour with drop down menus and crash 2023-08-02 18:47:30 -04:00
Antoine Pilote
87bac4d701 Code formatting 2023-08-02 15:34:45 -04:00
Antoine Pilote
9d5c737cd6 Fixed entity cache not clearing 2023-08-02 15:34:35 -04:00
Antoine Pilote
30171518a0 Fixed default material with invalid texture 2023-08-02 15:34:26 -04:00
Antoine Pilote
1a8f4bd1aa Added simple radius gizmo 2023-08-02 15:34:04 -04:00
Antoine Pilote
eecfd3c375 Added very basic particle system and rendering 2023-08-02 14:17:33 -04:00
Antoine Pilote
7af3a79b0e Added particle system 2023-08-02 12:56:50 -04:00