NazaraEngine/include/Nazara/Core
Lynix 72a57fbf4c Fixed crash when resources in use by the Renderer are released
Former-commit-id: 98eedb556f0387f0a5c1cafde2fc74645d1d0457
2013-08-26 00:40:45 +02:00
..
Debug Updated copyright texts 2013-03-13 23:23:41 +01:00
Hash Renamed XImpl to AbstractX (More consistent) 2013-05-21 13:54:10 +02:00
AbstractHash.hpp Renamed XImpl to AbstractX (More consistent) 2013-05-21 13:54:10 +02:00
ByteArray.hpp Added unsigned int constructor to ByteArray/String classes 2013-08-03 20:18:12 +02:00
Clock.hpp Updated copyright texts 2013-03-13 23:23:41 +01:00
Color.hpp Updated copyright texts 2013-03-13 23:23:41 +01:00
Color.inl Fixed Color::operator+ and operator* 2013-08-06 23:15:22 +02:00
ConditionVariable.hpp Updated copyright texts 2013-03-13 23:23:41 +01:00
Config.hpp Renamed CORE_DUPLICATE_TO_COUT to CORE_DUPLICATE_LOG_TO_COUT 2013-08-24 21:59:21 +02:00
Core.hpp X::Initialize no longer takes arguments 2013-04-03 16:41:57 +02:00
Debug.hpp Updated copyright texts 2013-03-13 23:23:41 +01:00
DebugOff.hpp Updated copyright texts 2013-03-13 23:23:41 +01:00
Directory.hpp Added Directory::Exists 2013-08-03 20:20:30 +02:00
DynLib.hpp Updated copyright texts 2013-03-13 23:23:41 +01:00
Endianness.hpp Updated copyright texts 2013-03-13 23:23:41 +01:00
Endianness.inl Updated copyright texts 2013-03-13 23:23:41 +01:00
Enums.hpp Added ShaderManager (Experimental) 2013-07-15 00:23:04 +02:00
Error.hpp Made current file relative to engine directory 2013-08-03 17:35:08 +02:00
File.hpp Added File::Write(ByteArray) 2013-08-03 17:13:34 +02:00
Format.hpp Updated copyright texts 2013-03-13 23:23:41 +01:00
Functor.hpp Updated copyright texts 2013-03-13 23:23:41 +01:00
Functor.inl Updated copyright texts 2013-03-13 23:23:41 +01:00
HardwareInfo.hpp Updated copyright texts 2013-03-13 23:23:41 +01:00
Hash.hpp Renamed XImpl to AbstractX (More consistent) 2013-05-21 13:54:10 +02:00
HashDigest.hpp Updated copyright texts 2013-03-13 23:23:41 +01:00
Hashable.hpp Cleaned interface 2013-06-09 11:25:17 +02:00
Initializer.hpp Initializer will initialize several class at once 2013-04-03 16:42:54 +02:00
Initializer.inl Initializer now uninitialize in the inverse order 2013-04-16 11:58:51 +02:00
InputStream.hpp Updated copyright texts 2013-03-13 23:23:41 +01:00
LockGuard.hpp Updated copyright texts 2013-03-13 23:23:41 +01:00
Log.hpp Added NazaraDebug macro 2013-07-30 21:31:28 +02:00
MemoryStream.hpp Updated copyright texts 2013-03-13 23:23:41 +01:00
Mutex.hpp Updated copyright texts 2013-03-13 23:23:41 +01:00
NonCopyable.hpp Updated copyright texts 2013-03-13 23:23:41 +01:00
PluginManager.hpp Updated copyright texts 2013-03-13 23:23:41 +01:00
Primitive.hpp Added default subdivision value for planes 2013-07-14 00:47:23 +02:00
Primitive.inl Improved interface of Primitive 2013-06-25 14:06:04 +02:00
PrimitiveList.hpp Improved interface of Primitive 2013-06-25 14:06:04 +02:00
Resource.hpp Fixed crash when resources in use by the Renderer are released 2013-08-26 00:40:45 +02:00
ResourceListener.hpp Improved ResourceListeners 2013-08-09 16:28:07 +02:00
ResourceLoader.hpp ResourceLoader SteamChecker now return a ternary 2013-04-27 11:51:42 +02:00
ResourceLoader.inl Optimisations 2013-07-03 01:17:22 +02:00
ResourceRef.hpp Minor changes 2013-08-16 00:27:42 +02:00
ResourceRef.inl Minor changes 2013-08-16 00:27:42 +02:00
Semaphore.hpp Updated copyright texts 2013-03-13 23:23:41 +01:00
Stream.hpp Updated copyright texts 2013-03-13 23:23:41 +01:00
String.hpp Added unsigned int constructor to ByteArray/String classes 2013-08-03 20:18:12 +02:00
String.inl Added std::hash for String, made use of unordered_map 2013-06-23 16:53:37 +02:00
StringStream.hpp Updated copyright texts 2013-03-13 23:23:41 +01:00
TaskScheduler.hpp X::Initialize no longer takes arguments 2013-04-03 16:41:57 +02:00
TaskScheduler.inl Updated copyright texts 2013-03-13 23:23:41 +01:00
Thread.hpp Improved code 2013-06-05 13:24:33 +02:00
Thread.inl Updated copyright texts 2013-03-13 23:23:41 +01:00
ThreadSafety.hpp Updated copyright texts 2013-03-13 23:23:41 +01:00
ThreadSafetyOff.hpp Updated copyright texts 2013-03-13 23:23:41 +01:00
Tuple.hpp Updated copyright texts 2013-03-13 23:23:41 +01:00
Tuple.inl Renamed TupleUnpack to ImplTuplUnpack 2013-04-03 14:55:32 +02:00
Unicode.hpp Updated copyright texts 2013-03-13 23:23:41 +01:00
Updatable.hpp Fixed files encoding not being UTF-8 2013-03-14 00:14:16 +01:00