NazaraEngine/include/Nazara/Core
Lynix e3daf7ef1f Core/String: Add GetCharacterPosition method 2016-12-03 00:34:55 +01: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.hpp AbstractLogger: Make IsStdReplicationEnabled const 2016-10-16 18:20:05 +02:00
Algorithm.hpp Core/Algorithm: Add BitCount function 2016-11-18 01:13:30 +01:00
Algorithm.inl Core/Algorithm: Add BitCount function 2016-11-18 01:13:30 +01:00
Bitset.hpp Core/Bitset: Fix compilation 2016-11-18 01:36:40 +01:00
Bitset.inl Core/Bitset: Fix compilation 2016-11-18 01:36:40 +01:00
ByteArray.hpp Core/ByteArray: Move ToHex implementation to .cpp 2016-11-08 16:14:56 +01:00
ByteArray.inl Core/ByteArray: Move ToHex implementation to .cpp 2016-11-08 16:14:56 +01:00
ByteStream.hpp Core/Enum: Convert OpenMode and StreamOption to the new flags system 2016-11-27 13:40:47 +01: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 Fix some warnings 2016-11-04 22:25:16 +01:00
ConditionVariable.inl Core: Made Mutex and ConditionVariable moveable 2016-03-01 13:59:17 +01:00
Config.hpp Core/Config: Rename WINDOWS_VISTA option to WINDOWS_NT6 2016-09-27 13:40:29 +02:00
ConfigCheck.hpp Fix documentation for module: Core 2016-05-30 14:09:51 +02: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 Fix a shitload of warnings in 64 bits mode 2016-06-13 21:09:55 +02:00
Enums.hpp Core/Enums: Fix typo in OpenMode (MustExit => MustExist) 2016-11-27 14:23:26 +01: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/Enum: Convert OpenMode and StreamOption to the new flags system 2016-11-27 13:40:47 +01:00
File.inl Documentation for Documentation & File 2016-02-21 14:37:37 +01:00
FileLogger.hpp FileLogger: Make IsTimeLoggingEnabled const 2016-10-16 18:20:25 +02:00
Flags.hpp Lua/LuaInstance: Add conversion operator to UInt32 2016-11-27 13:21:04 +01:00
Flags.inl Lua/LuaInstance: Add conversion operator to UInt32 2016-11-27 13:21:04 +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 Fix a lot of warnings from Clang/GCC 2016-10-17 14:46:53 +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 Remove DefaultLogger, just accept a SetLogger before initialization 2016-10-16 18:34:01 +02:00
MemoryHelper.hpp Core/MemoryHelper: Fix compilation with MinGW 2016-09-16 14:19:42 +02:00
MemoryHelper.inl Core/MemoryHelper: Add portable stack allocation 2016-09-15 00:46:59 +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/Enum: Convert OpenMode and StreamOption to the new flags system 2016-11-27 13:40:47 +01:00
MemoryStream.inl Core/Enum: Convert OpenMode and StreamOption to the new flags system 2016-11-27 13:40:47 +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 Various fixes 2016-07-28 19:22:41 +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 Core/ObjectRef: Fix <= operator between two ObjectRef 2016-10-27 10:27:17 +02:00
ObjectRef.inl Various fixes 2016-07-28 19:22:41 +02:00
OffsetOf.hpp Documentation for Special files of Core 2016-02-21 14:40:47 +01:00
ParameterList.hpp Core/ParameterList: Fix warning of shadowing variable 2016-11-15 15:13:12 +01: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 Revert "Core/RefCounted: Remove persistent boolean" 2016-08-02 13:20:34 +02:00
Resource.hpp Switch from Nz prefix to namespace Nz 2015-09-25 19:20:05 +02:00
ResourceLoader.hpp Fix a shitload of warnings in 64 bits mode 2016-06-13 21:09:55 +02:00
ResourceLoader.inl Fix a shitload of warnings in 64 bits mode 2016-06-13 21:09:55 +02:00
ResourceManager.hpp Core: Fix missing include 2016-03-08 13:43:11 +01:00
ResourceManager.inl Core/ResourceManager: Fix Purge() compilation 2016-10-27 10:40:41 +02: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 Doc: Fix \see 2016-07-23 18:24:27 +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/Signal: Remove debug log that got accidentaly commited 2016-08-11 01:06:21 +02:00
Signal.inl Core/Signal: Remove debug log that got accidentaly commited 2016-08-11 01:06:21 +02: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 AbstractLogger: Make IsStdReplicationEnabled const 2016-10-16 18:20:05 +02:00
Stream.hpp Core/Enum: Convert OpenMode and StreamOption to the new flags system 2016-11-27 13:40:47 +01:00
Stream.inl Core/Enum: Convert OpenMode and StreamOption to the new flags system 2016-11-27 13:40:47 +01:00
String.hpp Core/String: Add GetCharacterPosition method 2016-12-03 00:34:55 +01:00
String.inl Various fixes 2016-07-28 19:22:41 +02:00
StringStream.hpp Core/StringStream: Add Clear and GetBufferSize methods 2016-07-07 08:56:45 +02: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