émeryc
|
d6bb452e10
|
Merge branch 'main' into feature/nk-126-click-empty-component-script
|
2023-07-21 19:25:16 -04:00 |
|
Émeryc
|
8c5ce77449
|
NK-126 - Added Overwrite Prompt
|
2023-07-21 19:23:03 -04:00 |
|
Émeryc
|
24f9d092c1
|
NK-126 - Fixed File Browser Refresh
|
2023-07-21 19:19:29 -04:00 |
|
Antoine Pilote
|
5a8cf74e43
|
Merge branch 'main' into NK-16-physics-scripting-module
|
2023-07-21 16:44:48 -04:00 |
|
Antoine Pilote
|
46a531fd7d
|
Better filesystem ui
|
2023-07-21 15:31:52 -04:00 |
|
Antoine Pilote
|
c748b9a218
|
Using font manager for folder icons
|
2023-07-21 00:18:01 -04:00 |
|
Antoine Pilote
|
14ff258094
|
Updated style for file browser
|
2023-07-21 00:11:49 -04:00 |
|
Antoine Pilote
|
ed8998301a
|
Removed hide bar button
|
2023-07-20 22:17:54 -04:00 |
|
émeryc
|
55abc9d63a
|
NK-126 - Click Empty Component Script
|
2023-07-20 22:13:10 -04:00 |
|
Antoine Pilote
|
40f61f4775
|
Fix scene scripting api mismatch signatures
|
2023-07-20 22:03:04 -04:00 |
|
Antoine Pilote
|
f186c3780e
|
Fixed Crash when pressing stop when not in play mode
|
2023-07-20 20:38:16 -04:00 |
|
Antoine Pilote
|
8296aa6e43
|
Merge pull request #35 from antopilo/NK-133-editor-camera-not-updating
NK-133 Editor camera not updating
|
2023-07-19 16:57:04 -04:00 |
|
Antoine Pilote
|
332d0d5f7a
|
Merge branch 'main' into NK-133-editor-camera-not-updating
|
2023-07-19 12:03:22 -04:00 |
|
Antoine Pilote
|
f40b760a01
|
Fix build
|
2023-07-19 11:31:08 -04:00 |
|
Antoine Pilote
|
1ab7c53a9a
|
Fixed editor camera not updating
|
2023-07-19 11:27:00 -04:00 |
|
Antoine Pilote
|
ecf26ef9ed
|
Fix viewport selection happening if clicked outside of viewport and dragged in
|
2023-07-19 11:25:51 -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
|
3800587c07
|
Merge branch 'main' of https://github.com/antopilo/Nuake
|
2023-07-18 19:05:59 -04:00 |
|
Antoine Pilote
|
8371c1108c
|
Merge pull request #33 from antopilo/NK-116-add-prefab-scripting
NK-116 Add prefab scripting API
|
2023-07-18 11:52:53 -04:00 |
|
Antoine Pilote
|
dc15f61a66
|
Update SceneModule.h
|
2023-07-18 10:35:15 -04:00 |
|
émeryc
|
4bff3b926e
|
Merge pull request #34 from antopilo/feature/nk-113-open-wren-script-double-click
NK-113 - Open Wren Script File with Double Click
|
2023-07-18 10:29:26 -04:00 |
|
Antoine Pilote
|
1fee5b8d41
|
Added add force API endpoint
|
2023-07-18 00:16:26 -04:00 |
|
Antoine Pilote
|
5b8dbf8d94
|
Removed tabs
|
2023-07-18 03:28:06 +00:00 |
|
émeryc
|
7baec67bf4
|
NK-113 - Open Wren Script File with Double Click
|
2023-07-17 20:21:15 -04:00 |
|
Antoine Pilote
|
36d43f8a65
|
Merge branch 'main' of https://github.com/antopilo/Nuake
# Conflicts:
# Editor/Editor.cpp
|
2023-07-17 11:05:26 -04:00 |
|
Antoine Pilote
|
712be0b162
|
Fixed shadows
|
2023-07-17 10:33:28 -04:00 |
|
Antoine Pilote
|
6c15fe9e85
|
Namespace cleanup
|
2023-07-17 03:11:07 -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
|
830c5fddf4
|
Can now add rigidbodies at runtime
|
2023-07-17 02:46:19 -04:00 |
|
Antoine Pilote
|
9b1de4a13f
|
AddComponent<> now replaces instead of crashing if it already exists
|
2023-07-17 02:45:04 -04:00 |
|
Antoine Pilote
|
11e3024a98
|
Make sure prefabs gets unique entity IDs
|
2023-07-17 02:44:38 -04:00 |
|
Antoine Pilote
|
e2790244eb
|
Fixed bug with name incrementation not working
|
2023-07-17 01:58:59 -04:00 |
|
Antoine Pilote
|
4150610b95
|
Silenced jolt callbacks debug prints + comments
|
2023-07-17 01:58:44 -04:00 |
|
Antoine Pilote
|
0548f7762c
|
Renamed Wren API Method name
|
2023-07-17 01:58:23 -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
|
720b128688
|
Removed unnecessary log
|
2023-07-17 01:46:48 -04:00 |
|
Antoine Pilote
|
90244777e4
|
Merge pull request #32 from antopilo/feature/NK-76-redesign-welcome-screen
Added missing logo
|
2023-07-16 18:05:31 -04:00 |
|
antopilo
|
f8a3f426bd
|
Added missing logo
|
2023-07-16 18:04:39 -04:00 |
|
émeryc
|
99c6aea2f3
|
Merge pull request #31 from antopilo/feature/nk-110-open-in-button
NK-110 - 'Open...' button
|
2023-07-16 17:43:34 -04:00 |
|
Émeryc
|
a01dc595ec
|
Changed prompt text
|
2023-07-16 17:29:46 -04:00 |
|
Émeryc
|
439e104c86
|
NK-100 - 'Open In' button
|
2023-07-16 17:15:55 -04:00 |
|
Antoine Pilote
|
752f9ac8f8
|
Compilation fix
|
2023-07-16 14:12:01 -04:00 |
|
Antoine Pilote
|
be5fef89cd
|
Merge pull request #28 from antopilo/NK-48-Dynamic-physics-gizmo
NK-48 Physics gizmo
|
2023-07-16 13:48:12 -04:00 |
|
Antoine Pilote
|
2b33653b88
|
Merge branch 'main' into NK-48-Dynamic-physics-gizmo
|
2023-07-16 13:48:04 -04:00 |
|
Antoine Pilote
|
301b578d28
|
Added smooth line
|
2023-07-16 13:46:58 -04:00 |
|
Antoine Pilote
|
eef733aece
|
Added draw collision setting
|
2023-07-15 23:05:33 -04:00 |
|
émeryc
|
54f5917efe
|
Merge pull request #30 from antopilo/feature/nk-108-remove-delete-from-project-files
NK-108 - Removed delete from .project context menu
|
2023-07-15 23:01:07 -04:00 |
|