1185 Commits

Author SHA1 Message Date
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
91eb0ddf33 Merge pull request #111 from enduro2d/hotfix/camera_viewport
Hotfix/camera viewport
2020-01-29 20:54:33 +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
4e9100df22 sprite renderer gizmos 2020-01-24 04:23:57 +07:00
228554bc9b basic gizmos system 2020-01-24 04:22:26 +07:00
5ba9b666bd dummy camera gizmos component 2020-01-21 04:18:39 +07:00
aa0d0fda15 separate ecs render event by cameras 2020-01-21 03:32:32 +07:00
771ab9008a rename sample scene prefabs 2020-01-20 15:34:00 +07:00
39ee30d617 dummy editor system 2020-01-19 05:05:59 +07:00
6a765cb782 nodes: new helper functions 2020-01-18 15:03:51 +07:00
aed8b98db7 add physics framerate parameter, ecs::entity formatter 2020-01-17 09:39:04 +07:00
7b7c87914b more collider props 2020-01-17 08:11:35 +07:00
e85aed2a51 more rigid body props 2020-01-16 09:44:52 +07:00
75a985e07a some physics settings 2020-01-15 23:50:29 +07:00
5491251ff6 rigid_body type 2020-01-15 22:09:48 +07:00
50a9e529dd add box2d submodule 2020-01-14 14:52:48 +07:00