Commit Graph

77 Commits

Author SHA1 Message Date
Antoine Pilote
1a8f4bd1aa Added simple radius gizmo 2023-08-02 15:34:04 -04:00
Antoine Pilote
7af3a79b0e Added particle system 2023-08-02 12:56:50 -04:00
Antoine Pilote
4cdaaacecb Fixes 2023-07-25 21:33:14 -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
Antoine Pilote
16209535db Optimized cache locality and rendering state change 2023-07-22 02:28:56 -04:00
Antoine Pilote
e4119c0d15 Rework logger 2023-07-21 22:25:17 -04:00
Antoine Pilote
e2790244eb Fixed bug with name incrementation not working 2023-07-17 01:58:59 -04:00
Antoine Pilote
415f6dd5cd Added Wren API endpoints + random cleanup 2023-07-17 01:49:32 -04:00
Antoine Pilote
0534c0fd81 CreateEntity & AddPrefab method added to scripting API + other
- New entity starts incrementing if an entity with the same name exists
- Better log message
2023-07-17 01:49:09 -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
9ad09ff749 FIxed gizmo 2023-07-11 16:32:01 -04:00
Antoine Pilote
07002f0d4a Better maths 2023-07-10 17:36:17 -04:00
Antoine Pilote
56858ab157 Oritentation fixed progress 2023-07-10 00:57:27 -04:00
Antoine Pilote
2a6601a2db Moved quat to forward vector in math helper class 2023-07-09 23:51:32 -04:00
Antoine Pilote
f66865c0ec Fixed wrong camera rotation when global rotation is set 2023-07-09 23:44:50 -04:00
Antoine Pilote
c2b80eb2f9 Fixed rendering error when disabling volumetric 2023-07-04 12:41:35 -04:00
Antoine Pilote
7c95beefcc More explicit error message when finding entity that doesnt exist 2023-07-03 19:14:28 -04:00
Antoine Pilote
93d007680b Serializing editor camera position and direction.
Editor camera should resume where it was
2023-07-01 11:49:38 -04:00
Antoine Pilote
1532724a5d Started work on audio manager
Implemented soloud
2023-04-02 22:35:40 -04:00
antopilo
ca7b8955bf Serialize scene path 2023-03-14 22:41:58 -04:00
antopilo
75cb774caf Code cleanup 2023-03-08 20:04:06 -05:00
antopilo
6cbad0e13b Reworked editor camera 2023-03-07 17:26:13 -05:00
antopilo
a777f37830 Improved editor camera support 2023-03-06 12:13:06 -05:00
Antoine Pilote
50a4b42284 Using serializer for the scene copy 2023-03-05 21:44:06 -05:00
Antoine Pilote
69a2013a0f Added some serialization and added shader functionallity 2023-03-05 20:09:57 -05:00
Antoine Pilote
b1edeb387f Fixed scripting engine crash and improved transformation system 2023-03-05 18:19:41 -05:00
Antoine Pilote
8be7695d1e Code standardtization pass. Fixed a bunch of warnings. 2023-03-04 17:50:02 -05:00
Antoine Pilote
abd5ac2dc8 Fixed volumetric Post FX 2023-03-04 17:44:59 -05:00
Antoine Pilote
f8643f1dcf Partial Jolt implementation and some model loader fixes. 2023-03-01 22:05:23 -05:00
Antoine Pilote
382802c62a Rework
-Removed bullet
-Removed Soloud
Removed every instances of bullet usage.
Edited some UI stuff
2022-09-24 20:14:51 -04:00
a.pilote
5fb1e376c2 added material editing in mesh panel. Renamed mesh component to model component. 2022-07-17 14:15:11 -04:00
a.pilote
249e26dcd5 Removed euler, only quaternion and dirty flag 2022-07-14 17:45:06 -04:00
antopilo
162966eeb0 Made material resource file editable from engine 2022-06-29 18:05:59 -04:00
antopilo
407ff89df7 Refactor Mesh serialization and model system. 2022-06-28 19:56:16 -04:00
antopilo
a8abef1ab2 Cleanup 2022-06-23 20:58:07 -04:00
antopilo
511e5dfb16 Removed Soloud from premake 2022-06-23 15:55:32 -04:00
antopilo
b273a2fb8a Added Screen space reflections and Editor UI refactoring 2022-01-31 13:54:58 -05:00
antopilo
a71bfcbe75 Huge rework of editor and other changes. 2022-01-09 16:44:20 -05:00
antopilo
4d1e134eaa refactoring scene rendering 2021-09-20 06:49:45 -04:00
antopilo
c02c3946b7 Added bloom post process 2021-09-15 21:18:44 -04:00
antopilo
33b3962e51 Drag and drop prefab into scene tree. Play pause snapshot system 2021-09-08 21:28:53 -04:00
antopilo
b1a1f4f063 Interface component, Serialization of mesh components 2021-09-08 18:35:10 -04:00
antopilo
61e54c5a46 GLTF 2.0 support, Updated Scripting, Fixed point light shadowing, Added editor focus camera 2021-09-06 22:28:54 -04:00
antopilo
a6823ba2fa Transform system overhaul
Fixed child rotations
Added editor overhauls
2021-09-05 16:43:38 -04:00
antopilo
c3d3e20ab4 Fixed shading in deferred.
Added sky in deferred.
Started render buffer abstraction
2021-09-01 22:31:45 -04:00
antopilo
54a138c044 Added GBuffer 2021-08-31 23:27:19 -04:00
antopilo
2a073f5972 Fixed file explorer selection bug
Fixed new project crash
2021-08-31 16:04:01 -04:00
antopilo
fb9751641f Various fixes:
- removal of entity crash
- play mode corrupt scene graph
- Added dither effect on selected entity
2021-08-30 21:46:19 -04:00
antopilo
3fb0a2cc81 Prefab saving 2021-08-26 20:46:34 -04:00
antopilo
96f0cdb4e9 Frustum culling 2021-08-25 21:04:25 -04:00