Commit Graph

54 Commits

Author SHA1 Message Date
059e5cc963 universal resources copying for samples and untests 2019-01-06 00:04:22 +07:00
d88f0db608 engine::parameters::without_graphics flag 2018-12-19 17:55:08 +07:00
af95e86764 promises for async vfs operations 2018-12-14 23:22:55 +07:00
aaf943038d starter module for starting high modules 2018-12-05 18:07:07 +07:00
bb3245cb9e Fix issue: https://github.com/enduro2d/enduro2d/issues/23 2018-11-12 06:28:00 +07:00
41ce1edbd7 remove FPS counter from sample window title 2018-11-09 13:19:06 +07:00
3065592a10 command line arguments to platform module 2018-11-08 21:11:05 +07:00
e5e355c825 safe sleep CPU in idle 2018-11-08 11:53:50 +07:00
59bb164f4c initialization all modules in engine 2018-11-08 00:13:34 +07:00
af552983b3 remove debug code from sample 2018-11-03 20:52:50 +07:00
2a5b5121a4 rename render_target_command to target_command 2018-10-29 20:29:20 +07:00
18b9c880d8 raw pointers for draw command 2018-10-29 19:56:37 +07:00
0cf3b932d6 material and geometry ptr for draw_command 2018-10-25 23:47:38 +07:00
8d5758c2d7 render command_block 2018-10-25 18:49:32 +07:00
5624936f58 set_viewport as rect 2018-10-24 19:25:32 +07:00
532663a958 render calls on the main thread only 2018-10-23 17:00:43 +07:00
f6dc7d2ee6 custom color and depth formats for render target 2018-10-23 16:22:38 +07:00
b732d423ce render target first impl 2018-10-19 14:40:54 +07:00
63dd2dd16d math::make_loot_at_XX 2018-10-16 05:51:23 +07:00
2fb8453473 cube sample 2018-10-16 03:04:32 +07:00
20551c736f math::make_perspective_XX 2018-10-16 01:59:19 +07:00
4879f84608 size and format texture method 2018-10-15 16:15:27 +07:00
7f65cf5196 render: materials, properties, states, geometry 2018-10-15 12:53:34 +07:00
3b167a1c60 zip resources to lfs 2018-10-15 12:41:51 +07:00
5144413881 render state to separate structures 2018-10-09 08:10:24 +07:00
278e80f682 vertex and index declarations 2018-10-06 01:33:55 +07:00
3038c6bb0e GL_CHECK_CODE. index and vertex buffers. hardcoded vertex wip. 2018-10-03 20:27:46 +07:00
c3c71e06f0 Merge branch 'master' into feature/render 2018-10-02 23:09:53 +07:00
8caca3d7d2 rename debug add_sink to register_sink. add unregister_sink. 2018-10-02 17:52:16 +07:00
169a9a2398 render set_blend_equation. render create_shader. 2018-09-30 00:53:23 +07:00
6482e0ea62 rename window::frame_tick to window::poll_events 2018-09-29 06:40:13 +07:00
4da9442a31 opengl render state functions 2018-09-29 03:22:54 +07:00
041b067bde bind_context window function. move vsync option to swap_buffers. 2018-09-28 23:13:57 +07:00
f639c6605e common e2d_main 2018-09-27 18:49:11 +07:00
fccdd0db06 public cmake e2d variables (E2D_INCLUDE_DIRS and E2D_LIBRARIES) 2018-09-27 18:28:39 +07:00
56fd426ca7 separate input devices 2018-09-27 00:00:38 +07:00
aabd9bc618 input name refactoring 2018-09-26 22:32:16 +07:00
20c14603ff input key states 2018-09-26 00:43:35 +07:00
d6bb141ff1 window events and listeners 2018-09-25 02:22:11 +07:00
cf2f2e6fda disable retina support 2018-09-22 03:09:34 +07:00
5a62188306 fix travis ci 2018-09-20 22:53:02 +07:00
944f006631 first glfw window for linux 2018-09-20 21:56:13 +07:00
b0c9bfce0e try to fix travis CI 2018-09-20 06:20:02 +07:00
231864b587 window module wip 2018-09-20 05:27:30 +07:00
b1fa2158d3 window module wip 2018-09-20 04:19:57 +07:00
a8f73821ca logged error handle for window module 2018-09-20 03:27:42 +07:00
90eb92d1b9 first glfw window for windows 2018-09-19 17:29:39 +03:00
d9b57d9679 first glfw window for osx 2018-09-19 19:36:45 +07:00
52f6a37f60 remove global definitions from cmakelists 2018-09-19 15:24:44 +07:00
478b54f9ce frameworks for glfw support 2018-09-19 03:30:34 +07:00