Commit Graph

145 Commits

Author SHA1 Message Date
Antoine Pilote
6a52340e7d Audio engine can now play sounds 2023-09-20 21:41:34 -04:00
Antoine Pilote
dd66c15794 Compiler warning pass 2023-09-17 20:15:33 -04:00
Antoine Pilote
dadffe94d1 Merge branch 'main' of https://github.com/antopilo/Nuake 2023-09-15 17:57:28 -04:00
Antoine Pilote
61776b4fb8 Can now open .map in trenchbroom automatically 2023-09-15 17:53:07 -04:00
Antoine Pilote
d5e576e7b5 Merge branch 'main' of https://github.com/antopilo/Nuake
# Conflicts:
#	Editor/src/Misc/GizmoDrawer.cpp
#	Editor/src/Windows/FileSystemUI.cpp
2023-09-08 17:23:52 -04:00
Antoine Pilote
0fd36c292c Work 2023-09-08 17:21:01 -04:00
Antoine Pilote
00c7b975e2 Fixed billboard not taking into account parent rotation 2023-09-06 09:20:02 -04:00
Antoine Pilote
1c655154dd Added OS open URL function 2023-08-14 01:18:22 -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
1d7f9e007f Switched to using jolt virtual character instead of jolt character 2023-08-11 00:36:20 -04:00
Antoine Pilote
f24231d0e8 Fixed minor stepping issue 2023-08-09 09:59:15 -04:00
Antoine Pilote
899e2dee86 Fixed ApplyForce on rigidbody not working 2023-08-09 00:29:48 -04:00
Antoine Pilote
35940b3356 Runtime now working 2023-08-08 14:24:17 -04:00
Antoine Pilote
3b401e7711 Upgraded jolt version 2023-08-04 17:18:05 -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
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
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
emerycp
2cd11aca04 NK-141 - Rename File & Folder 2023-07-22 23:50:29 -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
emerycp
782f4bbafd NK-107 - Context Menu Folder 2023-07-22 13:05:22 -04:00
Antoine Pilote
42322fbf8e Merge pull request #45 from antopilo/NK-16-physics-scripting-module
Nk 16 physics scripting module
2023-07-22 11:58:47 -04:00
emerycp
493849a744 NK-111 - Copy Menu in Context Menu 2023-07-22 01:52:19 -04:00
Antoine Pilote
dcb203a9e9 Merge pull request #40 from antopilo/feature/logger-rework
Rework logger
2023-07-21 22:41:19 -04:00
Antoine Pilote
e4119c0d15 Rework logger 2023-07-21 22:25:17 -04:00
Émeryc
8c5ce77449 NK-126 - Added Overwrite Prompt 2023-07-21 19:23:03 -04:00
Antoine Pilote
5a8cf74e43 Merge branch 'main' into NK-16-physics-scripting-module 2023-07-21 16:44:48 -04:00
Antoine Pilote
c3f740883d Removed unused code 2023-07-19 00:31:39 -04:00
Antoine Pilote
4e4d203666 Renamed some glm::vec3 to Vector3 2023-07-19 00:31:22 -04:00
Antoine Pilote
1fee5b8d41 Added add force API endpoint 2023-07-18 00:16:26 -04:00
Antoine Pilote
520867d3fe AddForce test 2023-07-17 02:46:44 -04:00
Antoine Pilote
6433518a25 Reduced physics maxstep to 16 2023-07-17 02:46:35 -04:00
Antoine Pilote
4150610b95 Silenced jolt callbacks debug prints + comments 2023-07-17 01:58:44 -04:00
Antoine Pilote
415f6dd5cd Added Wren API endpoints + random cleanup 2023-07-17 01:49:32 -04:00
Émeryc
439e104c86 NK-100 - 'Open In' button 2023-07-16 17:15:55 -04:00
Antoine Pilote
dbac1c187f Dynamic gizmos
- Added cylinder collider component
- Dynamic cylinder, capsule, box, sphere gizmos
- Added wireframe for mesh shape
2023-07-15 19:26:37 -04:00
Antoine Pilote
6384c39efd PR Fixes 2023-07-14 12:32:26 -04:00
Antoine Pilote
b2f14472f8 Now everything works, except rotating while having scale 2023-07-14 11:25:33 -04:00
Antoine Pilote
9f60963102 Progress towards mental freedom 2023-07-13 23:31:07 -04:00
Antoine Pilote
44597fbe43 Work but still broken 2023-07-13 15:57:54 -04:00
Antoine Pilote
8d6b877f7b Merge branch 'main' into NK-103-Camera-corrupted-transform-2 2023-07-12 23:04:22 -04:00
Antoine Pilote
cb0197d654 Fixed folder 2023-07-12 23:02:21 -04:00