0ad/source/lib
2015-12-02 22:41:17 +00:00
..
adts Set svn:eol-style=native, fix some inconsistent line endings 2013-12-06 00:42:50 +00:00
allocators Convert debug_printf to take UTF-8 strings instead of wchar_t. 2015-02-14 01:45:13 +00:00
external_libraries Add missing license headers. Fixes #3357. 2015-07-31 11:28:14 +00:00
file TerrainTextureManager file loading rewrite. Fixes #3358. 2015-11-30 20:12:12 +00:00
pch Add missing license headers. Fixes #3357. 2015-07-31 11:28:14 +00:00
posix Add support for OpenBSD. Fixes #1463. 2012-06-13 20:43:56 +00:00
res Fixes inconsistencies in spelling of colour/color by preferring "color" (only wxWidgets remains with some API that requires "colour"), fixes #1029. 2015-03-15 23:59:48 +00:00
sysdep Doubles size of sound card string buffers, for users with many sound devices present. Fixes #3660 2015-12-02 22:41:17 +00:00
tests Add basic tests for %s/%hs/%ls in sprintf_s, swprintf_s. 2015-01-22 20:39:53 +00:00
tex Fixes grayscale PNG handling, there is no need to convert them all to RGB and 4741e896c4 broke special font texture handling. Instead, only grayscale with alpha PNGs will be converted to RGBA (they fail to load otherwise). 2015-03-19 03:04:01 +00:00
alignment.h Add missing license headers. Fixes #3357. 2015-07-31 11:28:14 +00:00
app_hooks.cpp Remove unused ah_translate code. 2015-07-27 01:08:15 +00:00
app_hooks.h
base32.cpp
base32.h
bits.cpp
bits.h Update cassert to use C++11 static_assert. 2015-01-24 17:29:19 +00:00
byte_order.cpp Avoid potential aliasing violation in endian functions 2011-10-25 14:02:50 +00:00
byte_order.h Add support for AArch64 (ARM64). Patch by tbm. Fixes #3345. 2015-07-30 19:52:55 +00:00
code_annotation.h Annotate custom assert for clang-analyzer. 2015-06-21 18:46:23 +00:00
code_generation.h Catch exceptions by reference (by convention), based on patch from Markus, refs #1852 2013-05-22 22:27:53 +00:00
config.h
config2.h Sets SDL2 as default and only build option on Windows. 2015-02-20 05:52:18 +00:00
debug.cpp Convert debug_printf to take UTF-8 strings instead of wchar_t. 2015-02-14 01:45:13 +00:00
debug.h Annotate custom assert for clang-analyzer. 2015-06-21 18:46:23 +00:00
debug_stl.cpp Remove some checks for usupported VS versions (<2013). 2015-01-24 20:37:16 +00:00
debug_stl.h post-alpha sync with work. 2011-07-18 09:21:56 +00:00
fnv_hash.cpp
fnv_hash.h
frequency_filter.cpp Improves frame rate counter to give smoother results, patch by sbte. Fixes #1016 2013-02-26 21:50:38 +00:00
frequency_filter.h
input.cpp Improve correctness of hotkeys at low framerates. 2013-10-30 01:38:32 +00:00
input.h Improve correctness of hotkeys at low framerates. 2013-10-30 01:38:32 +00:00
lib.cpp
lib.h Fix compatibility with LLVM libc++ (used on OS X). 2014-05-26 16:48:28 +00:00
lib_api.h
module_init.cpp
module_init.h
ogl.cpp Convert debug_printf to take UTF-8 strings instead of wchar_t. 2015-02-14 01:45:13 +00:00
ogl.h Improve ogl_WarnIfError() to report the file/line where the error was detected 2015-01-19 20:06:16 +00:00
os_path.h Fix handling of non-ASCII paths on Unix 2012-05-11 14:30:15 +00:00
path.cpp
path.h Convert debug_printf to take UTF-8 strings instead of wchar_t. 2015-02-14 01:45:13 +00:00
pointer_typedefs.h Add missing license headers. Fixes #3357. 2015-07-31 11:28:14 +00:00
precompiled.h Switch to std::shared_ptr and std::weak_ptr. 2015-01-25 03:10:58 +00:00
rand.cpp
rand.h
regex.cpp
regex.h
secure_crt.cpp Make Android %ls/%hs workaround work on secure_crt as well as wsecure_crt. 2015-01-24 00:22:12 +00:00
secure_crt.h Remove some checks for usupported VS versions (<2013). 2015-01-24 20:37:16 +00:00
self_test.cpp Convert debug_printf to take UTF-8 strings instead of wchar_t. 2015-02-14 01:45:13 +00:00
self_test.h CLogger: Use cppformat instead of sys_vswprintf. 2015-01-22 20:30:05 +00:00
status.cpp Set svn:eol-style=native, fix some inconsistent line endings 2013-12-06 00:42:50 +00:00
status.h Set svn:eol-style=native, fix some inconsistent line endings 2013-12-06 00:42:50 +00:00
svn_revision.cpp
svn_revision.h
timer.cpp Convert debug_printf to take UTF-8 strings instead of wchar_t. 2015-02-14 01:45:13 +00:00
timer.h Convert debug_printf to take UTF-8 strings instead of wchar_t. 2015-02-14 01:45:13 +00:00
types.h Second (main) commit for the SpiderMonkey upgrade. 2014-03-28 20:26:32 +00:00
utf8.cpp
utf8.h
wsecure_crt.cpp