Commit Graph

1062 Commits

Author SHA1 Message Date
bf47d82edd Merge pull request #115 from enduro2d/hotfix/fix_macosx_imgui_dpi
Hotfix/fix macosx imgui dpi
2020-02-11 03:51:28 +07:00
BlackMATov
104fe0ee71 fix imgui dpi scale on macosx 2020-02-11 03:49:05 +07:00
b2a2c6c805 Merge pull request #114 from enduro2d/feature/window_dpi_scale
Feature/window dpi scale
2020-02-06 21:18:07 +07:00
BlackMATov
b9c5264407 dbgui dpi scale; gizmos viewport clip 2020-02-06 21:07:10 +07:00
BlackMATov
9d1176d313 auto dpi scale on Windows 2020-02-06 20:29:38 +07:00
9bec3ae2f2 Merge pull request #113 from enduro2d/hotfix/new_year_2020
Hotfix/happy new 2020
2020-02-06 17:06:15 +07:00
BlackMATov
c744cc3210 remove ROADMAP.md 2020-02-06 17:04:43 +07:00
BlackMATov
5d94cdd38d copyright update 2020-02-06 17:04:35 +07:00
2421d75bc6 Merge pull request #112 from enduro2d/feature/input_event_system
Feature/input event system
2020-02-06 16:36:36 +07:00
BlackMATov
4951ecd0b3 fix imgui icons 2020-02-05 20:38:23 +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
724fdf47b1 remove collider physics dummy stuff 2020-02-05 11:38:35 +07:00
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
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