Lynix
|
7e7549b182
|
Merge remote-tracking branch 'refs/remotes/origin/master' into culling
|
2016-11-23 14:12:46 +01:00 |
Lynix
|
8d86306933
|
Merge remote-tracking branch 'refs/remotes/origin/master' into culling
|
2016-11-23 14:07:52 +01:00 |
Lynix
|
c4e837b14f
|
Graphics/ParticleStruct: Replace life type from UInt32 to float
|
2016-11-23 14:07:38 +01:00 |
Lynix
|
24e0163a8a
|
Graphics/ParticleMapper: Add GetPointer method
|
2016-11-23 14:07:01 +01:00 |
Lynix
|
5d441583f2
|
Graphics/Particlegroup: Add GetBuffer method
|
2016-11-23 14:06:47 +01:00 |
Lynix
|
82c51bd16a
|
Update patch version
|
2016-11-20 21:08:00 +01:00 |
Lynix
|
7c5bf0f83e
|
Math/Quaternion: Fix compilation of static method Lerp
|
2016-11-18 21:25:02 +01:00 |
Lynix
|
37a04ed4b3
|
Core/Prerequesites: Remove NDEBUG automatic definition (not used)
|
2016-11-18 21:18:45 +01:00 |
Lynix
|
ac2193e0c2
|
Physics2D: Add support for SegmentCollider2D
|
2016-11-18 18:00:48 +01:00 |
Lynix
|
c65f19d8cf
|
Core/Bitset: Fix compilation
|
2016-11-18 01:36:40 +01:00 |
Lynix
|
5efa986ac1
|
Fix compilation warnings
|
2016-11-18 01:32:03 +01:00 |
Lynix
|
ac05e022f8
|
Core/Prerequesites: Add CHAR_BIT == 8 check
|
2016-11-18 01:16:55 +01:00 |
Lynix
|
ff7e64494f
|
Utility/Image: Add HasAlpha() method
|
2016-11-18 01:15:58 +01:00 |
Lynix
|
93a2e54667
|
Utility/PixelFormat: Fix mask bit orders
|
2016-11-18 01:15:36 +01:00 |
Lynix
|
964d16f907
|
Math/Algorithm: CountBits now returns a std::size_t instead of a T
|
2016-11-18 01:14:33 +01:00 |
Lynix
|
9513d9479a
|
Core/Bitset: Fix PerformsAND when used with itself as argument
|
2016-11-18 01:14:08 +01:00 |
Lynix
|
359b5e6c3a
|
Core/Algorithm: Add BitCount function
|
2016-11-18 01:13:30 +01:00 |
Lynix
|
2ed65e60e1
|
Core/Bitset: Add Reverse() method
|
2016-11-18 01:09:05 +01:00 |
Lynix
|
cec547bf1f
|
Core/Bitset: Improve a bit(set, HAH!) doc
|
2016-11-17 23:02:13 +01:00 |
Lynix
|
e76ef3902e
|
Utility/PixelFormat: Reject formats with over 64 bpp per component
|
2016-11-17 23:01:38 +01:00 |
Lynix
|
d9774f30a3
|
Core/Bitset: Add Read method and FromPointer static method
|
2016-11-17 22:57:54 +01:00 |
Lynix
|
43a3f15794
|
Core/Bitset: Add AppendBits function
|
2016-11-17 22:56:48 +01:00 |
Lynix
|
828d744879
|
Core/Bitset: Fix some warnings
|
2016-11-17 18:26:45 +01:00 |
Lynix
|
180a8edf3b
|
Core/Bitset: Add operator<<(ostream&)
|
2016-11-17 18:26:05 +01:00 |
Lynix
|
cd0e9d97b8
|
Graphics/Sprite: Add SetMaterial and SetTexture overloads for searching a resource name
|
2016-11-17 18:24:36 +01:00 |
Lynix
|
c1630cdbff
|
Core/ParameterList: Fix warning of shadowing variable
|
2016-11-15 15:13:12 +01:00 |
Lynix
|
601794caf7
|
Bump Nazara version
|
2016-11-14 16:06:46 +01:00 |
Lynix
|
425f09f418
|
Core: Remove unused AbstractLogger.docx (Closes #87)
|
2016-11-14 00:06:49 +01:00 |
Lynix
|
43f93141ac
|
Utility/Algorithm: Fix GenerateBox plane rotation (Fix #114)
|
2016-11-14 00:02:01 +01:00 |
Lynix
|
74f3ac8021
|
SDK: Add components and system for 2D physics
|
2016-11-10 18:31:27 +01:00 |
Lynix
|
1b3b86aadb
|
Graphics: Fix compilation
|
2016-11-10 17:26:20 +01:00 |
Lynix
|
9772b43542
|
Physics2D/RigidBody2D: Made SetGeom public
|
2016-11-10 17:18:44 +01:00 |
Lynix
|
7f445def13
|
Fix some warnings from MSVC
|
2016-11-10 16:44:29 +01:00 |
Jérôme Leclercq
|
8ed34d22fb
|
Core/ByteArray: Move ToHex implementation to .cpp
|
2016-11-08 16:14:56 +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
|
9e84c397ba
|
Merge branch 'master' into culling
|
2016-11-07 11:26:48 +01:00 |
Jérôme Leclercq
|
3cb6981ab7
|
Utility/Enums: Fix WindowStyle_Max
|
2016-11-07 11:17:33 +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
|
12f6877963
|
Fix some warnings
|
2016-11-04 22:25:16 +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
|
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
|
38da351e9b
|
Utility/TextDrawer: Expose lines
|
2016-10-28 17:45:29 +02:00 |
Lynix
|
df24519230
|
Merge remote-tracking branch 'refs/remotes/origin/master' into gui
|
2016-10-27 18:36:47 +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
|
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
|
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
|
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
|
511ded215b
|
Lua/LuaClass: Fix compilation
|
2016-10-21 17:32:20 +02:00 |
Lynix
|
d6b6e26d31
|
Lua/LuaClass: Reference the destructor only if the class has one
Allows to bind classes with deleted destructors
|
2016-10-21 17:24:45 +02:00 |
Lynix
|
3f7f12b625
|
Lua/LuaClass: Refactor Register() implementation
|
2016-10-21 16:50:49 +02:00 |
Lynix
|
b062b496cf
|
Fix compilation
|
2016-10-21 02:12:35 +02:00 |
Lynix
|
0c6f7131a6
|
Lua/LuaInstance: Fix warning when using default parameters
|
2016-10-21 01:58:37 +02:00 |
Lynix
|
7a0a8543c3
|
Renderer/Texture: Add override specifier
|
2016-10-21 00:35:44 +02:00 |
Lynix
|
a7d2d8cddd
|
Utility/AbstractImage: Inherit RefCounted
|
2016-10-20 23:53:22 +02:00 |
Lynix
|
3c29bfe516
|
Lua/LuaInstance: Make ArgCheck and ArgError const
|
2016-10-20 23:44:12 +02:00 |
Lynix
|
baf4cb0e16
|
Lua/LuaClass: Add Reset method and default constructor
|
2016-10-19 22:48:46 +02:00 |
Lynix
|
89431f9c4f
|
Graphics/CullingList: Fix some compilation errors
|
2016-10-19 15:51:20 +02:00 |
Lynix
|
152352ebcc
|
Graphics/CullingList: Fix compilation with GCC/Clang
|
2016-10-19 12:10:40 +02:00 |
Lynix
|
725dc6cdbc
|
Merge remote-tracking branch 'refs/remotes/origin/master' into culling
|
2016-10-19 11:17:12 +02:00 |
Lynix
|
438d8e918c
|
Physics2D/RigidBody2D: Remove gravity factor
|
2016-10-17 17:53:49 +02:00 |
Lynix
|
f18a84810f
|
Physics2D: Add BoxCollider2D class
|
2016-10-17 17:53:34 +02:00 |
Lynix
|
d530ca22e0
|
Final pass of Clang warning fixes
|
2016-10-17 16:14:35 +02:00 |
Lynix
|
c221d53839
|
Physics3D/ConvexCollider3D: Replace pointer with stride parameters by a SparsePtr
|
2016-10-17 16:01:41 +02:00 |
Lynix
|
4c6f049e0d
|
Fix another lot of warnings from Clang
Closes #90
Closes #91
Closes #92
Closes #93
|
2016-10-17 16:01:05 +02:00 |
Lynix
|
5a07bbd001
|
Fix a lot of warnings from Clang/GCC
|
2016-10-17 14:46:53 +02:00 |
Ardakaniz
|
495976bff6
|
Remove DefaultLogger, just accept a SetLogger before initialization
|
2016-10-16 18:34:01 +02:00 |
Ardakaniz
|
308a603324
|
Log: Add possibility of set default logger (for initialization)
|
2016-10-16 18:21:05 +02:00 |
Ardakaniz
|
fca5aeb9cd
|
FileLogger: Make IsTimeLoggingEnabled const
|
2016-10-16 18:20:25 +02:00 |
Ardakaniz
|
64cec3fd01
|
AbstractLogger: Make IsStdReplicationEnabled const
|
2016-10-16 18:20:05 +02:00 |
Ardakaniz
|
9391e21333
|
Remove Physics.hpp and generate Physics 2D and 3D global headers
|
2016-10-14 19:35:27 +02:00 |
Ardakaniz
|
33e4c89b73
|
Rename 'Physics 3D' to 'Physics 2D' in files head
|
2016-10-14 19:34:49 +02:00 |
Lynix
|
f3e041c4c0
|
Physics2D/RigidBody2D: Temporary remove SetGeom to fix a linking error
|
2016-10-14 18:01:24 +02:00 |
Lynix
|
119436a642
|
Physics2D/RigidBody2D: Cleanup and fix memory leak
|
2016-10-14 17:56:50 +02:00 |
Lynix
|
9b48c9ee37
|
Physics3D: Rename ::GeomType to Nz::ColliderType3D
|
2016-10-14 17:27:30 +02:00 |
Lynix
|
9a7767867b
|
Push the current work on the Physics2D module
|
2016-10-14 17:07:13 +02:00 |
Lynix
|
b52c7c57bf
|
Physics3D: Rename PhysWorld to PhysWorld3D
|
2016-10-13 08:13:56 +02:00 |
Lynix
|
3765cba046
|
Physics3D: Rename PhysObject to RigidBody3D
|
2016-10-13 08:06:14 +02:00 |
Lynix
|
3c4d084b27
|
Physics3D: Rename Physics module class to Physics3D
|
2016-10-13 07:40:12 +02:00 |
Lynix
|
49f4df6496
|
Physics: Fix linking
|
2016-10-13 07:30:04 +02:00 |
Lynix
|
b7a383d68c
|
Physics3D: Rename all *Geom to Collider3D
|
2016-10-13 07:29:34 +02:00 |
Lynix
|
8781a628e0
|
Physics: Rename PhysGeom to Collider3D
|
2016-10-13 06:08:17 +02:00 |
Lynix
|
24f1859ec2
|
Physics: Change includes to Physics3D
|
2016-10-13 06:03:22 +02:00 |
Lynix
|
eae8847bd1
|
Physics: Move files to Physics3D
|
2016-10-13 06:01:32 +02:00 |
Lynix
|
5d5c7b4284
|
PR-82: Fix indent
|
2016-10-13 04:48:19 +02:00 |
S6066
|
5ea3eab8fc
|
Oops, added an indent
|
2016-10-12 18:24:51 +02:00 |
S6066
|
e5300da933
|
Same
|
2016-10-12 18:23:28 +02:00 |
S6066
|
c5c4ef2c09
|
Fix + indent, again
|
2016-10-12 18:22:57 +02:00 |
S6066
|
255b1cce07
|
Fix + indent
|
2016-10-12 18:22:53 +02:00 |
S6066
|
e1d948c348
|
Fixing an oopsie (2)
|
2016-10-12 18:11:56 +02:00 |
S6066
|
d69166991a
|
Fixing an oopsie (1)
|
2016-10-12 18:11:51 +02:00 |
S6066
|
59b2e55ed5
|
Added hash for Vectors
|
2016-10-12 17:56:46 +02:00 |