Commit Graph

303 Commits

Author SHA1 Message Date
BlackMATov
715667f426 update blackmatov modules 2021-01-15 21:05:52 +07:00
BlackMATov
5dfea8b512 use defer.hpp instead builtin impl 2020-10-29 04:48:58 +07:00
BlackMATov
d257cf2adf remove script system and bindings 2020-10-04 04:54:16 +07:00
BlackMATov
9aa1d88df7 remove audio bass impl 2020-05-27 19:57:34 +07:00
BlackMATov
7fc811399e remove network and curly modules 2020-05-27 18:38:42 +07:00
BlackMATov
31288fafd6 remove pivot from samples 2020-04-24 21:47:53 +07:00
BlackMATov
d70c3d3f3c fix samples for new prefabs 2020-04-24 10:20:13 +07:00
BlackMATov
8c28cab788 mod children list of subprefabs 2020-04-24 09:00:36 +07:00
BlackMATov
b82b743f76 rename prefab "parent" property to "prefab" 2020-04-24 04:05:59 +07:00
BlackMATov
e659663954 add mod_children property to prefab asset 2020-04-22 23:56:01 +07:00
BlackMATov
8e470e1b09 utils: intrusive_list sorting functions 2020-04-22 17:39:44 +07:00
BlackMATov
379218055d node: add_child_at function 2020-04-22 13:00:40 +07:00
BlackMATov
3f8bb69955 node: swap_children and swap_children_at functions 2020-04-22 10:41:21 +07:00
BlackMATov
db99cd71d3 node: child_index function 2020-04-22 08:53:01 +07:00
BlackMATov
969180f3db node: remove_child_at function 2020-04-22 08:52:39 +07:00
BlackMATov
906dfcd292 node: child_at function 2020-04-22 08:12:17 +07:00
BlackMATov
20c35f2911 add uuid property to prefab, rename prototype to parent 2020-04-22 06:52:01 +07:00
BlackMATov
d2d22a57cd update catch2 to 2.11.3 2020-04-20 14:13:05 +07:00
BlackMATov
84d2f1b618 fix untests 2020-03-25 07:45:37 +07:00
BlackMATov
afaef0cef6 add inner and outer texrects to sprite asset and atlas sprite 2020-02-22 09:01:58 +07:00
BlackMATov
5d94cdd38d copyright update 2020-02-06 17:04:35 +07:00
BlackMATov
b4c85ff03d fix CI tests 2020-02-05 19:48:50 +07:00
02dcc6ee2c remove math physics stuff 2020-02-05 11:44:15 +07:00
120ec667f7 remove physics dummy stuff 2020-02-05 11:30:41 +07:00
137ca0335b node helper functions refactoring 2020-02-05 07:09:08 +07:00
8e4ca369ea math::project with inverted projection instead original projection 2020-01-30 19:01:18 +07:00
3237d7a0e4 math: project, unproject 2020-01-30 03:53:52 +07:00
1962519f6e Merge branch 'hotfix/camera_viewport' into feature/input_event_system 2020-01-29 20:50:48 +07:00
d7ab730d2a clipping mode config for projection matrices 2020-01-28 10:30:31 +07:00
8f0fac1750 clipping planes for camera 2020-01-28 08:01:34 +07:00
22137cb7c1 collider gizmos 2020-01-25 11:20:57 +07:00
19215bf1c5 fixes after master merge 2020-01-13 15:45:52 +07:00
a629a34676 Merge branch 'master' into feature/input_event_system 2020-01-13 15:34:03 +07:00
ff6aec9f70 utils: variadic module::is_initialized and module::shutdown 2020-01-12 01:47:06 +07:00
690166b1e1 update 3rd modules
catch to 2.11.1
glfw to 3.3.2
imgui to docking top
miniz to latest master
rapidjson to latest master
sol2 to 3.2.0
2020-01-11 22:40:32 +07:00
BlackMATov
3c5f207092 Merge remote-tracking branch 'origin/master' into feature/debug_hierarchy 2020-01-10 17:06:12 +07:00
BlackMATov
0766d75ba7 little less overloaded core functionality 2020-01-09 13:26:29 +07:00
BlackMATov
3cb4890737 utils: add schemepath function for url 2019-12-29 00:34:04 +07:00
BlackMATov
0c20db62b5 remove cancel from defer, add buffer_view overload for create_shader function 2019-12-26 07:28:54 +07:00
1fac2791d1 remove quat and little clean up math 2019-12-18 22:19:08 +07:00
36f516ab1c math: remove contains_nan and is_finite 2019-12-17 00:46:48 +07:00
feac21cad6 math: string format and binds for ray2 and ray3 2019-12-03 07:37:55 +07:00
8af8af7a27 math: basic ray2 and ray3 classes 2019-12-03 07:33:58 +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
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
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
7fdc227b17 improve CI scripts, update modules 2019-11-27 08:47:23 +07:00