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-07-06 14:06:13 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
353260f8ec356a9482c628b88fd3da02213504b4
0ad
/
source
T
History
janwas
353260f8ec
This was SVN commit r2971.
2005-10-19 17:42:37 +00:00
..
graphics
g_YMinOffset declared in gameview.h instead of extern elsewhere
2005-10-19 17:16:34 +00:00
gui
This was SVN commit r2971.
2005-10-19 17:42:37 +00:00
i18n
…
lib
g_YMinOffset declared in gameview.h instead of extern elsewhere
2005-10-19 17:16:34 +00:00
maths
…
ps
debug_assert now displays function name also. this neatly avoids the need for __func__ in every debug_warn, which also breaks on Linux. all such constructions have been removed.
2005-10-19 06:29:55 +00:00
renderer
CInput: swapped direction of mouse-wheel scrolling.
2005-10-14 21:59:08 +00:00
scripting
Sped up minimap rendering by having a separate LOS texture and recomputing only that per frame. To force a recompute of the terrain texture, set g_TerrainModified to true sometime before the render step of each frame (it is set back to false at the end of the frame).
2005-10-19 03:02:51 +00:00
simulation
…
sound
…
tools
Build: generate Atlas project files (with "update-workspaces --atlas") (for VS2003 only).
2005-10-17 01:11:12 +00:00
main.cpp
Minimap: refactor if() spanning 200 lines into if(!) return
2005-10-19 06:11:21 +00:00
ProgrammingSchedule.xls
…