Stanislav Denisov
cd9a16a890
Add an option to disable ragdoll creation for humanoids ( #1365 )
2025-12-13 09:00:57 +01:00
Stanislav Denisov
a00fb8efc2
Implement a dialog for unsaved changes ( #1241 )
...
* Track unsaved scene changes
* Implement a dialog for unsaved changes
* Exclude all selection actions from scene change tracking
2025-10-15 17:39:15 +02:00
Dennis Brakhane
f0bd5a8086
Don't use by reference capture by default ( #1207 )
...
replace [&] with [this] or [] where possible to avoid people
accidentally capturing something by reference that needs to be
copied, like strings.
2025-08-13 08:46:42 +02:00
Turánszki János
14a6cb6816
limb spacing ( #1182 )
2025-07-23 08:25:08 +02:00
Turánszki János
6e3c57ff33
added multiple animation import for character and animation tester and Mixamo resetpose fix ( #1176 )
2025-07-18 08:24:45 +02:00
Dennis Brakhane
282b81c3d9
replace default reference captures, fix missing calls ( #1153 )
...
* forAll -> forEach
* replace default reference captures with more specific ones
* fix missing calls in fixXYZ/forEachSelectedWithRefresh
2025-07-08 17:08:59 +02:00
Dennis Brakhane
985596c9b3
editor: reduce code duplication for all other components as well ( #1151 )
2025-07-07 07:36:01 +02:00
Turánszki János
c31aa35c53
gui layout refactor ( #1114 )
2025-06-01 17:07:12 +02:00
Turánszki János
1be929aa8a
gui changes: slider size now includes the textbox, combobox size now includes the droparrow, editor gui rearrangement
2025-05-30 08:50:26 +02:00
Turánszki János
fe3b922fb9
Terrain spline material and some gui updates ( #1092 )
...
- spline material can modify terrain material
- gui: labels can now auto fit text
- gui: window close button is replaced to the right side to help avoid clicking it by mistake when trying to collapse
2025-04-25 08:36:26 +02:00
Turánszki János
545e859ca7
Capsule shadows ( #1055 )
2025-03-04 09:19:24 +01:00
Turánszki János
32006f3d10
humanoid lookat can be set to entity and serialized
2025-01-21 06:56:04 +01:00
Turánszki János
dfcc61bd6d
gui: auto window sizing to fit all widgets; editor: object lightmap preview, windows sizing updates;
2024-12-29 11:15:50 +01:00
Turánszki János
99396e212d
shader optimizations
2024-07-29 18:34:40 +02:00
Turánszki János
fb41bf83bd
Softbody simplification with bones ( #876 )
2024-07-04 09:24:47 +02:00
Turánszki János
99d6cc552e
some improvements here and there
2024-06-08 06:14:00 +02:00
Turánszki János
a988218755
resource manager filedata retention changes ( #857 )
2024-06-06 09:18:42 +02:00
Turánszki János
1c38d93304
Editor gui v2 ( #843 )
2024-05-17 08:04:05 +02:00
Turánszki János
305ca85140
occlusion raytest, ragdoll fatness, ragdoll headsize
2024-03-06 09:09:07 +01:00
Turánszki János
c1d5ba7b32
added support for ragdoll scaling
2023-10-31 18:17:43 +01:00
Turánszki János
8597b70b60
Ragdoll physics ( #768 )
2023-10-29 17:05:41 +01:00
Turánszki János
21d5f37fee
build updates ( #655 )
2023-03-28 19:30:29 +02:00
Turánszki János
6151fd82e6
VRM humanoid data import ( #567 )
...
* VRMhumanoid data import
* linux fix
* humanoid lookAt
* updates
* mouse look improvement
* head size
* theme color affects picker entity icons
* eye lookat
* blinking more random, collider aabb checks
* improvements
* editor: use humanoid information to improve bone picking
2022-09-16 15:05:23 +02:00