0ad/source/lib
Ykkrosh fb0b4572ab Fix Valgrind complaint about delete vs delete[].
This was SVN commit r15267.
2014-06-01 18:46:14 +00:00
..
adts Set svn:eol-style=native, fix some inconsistent line endings 2013-12-06 00:42:50 +00:00
allocators Set svn:eol-style=native, fix some inconsistent line endings 2013-12-06 00:42:50 +00:00
external_libraries Made tinygettext’s debug output optional 2014-04-26 15:32:18 +00:00
file Stop VFS from causing a crash when the AI player isn't found. Patch by Itms. Fixes #2558 2014-05-31 14:55:09 +00:00
pch Remove unused includes of tr1/unordered_map etc. 2013-11-14 20:47:59 +00:00
posix Add support for OpenBSD. Fixes #1463. 2012-06-13 20:43:56 +00:00
res Cleanup tex_codec, fixes #2456, patch by IronNerd. 2014-03-13 04:16:20 +00:00
sysdep Disables checks in os_cpu_LargePageSize Windows implementation, since they failed on Vista SP2 with old Xeon CPU, fixes #2346 2014-02-04 22:30:29 +00:00
tests Fix handling of non-ASCII paths on Unix 2012-05-11 14:30:15 +00:00
tex Fix Valgrind complaint about delete vs delete[]. 2014-06-01 18:46:14 +00:00
alignment.h Set svn:eol-style=native, fix some inconsistent line endings 2013-12-06 00:42:50 +00:00
app_hooks.cpp
app_hooks.h
base32.cpp
base32.h
bits.cpp
bits.h Fixes compile error introduced in 3787f17e4d 2012-12-01 20:34:35 +00:00
byte_order.cpp Avoid potential aliasing violation in endian functions 2011-10-25 14:02:50 +00:00
byte_order.h Vague start at hypothetical Android support 2012-01-17 22:05:43 +00:00
code_annotation.h Added API documentation to ‘source/i18n/’ 2014-04-26 12:10:15 +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 Add compile time flag to disable use of miniupnpc. 2013-12-18 16:08:56 +00:00
debug.cpp sync with work - minor fixes 2011-12-19 11:55:30 +00:00
debug.h New Year's clean-up. 2013-01-01 18:33:53 +00:00
debug_stl.cpp post-alpha sync with work. 2011-07-18 09:21:56 +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 Adds comment about xorg-x11's glXGetProcAddress not returning NULL for unsupported functions, closes #171 2013-06-14 23:49:20 +00:00
ogl.h Fix build with old versions of Mesa 2012-01-19 18:23:54 +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 Include mod path in the cache path. 2013-07-10 00:08:01 +00:00
pointer_typedefs.h Set svn:eol-style=native, fix some inconsistent line endings 2013-12-06 00:42:50 +00:00
precompiled.h
ps_stl.h Set svn:eol-style=native, fix some inconsistent line endings 2013-12-06 00:42:50 +00:00
rand.cpp
rand.h
regex.cpp
regex.h
secure_crt.cpp Add support for OpenBSD. Fixes #1463. 2012-06-13 20:43:56 +00:00
secure_crt.h Add support for OpenBSD. Fixes #1463. 2012-06-13 20:43:56 +00:00
self_test.cpp
self_test.h Wall placement. Closes #786. 2012-05-05 19:22:22 +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 Fixes race condition in EnsureMonotonic on 32-bit builds, which was causing unreliable timer behavior, fixes #1729 2012-12-03 13:24:12 +00:00
timer.h sync with work: 2011-12-27 14:12:31 +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