Commit graph

1381 commits

Author SHA1 Message Date
Mikulas Florek
4c60207ce9 refactor 2015-12-06 01:19:47 +01:00
Mikulas Florek
0f27d3a4e3 onContact with position info 2015-12-05 21:59:47 +01:00
Mikulas Florek
13c41ba538 some new functions exported to lua api from physics 2015-12-05 20:57:12 +01:00
Mikulas Florek
e564028277 physx libs compiled from source
physics lua api using lua scene's interface
2015-12-05 04:12:23 +01:00
Mikulas Florek
e88926e580 Interface for other plugins to add functions to lua script system - closes #637 2015-12-05 02:25:34 +01:00
Mikulas Florek
4021192e58 added news in v0.18.
Last missing editor command registered with factory
2015-12-04 00:14:14 +01:00
Mikulas Florek
44029dff72 some more editor commands registered with factory 2015-12-03 23:33:52 +01:00
Mikulas Florek
2cf713ca6c reuse slots in m_script in LuaScriptSceneImpl - closes #629 2015-12-03 23:06:07 +01:00
Mikulas Florek
67c4d8ed58 fixed COM refcount in the audio system 2015-12-02 22:27:20 +01:00
Mikulas Florek
04239e2d68 fixed crash when editorobjects shader is regenerated by shader editor 2015-12-02 21:49:32 +01:00
Mikulas Florek
adbff40a45 fixed error message when physical box dimension is set to 0
fixed crash when an entity with script component without valid path to script collides
2015-12-02 21:29:36 +01:00
Mikulas Florek
60cb32b833 removed std::function - closes #354 2015-12-02 01:37:53 +01:00
Mikulas Florek
c4b0e2a211 fixed crash cause by bgfx allocator in release mode 2015-12-02 01:25:29 +01:00
Mikulas Florek
c41dc4c478 input system - controller's inputs has 0 value if no controller is connected
hierarchy - correctly handle removal of an entity
cleanup
2015-12-02 00:41:36 +01:00
Mikulas Florek
3709a5eb27 fixed crash when removing script component 2015-12-02 00:26:44 +01:00
Mikulas Florek
15e544c1df cleanup 2015-12-02 00:03:46 +01:00
Mikulas Florek
8837e9178e cleanup 2015-12-01 23:50:31 +01:00
Mikulas Florek
c36119e4c6 script's onContact receive correct parameters even for recently created entities 2015-12-01 21:48:04 +01:00
Mikulas Florek
7fcb615ec6 cleanup 2015-12-01 21:18:12 +01:00
Mikulas Florek
53841494cd cleanup 2015-12-01 18:39:12 +01:00
Mikulas Florek
f86455db27 cleanup 2015-12-01 17:39:21 +01:00
Mikulas Florek
258d8dfeca cleanup 2015-12-01 13:58:11 +01:00
Mikulas Florek
6700e0dec1 enum property in the property grid - closes #630 2015-12-01 12:27:20 +01:00
marynate
6ab5f300ac fixed setEcho was missing frmom AudioScene 2015-12-01 10:47:58 +08:00
Mikulas Florek
18c6ffebcc Collision events - closes #625 2015-11-30 23:02:01 +01:00
Mikulas Florek
b92890bc3a memory leak fixed 2015-11-30 22:59:43 +01:00
Mikulas Florek
629a26620d Scenes accessible in lua script as global variables - closes #626 2015-11-30 20:38:14 +01:00
Mikulas Florek
3c719bba2c physics - contact callback - support for #625 2015-11-29 23:03:54 +01:00
Mikulas Florek
bb56453f3e remove resource with 0 references after the universe is destroyed - closes #622 2015-11-29 17:01:02 +01:00
Mikulas Florek
08955dccdd fixed rare freeze on shutdown 2015-11-28 21:56:20 +01:00
Mikulas Florek
37bf5988bc fixed memory leak when the studio is closed during loading 2015-11-28 20:39:06 +01:00
Mikulas Florek
df4a538aa4 correcly loaded audio scene 2015-11-28 00:25:34 +01:00
Mikulas Florek
7dccd6df45 echo effect - #611 2015-11-27 23:13:56 +01:00
Mikulas Florek
f0c0fb29b7 all lua properties of type entity are editable - fixes #621 2015-11-27 21:20:02 +01:00
Mikulas Florek
eb6b448866 fixed crash if universe is destroyed during game mode - fixes #614 2015-11-27 21:14:11 +01:00
Mikulas Florek
35426572cd bgfx allocator using allocation with alignment;
some more parts of code profiled
2015-11-27 21:03:22 +01:00
Mikulas Florek
e221de62dc bgfx allocator - closes #615 2015-11-27 17:00:22 +01:00
Mikulas Florek
9db91df7fb Multithread safe profiler - closes #177 2015-11-26 23:20:39 +01:00
Mikulas Florek
9b998a460c lua script : API_getEnvironment function - closes #620 2015-11-25 22:40:13 +01:00
Mikulas Florek
8b08cf23d4 xbox controller support - closes #618 2015-11-24 21:55:04 +01:00
Mikulas Florek
f6ec9c7753 clip manager - filter 2015-11-24 19:42:10 +01:00
Mikulas Florek
d2e8698f99 Show/hide clip manager + save status in settings 2015-11-23 23:03:15 +01:00
Mikulas Florek
a5781b584d audio WIP 2015-11-23 21:54:13 +01:00
Mikulas Florek
993f61f4df audio WIP 2015-11-22 18:37:42 +01:00
Mikulas Florek
05ae191f73 ambient sound WIP 2015-11-22 17:31:19 +01:00
Mikulas Florek
d6d842c18e audio WIP 2015-11-22 11:21:27 +01:00
Mikulas Florek
82ab88a335 cleanup 2015-11-22 00:31:23 +01:00
Mikulas Florek
b2cec3135c Merge branch 'master' of github.com:nem0/LumixEngine into audio 2015-11-21 23:18:39 +01:00
Mikulas Florek
0acd3efa74 sandboxed lua scripts - fixes #613 2015-11-21 22:48:42 +01:00
Mikulas Florek
71ac25755c audio WIP 2015-11-21 13:04:11 +01:00