takanara 2002/04/18 18:27:08 PDT
Modified files:
xml Player.h brothadata.h stdafx.h test.cpp
test.xml xmlpersist.h
Added files:
xml ReadMe.txt stat.h stdafx.cpp test.sln
test.suo test.vcproj
Log:
Gah, CVS can be annoying. XML now loads/saves. See test.cpp for example... see the function fillWithFakeData in xmlpersist to see how to use the structure... vc7 may have screwed up the formatting. let me know if you have any questions/whatever
Revision Changes Path
1.2 +7 -0 brotha/xml/Player.h
1.1 +32 -0 brotha/xml/ReadMe.txt (new)
1.3 +2 -0 brotha/xml/brothadata.h
1.1 +51 -0 brotha/xml/stat.h (new)
1.3 +8 -0 brotha/xml/stdafx.cpp (new)
1.2 +1 -6 brotha/xml/stdafx.h
1.2 +6 -177 brotha/xml/test.cpp
1.3 +21 -0 brotha/xml/test.sln (new)
1.3 +33 -0 brotha/xml/test.suo (new)
1.3 +196 -0 brotha/xml/test.vcproj (new)
1.2 +34 -3 brotha/xml/test.xml
1.4 +60 -5 brotha/xml/xmlpersist.h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/xml/Player.h.diff?r1=1.1&r2=1.2&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/xml/ReadMe.txt?rev=1.1&content-type=text/plain
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/xml/brothadata.h.diff?r1=1.2&r2=1.3&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/xml/stat.h?rev=1.1&content-type=text/plain
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/xml/stdafx.cpp?rev=1.3&content-type=text/plain
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/xml/stdafx.h.diff?r1=1.1&r2=1.2&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/xml/test.cpp.diff?r1=1.1&r2=1.2&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/xml/test.sln?rev=1.3&content-type=text/plain
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/xml/test.suo?rev=1.3&content-type=text/plain
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/xml/test.vcproj?rev=1.3&content-type=text/plain
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/xml/test.xml.diff?r1=1.1&r2=1.2&diff_format=h
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/brotha/xml/xmlpersist.h.diff?r1=1.3&r2=1.4&diff_format=h
|