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-07 15:05:24 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
db168702dfe8d6ff3cf869b2a4850f4238f65641
0ad
/
source
/
lib
/
res
T
History
janwas
4566893042
add include guards; reflect lockfree.h rename
...
This was SVN commit r2184.
2005-04-27 16:16:52 +00:00
..
cursor.cpp
Disabled mipmaps on GUI textures and cursors
2005-03-17 00:06:51 +00:00
cursor.h
…
file.cpp
file: provide FILE_TEXT flag that enables newline translation - useful when outputting XML files, so notepad doesn't see "\n" (which it can't handle)
2005-04-29 13:17:17 +00:00
file.h
file: provide FILE_TEXT flag that enables newline translation - useful when outputting XML files, so notepad doesn't see "\n" (which it can't handle)
2005-04-29 13:17:17 +00:00
h_mgr.cpp
detect: add posix.h so _SC_* defines are visible (enables mem detect)
2005-03-27 17:24:57 +00:00
h_mgr.h
add dox to posix.h;
2005-03-15 18:23:13 +00:00
handle.h
…
hotload.h
…
jmemdatasrc.cpp
…
mem.cpp
…
mem.h
…
ogghack.cpp
…
ogghack.h
…
ogl_tex.cpp
fix for bug reported by philip: had dxt1a and dxt1 backwards
2005-03-10 20:29:27 +00:00
ogl_tex.h
…
res.cpp
…
res.h
…
snd.cpp
…
snd.h
add include guards; reflect lockfree.h rename
2005-04-27 16:16:52 +00:00
tex.cpp
…
tex.h
…
unifont.cpp
…
unifont.h
…
vfs_path.cpp
- fix bug (wasn't setting mount_point of dir being mounted => crash while writing screenshot)
2005-03-27 17:27:49 +00:00
vfs_path.h
- fix bug (wasn't setting mount_point of dir being mounted => crash while writing screenshot)
2005-03-27 17:27:49 +00:00
vfs_tree.cpp
vfs_tree: revise hash table implementation to make it reusable (not yet finished)
2005-04-09 22:25:23 +00:00
vfs_tree.h
- fix bug (wasn't setting mount_point of dir being mounted => crash while writing screenshot)
2005-03-27 17:27:49 +00:00
vfs.cpp
file: provide FILE_TEXT flag that enables newline translation - useful when outputting XML files, so notepad doesn't see "\n" (which it can't handle)
2005-04-29 13:17:17 +00:00
vfs.h
file: provide FILE_TEXT flag that enables newline translation - useful when outputting XML files, so notepad doesn't see "\n" (which it can't handle)
2005-04-29 13:17:17 +00:00
zip.cpp
- file bugfix: truncate when opening for writing (problem reported by philip)
2005-03-29 06:27:35 +00:00
zip.h
…