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 08:08:40 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
9cf709ff5aaa5932ab472f408e2bd439d2018f04
0ad
/
source
T
History
pyrolink
9cf709ff5a
Added entity heal capabilities/
...
This was SVN commit r3127.
2005-11-13 06:42:12 +00:00
..
graphics
ia32, sysdep: add float->int implementation and fallback version and self-test
2005-11-07 02:04:28 +00:00
gui
minimap: fix issue where changes to terrain might not be noticed
2005-11-06 04:22:47 +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
UNREACHABLE now generates warning if hit in debug mode (as per philip's request - good idea :) )
2005-11-09 04:11:13 +00:00
maths
renderer: load/unload water textures (similar to alpha maps); do that in delay load and avoid leaking them.
2005-10-12 04:16:41 +00:00
ps
ia32: remove _ceil, mark functions as being sysdep implementations; prefix fpucw constants with IA32 to avoid conflicts
2005-11-07 02:45:25 +00:00
renderer
More reliable texture blending. Resource unloading. Minor fixes.
2005-11-06 05:05:07 +00:00
scripting
Fix various warnings (both implicit conversions and real bugs).
2005-11-06 17:58:47 +00:00
simulation
Added entity heal capabilities/
2005-11-13 06:42:12 +00:00
sound
Fix various warnings (both implicit conversions and real bugs).
2005-11-06 17:58:47 +00:00
tools
More reliable texture blending. Resource unloading. Minor fixes.
2005-11-06 05:05:07 +00:00
main.cpp
replace g_active with more clear g_app_has_focus and g_app_minimized
2005-10-31 18:36:36 +00:00
ProgrammingSchedule.xls
gave it a once-over, marked 1 as complete
2005-05-09 16:30:01 +00:00