Commit Graph

347 Commits

Author SHA1 Message Date
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
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
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
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
Antoine Pilote
807e9c9a9f Added particle emitter component 2023-08-02 12:40:12 -04:00
Antoine Pilote
ba102e971c Merge branch 'main' of https://github.com/antopilo/Nuake 2023-08-02 12:16:33 -04:00
Antoine Pilote
db39266798 Fixed editor crash when opening env editor and added bilboard shadows 2023-08-02 12:16:01 -04:00
Antoine Pilote
101759b923 Merge pull request #54 from antopilo/feature/NK-95-billboard-component
Feature/nk 95 billboard component
2023-08-02 12:14:39 -04:00
Antoine Pilote
220948fe92 Update Nuake/src/Core/Physics/DynamicWorld.cpp
Co-authored-by: émeryc <emeryc.primeau@gmail.com>
2023-08-02 11:59:42 -04:00
emerycp
276fc764b2 NK-92 PR Comments 2023-08-02 08:40:16 -04:00
emerycp
9159c6236b NK-92 - Search Bar In Filebrowser 2023-08-01 19:39:38 -04:00
Antoine Pilote
e5603c5111 Added sprite mesh 2023-08-01 18:50:04 -04:00
Antoine Pilote
b69d71d0eb Removed unused code 2023-08-01 18:49:51 -04:00
Antoine Pilote
fe9f691439 Added billboard calculation 2023-08-01 15:15:53 -04:00
Antoine Pilote
f7398d0224 Code cleanup 2023-08-01 15:15:36 -04:00
Antoine Pilote
f54d64c6dd Added sprite component 2023-08-01 15:15:27 -04:00
emerycp
ff82a18587 NK-92 - Update file system 2023-08-01 14:28:17 -04:00
emerycp
6e38bf2c24 NK92 - Search crawling
Do a Log for now.
2023-08-01 11:57:26 -04:00
Antoine Pilote
f5c47ee045 Merge branch 'main' of https://github.com/antopilo/Nuake 2023-07-31 11:09:23 -04:00
Antoine Pilote
5a891e8fb2 Fixed out of threads jolt 2023-07-31 11:08:13 -04:00
Antoine Pilote
2424dc0977 Merge pull request #52 from antopilo/feature/NK-128-raycast
Feature/NK-128 Raycast api
2023-07-28 13:43:29 -04:00
Antoine Pilote
f12ae4580c Removed old raycast 2023-07-28 13:13:20 -04:00
Antoine Pilote
c637bd18ab Fixed wren api, packing into vec3 2023-07-28 13:11:24 -04:00
Antoine Pilote
8308c1a7e6 Removed unused files 2023-07-26 15:54:00 -04:00
Antoine Pilote
afb06e382f Removed extra float in vertex 2023-07-26 15:46:20 -04:00
Antoine Pilote
4cdaaacecb Fixes 2023-07-25 21:33:14 -04:00
Antoine Pilote
5103101a0d Added wren binding to raycast function 2023-07-24 00:56:27 -04:00
Antoine Pilote
fc8628fb4f Added raycast to physics world 2023-07-23 16:19:14 -04:00
Antoine Pilote
e31dc40645 Added imgui text editor 2023-07-23 11:31:05 -04:00
Antoine Pilote
df7a0abb7a Merge pull request #49 from antopilo/feature/NK-144-splash-screen
NK-144 Added splash screen
2023-07-23 01:03:28 -04:00
Antoine Pilote
0b87dd1585 Added splash screen 2023-07-23 00:47:10 -04:00
émeryc
fb9ac8d430 Merge pull request #48 from antopilo/NK-141-rename-file&folder
NK-141 - Rename File/Folder
2023-07-23 00:01:42 -04:00
emerycp
2cd11aca04 NK-141 - Rename File & Folder 2023-07-22 23:50:29 -04:00
Antoine Pilote
acfe261ab5 Fixed breaking changes between imgui upgrade 2023-07-22 22:13:48 -04:00
émeryc
a71689a885 Merge pull request #46 from antopilo/NK-107-context-menu-folder
NK-107 Context menu folder
2023-07-22 13:25:24 -04:00
emerycp
a5f85019b9 NK-107 - RemoveFile -> DeleteFileFromPath 2023-07-22 13:13:59 -04:00
Antoine Pilote
ab3d19c137 Merge branch 'main' of https://github.com/antopilo/Nuake
# Conflicts:
#	Nuake/src/Core/Physics/DynamicWorld.cpp
#	Nuake/src/Core/Physics/DynamicWorld.h
2023-07-22 13:10:41 -04:00
Antoine Pilote
2ee0dd3dfe fix 2023-07-22 13:09:22 -04:00
Antoine Pilote
aed3bb688a Runtime progress 2023-07-22 13:08:04 -04:00