This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
0ad
Watch
1
Star
0
Fork
2
You've already forked 0ad
mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced
2026-06-22 20:05:20 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ed2ae1d2831ac35e177811a8564330c453ea7dfb
0ad
/
source
/
lib
T
History
vladislavbelov
a4341acaa6
Fixes macOS builds after
76909984b2
because of removed header.
...
This was SVN commit r23625.
2020-05-05 11:31:19 +00:00
..
adts
Replace boost::unordered_map, boost::unordered_set with std::unordered_map, std::unordered_set to establish consistency.
2019-11-25 14:30:25 +00:00
allocators
Replace boost::unordered_map, boost::unordered_set with std::unordered_map, std::unordered_set to establish consistency.
2019-11-25 14:30:25 +00:00
external_libraries
Remove not needed checks and code for VS2015 [VS2013 -> VS2015]
2020-01-19 12:43:41 +00:00
file
Fix hotkey events synching with hotkey state.
2019-09-15 12:16:28 +00:00
pch
Remove not needed checks and code for VS2015 [VS2013 -> VS2015]
2020-01-19 12:43:41 +00:00
posix
pthread -> std::thread (4/7) - Replace pthread in remaining files
2019-08-15 09:07:16 +00:00
res
Removes obsolete sys_cursor. Refs D2557.
2020-01-10 23:45:40 +00:00
sysdep
Fixes macOS builds after
76909984b2
because of removed header.
2020-05-05 11:31:19 +00:00
tests
…
tex
Upgrade NVTT to version 2.1.1,
fixes
#4549
.
2019-12-29 11:21:33 +00:00
alignment.h
…
app_hooks.cpp
…
app_hooks.h
…
base32.cpp
…
base32.h
…
bits.cpp
…
bits.h
…
byte_order.cpp
…
byte_order.h
…
code_annotation.h
MOVABLE idiom, const CGUI struct maps, in place move construction instead of copying temporaries during CGUI XML loading and GenerateText.
2019-08-09 17:25:55 +00:00
code_generation.h
…
config2.h
…
config.h
…
debug_stl.cpp
…
debug_stl.h
…
debug.cpp
…
debug.h
…
fnv_hash.cpp
…
fnv_hash.h
…
frequency_filter.cpp
…
frequency_filter.h
…
hash.h
Replace boost::unordered_map, boost::unordered_set with std::unordered_map, std::unordered_set to establish consistency.
2019-11-25 14:30:25 +00:00
input.cpp
…
input.h
…
lib_api.h
…
lib.cpp
…
lib.h
Removes duplication of Clamp function.
2019-09-26 21:14:21 +00:00
module_init.cpp
…
module_init.h
…
ogl.cpp
…
ogl.h
…
os_path.h
…
path.cpp
…
path.h
Replace boost::unordered_map, boost::unordered_set with std::unordered_map, std::unordered_set to establish consistency.
2019-11-25 14:30:25 +00:00
precompiled.h
Remove not needed checks and code for VS2015 [VS2013 -> VS2015]
2020-01-19 12:43:41 +00:00
rand.cpp
…
rand.h
…
regex.cpp
…
regex.h
…
secure_crt.cpp
…
secure_crt.h
…
self_test.h
…
snd.cpp
…
snd.h
…
status.cpp
…
status.h
…
svn_revision.cpp
…
svn_revision.h
…
timer.cpp
Allow calling timer_DisplayClientTotals multiple times.
2019-12-14 22:49:44 +00:00
timer.h
…
types.h
…
utf8.cpp
…
utf8.h
…
wsecure_crt.cpp
…