Commit Graph

4876 Commits

Author SHA1 Message Date
Jérôme Leclercq 980d200092 Update appveyor.yml 2020-09-07 16:49:07 +02:00
Jérôme Leclercq 0cadaecbd2 Fix that clang warning 2020-09-07 16:21:43 +02:00
Jérôme Leclercq 193deb6c04 Fix some minor stuff 2020-09-06 17:09:39 +02:00
Jérôme Leclercq 67b0d70b7c Upgrade to Newton 3.14 and make it a thirdparty lib 2020-09-06 17:09:19 +02:00
Jérôme Leclercq 8913d5c1d1 Add kiwi lib 2020-09-05 14:24:41 +02:00
Jérôme Leclercq a08daec53e SDK/PhysicsComponent2D: Don't override moment and mass center when setting geom 2020-09-05 14:21:55 +02:00
Jérôme Leclercq 499e53f706 Update .gitignore 2020-09-05 12:58:39 +02:00
Jérôme Leclercq 1e29790831 Physics2D/RigidBody2D: Fix velocity func not being copied 2020-09-05 12:56:35 +02:00
Jérôme Leclercq 966c0b32aa Remove LUA_USE_WINDOWS define
as it's defined by luaconf.h
2020-09-05 12:56:06 +02:00
ImperatorS79 ee3b5347b8 Add a define on POSIX system for lua to silence a warning about tmpname vs mkstmp
Since the define LUA_USE_MACOSX and LUA_USE_LINUX seems to lead to the same subdefine it will do the job
2020-07-14 18:47:03 +02:00
Jérôme Leclercq 884a34704d PhysicsComponent2D: Disable simulation when entity is disabled 2020-07-03 16:27:30 +02:00
Jérôme Leclercq 83cf358d02 Physics2D/RigidBody2D: Fix EnableSimulation 2020-07-03 16:27:14 +02:00
Lynix 52c24e76db SDK/Physics2D: Fix entity rotation not being taken into account for static physics 2020-06-02 17:06:01 +02:00
Lynix 1b4199c0a7 Platform/SDL2: Don't SDL_PumpEvents when not owning Windows
This is a temporary fix
2020-06-02 16:40:08 +02:00
Lynix ad687b2afe Demo/SpaceBattle: Fix mouse 2020-06-02 16:24:31 +02:00
Lynix 296ef43529 Update renderer.lua 2020-05-28 01:46:19 +02:00
Lynix 2db78f5b10 Seriously 2020-05-28 00:22:54 +02:00
Lynix f8779915d3 Update OpenGL.cpp 2020-05-28 00:10:40 +02:00
Lynix 0f36131d9d Remove dependency to xcb_image 2020-05-28 00:00:48 +02:00
Lynix a1d7bc49c2 Update ScopedXCB.cpp 2020-05-27 23:45:31 +02:00
Lynix 85a5e8eedd Fix compilation 2020-05-27 22:57:32 +02:00
Lynix 16652f79eb Update Dockerfile 2020-05-27 21:36:44 +02:00
Lynix fc4189b47f Update Dockerfile 2020-05-27 21:30:46 +02:00
Lynix 89504de465 More commits for science 2020-05-27 21:24:56 +02:00
Lynix 3f5b041a81 Add some GLX files back 2020-05-27 21:16:59 +02:00
Lynix 4f9380da11 More Linux fixes 2020-05-27 21:01:14 +02:00
Lynix 7ed0543ad2 Add NAZARA_PLATFORM_GLX back 2020-05-27 20:52:04 +02:00
Lynix 2efb6baaa6 Linux fix 2020-05-27 20:43:42 +02:00
Lynix 1734b8e5db SDL fixes 2020-05-27 20:37:20 +02:00
Lynix 81f03f04e5 Revert Renderer to its pre-SDL state 2020-05-27 19:42:53 +02:00
Lynix 2d189dc85e Fix WindowHandles 2020-05-27 18:55:03 +02:00
Lynix 65ee3c5c2a Upgrade docker debian 2020-05-27 17:48:51 +02:00
Lynix b0c72a6101 Replace platform backends by SDL 2020-05-27 17:47:52 +02:00
Lynix c071f52d8f Platform/Mouse: Add SetRelativeMouseMode 2020-05-27 17:08:49 +02:00
Lynix 71c11c5d6f Add PlatformSDL2_Path config 2020-05-27 16:58:21 +02:00
Lynix 7d23cafa35 Merge fixes 2020-05-27 16:58:02 +02:00
Jérôme Leclercq ab6227cf1a Merge pull request #202 from REMqb/SDL2
~ SDL2 implementation
2020-05-27 16:25:09 +02:00
Jérôme Leclercq 1425f99edf Merge branch 'master' into SDL2 2020-05-27 11:11:21 +02:00
Lynix ca2425f310 Sdk/Physics2D: Fix copy of PhysicsComponent2D 2020-05-24 16:01:26 +02:00
Jérôme Leclercq 8d8f44f4b9 Make Windows implementation DPI-Aware (+ fix issue with window position) (#322)
* WindowImpl : Fix windows centering on desktop

* WindowImpl : Make nazara DPI aware

* Refactor dpi stuff

* Minor aesthetic stuff

* More minor stuff

Co-authored-by: HardCPP <hardcpp@gmail.com>
2020-05-18 17:04:52 +02:00
ImperatorS79 db0b2ba27b Fix warning -Wreorder on linux in SimpleTextDrawer 2020-05-18 10:37:49 +02:00
Jérôme Leclercq 332f02aab0 Create FUNDING.yml 2020-05-11 11:01:47 +02:00
REMqb 96ea792656 ~ Formatting 2020-03-21 12:42:50 +01:00
Lynix da5d8bc4c2 Bypass MSVC parser regression 2020-03-20 20:56:15 +01:00
Jérôme Leclercq 1c9a390d67 Fix std::iterator inheritance 2020-03-19 18:41:05 +01:00
Lynix adf1233ef2 Add BaseWidget::ShowChildren 2020-03-15 17:48:14 +01:00
Lynix 9d88fcd649 SDK/Widgets: Inherit parent rendering rect 2020-02-22 15:16:22 +01:00
Lynix 369e21cafb Align fix 2020-02-04 11:42:11 +01:00
Lynix e35caebdcf Core: Add ByteArrayPool and PoolByteStream classes 2020-02-04 11:42:05 +01:00
Lynix 518b8697de Network/ENetHost: Add AllowsIncomingConnections method 2020-02-01 16:36:05 +01:00