1
0
forked from 0ad/0ad
Commit Graph

10 Commits

Author SHA1 Message Date
9c579eb89d Executable version of the exception-stuff generator
This was SVN commit r1060.
2004-08-26 10:34:09 +00:00
a684d27654 Error code to exception conversion, via ThrowError(code)
This was SVN commit r1039.
2004-08-24 11:09:11 +00:00
0e55379b36 Initial i18n integration
This was SVN commit r1029.
2004-08-21 11:45:01 +00:00
0ac6b7839f (That last message didn't make much sense at all, and the code was slightly wrong anyway)
Check for error definitions in .cpp/.h files inside directories whose
names contain digits.

This was SVN commit r1024.
2004-08-20 12:53:24 +00:00
88ab133c1f Check for errors in directory names containing digits (e.g. "i18n")
This was SVN commit r1023.
2004-08-20 12:41:08 +00:00
836d34660c Fixed code that recursively looks for .cpp/.h files
This was SVN commit r843.
2004-07-29 16:13:11 +00:00
fe1bee706b Fixed loads of /W4 warnings, because it's easier than doing anything useful. Added some asserts to check potentially dangerous assumptions, implemented a few missing bits of code, adjusted some comments, etc.
This was SVN commit r814.
2004-07-24 14:04:40 +00:00
56e41b3003 Yet more fun with errors
This was SVN commit r771.
2004-07-18 11:51:15 +00:00
1e40ed1543 More attempted error handling
This was SVN commit r769.
2004-07-17 17:09:33 +00:00
f2cc629ca9 Exception classes to allow hierarchical catching and to work reasonably nicely with the crash log
This was SVN commit r759.
2004-07-15 19:10:33 +00:00