Gawaboumga
|
6400ba2e28
|
Fix documentation for module: Core
Former-commit-id: a79bf956a2759c6056e4e4e2193b8b192c5727c5
|
2016-05-30 14:09:51 +02:00 |
Lynix
|
3e78dd40ad
|
Fix some GCC warnings
Former-commit-id: b3292fcfd4d029793cb70f97ab608aeb7d0579ef
|
2016-05-25 13:52:10 +02:00 |
Lynix
|
549f37efb8
|
Core/Bitset: Fix OR/XOR with two bitset of similar size
Former-commit-id: df5c15cb0c1c4984c7bc142886843f8977379ec2
|
2016-05-17 17:08:45 +02:00 |
Lynix
|
43895d29af
|
Core/Algorithm: Add ReverseBits function
Former-commit-id: fa37fcf64cfe6786b9906aa7a8b410e19a3079d1
|
2016-05-17 17:08:14 +02:00 |
Lynix
|
a1644edf45
|
Merge branch 'NDK-ShadowMapping'
Former-commit-id: e77949168073f06d52d10785afb41bad2f7f86c0
|
2016-05-13 13:06:23 +02:00 |
Lynix
|
9f6a311c07
|
Core/Color: Add IsOpaque method
Former-commit-id: 4e9dd99525a550af90a1de1a8c86e3120e33a5de
|
2016-05-13 12:47:53 +02:00 |
Lynix
|
e8a4be2039
|
Core/ObjectHandle: Fix movement
Former-commit-id: 8fd32af2b58e8f0d2146232c23a8405e3e012349
|
2016-05-09 18:10:58 +02:00 |
Lynix
|
34bc2301a0
|
Core/Bitset: Fix infinite loop
Former-commit-id: 366ad4248a72e3e06637163b44a9a5cedbbaf195
|
2016-05-09 18:10:46 +02:00 |
Lynix
|
7db8507874
|
Core/ObjectHandle: Add noexcept move constructor/assignment
Former-commit-id: 930de41518be74fff072e061f735afceb218138c
|
2016-05-09 09:03:11 +02:00 |
Lynix
|
e34c94343f
|
Core/Bitset: Fix value constructor
Former-commit-id: 44cfe386a985a4b449527a9fab3d5da49e30117c
|
2016-05-06 19:15:15 +02:00 |
Lynix
|
f7b0496d62
|
UnitTests: Fix errors
Former-commit-id: 7d338bd57e8a083e63c5f6387ff37c81109903ed
|
2016-05-05 21:27:36 +02:00 |
Lynix
|
6d824109f3
|
Core/ParameterList: Add support for color values and updated documentation
Former-commit-id: 4cd9faf2fe035b946afa1ba15243bdcf3255716a
|
2016-04-30 12:44:34 +02:00 |
Lynix
|
019c1f4a36
|
Core/File: Add SetSize method (currently missing Posix implementation!)
Former-commit-id: c9ffb545485d90940d620e94fd25a7256d62ab58
|
2016-04-29 14:20:22 +02:00 |
Lynix
|
78469266fd
|
Core/File: Add OpenMode_MustExit
Former-commit-id: 1df10e230d3c6ef71244060845b1fc02f7b5a8e9
|
2016-04-27 18:10:45 +02:00 |
Lynix
|
6d66063b2c
|
Core/MemoryHelper: Improve PlacementNew interface
Make it possible to deduce type from arguments
Former-commit-id: ed25b667fcacefcc39fddcb941ea11c40e6ce22b
|
2016-04-24 19:48:12 +02:00 |
Lynix
|
226d75a352
|
Core/Bitset: Add conversion from integer (to mimic internal representation, experimental)
Former-commit-id: 609a2bbed02cad13a3487b2a95c6f24c0756e829
|
2016-04-21 13:23:42 +02:00 |
Lynix
|
3caeb91a32
|
Core/Endianness: Add SwapBytes shortcut
Former-commit-id: c345121453f38c9eb8c05e224db91f068440f729
|
2016-04-21 13:20:46 +02:00 |
Lynix
|
37aa00b2e7
|
Merge branch 'master' into NDK-ShadowMapping
Former-commit-id: e2be28b65207dfbb81efe58f31ca31548afecee7
|
2016-04-17 19:57:15 +02:00 |
Lynix
|
104e393d65
|
Core/LockGuard: Improve LockGuard
Former-commit-id: e9313d81c8cd9cb2cefef64a7c54713062ad9d6a
|
2016-04-16 18:38:52 +02:00 |
Lynix
|
1ec8c8c5e0
|
Core/Error: Remove Directory include in Error.hpp
Former-commit-id: 61ed7168229dde265159fa5acde0c57c315b85fe
|
2016-04-11 13:01:17 +02:00 |
Lynix
|
a31a969409
|
Replace useless reinterpret_cast by static_cast
Former-commit-id: f61d644d968d4fe9523a5cd122e11525a9c2765d
|
2016-04-07 04:20:18 +02:00 |
Gawaboumga
|
265e1c0fbd
|
Fix compilation for gcc/clang + tests for serialization
Former-commit-id: db9c93a1db3c57f268fc17e411402e071fc8675a
|
2016-04-04 10:17:05 +02:00 |
Lynix
|
a77ad42fcb
|
Add generic handlers
Former-commit-id: 8fc343d3a056de8031cf453748b8801d50d3710e
|
2016-03-31 21:14:22 +02:00 |
Lynix
|
5465951f87
|
Core/ResourceLoader: Fix assert
Former-commit-id: 391a0ec4de1a1c5ed97ea82aee0d3d69fbbc00df
|
2016-03-30 17:49:27 +02:00 |
Lynix
|
d2e3bb36a6
|
Alphabetical commit
Former-commit-id: 4277d1fdc84af2031faa826520fcc442edb47a10
|
2016-03-15 23:00:58 +01:00 |
Lynix
|
8e3c542049
|
Core/ByteStream: Remove assertion on ByteStream pointer
Former-commit-id: 438b669e039cfdece251f4918926df9268bb01c1
|
2016-03-09 13:52:39 +01:00 |
Lynix
|
1a95c314ff
|
Core/ParameterList: Make errors silent by default
Former-commit-id: 38d1613681a65194cb7392903c9bc20f912561a3
|
2016-03-08 13:58:09 +01:00 |
Lynix
|
d349b9583e
|
Core: Fix missing include
Former-commit-id: 76e4ff0d2bd3e3b6865e84f6ef0142a195a5755a
|
2016-03-08 13:43:11 +01:00 |
Lynix
|
dce587bd63
|
Add support for custom resource parameters
And allow users to skip a precise loader using them
Former-commit-id: 297af2e4a24ad67c343aae5d89352abf4ea05f63
|
2016-03-08 13:37:17 +01:00 |
Lynix
|
6f9d778749
|
Core/ResourceLoader: Replace checks by asserts
Former-commit-id: 88be9b70d904856b888ee04829def85f1dee0bc6
|
2016-03-08 13:10:06 +01:00 |
Lynix
|
0ffc3c6557
|
Core: Add ResourceSaver class
Former-commit-id: 3c7fb9868058d897f1db831b207e9544688922fe
|
2016-03-08 13:09:41 +01:00 |
Lynix
|
a39cfcc92e
|
Core/Color: Add serialization
Former-commit-id: ef50b4303a3fbc5e2b49ba440d9008fb6d51a7e3
|
2016-03-06 14:55:42 +01:00 |
Lynix
|
192fccc634
|
Fix compilation
Former-commit-id: d5ac6bb73615f7c9b068c1de2037dfeddc5c1b45
|
2016-03-02 16:53:20 +01:00 |
Lynix
|
1c4135fc09
|
Improve documentation
Former-commit-id: 08d70f6a53a7f12d2748d145d1fe139595a1b39e
|
2016-03-01 15:37:05 +01:00 |
Lynix
|
cc7263e398
|
Core/MemoryPool: Fix missing include
Former-commit-id: fd993b3117c61e0fe6e9e34b0e24f2bf84b3186e
|
2016-03-01 13:59:41 +01:00 |
Lynix
|
188c1e4c1e
|
Core/Bitset: Made destructor and Clear() noexcept
Former-commit-id: 0d09070fcb5d17812eb938c9873213107bd97f7c
|
2016-03-01 13:59:31 +01:00 |
Lynix
|
f9a95ce054
|
Core: Made Mutex and ConditionVariable moveable
Former-commit-id: 891fbb35d050f3df572cbbecd0191b75f556e59d
|
2016-03-01 13:59:17 +01:00 |
Lynix
|
e65d495a98
|
Merge branch 'master' of https://github.com/DigitalPulseSoftware/NazaraEngine
Former-commit-id: 6a6191171a34d24a22c020a8d4c01e7869c3279d
|
2016-02-24 14:19:21 +01:00 |
Lynix
|
dff6e855e4
|
Fixes compilation on GCC
Former-commit-id: 1829fa37830618bd9b14e7bfa5d935c886213589
|
2016-02-24 14:12:45 +01:00 |
Gawaboumga
|
2a28d8863c
|
Documentation for the rest
Former-commit-id: b6f401370127679db397da0039cb5e98477e90db
|
2016-02-21 14:42:38 +01:00 |
Gawaboumga
|
b62b694af8
|
Documentation for Functor
Former-commit-id: d0bac2fa789631c9a56ba5636aa52f260f1cc6fd
|
2016-02-21 14:41:58 +01:00 |
Gawaboumga
|
61542b59d6
|
Documentation for Endiannes
Former-commit-id: e45c5026b84aa8b354e29d760eff56d13f2dc745
|
2016-02-21 14:41:41 +01:00 |
Gawaboumga
|
0a4381a95b
|
Documentation for Core
Former-commit-id: d0d4a575149b9f3e70e07b3a815e669d6a79065f
|
2016-02-21 14:41:17 +01:00 |
Gawaboumga
|
8325db8037
|
Documentation for Special files of Core
Former-commit-id: 6e98fc660ee9dfaa4d8f31da337e2334b4f43442
|
2016-02-21 14:40:47 +01:00 |
Gawaboumga
|
99370683b3
|
Documentation for DynLib & PluginManager
Former-commit-id: 3602bd9a6f24ed4adb38879097ea5679b55e3b99
|
2016-02-21 14:38:35 +01:00 |
Gawaboumga
|
5a5f25a950
|
Documentation for Documentation & File
Former-commit-id: 8a69e6dca76fba4a23b36c563b52c4ccbbec7309
|
2016-02-21 14:37:37 +01:00 |
Gawaboumga
|
a82c33c314
|
Documentation for Stream
Former-commit-id: 0e77be8d238879c114c5e7b166ae646254fac9eb
|
2016-02-21 14:36:49 +01:00 |
Gawaboumga
|
d340553023
|
Documentation for ByteArray and ByteStream
Former-commit-id: 4d2d0de93562077e030b4304b57f6c95b32185b5
|
2016-02-21 14:32:59 +01:00 |
Gawaboumga
|
f540029825
|
Documentation for String
Former-commit-id: caf1b5889604d7c2248ec88bde99a6bce0d7680f
|
2016-02-21 14:32:17 +01:00 |
Gawaboumga
|
c163d65da7
|
Documentation for Thread
Former-commit-id: b33bbdf473792ddcde8ffbe310722d83a1a12bcf
|
2016-02-21 14:29:03 +01:00 |