mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-07-04 05:55:47 -07:00
- config: add CONFIG_TRACE - display_error_impl->sys_display_error - cleaned up sysdep; add sys_ prefix everywhere and document everything - add to vfs_load dox - cursor: sys_cursor_load -> sys_cursor_create. sysdep code is no longer dependent on tex; instead of calling tex_load, the caller passes a BGRA texture in. memcpy: huge kick in the pants for accompanying paper; now even faster. - on_each_cpu -> sys_on_each_cpu (removed manager function also) - wsdl: explain PeekMessage CPU usage issue This was SVN commit r3203. |
||
|---|---|---|
| .. | ||
| cursor.cpp | ||
| cursor.h | ||
| ogl_shader.cpp | ||
| ogl_shader.h | ||
| ogl_tex.cpp | ||
| ogl_tex.h | ||
| tex.cpp | ||
| tex.h | ||
| tex_bmp.cpp | ||
| tex_codec.cpp | ||
| tex_codec.h | ||
| tex_dds.cpp | ||
| tex_jpg.cpp | ||
| tex_png.cpp | ||
| tex_tga.cpp | ||
| unifont.cpp | ||
| unifont.h | ||