Commit Graph

104 Commits

Author SHA1 Message Date
Nomango f786ab67ef update singleton 2020-06-08 20:20:06 +08:00
Nomango 091a05e8fd update frame ticker & fix window frozen when minimized 2020-06-03 22:07:07 +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 de4b480dc2 update Application frame ticker 2020-05-27 16:38:58 +08:00
Nomango aba322a3c6 [deploy] minor fixes 2020-05-26 18:12:49 +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 1af108df90 add Application::Pause & Application::Resume 2020-05-25 16:48:40 +08:00
Nomango 5d7c3f4f9a refactoring project 2020-05-24 11:26:21 +08:00
Nomango 093e422135 Merge branch 'dev' of https://github.com/KiwanoEngine/Kiwano into dev 2020-05-22 21:07:43 +08:00
Nomango 228fc45035 make Direct3D resources global 2020-05-22 21:07:32 +08:00
Nomango e68bb9d94d refactor utils 2020-05-20 23:48:56 +08:00
Nomango e1ec4f76b7 minor fixes 2020-05-20 23:38:24 +08:00
Nomango 1de59e3a15 add Window::SetMinimumSize() 2020-05-20 11:55:53 +08:00
Nomango 86bb0e4239 use application scoped timer 2020-05-20 00:55:51 +08:00
Nomango 430e46a5a3 Timer => Task 2020-05-19 21:25:00 +08:00
Nomango 2ff0d1ad95 Add resolution related functions 2020-05-17 21:02:43 +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
Nomango 5a3feb7e51 [deploy] fix fullscreen mode bugs 2020-04-14 17:52:38 +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 a1ed803bc1 [deploy] update Runner 2020-03-31 14:07:13 +08:00
Nomango a6961c0d20 [deploy] Add GetVersion function 2020-03-31 10:10:33 +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 8da2166a1e minor fixes 2020-02-22 19:44:50 +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 fcc55bac81 Add Button, PhysicWorld, PhysicBody components 2020-02-19 11:50:05 +08:00
Nomango f28d542551 Add version macros 2020-02-17 13:23:46 +08:00
Nomango 3cbed16412 fix header file 2020-02-17 12:47:23 +08:00
Nomango 14df3ae55e Add NativeObject & NativePtr 2020-02-16 20:14:01 +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 93e97c60c2 Add Runner 2020-02-14 17:12:13 +08:00
Nomango a34184dd18 Update exceptions 2020-02-13 22:35:04 +08:00
Nomango 876035ccae Update actions 2020-02-12 22:34:40 +08:00
Nomango fa142b64c9 Change source charset to utf-8 2020-02-10 17:32:04 +08:00
Nomango 56ae199587 Add exceptions 2020-02-10 14:41:19 +08:00
Nomango 1e93eddb88 Change default char code 2020-02-10 13:47:00 +08:00
Nomango b763064b3d Update WindowImpl 2020-02-09 19:06:25 +08:00
Nomango d302ec3a20 Made Renderer, RenderContext, TextureRenderContext to be interface 2020-02-09 18:41:59 +08:00
Nomango 9329b6f888 Update Singleton 2020-02-08 09:59:17 +08:00
Nomango 832576d0aa Add factory functions 2020-02-07 11:03:22 +08:00