Jérôme Leclercq
|
6d6391ca46
|
Fix compilation
I forgot master was still in C++14
|
2021-03-30 17:48:32 +02:00 |
Jérôme Leclercq
|
560061b4a5
|
Sdk/EntityList: Fix crash when world was moved
|
2021-03-30 10:24:36 +02:00 |
Jérôme Leclercq
|
02805aade3
|
Update BaseWidget.cpp
|
2021-03-30 10:12:55 +02:00 |
Jérôme Leclercq
|
48ab2a4b04
|
ObjectHandle: Fix handling of <T>
|
2021-03-19 09:55:36 +01:00 |
SirLynix
|
8ec11d6193
|
Fix Linux compilation
|
2021-02-16 17:06:38 +01:00 |
Jérôme Leclercq
|
134d1539c5
|
Merge pull request #329 from AntoineJT/fix-typo
Fix a typo in project readme
|
2020-12-12 22:36:31 +01:00 |
Antoine James Tournepiche
|
420e87eb1a
|
Fix typo in project readme
Developer was spelled with 2 p instead of one
|
2020-12-12 22:06:32 +01:00 |
Jérôme Leclercq
|
fd0060a7e1
|
Sdk/BoxLayout: Fix widgets not taking up free space
|
2020-11-19 14:54:13 +01:00 |
Jérôme Leclercq
|
bd9d30407c
|
Fix SDL2 cursor
|
2020-11-17 17:44:31 +01:00 |
Jérôme Leclercq
|
7526923a8d
|
Platform: Fix space not generating a text event
|
2020-11-17 17:43:42 +01:00 |
Jérôme Leclercq
|
af55ecc2a5
|
Fix SDL2 crash when creating cursor
Enfoiré de REMqb
|
2020-11-12 16:28:33 +01:00 |
Jérôme Leclercq
|
8e6b4cc673
|
Graphics/Model: Fix copy constructor
|
2020-11-01 17:40:12 +01:00 |
Jérôme Leclercq
|
f52c43df49
|
Network: Fix TcpClient::PollConnection on Linux
|
2020-10-31 17:33:56 +01:00 |
Jérôme Leclercq
|
602de2e772
|
Update Ray.cpp
|
2020-09-22 17:40:57 +02:00 |
Jérôme Leclercq
|
ceb8bb0a09
|
Disable warnings when compiling Newton
|
2020-09-22 17:40:52 +02:00 |
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 |