1
0
forked from 0ad/0ad
0ad/source
janwas 6e82e33ccf - display_msg and display_error -> debug prefix since in debug header
- debug_warn_err now takes LibError
- lib_error.cpp: revise error code -> string (only support liberror
now); add function to set errno from LibError
- unifont, CFont: parameter made a simple wchar_t from const wchar_t&
- mmap now sets errno
- Loader and VfsUtil function now return LibError as well
- Profile.cpp, ProfileViewer.cpp: fix int/uint/size_t warnings
- Renderer.cpp: fix cannot-generate-assignment-operator warning

This was SVN commit r3235.
2005-12-12 19:19:30 +00:00
..
graphics Added unit IDs, so Atlas can store references to units without just using pointers and without crashing. 2005-12-09 03:15:00 +00:00
gui various small fixes; some changes as in previous rev (which was only the files in lib/) 2005-12-07 03:44:17 +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 - display_msg and display_error -> debug prefix since in debug header 2005-12-12 19:19:30 +00:00
maths various small fixes; some changes as in previous rev (which was only the files in lib/) 2005-12-07 03:44:17 +00:00
ps - display_msg and display_error -> debug prefix since in debug header 2005-12-12 19:19:30 +00:00
renderer - display_msg and display_error -> debug prefix since in debug header 2005-12-12 19:19:30 +00:00
scripting fix build breakage (baad!): 2005-11-13 23:29:56 +00:00
simulation Fixed a bug with projectiles trying to hit non-extant entities. 2005-12-11 23:28:50 +00:00
sound various small fixes; some changes as in previous rev (which was only the files in lib/) 2005-12-07 03:44:17 +00:00
tools Fixes to entity death and event handling, plus some updates to RmGen. 2005-12-11 02:09:11 +00:00
main.cpp - display_msg and display_error -> debug prefix since in debug header 2005-12-12 19:19:30 +00:00
ProgrammingSchedule.xls gave it a once-over, marked 1 as complete 2005-05-09 16:30:01 +00:00