NazaraEngine/src/Nazara/Core
SirLynix f2bc1bff7a Update for latest nazarautils update 2023-07-17 19:05:15 +02:00
..
Darwin Update includes for new NazaraUtils version 2023-03-19 13:01:56 +01:00
Hash Update for latest nazarautils update 2023-07-17 19:05:15 +02:00
Posix Core/ThreadImpl: Fix warning and merge implementations 2023-06-21 20:13:58 +02:00
Systems Core: Add DisabledComponent (to temporary disable an entity) 2023-05-07 22:43:48 +02:00
Win32 Fix thread support on MinGW 2023-06-07 18:54:37 +02:00
AbstractHash.cpp Update for latest nazarautils update 2023-07-17 19:05:15 +02:00
AbstractLogger.cpp Rename EnumMap to EnumArray after nazarautils update 2023-05-30 13:49:19 +02:00
AntiWindows.hpp Add support for ARM64 on Windows 2023-04-11 18:15:29 +02:00
AntiX11.hpp Copyright year update 2023-01-22 17:41:18 +01:00
AppEntitySystemComponent.cpp Rework EnTT integration 2023-01-28 19:28:43 +01:00
AppFilesystemComponent.cpp Core: Rework VirtualDirectory to allow custom directory resolving 2023-03-03 13:21:48 +01:00
ApplicationBase.cpp Core: Add SignalHandlerAppComponent 2023-06-07 22:28:55 +02:00
ApplicationComponent.cpp Fix some warnings 2023-02-02 13:28:36 +01:00
ApplicationUpdater.cpp Copyright year update 2023-01-22 17:41:18 +01:00
ByteArray.cpp Copyright year update 2023-01-22 17:41:18 +01:00
ByteStream.cpp Copyright year update 2023-01-22 17:41:18 +01:00
Core.cpp Copyright year update 2023-01-22 17:41:18 +01:00
DynLib.cpp Random code cleanup 2023-06-05 18:05:16 +02:00
EmptyStream.cpp Copyright year update 2023-01-22 17:41:18 +01:00
EntityWorld.cpp Rework EnTT integration 2023-01-28 19:28:43 +01:00
EnttSystemGraph.cpp Rework EnTT integration 2023-01-28 19:28:43 +01:00
EnttWorld.cpp Rework EnTT integration 2023-01-28 19:28:43 +01:00
Error.cpp Include fixes 2023-06-07 13:30:25 +02:00
ErrorFlags.cpp Copyright year update 2023-01-22 17:41:18 +01:00
File.cpp Core/File: Add OpenMode::Defer 2023-03-03 13:14:28 +01:00
FileLogger.cpp Update includes for new NazaraUtils version 2023-03-19 13:01:56 +01:00
GuillotineBinPack.cpp Update includes for new NazaraUtils version 2023-03-19 13:01:56 +01:00
HandledObject.cpp Copyright year update 2023-01-22 17:41:18 +01:00
HardwareInfo.cpp Rename EnumMap to EnumArray after nazarautils update 2023-05-30 13:49:19 +02:00
Log.cpp Core/Log: Pass string_view by value instead of ref 2023-02-22 19:04:07 +01:00
MemoryStream.cpp Core/Stream: Add MemoryMapped stream options (allowing for direct memory access) 2023-03-03 13:18:51 +01:00
MemoryView.cpp Core/Stream: Add MemoryMapped stream options (allowing for direct memory access) 2023-03-03 13:18:51 +01:00
ParameterList.cpp Update includes for new NazaraUtils version 2023-03-19 13:01:56 +01:00
PluginInterface.cpp Copyright year update 2023-01-22 17:41:18 +01:00
PluginLoader.cpp Update includes for new NazaraUtils version 2023-03-19 13:01:56 +01:00
PoolByteStream.cpp Copyright year update 2023-01-22 17:41:18 +01:00
PrimitiveList.cpp Copyright year update 2023-01-22 17:41:18 +01:00
RefCounted.cpp Copyright year update 2023-01-22 17:41:18 +01:00
Resource.cpp Core/Resource: Pass filePath by value and move to prevent useless copy 2023-05-15 08:31:42 +02:00
ResourceParameters.cpp Core/ResourceParameters: Add virtual destructor (fix render device destruction) 2023-03-09 17:48:52 +01:00
SerializationContext.cpp Copyright year update 2023-01-22 17:41:18 +01:00
SignalHandlerAppComponent.cpp Core: Add SignalHandlerAppComponent 2023-06-07 22:28:55 +02:00
State.cpp Core: Add StateMachine 2023-05-07 22:42:54 +02:00
StdLogger.cpp Improve math module (#396) 2023-06-02 22:30:51 +02:00
Stream.cpp Update includes for new NazaraUtils version 2023-03-19 13:01:56 +01:00
StringExt.cpp Include fixes 2023-06-07 13:30:25 +02:00
TaskScheduler.cpp Copyright year update 2023-01-22 17:41:18 +01:00
ThreadExt.cpp Core: Add thread extension functions 2023-06-07 13:35:40 +02:00
Time.cpp Copyright year update 2023-01-22 17:41:18 +01:00
Unicode.cpp Copyright year update 2023-01-22 17:41:18 +01:00
UnicodeData.hpp Core: Update unicode data 2023-03-14 18:06:23 +01:00
Updatable.cpp Copyright year update 2023-01-22 17:41:18 +01:00
Uuid.cpp ~ WIP port emscripen (WebGL) 2023-02-02 20:34:25 +01:00
VirtualDirectory.cpp Core: Rework VirtualDirectory to allow custom directory resolving 2023-03-03 13:21:48 +01:00
VirtualDirectoryFilesystemResolver.cpp Core/VirtualDirectoryFilesystemResolver: Fix unicode path 2023-05-30 19:09:11 +02:00