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-23 16:26:39 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
2f0c785ba701f330c0fcc6fbbcf484af4a522144
0ad
/
source
T
History
janwas
2f0c785ba7
reorganize code; add paranoid checking for core support of extensions in case the driver forgot to advertise some; remove deadwood (oglPrintErrors - oglCheck does the same); prefix the feature/limit variables with ogl_; add oglHaveExtensions call
...
This was SVN commit r2396.
2005-06-16 22:21:12 +00:00
..
graphics
…
gui
Use gl*ARB wherever possible. They are mapped onto the core gl* function if the driver's version is high enough, else onto the extension's gl*ARB function.
2005-06-14 03:33:16 +00:00
i18n
…
lib
reorganize code; add paranoid checking for core support of extensions in case the driver forgot to advertise some; remove deadwood (oglPrintErrors - oglCheck does the same); prefix the feature/limit variables with ogl_; add oglHaveExtensions call
2005-06-16 22:21:12 +00:00
maths
…
ps
singleton.h: use assert2 (avoid trouble in wdbg code)
2005-06-16 21:46:33 +00:00
renderer
Use gl*ARB wherever possible. They are mapped onto the core gl* function if the driver's version is high enough, else onto the extension's gl*ARB function.
2005-06-14 03:33:16 +00:00
scripting
…
simulation
…
sound
…
tests
…
tools
Trying once more to rename this stuff correctly...
2005-06-14 20:46:45 +00:00
main.cpp
timer.h: require trailing ; after TIMER
2005-06-16 21:50:20 +00:00
ProgrammingSchedule.xls
…