Commit Graph

67 Commits

Author SHA1 Message Date
Nomango 0b9aaf799d add Module::BeforeRender & Module::AfterRender 2020-07-29 11:17:20 +08:00
Nomango 1c8c92862a add Renderer::ResetResolutionWhenWindowResized 2020-07-26 19:00:00 +08:00
Nomango 2285449eef update ResourceCache & ResourceLoader 2020-07-26 18:51:02 +08:00
Nomango 696de0326d add ResourceLoader 2020-07-26 11:51:27 +08:00
Nomango 088cfda0c5 add ObjectPolicy 2020-07-26 00:22:32 +08:00
Nomango a134a2e952 remove ObjectPool 2020-07-23 17:21:44 +08:00
Nomango 5a877ccf7b remove Create functions 2020-07-22 21:08:48 +08:00
Nomango c0f90d235a refactoring: add RefPtr & RefObject & ObjectPool 2020-07-22 16:52:32 +08:00
Nomango 765d20c988 update: middleware-styled module 2020-07-21 20:56:49 +08:00
Nomango c19b5e224f add LogFormater & LogProvider & LogBuffer 2020-07-17 12:23:18 +08:00
Nomango 44267293e0 update Color 2020-06-24 17:51:33 +08:00
Nomango d7bedba1f9 Color uses 255-format values 2020-06-24 17:34:24 +08:00
Nomango ff0234559b Window fullscreen mode supported 2020-06-21 01:56:02 +08:00
Nomango f786ab67ef update singleton 2020-06-08 20:20:06 +08:00
Nomango a62f1f4d2d Feature: runner settings 2020-05-29 18:44:20 +08:00
Nomango 04475c3c37 fix memory leaks 2020-05-29 12:02:04 +08:00
Nomango 97526a67b5 Renderer ignores window resized messages 2020-05-26 16:19:24 +08:00
Nomango c82fd84a0d fix bugs 2020-05-26 00:12:36 +08:00
Nomango 5d7c3f4f9a refactoring project 2020-05-24 11:26:21 +08:00
Nomango 228fc45035 make Direct3D resources global 2020-05-22 21:07:32 +08:00
Nomango 3fd3fbbbd8 update GetDisplaySettings function 2020-05-19 21:12:57 +08:00
Nomango 2ff0d1ad95 Add resolution related functions 2020-05-17 21:02:43 +08:00
Nomango 53cb3659c0 Merge branch 'dev' of https://github.com/KiwanoEngine/Kiwano into dev 2020-05-17 15:03:11 +08:00
liuhaibo.2020 d7c7cb9841 Merge branch 'dev' of https://github.com/KiwanoEngine/Kiwano into dev 2020-05-15 16:31:17 +08:00
liuhaibo.2020 b739ef71e2 minor fixes 2020-05-15 16:29:20 +08:00
Nomango f8cdbe4335 fix bug: incorrect window size in fullscreen mode 2020-05-08 00:57:28 +08:00
Nomango ae247dd676 fix bug: exiting fullscreen mode makes the window smaller 2020-05-07 21:47:06 +08:00
liuhaibo.2020 ef8db9023c Color::RGB() => Color::Rgb() 2020-04-30 14:58:50 +08:00
liuhaibo.2020 d6088ed79c Add Color::RGB() & Color::RGBA() functions 2020-04-30 14:48:01 +08:00
Nomango b790bb7315 [deploy] Use Canvas::GetContext2D() instead of drawing functions 2020-04-26 21:20:58 +08:00
Nomango 54b8ab0a4d update project configurations 2020-04-15 10:12:42 +08:00
Nomango 1cef30e7f5 fix window resize exception 2020-04-14 17:08:15 +08:00
Nomango 8037ff96cf [deploy] update string functions 2020-04-14 12:28:29 +08:00
Nomango 530fca11cc [deploy] update Resource 2020-04-07 16:39:44 +08:00
Nomango a1e7e77c96 [deploy] Change source code charset to gb2312 2020-03-19 14:28:50 +08:00
Nomango f90624eb5b [deploy] namespace 'string' rename to 'strings' 2020-02-23 22:08:14 +08:00
Nomango d6b95e3b40 Add allocator 2020-02-20 22:27:09 +08:00
Nomango f71c5b9ff8 Remove TextureRenderContext & add function to create a RenderContext from a texture 2020-02-20 18:22:52 +08:00
Nomango 9fbe396e3b [deploy] Tidy 2020-02-19 12:09:50 +08:00
Nomango 72e176a314 Update TextLayout 2020-02-17 17:01:12 +08:00
Nomango 794df63a10 Fix incorrect TextLayout width 2020-02-17 12:06:29 +08:00
Nomango 60899a6a9b Add texture brush 2020-02-16 20:32:08 +08:00
Nomango 14df3ae55e Add NativeObject & NativePtr 2020-02-16 20:14:01 +08:00
Nomango 1cb97ba0b2 Update TextLayout 2020-02-16 12:53:18 +08:00
Nomango 2c050cafba Remove OuterC library 2020-02-15 17:32:32 +08:00
Nomango f1e0d59cea [deploy] Add KGE_RENDER_ENGINE macro 2020-02-14 22:59:29 +08:00
Nomango 94915b87ff Update Runner 2020-02-14 22:01:56 +08:00
Nomango 72f8fd5e12 Component rename to Module 2020-02-14 17:56:50 +08:00
Nomango a34184dd18 Update exceptions 2020-02-13 22:35:04 +08:00
Nomango 08a50ca474 Update StrokeStyle 2020-02-11 12:09:59 +08:00