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-20 22:45:58 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
af03c32043d9802ba17e00ef3b23fdb2318ecaf0
0ad
/
source
/
lib
/
file
/
io
T
History
janwas
df3198ce1e
fix massive inefficiency in write_buffer (allocating new buffer each time)
...
This was SVN commit r5611.
2008-02-09 18:57:59 +00:00
..
block_cache.cpp
- fix incorrect use of block vs. sector aligned (both offset and length must be block-aligned to allow proper caching)
2008-01-20 21:52:54 +00:00
block_cache.h
remove mmgr and macros that redefine malloc/new/free
2008-01-19 11:33:11 +00:00
io_align.cpp
- fix incorrect use of block vs. sector aligned (both offset and length must be block-aligned to allow proper caching)
2008-01-20 21:52:54 +00:00
io_align.h
- fix incorrect use of block vs. sector aligned (both offset and length must be block-aligned to allow proper caching)
2008-01-20 21:52:54 +00:00
io.cpp
- fix incorrect use of block vs. sector aligned (both offset and length must be block-aligned to allow proper caching)
2008-01-20 21:52:54 +00:00
io.h
improvements and fixes:
2008-01-07 20:03:19 +00:00
write_buffer.cpp
fix massive inefficiency in write_buffer (allocating new buffer each time)
2008-02-09 18:57:59 +00:00
write_buffer.h
improvements and fixes:
2008-01-07 20:03:19 +00:00