Remove duplicated code.
Follow up fix for argument order mismatch.
NFC: fixed typos.
Use stl mutex directly and removed wrapper class.
NFC: cleanup.
Removed unused dProcess.
Reworked Configuration get methods.
Fix argument order mismatch (declaration to definition).
Removed duplicated code.
Fix some uninitialized member variables.
Add missing assignment operator.
Add missing member initialization.
NFC: cleanup code.
Add readme.md.
Moved License file to project root.
Removed unused include.
Fix heap corruption on container copy ctor.
Fix allocation/deallocation mismatch.
Initialize members.
Fix missing member init.
Fix misuse of empty.
Limit the grow size to 1GB.
Merge commit 'd6420b6e5079ed69feda9f5cdf05240c967e2241' as 'fts/3rdparty/fts-network'
Add fts-network as subtree.
Squashed 'fts/3rdparty/fts-network/' content from commit e56e6256
Use system ogg vorbis if present.
Fix finding SDL2.
Remove global link directory.
Add cmake generator expr to more project.
Better integration of bouge into tbe cmake build.
Add CEGUI libs in 3rdparty cmake file.
Use generator expression to set debug flag.
Try find OpenAL package first.
Fix method signature mismatch.
CMake CEGUI no further global compiler options.
Suppress C++17 deprecated warning (CEGUI String iterator).
Use target interface to populate inc dirs.
Move sound build dependencies to 3rdparty cmake file.
Fix: The SDL workaround is only w/ MSVC valid.
Win32: use directory lib name to link to.
More rework on CMake files.
Limit compiler settings etc scope.
Remove MinSizeRel and RelWithDebInfo project configurations.
Rework aTest CMakeLists.
Test a dir create fail on Linux, too.
Make test more reliable.
Add missing includes under Linux.
Removed gcc precompiled header generation.
Fixes to compile on Linux.
Make rootLength conforming to the origin behaviour.
Use filesystem where possible.
Cleanup defines and move most to CMakeLists.
MSVC Better solution item structure.
Fix upper/lower case in folder name.
Move loading net lib to the fts run level load.
Cleanup compiler defines and workarounds.
Use the STL filesystem.
Use filesystem to get current path.
Move dBrowse to dFile folder.
Fix missing include.
Fix file dlg handling for dir as file case.
MSVC: Don't build AL soft example and utils.
Ignore .vs and Release directories.
Fix warnings.
Fix pcre settings for utf8 support.
Add MSVC solution items.
Add support for building with MSVC.
Change enum to enum class.
Fix missing save of texture option.
Removed unused variables.
Fix iterator compare.
Fix forward declaration within a macro.
Fix detecting and setting resolution.
Fix missing return statement.
Fix warning no virtual dtor.
Fix missing set of m_Context with SDL context.
Using STL filesystem makes dBrowse platform files obsolete.
Update some tools to VC15.
Cleanup seting compiler flags.
Some small clean ups.
Handle SDL_TEXTINPUT event to inject characters.
Store unicode character with the key down event.
Avoid using goto.
Using SDL clipboard instead of scrap.
Adaption to SDL2 on linux.
Switch to SDL2.
Fix key event handling. Using the SDL scancode.
Ignore only top level linux directory.
Try to fix EOL.
Add missing files due to ignore settings.
Use SDL2 package.
Fix compiling, add fpermissive.
Removed SDL 1 module.
Update SDL to 1.2.15.
Remove net and add fts-network lib.
Remove type prefix for member variables.
getHTTPFile interface has changed.
Add more debug output.
Changed define DSRV_CHAT_TYPE_... to enum class.
Mutex (un)lock don't have return values.