From: Allen B. <al...@us...> - 2002-02-20 00:19:47
|
allenb 2002/02/19 16:19:46 PST Modified files: gamekernel/xmlpp xmlpp.h Log: Added get_name() method. Revision Changes Path 1.9 +3 -1 lib/gamekernel/xmlpp/xmlpp.h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/gamekernel/xmlpp/xmlpp.h.diff?r1=1.8&r2=1.9&diff_format=h |
From: Allen B. <al...@us...> - 2002-02-20 01:57:35
|
allenb 2002/02/19 17:57:34 PST Modified files: gamekernel/xmlpp xmlpp.h Log: Comments and code cleanup. Revision Changes Path 1.10 +62 -89 lib/gamekernel/xmlpp/xmlpp.h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/gamekernel/xmlpp/xmlpp.h.diff?r1=1.9&r2=1.10&diff_format=h |
From: Kevin M. <sub...@us...> - 2002-02-21 18:59:16
|
subatomic 2002/02/21 10:59:14 PST Modified files: gamekernel/xmlpp xmlpp.h Log: removed deprecated code. Revision Changes Path 1.15 +2 -73 lib/gamekernel/xmlpp/xmlpp.h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/gamekernel/xmlpp/xmlpp.h.diff?r1=1.14&r2=1.15&diff_format=h |
From: Ben S. <non...@us...> - 2002-02-22 08:25:40
|
nonchocoboy 2002/02/22 00:25:39 PST Modified files: gamekernel/xmlpp xmlpp.h Log: typedef'd shared pointer to xmldocument to xmldocumentptr Revision Changes Path 1.16 +2 -0 lib/gamekernel/xmlpp/xmlpp.h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/gamekernel/xmlpp/xmlpp.h.diff?r1=1.15&r2=1.16&diff_format=h |
From: Ben S. <non...@us...> - 2002-03-14 06:10:51
|
nonchocoboy 2002/03/13 22:10:50 PST Modified files: gamekernel/xmlpp xmlpp.h Log: Added iostream header to compile on win32. Member templates are now compiled out on win32. Revision Changes Path 1.18 +6 -0 lib/gamekernel/xmlpp/xmlpp.h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/gamekernel/xmlpp/xmlpp.h.diff?r1=1.17&r2=1.18&diff_format=h |
From: Allen B. <al...@us...> - 2002-03-19 17:44:31
|
allenb 2002/03/19 09:44:29 PST Modified files: gamekernel/xmlpp xmlpp.h Log: Comment change. Revision Changes Path 1.19 +1 -1 lib/gamekernel/xmlpp/xmlpp.h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/gamekernel/xmlpp/xmlpp.h.diff?r1=1.18&r2=1.19&diff_format=h |
From: Allen B. <al...@us...> - 2002-03-28 04:37:55
|
allenb 2002/03/27 20:37:54 PST Modified files: gamekernel/xmlpp xmlpp.h Log: Fixed bug that didn't allow char* to be used in getChildren() call. Revision Changes Path 1.20 +19 -13 lib/gamekernel/xmlpp/xmlpp.h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/gamekernel/xmlpp/xmlpp.h.diff?r1=1.19&r2=1.20&diff_format=h |
From: Chad A. <ae...@us...> - 2002-03-30 21:52:10
|
aegis 2002/03/30 13:52:09 PST Modified files: gamekernel/xmlpp xmlpp.h Log: renamed getChildren<> to getChildrenPredicate so we actually compile on gcc 2.95, VC6, and VC7 again Revision Changes Path 1.21 +2 -2 lib/gamekernel/xmlpp/xmlpp.h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/gamekernel/xmlpp/xmlpp.h.diff?r1=1.20&r2=1.21&diff_format=h |
From: Allen B. <al...@us...> - 2002-04-03 19:00:02
|
allenb 2002/04/03 10:59:33 PST Modified files: gamekernel/xmlpp xmlpp.h Log: Bug fixed: VC++ badness and getChildren This change "should" fix the problems with VC++ not being able to deal with overloaded member functions where one of the functions is templated. Supposedly if the template function is listed last VC++ can figure out what to do. If this does not work then we can go back to the separate function names (yuck!!!). Revision Changes Path 1.22 +21 -18 lib/gamekernel/xmlpp/xmlpp.h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/gamekernel/xmlpp/xmlpp.h.diff?r1=1.21&r2=1.22&diff_format=h |
From: Allen B. <al...@us...> - 2002-04-05 22:47:52
|
allenb 2002/04/05 14:47:51 PST Modified files: gamekernel/xmlpp xmlpp.h Log: Changed the template getChildren back to getChildrenPred. Revision Changes Path 1.23 +1 -1 lib/gamekernel/xmlpp/xmlpp.h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/gamekernel/xmlpp/xmlpp.h.diff?r1=1.22&r2=1.23&diff_format=h |
From: Kevin M. <sub...@us...> - 2002-05-04 21:32:11
|
subatomic 2002/05/04 14:32:10 PDT Modified files: gamekernel/xmlpp xmlpp.h Log: getChildrenPred had a compile error, wouldn't not compile. fixed. Revision Changes Path 1.24 +4 -1 lib/gamekernel/xmlpp/xmlpp.h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/gamekernel/xmlpp/xmlpp.h.diff?r1=1.23&r2=1.24&diff_format=h |
From: Allen B. <al...@us...> - 2002-05-05 15:48:30
|
allenb 2002/05/05 08:48:29 PDT Modified files: gamekernel/xmlpp xmlpp.h Log: Comments about node properties. Revision Changes Path 1.26 +8 -1 lib/gamekernel/xmlpp/xmlpp.h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/gamekernel/xmlpp/xmlpp.h.diff?r1=1.25&r2=1.26&diff_format=h |