|
|
08d80d1289
|
basic collider properties
|
2019-11-28 22:03:10 +07:00 |
|
|
|
5d77d42ed0
|
dummy collider components
|
2019-11-28 20:23:13 +07:00 |
|
|
|
7fdc227b17
|
improve CI scripts, update modules
|
2019-11-27 08:47:23 +07:00 |
|
|
|
46ac61f0cb
|
generic traits and debug format for enums
|
2019-11-22 12:56:56 +07:00 |
|
|
|
588c9d4f71
|
wrap utils enums to enum.hpp too
|
2019-11-22 06:32:06 +07:00 |
|
|
|
a69b17082e
|
apply enum.hpp to all enums
|
2019-11-21 14:19:29 +07:00 |
|
|
|
87b3c157e3
|
add enum.hpp module
|
2019-11-21 13:31:37 +07:00 |
|
|
|
eed478f288
|
return spine events and commands parsing
|
2019-11-17 14:57:58 +07:00 |
|
|
|
a78cdaf72a
|
fix extracting components and nodes functions
|
2019-11-17 07:16:19 +07:00 |
|
|
|
9f1737c2b5
|
fix warnings in bit functions
|
2019-11-16 09:59:04 +07:00 |
|
|
|
0122de0f28
|
fill meta table in instantiate function
|
2019-11-16 06:25:02 +07:00 |
|
|
|
9f5328d6d4
|
fix CI build
|
2019-11-14 22:32:11 +07:00 |
|
|
|
b662dc3ae6
|
bind high components and modules
|
2019-11-14 05:51:38 +07:00 |
|
|
|
c1f593c567
|
components cleanup
|
2019-11-14 04:03:03 +07:00 |
|
|
|
316de29c2c
|
dummy library asset binds
|
2019-11-14 03:38:24 +07:00 |
|
|
|
503c52b0c5
|
remove secf using
|
2019-11-14 03:31:25 +07:00 |
|
|
|
f0704363cb
|
generic events and commands components
|
2019-11-14 03:29:58 +07:00 |
|
|
|
d12519ae05
|
math lua api is almost complete
|
2019-11-10 07:18:43 +07:00 |
|
|
|
2c40a2386a
|
core lua api is almost complete
|
2019-11-08 03:30:44 +07:00 |
|
|
|
f1b62a55f1
|
fix CI compilation errors
|
2019-11-02 07:27:51 +07:00 |
|
|
|
eec94458c7
|
send spine events from script_system
|
2019-11-02 03:55:14 +07:00 |
|
|
|
1fc8d3ff77
|
instantiate with meta calls
|
2019-11-02 03:48:02 +07:00 |
|
|
|
ee0393d5f7
|
new binds
|
2019-11-02 03:06:00 +07:00 |
|
|
|
a1b30761ce
|
new named component
|
2019-10-30 22:03:23 +07:00 |
|
|
|
c74d63863a
|
new disabled<T> component
|
2019-10-30 00:04:00 +07:00 |
|
|
|
c0a41fbc03
|
fix label align typos
|
2019-10-25 19:56:10 +07:00 |
|
|
|
7e1833d222
|
few helper functions for components extracting
|
2019-10-25 13:26:34 +07:00 |
|
|
|
3bfadb538b
|
few helper functions for children extracting
|
2019-10-25 12:44:00 +07:00 |
|
|
|
9381d52d72
|
fix some starter params
|
2019-10-23 11:30:33 +07:00 |
|
|
|
6701dc2ec4
|
add dummy script_system
|
2019-10-22 03:20:20 +07:00 |
|
|
|
5de8190e37
|
add new frame_finalize stage to game loop
|
2019-10-22 03:05:34 +07:00 |
|
|
|
ef24a39646
|
Merge branch 'feature/safe_gobject' into feature/scripting
|
2019-10-22 02:52:39 +07:00 |
|
|
|
dcb0fe22a6
|
access to gobject alive flag
|
2019-10-22 02:52:05 +07:00 |
|
|
|
a230e930c3
|
Merge branch 'hotffix/fix_macosx_catalina_glfw' into feature/scripting
|
2019-10-22 02:27:44 +07:00 |
|
|
|
536bdd7a9c
|
add resizable window flag and resize window events
|
2019-10-22 02:25:55 +07:00 |
|
|
|
66477ba347
|
Merge branch 'master' into feature/scripting
|
2019-10-19 13:35:25 +07:00 |
|
|
|
a5c8b80176
|
update lua to 5.3.5 and sol2 to 3.0.3
|
2019-10-19 13:20:58 +07:00 |
|
|
|
3ce725c440
|
rewrite update systems logic to features and events
|
2019-10-19 08:53:53 +07:00 |
|
|
|
02867ff21f
|
update rapidjson to latest master
|
2019-10-19 01:27:09 +07:00 |
|
|
|
37df4c2f48
|
update pugixml to 1.10
|
2019-10-19 00:12:57 +07:00 |
|
|
|
c89edaf43c
|
remove behaviour.destroy component
|
2019-10-12 21:49:47 +07:00 |
|
|
|
54d6963667
|
Merge branch 'feature/safe_gobject' into feature/scripting
|
2019-10-12 21:41:35 +07:00 |
|
|
|
2a8b556b16
|
safe gobject destroying
|
2019-10-12 21:39:42 +07:00 |
|
|
|
0ecfaefdda
|
bind core debug, engine and input
|
2019-10-12 09:20:55 +07:00 |
|
|
|
ebbbd896d4
|
collect lua garbage before starter destroy. register sol ptrs.
|
2019-10-12 07:38:17 +07:00 |
|
|
|
9633edd1d0
|
add meta table to behaviour component
|
2019-10-12 07:25:37 +07:00 |
|
|
|
afd691a52f
|
Merge branch 'feature/safe_gobject' into feature/scripting
|
2019-10-12 07:08:12 +07:00 |
|
|
|
3a87f9c60d
|
new gobject and gcomponent safe wrappers
|
2019-10-12 07:04:32 +07:00 |
|
|
|
b9423484dc
|
add loading behaviour script asset
|
2019-10-10 21:15:12 +07:00 |
|
|
|
ad37e6fe84
|
add color/color32 bindings
|
2019-10-07 15:44:48 +07:00 |
|