gtkradiant/libs
Forest Hale 5dd408d91d changed ASSERT_MESSAGE and ERROR_MESSAGE macros to use proper
do{}while(0) encapsulation to protect them when used in an if block
without {}
previously they used else to consume the trailing ; but this
could just as easily consume any other following statement
(very dangerous in concept, but no damage done in this case)
this causes no change whatsoever in release builds


git-svn-id: svn://svn.icculus.org/gtkradiant/GtkRadiant/trunk@152 8a3a26a2-13c4-0310-b231-cf6edde360e5
2007-03-05 23:45:55 +00:00
..
cmdlib - Disabled useless "deprecated" warnings when using stdc functions 2007-03-04 20:54:30 +00:00
container refactored plugin api; refactored callback library; added signals library 2006-04-09 17:15:13 +00:00
ddslib - Disabled useless "deprecated" warnings when using stdc functions 2007-03-04 20:54:30 +00:00
debugging changed ASSERT_MESSAGE and ERROR_MESSAGE macros to use proper 2007-03-05 23:45:55 +00:00
generic refactored vector classes to avoid reinterpret_cast 2006-05-09 22:07:29 +00:00
gtkutil added a direct Xlib implementation of font bitmap generation, disabled 2007-03-05 23:40:22 +00:00
jpeg6 - Disabled useless "deprecated" warnings when using stdc functions 2007-03-04 20:54:30 +00:00
l_net - Disabled useless "deprecated" warnings when using stdc functions 2007-03-04 20:54:30 +00:00
math Fixed unnecessary warnings, see http://zerowing.idsoftware.com/bugzilla/show_bug.cgi?id=1108 for details 2006-09-11 14:48:41 +00:00
mathlib - Disabled useless "deprecated" warnings when using stdc functions 2007-03-04 20:54:30 +00:00
md5lib - Radiant is now Vista compatible (Aero must be disabled) 2007-02-28 20:55:39 +00:00
memory ok 2006-02-10 22:01:20 +00:00
modulesystem added support for both ent and def files at the same time 2006-07-22 16:30:32 +00:00
os portability fixes 2006-05-09 20:51:34 +00:00
picomodel - Disabled useless "deprecated" warnings when using stdc functions 2007-03-04 20:54:30 +00:00
profile - Disabled useless "deprecated" warnings when using stdc functions 2007-03-04 20:54:30 +00:00
script ok 2006-02-10 22:01:20 +00:00
signal fixed memleak 2006-04-30 17:20:57 +00:00
splines - Radiant is now Vista compatible (Aero must be disabled) 2007-02-28 20:55:39 +00:00
stream Fixed compile error on x86_64, see 2006-09-11 10:35:17 +00:00
string - Disabled useless "deprecated" warnings when using stdc functions 2007-03-04 20:54:30 +00:00
xml - Fixed Etb saving custom tags to global tagfile (Shaderman/namespace) 2006-10-01 14:12:11 +00:00
.cvsignore ok 2006-02-10 22:01:20 +00:00
archivelib.cpp ok 2006-02-10 22:01:20 +00:00
archivelib.h added buffering to minimise GtkTextBuffer insert calls 2006-02-20 23:14:51 +00:00
bytebool.cpp ok 2006-02-10 22:01:20 +00:00
bytebool.h ok 2006-02-10 22:01:20 +00:00
bytestreamutils.cpp ok 2006-02-10 22:01:20 +00:00
bytestreamutils.h gcc fix 2006-05-29 16:23:39 +00:00
character.cpp ok 2006-02-10 22:01:20 +00:00
character.h ok 2006-02-10 22:01:20 +00:00
cmdlib.h ok 2006-02-10 22:01:20 +00:00
convert.cpp ok 2006-02-10 22:01:20 +00:00
convert.h added string-pooling for shader variable names and entity keys 2006-02-26 22:27:38 +00:00
ddslib.h ok 2006-02-10 22:01:20 +00:00
dragplanes.cpp ok 2006-02-10 22:01:20 +00:00
dragplanes.h refactored light-resizing 2006-03-01 00:19:01 +00:00
eclasslib.cpp ok 2006-02-10 22:01:20 +00:00
eclasslib.h ok 2006-02-10 22:01:20 +00:00
entitylib.cpp ok 2006-02-10 22:01:20 +00:00
entitylib.h refactored plugin api; refactored callback library; added signals library 2006-04-09 17:15:13 +00:00
entityxml.cpp ok 2006-02-10 22:01:20 +00:00
entityxml.h ok 2006-02-10 22:01:20 +00:00
fs_filesystem.cpp ok 2006-02-10 22:01:20 +00:00
fs_filesystem.h added string-pooling for shader variable names and entity keys 2006-02-26 22:27:38 +00:00
fs_path.cpp ok 2006-02-10 22:01:20 +00:00
fs_path.h ok 2006-02-10 22:01:20 +00:00
imagelib.cpp ok 2006-02-10 22:01:20 +00:00
imagelib.h ok 2006-02-10 22:01:20 +00:00
instancelib.cpp ok 2006-02-10 22:01:20 +00:00
instancelib.h ok 2006-02-10 22:01:20 +00:00
jpeglib.h portability fixes 2006-05-09 20:51:34 +00:00
libs.vcproj - Disabled useless "deprecated" warnings when using stdc functions 2007-03-04 20:54:30 +00:00
maplib.cpp ok 2006-02-10 22:01:20 +00:00
maplib.h ok 2006-02-10 22:01:20 +00:00
mathlib.h ok 2006-02-10 22:01:20 +00:00
md5lib.h ok 2006-02-10 22:01:20 +00:00
moduleobservers.cpp ok 2006-02-10 22:01:20 +00:00
moduleobservers.h ok 2006-02-10 22:01:20 +00:00
picomodel.h ok 2006-02-10 22:01:20 +00:00
pivot.cpp ok 2006-02-10 22:01:20 +00:00
pivot.h ok 2006-02-10 22:01:20 +00:00
radiant_jpeglib.h portability fixes 2006-05-09 20:51:34 +00:00
render.cpp ok 2006-02-10 22:01:20 +00:00
render.h - Entity names are now drawn for group entities in Doom3 and Quake 3 mode (namespace) 2006-12-08 19:52:48 +00:00
scenelib.cpp ok 2006-02-10 22:01:20 +00:00
scenelib.h ported bobtoolz 2006-04-30 22:28:39 +00:00
selectionlib.cpp ok 2006-02-10 22:01:20 +00:00
selectionlib.h ok 2006-02-10 22:01:20 +00:00
shaderlib.cpp ok 2006-02-10 22:01:20 +00:00
shaderlib.h ok 2006-02-10 22:01:20 +00:00
str.cpp ok 2006-02-10 22:01:20 +00:00
str.h portability fixes 2006-05-09 20:51:34 +00:00
stringio.cpp ok 2006-02-10 22:01:20 +00:00
stringio.h refactored vector classes to avoid reinterpret_cast 2006-05-09 22:07:29 +00:00
texturelib.cpp ok 2006-02-10 22:01:20 +00:00
texturelib.h refactored vector classes to avoid reinterpret_cast 2006-05-09 22:07:29 +00:00
transformlib.cpp ok 2006-02-10 22:01:20 +00:00
transformlib.h ok 2006-02-10 22:01:20 +00:00
traverselib.cpp ok 2006-02-10 22:01:20 +00:00
traverselib.h fixed gcc compile error 2006-06-11 11:28:16 +00:00
typesystem.cpp ok 2006-02-10 22:01:20 +00:00
typesystem.h ok 2006-02-10 22:01:20 +00:00
undolib.cpp ok 2006-02-10 22:01:20 +00:00
undolib.h ok 2006-02-10 22:01:20 +00:00
uniquenames.cpp ok 2006-02-10 22:01:20 +00:00
uniquenames.h added string-pooling for shader variable names and entity keys 2006-02-26 22:27:38 +00:00
versionlib.cpp ok 2006-02-10 22:01:20 +00:00
versionlib.h ok 2006-02-10 22:01:20 +00:00