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-09 15:15:16 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
3b4295a1773df62dc7b408855c2a99013f277990
0ad
/
source
T
History
prefect
3b4295a177
Linux build fixes
...
This was SVN commit r3427.
2006-01-28 22:04:09 +00:00
..
graphics
- vfs_load now returns error code and takes FileIOBuf; that must be freed via file_buf_free. if Handle is needed, use mem_wrap.
2006-01-24 08:16:29 +00:00
gui
Right click/double click support in main GUI handler, minimap updates-drag and order issuing
2006-01-21 11:07:25 +00:00
i18n
profiling indicates memcpy is a bottleneck, so globally replace all of them with memcpy2 (hand-optimized). depending on transfer size, this is 10%..300% faster. also made memcpy2 into a macro instead of thunk function because vc7 was still generating a jump.
2005-10-30 16:19:20 +00:00
lib
Linux build fixes
2006-01-28 22:04:09 +00:00
maths
Fix Linux build, don't EVER #include <windows.h> again!
2006-01-21 20:01:17 +00:00
ps
- vfs_load now returns error code and takes FileIOBuf; that must be freed via file_buf_free. if Handle is needed, use mem_wrap.
2006-01-24 08:16:29 +00:00
renderer
- Seperate ViewCamera (eye position) and CullCamera (model culling, shadow
2006-01-22 19:12:30 +00:00
scripting
- vfs_load now returns error code and takes FileIOBuf; that must be freed via file_buf_free. if Handle is needed, use mem_wrap.
2006-01-24 08:16:29 +00:00
simulation
- vfs_load now returns error code and takes FileIOBuf; that must be freed via file_buf_free. if Handle is needed, use mem_wrap.
2006-01-24 08:16:29 +00:00
sound
- vfs_load now returns error code and takes FileIOBuf; that must be freed via file_buf_free. if Handle is needed, use mem_wrap.
2006-01-24 08:16:29 +00:00
tools
Advance water in sync with simulation and unit animations (so it stops when the game is paused).
2006-01-21 23:27:42 +00:00
main.cpp
- vfs_load now returns error code and takes FileIOBuf; that must be freed via file_buf_free. if Handle is needed, use mem_wrap.
2006-01-24 08:16:29 +00:00
ProgrammingSchedule.xls
…