Lasse Öörni
|
f23a78eec4
Fixed crash if physics world was destroyed before other physics components.
|
14 years ago |
Lasse Öörni
|
10ad7a3dd2
Added phantom attribute to CollisionShape. Phantom shapes create collision events, but do not generate contact joints to the physics simulation.
|
14 years ago |
Lasse Öörni
|
6dd8679214
Further attribute reorganization.
|
14 years ago |
Lasse Öörni
|
3576a81993
Initial node/component attribute editing.
|
14 years ago |
Lasse Öörni
|
5b44c38d32
Code cleanup. Actually use the added Contains() & Find() functions.
|
14 years ago |
Lasse Öörni
|
444c18673e
Code formatting & optimization.
|
14 years ago |
Lasse Öörni
|
67eec15057
Converted kNet to use Container library instead of STL.
|
14 years ago |
Lasse Öörni
|
48aa81e8e4
Added Node functions to get the world unsmoothed (target) transform.
|
14 years ago |
Lasse Öörni
|
13d449d9cc
Added Abs() to Vector2, Vector3 and Vector4.
|
14 years ago |
Lasse Öörni
|
cc2a487361
Further optimization of the parent node network replication attribute.
|
14 years ago |
Lasse Öörni
|
7b15b34c83
Removed most OnGetAttribute() / OnSetAttribute() functions in favor of accessor attributes.
|
14 years ago |
Lasse Öörni
|
aa2491a7ac
Moved SharedPtr & SharedArrayPtr to the Container library.
|
14 years ago |
Lasse Öörni
|
0d29d818ad
Moved from SDL to GLFW & PortAudio.
|
14 years ago |
Lasse Öörni
|
b90c1386be
Removed unnecessary parentheses.
|
14 years ago |
Lasse Öörni
|
f60321b20f
Use PODVector more extensively.
|
14 years ago |
Lasse Öörni
|
f3859c1ed7
Added documentation about containers.
|
14 years ago |
Lasse Öörni
|
b9520be2eb
Moved tree balancing operations to TreeBase.
|
14 years ago |
Lasse Öörni
|
a956f2ff20
Fixed bugs in Vector & PODVector.
|
14 years ago |
Lasse Öörni
|
d69efd65f0
Container library fixes.
|
14 years ago |
Lasse Öörni
|
565de1ad02
Moved some of StringUtils functions to the String class.
|
14 years ago |
Lasse Öörni
|
97d698e922
Code cleanup.
|
14 years ago |
Lasse Öörni
|
b64d298336
Added template Variant::Get() functions.
|
14 years ago |
Lasse Öörni
|
7c45da5588
Import new code.
|
14 years ago |
Lasse Öörni
|
a48885a729
Make way for import of new code.
|
14 years ago |
Lasse Öörni
|
e2335ec26e
Initial component editing.
|
15 years ago |
Lasse Öörni
|
cbbd044d95
Refactored & unified viewport handling. Now RenderSurfaces also set a viewport. Exposed Viewport struct to script.
|
15 years ago |
Lasse Öörni
|
4a18fd3dff
Draw Pipeline & PhysicsWorld debug geometry automatically if enabled.
|
15 years ago |
Lasse Öörni
|
20b23ced83
Engine & script API improvements.
|
15 years ago |
Lasse Öörni
|
d5a35e6530
Garbage collection moved before rendering update so that "ghost" objects will not be rendered in any case.
|
15 years ago |
Lasse Öörni
|
03e19a7ac2
Event refactoring. Now it is possible to subscribe to events of a specific sender. To be able to send events, one must also derive from EventListener.
|
15 years ago |