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-08 15:06:58 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
e92c36bc36ebf0cf237e267d43369706ab8d69e7
0ad
/
source
T
History
Ykkrosh
67e253544d
Fixed ScEd loading/saving
...
This was SVN commit r3176.
2005-11-26 23:12:32 +00:00
..
graphics
ia32, sysdep: add float->int implementation and fallback version and self-test
2005-11-07 02:04:28 +00:00
gui
Put opened drop-down lists on top of most other GUI controls (by increasing their z value)
2005-11-26 22:42:51 +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
editordata: use tex_load to load the heightmap - don't need the ogl_tex functionality and this avoids the POT check (which would fail)
2005-11-20 14:35:52 +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
Fixed ScEd loading/saving
2005-11-26 23:12:32 +00:00
renderer
Fix some more warnings.
2005-11-19 16:43:20 +00:00
scripting
fix build breakage (baad!):
2005-11-13 23:29:56 +00:00
simulation
(Oops, committed inconsistent code)
2005-11-20 00:52:41 +00:00
sound
Fix various warnings (both implicit conversions and real bugs).
2005-11-06 17:58:47 +00:00
tools
editordata: use tex_load to load the heightmap - don't need the ogl_tex functionality and this avoids the POT check (which would fail)
2005-11-20 14:35:52 +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