This website requires JavaScript.
Explore
Help
Sign In
gptbot
/
0ad
Watch
1
Star
0
Fork
0
You've already forked 0ad
forked from
mirrors/0ad
Code
Pull Requests
Activity
Files
5a7aa37cd1752369f22d9c9cfe1dbe9d7e0ed727
0ad
/
source
T
History
vladislavbelov
5a7aa37cd1
Fixes without PCH build after
af567560b8
.
...
Reported By: Freagarach This was SVN commit r26026.
2021-11-30 18:03:39 +00:00
..
collada
…
graphics
Removes direct access to shaders, leaves only techniques.
2021-11-27 15:01:14 +00:00
gui
Adds disabled sprites to slider.
2021-11-27 13:37:05 +00:00
i18n
…
lib
Removes unused/not implemented hooks from AppHooks. Refs
f947fa6afe
.
2021-11-29 18:21:49 +00:00
lobby
…
maths
Removes rand function usage from tests to avoid non-uniform distributions.
2021-11-25 17:57:59 +00:00
mocks
…
network
Fix false positive; undefined variable in NetworkClient.cpp
2021-09-09 18:00:17 +00:00
pch
…
ps
Fixes without PCH build after
af567560b8
.
2021-11-30 18:03:39 +00:00
renderer
Removes direct access to shaders, leaves only techniques.
2021-11-27 15:01:14 +00:00
rlinterface
…
scriptinterface
Drops custom utf16 string implementation (from
cdd3317ded
), uses C++11 one.
2021-11-29 12:10:41 +00:00
simulation2
Drops custom utf16 string implementation (from
cdd3317ded
), uses C++11 one.
2021-11-29 12:10:41 +00:00
soundmanager
Removes mentions of legacy and unused GL calls, unifies AsFloatArray.
2021-10-11 12:39:01 +00:00
third_party
…
tools
Removes unused/not implemented hooks from AppHooks. Refs
f947fa6afe
.
2021-11-29 18:21:49 +00:00
main.cpp
Moves cursor to VideoMode to draw it via SDL.
2021-09-21 22:44:46 +00:00
test_setup.cpp
…