|
|
4d6f11c998
|
buffer_view to separated header file
|
2019-05-28 21:02:12 +07:00 |
|
|
|
3788a0e577
|
fix msvc string_view iterator problems
|
2019-05-28 08:27:23 +07:00 |
|
|
|
b6f0073691
|
remove std::set and std::map using
|
2019-05-27 21:27:20 +07:00 |
|
|
|
608f9aae9b
|
return mpark variant
|
2019-05-27 21:00:46 +07:00 |
|
|
|
48a257f70d
|
remove E2D_COUNTOF macro
|
2019-05-25 23:27:19 +07:00 |
|
|
|
9e5f32b041
|
fix samples
|
2019-05-25 21:55:32 +07:00 |
|
|
|
534c915dbd
|
remove std::array and std::bitset aliases
|
2019-05-25 03:54:50 +07:00 |
|
|
|
26abbee1b6
|
add flat.hpp module
|
2019-05-25 03:47:52 +07:00 |
|
|
|
066be20fe2
|
remove string_view backport
|
2019-05-25 03:28:48 +07:00 |
|
|
|
65e9063ab7
|
remove variant 3rdparty module
|
2019-05-25 02:05:47 +07:00 |
|
|
|
f59f9c7165
|
update modules
|
2019-05-24 17:52:30 +07:00 |
|
|
|
fa5080fd35
|
get sprite_renderer sprite from atlas
|
2019-05-24 05:01:42 +07:00 |
|
|
|
cc739d6bd2
|
world resolve function
|
2019-05-24 02:54:15 +07:00 |
|
|
|
27a92fc3ad
|
add library loading error messages
|
2019-05-24 02:45:27 +07:00 |
|
|
|
71ad1c743e
|
rename component_factory to factory
|
2019-05-23 21:29:41 +07:00 |
|
|
|
b58c79c9a5
|
add json asset validation error log
|
2019-05-22 00:09:55 +07:00 |
|
|
|
44ee8f9eb1
|
add scheme component validation
|
2019-05-21 03:35:25 +07:00 |
|
|
|
5792856327
|
move component loaders to source files
|
2019-05-19 23:48:29 +07:00 |
|
|
|
c3f6f93d7e
|
clean up engine parameters and application classes
|
2019-05-18 14:44:01 +07:00 |
|
|
|
0ebb9bcfaf
|
Merge branch 'hotfix/camera_view_fix' into feature/gobject
|
2019-05-17 18:43:18 +07:00 |
|
|
|
6085118ed1
|
fix camera view and node parent-child transformations
|
2019-05-17 18:36:52 +07:00 |
|
|
|
e976840c3d
|
first impl component creator
|
2019-05-17 15:16:10 +07:00 |
|
|
|
061086e46e
|
add quaternion parsing to json_utils
|
2019-05-16 18:29:26 +07:00 |
|
|
|
9c03203713
|
Merge branch 'hotfix/update_modules' into feature/gobject
|
2019-05-15 17:18:08 +07:00 |
|
|
|
dfccfb87fa
|
fix some msvc warnings
|
2019-05-15 13:53:17 +07:00 |
|
|
|
e0c98dfac2
|
update modules
|
2019-05-15 07:53:18 +07:00 |
|
|
|
6c30095088
|
dummy component loaders
|
2019-05-15 01:36:12 +07:00 |
|
|
|
eac21505ed
|
register components in component_factory
|
2019-05-14 19:26:48 +07:00 |
|
|
|
f6e83862ca
|
add children to prefab
|
2019-05-14 19:21:22 +07:00 |
|
|
|
f76461666e
|
node contains gobject instead entity now
|
2019-05-13 21:31:35 +07:00 |
|
|
|
6ae2009430
|
world holds entity instances now
|
2019-05-13 20:35:34 +07:00 |
|
|
|
2eff98b639
|
move scene root to actor component
|
2019-05-13 19:22:44 +07:00 |
|
|
|
204bede84b
|
json utils unit tests
|
2019-05-01 12:24:30 +07:00 |
|
|
|
7456c3e0ad
|
move xml and json assets to public headers
|
2019-05-01 10:00:15 +07:00 |
|
|
|
acecd55f05
|
Merge branch 'feature/asset_dependencies' into feature/gobject
|
2019-04-19 02:12:57 +07:00 |
|
|
|
8507361f5c
|
move asset cache into library
|
2019-04-19 00:24:45 +07:00 |
|
|
|
545968428f
|
remove asset factory
|
2019-04-16 03:32:31 +07:00 |
|
|
|
8da82f0198
|
draft asset dependencies impl
|
2019-04-15 21:22:16 +07:00 |
|
|
|
53fefff3f3
|
dummy asset dependencies classes
|
2019-04-14 20:32:29 +07:00 |
|
|
|
979039be45
|
json_utils: add more types parsing
|
2019-04-14 10:33:41 +07:00 |
|
|
|
4fa5acaaf6
|
change prefab format
|
2019-04-13 13:46:47 +07:00 |
|
|
|
336b899472
|
stdex: add detection idiom, json_utils: clamp color values
|
2019-04-13 12:11:11 +07:00 |
|
|
|
bb3d7bb3b5
|
instantiate gobject from prototype and another gobject
|
2019-04-13 02:04:57 +07:00 |
|
|
|
4e278f3c15
|
Merge branch 'master' into feature/gobject
|
2019-04-12 23:29:14 +07:00 |
|
|
|
096662dccd
|
update modules
|
2019-04-12 23:27:20 +07:00 |
|
|
|
f7e44c311b
|
Merge branch 'master' into feature/gobject
|
2019-04-12 05:28:30 +07:00 |
|
|
|
2a9cdd6b53
|
fixes after modules update
|
2019-04-12 05:26:35 +07:00 |
|
|
|
b1d1d8f910
|
update modules
|
2019-04-12 05:25:23 +07:00 |
|
|
|
50244b56f6
|
Merge branch 'master' into feature/gobject
|
2019-04-10 00:46:45 +07:00 |
|
|
|
b63feded42
|
update modules
|
2019-04-09 13:03:27 +07:00 |
|