1
0
forked from 0ad/0ad
0ad/source
janwas 78c751aff6 ogl: add oglSquelchError call. use that if you know a piece of code will trigger an error and want to suppress it (e.g. INVALID_ENUM after using GL_CLAMP_TO_EDGE although we've already warned the user that not everything may work)
file: now provides a much more efficient alternative to file_enum that
does not sort all files (this was a problem for check_if_oal_dll which
was scanning the entire system32 dir)

- use the same DirEnt struct for file and VFS due to clever name pointer
trick.
- wposix: avoid malloc for most opendir() and fix mmap() bugs (thanks to
Philip for noticing+reporting them)
- VFS: was getting too large to manage, now split into an additional
file
- WIP: much more efficient mounting; supports other mount sources than
file or zip (e.g. if we want to add network files); clean separation
between VFS submodules; dox; beginning of thread locking.

This was SVN commit r2589.
2005-08-09 16:32:23 +00:00
..
graphics scripting-interface improvements 2005-08-09 16:02:15 +00:00
gui scripting-interface improvements 2005-08-09 16:02:15 +00:00
i18n scripting-interface improvements 2005-08-09 16:02:15 +00:00
lib ogl: add oglSquelchError call. use that if you know a piece of code will trigger an error and want to suppress it (e.g. INVALID_ENUM after using GL_CLAMP_TO_EDGE although we've already warned the user that not everything may work) 2005-08-09 16:32:23 +00:00
maths scripting-interface improvements 2005-08-09 16:02:15 +00:00
ps scripting-interface improvements 2005-08-09 16:02:15 +00:00
renderer - fix w4 warnings 2005-08-09 15:55:44 +00:00
scripting scripting-interface improvements 2005-08-09 16:02:15 +00:00
simulation - fix w4 warnings 2005-08-09 15:55:44 +00:00
sound - fix w4 warnings 2005-08-09 15:55:44 +00:00
tests Atlas: Added a button. Reorganised game<->UI communication system. 2005-06-27 23:04:34 +00:00
tools ScEd updated for new terrain stuff, window styles for pyrogenesis in windowed mode changed to give a bordered movable window. 2005-08-08 03:59:50 +00:00
main.cpp group all config-related code into CFG_ functions. also as in prev. 2 revisions 2005-08-09 16:03:36 +00:00
ProgrammingSchedule.xls gave it a once-over, marked 1 as complete 2005-05-09 16:30:01 +00:00