NazaraEngine/include/Nazara/Core
Lynix 6c8d2ed03a Merge branch 'NDK-ShadowMapping'
Former-commit-id: 0fcd92b113069d2ee1edc74cf9be471cd6d97267
2016-05-13 13:06:23 +02:00
..
Debug Switch from Nz prefix to namespace Nz 2015-09-25 19:20:05 +02:00
Hash Add override where missing 2015-12-30 15:15:20 +01:00
AbstractHash.hpp Fix a shitloads of warnings on VS 2015-11-25 18:19:26 +01:00
AbstractLogger.docx Improve documentation 2016-03-01 15:37:05 +01:00
AbstractLogger.hpp Core: Rewrite Log system 2015-12-07 18:18:14 +01:00
Algorithm.hpp UnitTests: Fix errors 2016-05-05 21:27:36 +02:00
Algorithm.inl UnitTests: Fix errors 2016-05-05 21:27:36 +02:00
Bitset.hpp Core/Bitset: Fix value constructor 2016-05-06 19:15:15 +02:00
Bitset.inl Core/Bitset: Fix infinite loop 2016-05-09 18:10:46 +02:00
ByteArray.hpp Core: Switch Hashable struct to HashAppend function 2015-11-18 18:28:56 +01:00
ByteArray.inl Merge branch 'master' of https://github.com/DigitalPulseSoftware/NazaraEngine 2016-02-24 14:19:21 +01:00
ByteStream.hpp UnitTests: Fix errors 2016-05-05 21:27:36 +02:00
ByteStream.inl Core/ByteStream: Remove assertion on ByteStream pointer 2016-03-09 13:52:39 +01:00
CallOnExit.hpp Switch from Nz prefix to namespace Nz 2015-09-25 19:20:05 +02:00
CallOnExit.inl Improve documentation 2016-03-01 15:37:05 +01:00
Clock.hpp Switch from Nz prefix to namespace Nz 2015-09-25 19:20:05 +02:00
Color.hpp Core/Color: Add IsOpaque method 2016-05-13 12:47:53 +02:00
Color.inl Core/Color: Add IsOpaque method 2016-05-13 12:47:53 +02:00
ConditionVariable.hpp Core: Made Mutex and ConditionVariable moveable 2016-03-01 13:59:17 +01:00
ConditionVariable.inl Core: Made Mutex and ConditionVariable moveable 2016-03-01 13:59:17 +01:00
Config.hpp Improve documentation 2016-03-01 15:37:05 +01:00
ConfigCheck.hpp Documentation for Special files of Core 2016-02-21 14:40:47 +01:00
Core.hpp Switch from Nz prefix to namespace Nz 2015-09-25 19:20:05 +02:00
Debug.hpp Updated copyright year 2015-01-21 20:53:01 +01:00
DebugOff.hpp Documentation for Special files of Core 2016-02-21 14:40:47 +01:00
Directory.hpp Switch from Nz prefix to namespace Nz 2015-09-25 19:20:05 +02:00
DynLib.hpp Documentation for DynLib & PluginManager 2016-02-21 14:38:35 +01:00
Endianness.hpp Core/Endianness: Add SwapBytes shortcut 2016-04-21 13:20:46 +02:00
Endianness.inl Core/Endianness: Add SwapBytes shortcut 2016-04-21 13:20:46 +02:00
Enums.hpp Core/ParameterList: Add support for color values and updated documentation 2016-04-30 12:44:34 +02:00
Error.hpp Core/Error: Remove Directory include in Error.hpp 2016-04-11 13:01:17 +02:00
ErrorFlags.hpp Switch from Nz prefix to namespace Nz 2015-09-25 19:20:05 +02:00
File.hpp Core/File: Add SetSize method (currently missing Posix implementation!) 2016-04-29 14:20:22 +02:00
File.inl Documentation for Documentation & File 2016-02-21 14:37:37 +01:00
FileLogger.hpp Core: Rewrite Log system 2015-12-07 18:18:14 +01:00
Functor.hpp Documentation for Functor 2016-02-21 14:41:58 +01:00
Functor.inl Improve documentation 2016-03-01 15:37:05 +01:00
GuillotineBinPack.hpp Switch from Nz prefix to namespace Nz 2015-09-25 19:20:05 +02:00
HandledObject.hpp Core/ObjectHandle: Add noexcept move constructor/assignment 2016-05-09 09:03:11 +02:00
HandledObject.inl Core/ObjectHandle: Add noexcept move constructor/assignment 2016-05-09 09:03:11 +02:00
HardwareInfo.hpp Switch from Nz prefix to namespace Nz 2015-09-25 19:20:05 +02:00
Initializer.hpp Switch from Nz prefix to namespace Nz 2015-09-25 19:20:05 +02:00
Initializer.inl Improve documentation 2016-03-01 15:37:05 +01:00
LockGuard.hpp Core/LockGuard: Improve LockGuard 2016-04-16 18:38:52 +02:00
LockGuard.inl Core/LockGuard: Improve LockGuard 2016-04-16 18:38:52 +02:00
Log.hpp Core: Rewrite Log system 2015-12-07 18:18:14 +01:00
MemoryHelper.hpp Core/MemoryHelper: Improve PlacementNew interface 2016-04-24 19:48:12 +02:00
MemoryHelper.inl Core/MemoryHelper: Improve PlacementNew interface 2016-04-24 19:48:12 +02:00
MemoryManager.hpp Switch from Nz prefix to namespace Nz 2015-09-25 19:20:05 +02:00
MemoryPool.hpp Documentation for MemoryPool 2016-02-21 14:21:56 +01:00
MemoryPool.inl Core/MemoryHelper: Improve PlacementNew interface 2016-04-24 19:48:12 +02:00
MemoryStream.hpp Core: Rework Serialization 2016-02-03 18:42:19 +01:00
MemoryStream.inl Improve documentation 2016-03-01 15:37:05 +01:00
MemoryView.hpp Core: Rework Serialization 2016-02-03 18:42:19 +01:00
Mutex.hpp Core: Made Mutex and ConditionVariable moveable 2016-03-01 13:59:17 +01:00
Mutex.inl Improve documentation 2016-03-01 15:37:05 +01:00
ObjectHandle.hpp Core/ObjectHandle: Add noexcept move constructor/assignment 2016-05-09 09:03:11 +02:00
ObjectHandle.inl Core/ObjectHandle: Fix movement 2016-05-09 18:10:58 +02:00
ObjectLibrary.hpp Switch from Nz prefix to namespace Nz 2015-09-25 19:20:05 +02:00
ObjectLibrary.inl Improve documentation 2016-03-01 15:37:05 +01:00
ObjectRef.hpp Merge branch 'master' into NDK-ShadowMapping 2016-04-17 19:57:15 +02:00
ObjectRef.inl Improve documentation 2016-03-01 15:37:05 +01:00
OffsetOf.hpp Documentation for Special files of Core 2016-02-21 14:40:47 +01:00
ParameterList.hpp Core/ParameterList: Add support for color values and updated documentation 2016-04-30 12:44:34 +02:00
PluginManager.hpp Documentation for DynLib & PluginManager 2016-02-21 14:38:35 +01:00
Primitive.hpp Switch from Nz prefix to namespace Nz 2015-09-25 19:20:05 +02:00
Primitive.inl Improve documentation 2016-03-01 15:37:05 +01:00
PrimitiveList.hpp Fix a shitloads of warnings on VS 2015-11-25 18:19:26 +01:00
RefCounted.hpp Switch from Nz prefix to namespace Nz 2015-09-25 19:20:05 +02:00
Resource.hpp Switch from Nz prefix to namespace Nz 2015-09-25 19:20:05 +02:00
ResourceLoader.hpp Core: Fix missing include 2016-03-08 13:43:11 +01:00
ResourceLoader.inl Core/ResourceLoader: Fix assert 2016-03-30 17:49:27 +02:00
ResourceManager.hpp Core: Fix missing include 2016-03-08 13:43:11 +01:00
ResourceManager.inl Improve documentation 2016-03-01 15:37:05 +01:00
ResourceParameters.hpp Add support for custom resource parameters 2016-03-08 13:37:17 +01:00
ResourceSaver.hpp Fix compilation for gcc/clang + tests for serialization 2016-04-04 10:17:05 +02:00
ResourceSaver.inl Fix compilation for gcc/clang + tests for serialization 2016-04-04 10:17:05 +02:00
Semaphore.hpp Switch from Nz prefix to namespace Nz 2015-09-25 19:20:05 +02:00
SerializationContext.hpp UnitTests: Fix errors 2016-05-05 21:27:36 +02:00
SerializationContext.inl UnitTests: Fix errors 2016-05-05 21:27:36 +02:00
Signal.hpp Core: Rewrite Log system 2015-12-07 18:18:14 +01:00
Signal.inl Improve documentation 2016-03-01 15:37:05 +01:00
SparsePtr.hpp Documentation for SparsePtr 2016-02-21 14:26:49 +01:00
SparsePtr.inl Replace useless reinterpret_cast by static_cast 2016-04-07 04:20:18 +02:00
StdLogger.hpp Core: Rewrite Log system 2015-12-07 18:18:14 +01:00
Stream.hpp Network/TcpClient: Make TcpClient a Stream 2015-11-23 18:22:12 +01:00
Stream.inl Improve documentation 2016-03-01 15:37:05 +01:00
String.hpp UnitTests: Fix errors 2016-05-05 21:27:36 +02:00
String.inl Improve documentation 2016-03-01 15:37:05 +01:00
StringStream.hpp Fix a shitloads of warnings on VS 2015-11-25 18:19:26 +01:00
TaskScheduler.hpp Switch from Nz prefix to namespace Nz 2015-09-25 19:20:05 +02:00
TaskScheduler.inl Improve documentation 2016-03-01 15:37:05 +01:00
Thread.hpp Switch from Nz prefix to namespace Nz 2015-09-25 19:20:05 +02:00
Thread.inl Improve documentation 2016-03-01 15:37:05 +01:00
ThreadSafety.hpp Documentation for Thread 2016-02-21 14:29:03 +01:00
ThreadSafetyOff.hpp Documentation for Thread 2016-02-21 14:29:03 +01:00
Unicode.hpp Documentation for String 2016-02-21 14:32:17 +01:00
Updatable.hpp Switch from Nz prefix to namespace Nz 2015-09-25 19:20:05 +02:00