1185 Commits

Author SHA1 Message Date
8af8af7a27 math: basic ray2 and ray3 classes 2019-12-03 07:33:58 +07:00
6b5f821499 physics dummy module 2019-12-03 03:53:50 +07:00
184454e18b Merge branch 'master' into feature/input_event_system 2019-12-02 11:24:59 +07:00
dbf86793f0 basic profiler events and sink registration 2019-12-02 11:12:01 +07:00
be7114f4b2 some str_view vs buffer_view improvements 2019-12-02 10:08:27 +07:00
199768ddf5 utils: little defer refactoring 2019-12-02 01:32:47 +07:00
793e2e958b Merge branch 'master' into feature/profiler 2019-12-01 18:32:52 +07:00
15645e55b5 Merge pull request #106 from enduro2d/feature/dbgui_docking
Feature/dbgui docking
2019-12-01 18:29:54 +07:00
49cfa0b800 dummy profiler module 2019-12-01 18:16:42 +07:00
ab90849e2f fix some warnings 2019-12-01 17:54:33 +07:00
6e38789f79 Merge branch 'feature/dbgui_docking' into feature/input_event_system 2019-12-01 16:31:37 +07:00
f98af27498 enable imgui docking 2019-12-01 16:28:34 +07:00
125afe2450 utils: add defer 2019-12-01 02:26:15 +07:00
27dd8f4813 dbgui: context_uptr instead raw pointer 2019-11-30 20:56:04 +07:00
0e04c88ff0 switch imgui branch to docking 2019-11-30 20:13:59 +07:00
d4f5b3215a window: add cursor shapes 2019-11-30 20:10:55 +07:00
a8abd27a31 window: add cursor shapes 2019-11-30 17:16:35 +07:00
bebe52b948 Merge pull request #105 from enduro2d/feature/remove_3d
Feature/remove 3d
2019-11-30 14:14:22 +07:00
5cc9cd8dc5 Merge branch 'feature/remove_3d' into feature/input_event_system 2019-11-30 10:37:51 +07:00
a131739b25 fix tests and samples 2019-11-30 10:03:54 +07:00
4b266de434 change node transform type to trs2 2019-11-30 09:52:34 +07:00
59c7d8763b add 3d transform for renderer component 2019-11-30 09:47:31 +07:00
49a74cd837 json_utils: parse trs2 and trs3 2019-11-30 07:26:20 +07:00
b80cdeb0e7 dummy rigid_body component 2019-11-29 09:51:30 +07:00
7b6615b767 dummy input system 2019-11-29 05:39:23 +07:00
0d3c41ef6c enable/disable emmy lua api for collider and touchable components 2019-11-29 03:44:15 +07:00
dc0d0ea965 dummy touchable component 2019-11-29 03:42:33 +07:00
0ca555a8c5 unit tests for collider parsing 2019-11-29 01:24:47 +07:00
08d80d1289 basic collider properties 2019-11-28 22:03:10 +07:00
5d77d42ed0 dummy collider components 2019-11-28 20:23:13 +07:00
fe98c071fa Merge pull request #104 from enduro2d/feature/scripting
Feature/scripting
2019-11-27 15:57:35 +07:00
371e05574b fix pvs warning 2019-11-27 15:55:41 +07:00
7fdc227b17 improve CI scripts, update modules 2019-11-27 08:47:23 +07:00
ac6da0c740 CI: build only release 2019-11-23 09:09:58 +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
636c29a1b9 update enum.hpp 2019-11-22 06:19:10 +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
ac1bf0e6cb remove degf and radf from lua api 2019-11-16 08:53:39 +07:00
dc653a3c7f add example scripts 2019-11-16 07:10:32 +07:00
0122de0f28 fill meta table in instantiate function 2019-11-16 06:25:02 +07:00
a499027ea0 update glfw 2019-11-16 04:38:41 +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
2f88594303 fix sample_06 2019-11-14 04:00:44 +07:00