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-16 17:34:09 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
d6050afc71ca21e2aa62372b263f5fc3825583fa
0ad
/
source
/
lib
/
res
/
graphics
T
History
janwas
5406a68959
feature request by philip: instead of refusing to load textures larger than the OpenGL limit, ensure they have mipmaps (unless it's s3tc, which would be too expensive to recompress) and skip levels until it fits
...
This was SVN commit r10043.
2011-08-20 17:56:12 +00:00
..
tests
refactor path interface:
2011-03-23 13:36:20 +00:00
cursor.cpp
ENSURE(0) -> DEBUG_WARN_ERR(ERR::LOGIC) (a bit smaller, and more descriptive)
2011-05-04 12:10:17 +00:00
cursor.h
cleanup (requires update-workspaces)
2011-05-03 12:38:42 +00:00
ogl_shader.cpp
refactor file interface. requires workspace update
2011-05-25 10:39:13 +00:00
ogl_shader.h
cleanup (requires update-workspaces)
2011-05-03 12:38:42 +00:00
ogl_tex.cpp
feature request by philip: instead of refusing to load textures larger than the OpenGL limit, ensure they have mipmaps (unless it's s3tc, which would be too expensive to recompress) and skip levels until it fits
2011-08-20 17:56:12 +00:00
ogl_tex.h
# New territory border rendering.
2011-07-30 00:56:45 +00:00
unifont.cpp
ENSURE(0) -> DEBUG_WARN_ERR(ERR::LOGIC) (a bit smaller, and more descriptive)
2011-05-04 12:10:17 +00:00
unifont.h
cleanup (requires update-workspaces)
2011-05-03 12:38:42 +00:00