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 06:45:33 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
819aca0f1cbc71255fa28923c94a283db85a2201
0ad
/
source
T
History
janwas
819aca0f1c
work around flaw in some DDS headers (not setting alpha flag). this is critical because renderer/GUI code now uses TEX_ALPHA flag instead of just checking against all known GL formats containing alpha
...
This was SVN commit r2663.
2005-09-04 20:05:21 +00:00
..
graphics
lib.cpp: forgot to use TEST (for self-test)
2005-09-02 18:38:25 +00:00
gui
guirenderer: fix bug that was breaking the ScEd button in main menu. it was calling glEnable/glActiveTextureUnit before ogl_tex_bind, which is now also doing that.
2005-09-04 19:48:26 +00:00
i18n
…
lib
work around flaw in some DDS headers (not setting alpha flag). this is critical because renderer/GUI code now uses TEX_ALPHA flag instead of just checking against all known GL formats containing alpha
2005-09-04 20:05:21 +00:00
maths
…
ps
- PathPackage now does CHECK_ERR. adjusted callers appropriately
2005-09-02 03:03:06 +00:00
renderer
(as before, belonged in the previous batches)
2005-09-02 02:58:40 +00:00
scripting
…
simulation
…
sound
…
tools
Added tile class and "avoid at distance" support to RMGen.
2005-09-03 21:53:07 +00:00
main.cpp
…
ProgrammingSchedule.xls
…