Jérôme Leclercq
|
4536ba768c
|
Sdk/BaseSystem: Fix compilation with GCC
|
2016-11-08 12:28:12 +01:00 |
Jérôme Leclercq
|
7e5a9048e1
|
Sdk/World: Fix a warning
|
2016-11-08 12:27:55 +01:00 |
Jérôme Leclercq
|
ff47fb6fa2
|
Sdk: Add default update order for Listener, Render and Velocity systems
|
2016-11-08 02:51:47 +01:00 |
Jérôme Leclercq
|
aa304ef2e9
|
SDK: Allow to set an update order for systems (Closes #106)
|
2016-11-08 02:51:25 +01:00 |
Jérôme Leclercq
|
4570f9a6e1
|
Utility/VideoMode: Make bpp optionnal (defaults to desktop bpp)
|
2016-11-08 01:14:04 +01:00 |
Jérôme Leclercq
|
3cb6981ab7
|
Utility/Enums: Fix WindowStyle_Max
|
2016-11-07 11:17:33 +01:00 |
Jérôme Leclercq
|
ffe748b8c3
|
Window: Fix Threaded flag, seems to be working fine now
|
2016-11-07 10:51:23 +01:00 |
Jérôme Leclercq
|
94631e1a01
|
Utility/Window: Fix Linux compilation
|
2016-11-07 10:08:12 +01:00 |
Jérôme Leclercq
|
cf2bf52701
|
Utility/Window: Replace NAZARA_UTILITY_THREADED_WINDOW by a runtime flag (WIP)
|
2016-11-07 02:01:09 +01:00 |
Jérôme Leclercq
|
2f11529669
|
Build: Enable big object only on Windows
|
2016-11-07 01:10:17 +01:00 |
Jérôme Leclercq
|
5d4595e9d6
|
Build: Enable -mbig-obj on Clang/GCC
|
2016-11-07 00:07:51 +01:00 |
Jérôme Leclercq
|
638467f879
|
Build: Fix codeblocks debug and object directory
|
2016-11-06 23:49:10 +01:00 |
Jérôme Leclercq
|
4f01e13b09
|
Sdk: Fix typo
|
2016-11-06 23:12:08 +01:00 |
Jérôme Leclercq
|
0f14a57b2e
|
Build: Cleanup common.lua
|
2016-11-06 22:41:22 +01:00 |
Jérôme Leclercq
|
0de741a541
|
Build: Fix MSVC creating .a ..
|
2016-11-06 22:25:13 +01:00 |
Jérôme Leclercq
|
5e48f8b8b3
|
Build: Fix install commands
|
2016-11-06 22:04:47 +01:00 |
Jérôme Leclercq
|
6500d088e9
|
Build: Fix some premake5 weirdness
It seems some options are global and other local to the workspace (flags
and buildoptions could be defined outside of the workspace, defines
couldn't)
|
2016-11-06 21:59:48 +01:00 |
Jérôme Leclercq
|
9e9b01eff5
|
.gitignore: Ignore GMake build files
|
2016-11-06 21:30:49 +01:00 |
Jérôme Leclercq
|
88000ab2e4
|
Build: Upgrade to Premake5-alpha10, get rid of Premake4
|
2016-11-06 21:30:37 +01:00 |
Jérôme Leclercq
|
5aeb9f8d59
|
Build: Add CodeBlocks target to premake5
|
2016-11-06 11:17:19 +01:00 |
Jérôme Leclercq
|
6ebe29ceb4
|
Utility/Win32: Generate only one WindowEvent_Moved per movement
When not using threaded windows.
Fixed #105
|
2016-11-04 23:18:36 +01:00 |
Jérôme Leclercq
|
581cc989de
|
Utility/Win32: Fix cached position never getting updated with threaded windows
Closes #104
|
2016-11-04 22:57:07 +01:00 |
Jérôme Leclercq
|
12f6877963
|
Fix some warnings
|
2016-11-04 22:25:16 +01:00 |
Jérôme Leclercq
|
c4ad52235f
|
Utility/Win32: Fix Window title when using NAZARA_UTILITY_THREADED_WINDOW
|
2016-11-04 22:24:56 +01:00 |
Jérôme Leclercq
|
482eeafdb7
|
Remove save-failed file
|
2016-11-04 18:31:15 +01:00 |
Jérôme Leclercq
|
33c5523da3
|
Extlibs: Fix chipmunk binaries lacking some functions for MinGW
|
2016-11-04 18:15:25 +01:00 |
Jérôme Leclercq
|
e087129d4a
|
Fix many errors and warnings found out by MinGW
|
2016-11-04 18:14:52 +01:00 |
Lynix
|
c7d011cd00
|
Readme: Display Travis CI status for branch master only
|
2016-10-29 02:07:48 +02:00 |
Lynix
|
28a2328371
|
Global headers: Remove the generation date
They should now generate the same input everytime
|
2016-10-28 17:53:03 +02:00 |
Lynix
|
00c37c5917
|
Regenerated global headers
|
2016-10-28 17:48:46 +02:00 |
Lynix
|
f64cef33e8
|
Extlibs/Linux: Fix chipmunk library file on 32bits (Was 64bits)
|
2016-10-27 21:28:25 +02:00 |
Lynix
|
15a1302522
|
SDK/Lua: Simplify graphics binding code
|
2016-10-27 18:30:11 +02:00 |
Lynix
|
6b1d1a1d64
|
Sdk/Lua: Bind TextureLibrary and TextureManager
|
2016-10-27 11:29:02 +02:00 |
Lynix
|
9206cf65b5
|
Lua/LuaInstance: Optimize the T& method(...) case
Instead of instancing a new T from Lua, the original userdata is now
returned
|
2016-10-27 11:28:34 +02:00 |
Lynix
|
1d7e1b46ff
|
Sdk/Lua: Bind more Matrix4 methods
|
2016-10-27 11:23:24 +02:00 |
Lynix
|
5ffc5a8784
|
Lua/LuaClass: Don't remove instance from the Lua stack
The instance Lua entry now remains as the first index, shifting all the
parameters indexes by 1
|
2016-10-27 11:22:35 +02:00 |
Lynix
|
c58ec94e2d
|
Core/Algorithm: Fix return type of Apply()
|
2016-10-27 10:48:02 +02:00 |
Lynix
|
9328a8124d
|
Math/Quaternion: Fix compilation of operator* with double instance
|
2016-10-27 10:47:36 +02:00 |
Lynix
|
e59bd4ba35
|
Matrix4: Fix GetColumn and GetRow code
|
2016-10-27 10:47:17 +02:00 |
Lynix
|
f867c20c7c
|
Core/ResourceManager: Fix Purge() compilation
|
2016-10-27 10:40:41 +02:00 |
Lynix
|
b81b774c51
|
Core/ObjectRef: Fix <= operator between two ObjectRef
|
2016-10-27 10:27:17 +02:00 |
Lynix
|
d6f6b4421e
|
Sdk/Lua: Fix GraphicsComponent:Attach not taking other overloads into account
|
2016-10-25 13:52:26 +02:00 |
Lynix
|
b5a32d7eb2
|
Lua/LuaClass: Fix static methods
|
2016-10-25 13:14:16 +02:00 |
Lynix
|
fa7d6a10b0
|
Lua/LuaInstance: Fix PushInstance memory corruption
Whoops
|
2016-10-25 13:10:12 +02:00 |
Lynix
|
b27cfd30af
|
Sdk/VelocityComponent: Cleanup
|
2016-10-25 12:22:57 +02:00 |
Lynix
|
2a08e19e77
|
Sdk/Lua: Bind Material class
|
2016-10-25 12:22:46 +02:00 |
Lynix
|
bf31ee289e
|
Lua/LuaInstance: Add mutli-arg Push()
|
2016-10-24 14:25:02 +02:00 |
Lynix
|
46e4bb41b5
|
Lua/LuaClass: Fix global table
|
2016-10-24 13:45:42 +02:00 |
Lynix
|
55a010e0de
|
Lua/LuaClass: Fix compilation
|
2016-10-21 17:39:04 +02:00 |
Lynix
|
034f5cc8d7
|
Sdk/Lua: Bind SpriteLibrary
|
2016-10-21 17:32:40 +02:00 |