Commit Graph

1048 Commits

Author SHA1 Message Date
120ec667f7 remove physics dummy stuff 2020-02-05 11:30:41 +07:00
fb6ac8f0ab remove box2d module 2020-02-05 11:22:54 +07:00
7f731f99bc basic touch system impl 2020-02-05 11:12:30 +07:00
89415081eb base_evt for touchable events 2020-02-05 10:49:10 +07:00
bba9d847d9 fix nodes::find_component_from_XXX 2020-02-05 10:42:32 +07:00
8ecf74c735 fix sprite_renderer gizmos 2020-02-05 07:24:35 +07:00
137ca0335b node helper functions refactoring 2020-02-05 07:09:08 +07:00
8858716359 extract parents helper functions 2020-02-04 07:34:09 +07:00
802ee779a4 systems node helpers to ecsex namespace 2020-02-04 07:23:34 +07:00
00fe003eb2 basic touchable event classes 2020-02-04 01:42:11 +07:00
1e28f05c07 update stb module 2020-02-03 05:54:09 +07:00
50eb779685 touchable dummy bubbling and capturing flags 2020-02-02 08:55:44 +07:00
2282ef6477 hierarchy icons and context menu 2020-02-02 08:23:51 +07:00
f3f2f6216c dbgui widget icons 2020-02-02 06:41:53 +07:00
fefa2a135f add component from inspector 2020-02-02 06:29:44 +07:00
bbc52def82 add component inspector icons 2020-02-02 04:03:27 +07:00
25f1182804 add imgui icons 2020-02-02 03:54:30 +07:00
7110cd5b5b a8 imgui font texture instead rgba8 2020-02-01 12:56:24 +07:00
97ae203a21 cleanup world space colliders 2020-02-01 11:13:09 +07:00
82ae8e97e0 base components header 2020-02-01 09:15:51 +07:00
66bfbc2a61 fix world/local_space_collider disable flags 2020-02-01 08:44:28 +07:00
2e32ba1417 touchable::under_mouse flag impl 2020-02-01 06:57:51 +07:00
0e0ec9fa6e dummy touchable flags (touched, under_mouse) 2020-02-01 06:53:36 +07:00
2c465f4f42 camera flag binds 2020-02-01 06:26:57 +07:00
3edf783950 gizmos_context helper functions 2020-02-01 06:26:17 +07:00
ab1db2c31f update pnpoly module 2020-02-01 03:30:44 +07:00
2493fad386 fix camera_system zero size viewport 2020-01-30 19:32:19 +07:00
8e4ca369ea math::project with inverted projection instead original projection 2020-01-30 19:01:18 +07:00
f80614d802 add pnpoly.h module 2020-01-30 16:56:53 +07:00
55d0c0bb77 cursor pos from left bottom window corner 2020-01-30 11:42:57 +07:00
ae54d9112d add input debug widget 2020-01-30 11:39:00 +07:00
698a3fb419 dummy camera.input flag 2020-01-30 08:46:21 +07:00
abf7bb81fd more flexible orthographic matrix 2020-01-30 08:24:05 +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
b8f53c4582 camera modes for viewports 2020-01-29 20:12:49 +07:00
d92f2c1969 camera modes 2020-01-28 22:06:44 +07:00
c2e4978eed dummy camera system 2020-01-28 20:02:29 +07:00
d7ab730d2a clipping mode config for projection matrices 2020-01-28 10:30:31 +07:00
221ac93951 move source config defines to configs.hpp 2020-01-28 08:34:47 +07:00
8f0fac1750 clipping planes for camera 2020-01-28 08:01:34 +07:00
bd085efa3a fix gizmos with viewports 2020-01-27 22:45:07 +07:00
ff415be341 normalized camera viewport property 2020-01-27 04:51:30 +07:00
3c58d83d8c viewport_command to int coord 2020-01-27 03:56:53 +07:00
22137cb7c1 collider gizmos 2020-01-25 11:20:57 +07:00
d9a8fe17fd bind collider base 2020-01-25 06:24:42 +07:00
aad3a6c4e1 remove dummy editor system 2020-01-25 03:16:06 +07:00
90be8e4afa Merge branch 'master' into feature/input_event_system 2020-01-25 02:31:49 +07:00
ad81e7e5df Merge pull request #110 from enduro2d/feature/inspector_gizmos
Feature/inspector gizmos
2020-01-25 02:16:12 +07:00
c92214f084 fix gizmos colors and focus issues 2020-01-25 02:12:38 +07:00