You can subscribe to this list here.
2001 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(126) |
Oct
(129) |
Nov
(28) |
Dec
(3) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2002 |
Jan
(129) |
Feb
(202) |
Mar
(278) |
Apr
(492) |
May
(199) |
Jun
(157) |
Jul
(74) |
Aug
(10) |
Sep
(98) |
Oct
(165) |
Nov
(132) |
Dec
(37) |
2003 |
Jan
(86) |
Feb
(107) |
Mar
(14) |
Apr
(33) |
May
(47) |
Jun
(16) |
Jul
|
Aug
(17) |
Sep
(1) |
Oct
|
Nov
|
Dec
|
2004 |
Jan
|
Feb
(6) |
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2005 |
Jan
(18) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Ben S. <non...@us...> - 2003-02-07 04:35:30
|
nonchocoboy 2003/02/06 20:35:30 PST Modified files: siren/src/siren Kernel.cpp Kernel.h Log: Delay the creation of the initial state until after the GL context has been created. This is done by using the StateFactory (which should have been done in the first place). Revision Changes Path 1.4 +24 -30 lib/siren/src/siren/Kernel.cpp 1.4 +6 -10 lib/siren/src/siren/Kernel.h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/siren/src/siren/Kernel.cpp.diff?r1=1.3&r2=1.4&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/siren/src/siren/Kernel.h.diff?r1=1.3&r2=1.4&diff_format=h |
From: Ben S. <non...@us...> - 2003-02-07 04:33:03
|
nonchocoboy 2003/02/06 20:33:02 PST Modified files: siren/src/siren StateFactory.h Log: Now that we use boost::shared_ptr, create the state with new. Revision Changes Path 1.2 +3 -3 lib/siren/src/siren/StateFactory.h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/siren/src/siren/StateFactory.h.diff?r1=1.1&r2=1.2&diff_format=h |
From: Ben S. <non...@us...> - 2003-02-06 07:20:31
|
nonchocoboy 2003/02/05 23:20:31 PST Modified files: siren/src/siren SConscript Added files: siren/src/siren Texture.cpp Texture.h Log: Added in the Texture class from Midworld. Revision Changes Path 1.2 +1 -0 lib/siren/src/siren/SConscript 1.1 +156 -0 lib/siren/src/siren/Texture.cpp (new) 1.1 +85 -0 lib/siren/src/siren/Texture.h (new) http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/siren/src/siren/SConscript.diff?r1=1.1&r2=1.2&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/siren/src/siren/Texture.cpp?rev=1.1&content-type=text/plain http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/siren/src/siren/Texture.h?rev=1.1&content-type=text/plain |
From: Ben S. <non...@us...> - 2003-02-06 07:05:07
|
nonchocoboy 2003/02/05 23:05:07 PST Added files: . COPYING Log: Officially started the barfight project. Revision Changes Path 1.1 +481 -0 barfight/COPYING (new) http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/barfight/COPYING?rev=1.1&content-type=text/plain |
From: Ben S. <non...@us...> - 2003-02-06 06:30:39
|
nonchocoboy 2003/02/05 22:30:38 PST Modified files: siren/tools/build AutoDist.py Log: Support python 1.5 Revision Changes Path 1.2 +3 -3 lib/siren/tools/build/AutoDist.py http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/siren/tools/build/AutoDist.py.diff?r1=1.1&r2=1.2&diff_format=h |
From: Ben S. <non...@us...> - 2003-02-03 05:37:03
|
nonchocoboy 2003/02/02 21:37:01 PST Modified files: siren/src/siren Kernel.cpp Kernel.h Log: Added Kernel::start() containing SDL initialization code. Revision Changes Path 1.3 +159 -22 lib/siren/src/siren/Kernel.cpp 1.3 +28 -15 lib/siren/src/siren/Kernel.h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/siren/src/siren/Kernel.cpp.diff?r1=1.2&r2=1.3&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/siren/src/siren/Kernel.h.diff?r1=1.2&r2=1.3&diff_format=h |
From: Ben S. <non...@us...> - 2003-02-03 03:38:29
|
nonchocoboy 2003/02/02 19:38:28 PST Modified files: siren/src/siren Kernel.cpp Kernel.h Log: Make kernel no longer be a singleton. Revision Changes Path 1.2 +2 -15 lib/siren/src/siren/Kernel.cpp 1.2 +3 -13 lib/siren/src/siren/Kernel.h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/siren/src/siren/Kernel.cpp.diff?r1=1.1&r2=1.2&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/siren/src/siren/Kernel.h.diff?r1=1.1&r2=1.2&diff_format=h |
From: Ben S. <non...@us...> - 2003-02-03 03:03:30
|
nonchocoboy 2003/02/02 19:03:29 PST Modified files: siren SConstruct siren/src SConscript Log: Fix the build I just broke. Revision Changes Path 1.3 +5 -3 lib/siren/SConstruct 1.8 +1 -39 lib/siren/src/SConscript http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/siren/SConstruct.diff?r1=1.2&r2=1.3&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/siren/src/SConscript.diff?r1=1.7&r2=1.8&diff_format=h |
From: Ben S. <non...@us...> - 2003-01-16 06:45:35
|
nonchocoboy 2003/01/15 22:45:33 PST Modified files: siren ChangeLog Log: Kernel is now a singleton. Revision Changes Path 1.5 +1 -0 lib/siren/ChangeLog http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/siren/ChangeLog.diff?r1=1.4&r2=1.5&diff_format=h |
From: Ben S. <non...@us...> - 2003-01-16 05:38:19
|
nonchocoboy 2003/01/15 21:38:19 PST Modified files: siren ChangeLog siren/src SConscript Added files: siren/src Types.h Log: Added basic type definitions. Revision Changes Path 1.4 +2 -1 lib/siren/ChangeLog 1.7 +1 -0 lib/siren/src/SConscript 1.1 +157 -0 lib/siren/src/Types.h (new) http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/siren/ChangeLog.diff?r1=1.3&r2=1.4&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/siren/src/SConscript.diff?r1=1.6&r2=1.7&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/siren/src/Types.h?rev=1.1&content-type=text/plain |
From: Ben S. <non...@us...> - 2003-01-16 05:29:24
|
nonchocoboy 2003/01/15 21:29:24 PST Modified files: siren/src/input SConscript Log: Install headers to the correct location. Revision Changes Path 1.2 +1 -1 lib/siren/src/input/SConscript http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/siren/src/input/SConscript.diff?r1=1.1&r2=1.2&diff_format=h |
From: Ben S. <non...@us...> - 2003-01-16 03:32:21
|
nonchocoboy 2003/01/15 19:32:20 PST Modified files: siren ChangeLog siren/src ResourceManager.h SConscript Removed files: siren/src LokiTypeInfo.h Log: Use Loki as an external library rather than copying the headers into our src tree in a piecemeal fashion. This also gives us the ability to support a more varied set of compilers. Revision Changes Path 1.3 +2 -0 lib/siren/ChangeLog 1.3 +0 -136 lib/siren/src/LokiTypeInfo.h (dead) 1.3 +4 -4 lib/siren/src/ResourceManager.h 1.6 +1 -1 lib/siren/src/SConscript http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/siren/ChangeLog.diff?r1=1.2&r2=1.3&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/siren/src/LokiTypeInfo.h?rev=&content-type=text/plain http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/siren/src/ResourceManager.h.diff?r1=1.2&r2=1.3&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/siren/src/SConscript.diff?r1=1.5&r2=1.6&diff_format=h |
From: Ben S. <non...@us...> - 2003-01-16 03:22:59
|
nonchocoboy 2003/01/15 19:22:58 PST lib/siren/external/Loki - Imported sources Update of /cvsroot/isugamedev/lib/siren/external/Loki In directory sc8-pr-cvs1:/tmp/cvs-serv24280 Log Message: Imported Loki Status: Vendor Tag: Loki Release Tags: Loki-19-09-2002 N lib/siren/external/Loki/AbstractFactory.h N lib/siren/external/Loki/AssocVector.h N lib/siren/external/Loki/EmptyType.h N lib/siren/external/Loki/Factory.h N lib/siren/external/Loki/Functor.h N lib/siren/external/Loki/HierarchyGenerators.h N lib/siren/external/Loki/MultiMethods.h N lib/siren/external/Loki/NullType.h N lib/siren/external/Loki/Singleton.cpp N lib/siren/external/Loki/Singleton.h N lib/siren/external/Loki/SmallObj.cpp N lib/siren/external/Loki/SmallObj.h N lib/siren/external/Loki/SmartPtr.h N lib/siren/external/Loki/Threads.h N lib/siren/external/Loki/Tuple.h N lib/siren/external/Loki/TypeInfo.h N lib/siren/external/Loki/TypeManip.h N lib/siren/external/Loki/TypeTraits.h N lib/siren/external/Loki/Typelist.h N lib/siren/external/Loki/Visitor.h N lib/siren/external/Loki/readme.txt N lib/siren/external/Loki/static_check.h N lib/siren/external/Loki/Borland/AbstractFactory.h N lib/siren/external/Loki/Borland/AssocVector.h N lib/siren/external/Loki/Borland/EmptyType.h N lib/siren/external/Loki/Borland/Factory.h N lib/siren/external/Loki/Borland/Functor.h N lib/siren/external/Loki/Borland/HierarchyGenerators.h N lib/siren/external/Loki/Borland/MultiMethods.h N lib/siren/external/Loki/Borland/NullType.h N lib/siren/external/Loki/Borland/Singleton.cpp N lib/siren/external/Loki/Borland/Singleton.h N lib/siren/external/Loki/Borland/SmallObj.cpp N lib/siren/external/Loki/Borland/SmallObj.h N lib/siren/external/Loki/Borland/SmartPtr.h N lib/siren/external/Loki/Borland/Threads.h N lib/siren/external/Loki/Borland/Tuple.h N lib/siren/external/Loki/Borland/TypeInfo.h N lib/siren/external/Loki/Borland/TypeManip.h N lib/siren/external/Loki/Borland/TypeTraits.h N lib/siren/external/Loki/Borland/Typelist.h N lib/siren/external/Loki/Borland/Visitor.h N lib/siren/external/Loki/Borland/loki_typeinfo.h N lib/siren/external/Loki/Borland/readme.txt N lib/siren/external/Loki/Borland/static_check.h N lib/siren/external/Loki/MSVC/1200/EmptyType.h N lib/siren/external/Loki/MSVC/1200/NullType.h N lib/siren/external/Loki/MSVC/1200/TypeList.h N lib/siren/external/Loki/MSVC/1200/TypeManip.h N lib/siren/external/Loki/MSVC/1200/TypeTraits.h N lib/siren/external/Loki/MSVC/1200/portby.txt N lib/siren/external/Loki/MSVC/1300/AbstractFactory.h N lib/siren/external/Loki/MSVC/1300/AssocVector.h N lib/siren/external/Loki/MSVC/1300/EmptyType.h N lib/siren/external/Loki/MSVC/1300/Factory.h N lib/siren/external/Loki/MSVC/1300/Functor.h N lib/siren/external/Loki/MSVC/1300/HierarchyGenerators.h N lib/siren/external/Loki/MSVC/1300/MinMax.h N lib/siren/external/Loki/MSVC/1300/MultiMethods.h N lib/siren/external/Loki/MSVC/1300/NullType.h N lib/siren/external/Loki/MSVC/1300/Singleton.cpp N lib/siren/external/Loki/MSVC/1300/Singleton.h N lib/siren/external/Loki/MSVC/1300/SmallObj.cpp N lib/siren/external/Loki/MSVC/1300/SmallObj.h N lib/siren/external/Loki/MSVC/1300/SmartPtr.h N lib/siren/external/Loki/MSVC/1300/Threads.h N lib/siren/external/Loki/MSVC/1300/TypeInfo.h N lib/siren/external/Loki/MSVC/1300/TypeList.h N lib/siren/external/Loki/MSVC/1300/TypeManip.h N lib/siren/external/Loki/MSVC/1300/TypeTraits.h N lib/siren/external/Loki/MSVC/1300/VC_Alignment.h N lib/siren/external/Loki/MSVC/1300/Variant.h N lib/siren/external/Loki/MSVC/1300/Visitor.h N lib/siren/external/Loki/MSVC/1300/portby.txt N lib/siren/external/Loki/MSVC/1300/readme.txt N lib/siren/external/Loki/MSVC/1300/static_check.h N lib/siren/external/Loki/Reference/AbstractFactory.h N lib/siren/external/Loki/Reference/AssocVector.h N lib/siren/external/Loki/Reference/EmptyType.h N lib/siren/external/Loki/Reference/Factory.h N lib/siren/external/Loki/Reference/Functor.h N lib/siren/external/Loki/Reference/HierarchyGenerators.h N lib/siren/external/Loki/Reference/MultiMethods.h N lib/siren/external/Loki/Reference/NullType.h N lib/siren/external/Loki/Reference/Singleton.cpp N lib/siren/external/Loki/Reference/Singleton.h N lib/siren/external/Loki/Reference/SmallObj.cpp N lib/siren/external/Loki/Reference/SmallObj.h N lib/siren/external/Loki/Reference/SmartPtr.h N lib/siren/external/Loki/Reference/Threads.h N lib/siren/external/Loki/Reference/Tuple.h N lib/siren/external/Loki/Reference/TypeInfo.h N lib/siren/external/Loki/Reference/TypeManip.h N lib/siren/external/Loki/Reference/TypeTraits.h N lib/siren/external/Loki/Reference/Typelist.h N lib/siren/external/Loki/Reference/Visitor.h N lib/siren/external/Loki/Reference/readme.txt N lib/siren/external/Loki/Reference/static_check.h N lib/siren/external/Loki/tools/HeaderGen/HeaderGen.cpp N lib/siren/external/Loki/tools/HeaderGen/HeaderGen.sln N lib/siren/external/Loki/tools/HeaderGen/HeaderGen.vcproj N lib/siren/external/Loki/tools/HeaderGen/Headers.lst N lib/siren/external/Loki/tools/HeaderGen/readme.txt N lib/siren/external/Loki/tools/HeaderGen/vendors.lst N lib/siren/external/Loki/tools/RegressionTest/RegressionTest.sln N lib/siren/external/Loki/tools/RegressionTest/Simulate_PS.cpp N lib/siren/external/Loki/tools/RegressionTest/Test_AbstractFactory.cpp N lib/siren/external/Loki/tools/RegressionTest/Test_Factory.cpp N lib/siren/external/Loki/tools/RegressionTest/Test_Functor.cpp N lib/siren/external/Loki/tools/RegressionTest/Test_HierarchyGenerators1.cpp N lib/siren/external/Loki/tools/RegressionTest/Test_HierarchyGenerators2.cpp N lib/siren/external/Loki/tools/RegressionTest/Test_HierarchyGenerators3.cpp N lib/siren/external/Loki/tools/RegressionTest/Test_HierarchyGenerators4.cpp N lib/siren/external/Loki/tools/RegressionTest/Test_MultiMethods.cpp N lib/siren/external/Loki/tools/RegressionTest/Test_Singleton.cpp N lib/siren/external/Loki/tools/RegressionTest/Test_SmallObj.cpp N lib/siren/external/Loki/tools/RegressionTest/Test_SmartPtr.cpp N lib/siren/external/Loki/tools/RegressionTest/Test_SmartPtrWin.cpp N lib/siren/external/Loki/tools/RegressionTest/Test_Threads.cpp N lib/siren/external/Loki/tools/RegressionTest/Test_Tuple.cpp N lib/siren/external/Loki/tools/RegressionTest/Test_TypeList.cpp N lib/siren/external/Loki/tools/RegressionTest/Test_Variant.cpp N lib/siren/external/Loki/tools/RegressionTest/Test_Visitor.cpp N lib/siren/external/Loki/tools/RegressionTest/readme.txt N lib/siren/external/Loki/tools/RegressionTest/AllTest/AllTest.cpp N lib/siren/external/Loki/tools/RegressionTest/AllTest/AllTest.vcproj N lib/siren/external/Loki/tools/RegressionTest2/AbstractFactoryTest.h N lib/siren/external/Loki/tools/RegressionTest2/AssocVectorTest.h N lib/siren/external/Loki/tools/RegressionTest2/FactoryTest.h N lib/siren/external/Loki/tools/RegressionTest2/FunctorTest.h N lib/siren/external/Loki/tools/RegressionTest2/LokiTest.h N lib/siren/external/Loki/tools/RegressionTest2/SingletonTest.h N lib/siren/external/Loki/tools/RegressionTest2/SmallObjectTest.h N lib/siren/external/Loki/tools/RegressionTest2/SmartPtrTest.h N lib/siren/external/Loki/tools/RegressionTest2/Test.cpp N lib/siren/external/Loki/tools/RegressionTest2/TypeManipTest.h N lib/siren/external/Loki/tools/RegressionTest2/TypeTraitsTest.h N lib/siren/external/Loki/tools/RegressionTest2/TypelistTest.h N lib/siren/external/Loki/tools/RegressionTest2/UnitTest.h No conflicts created by this import |
From: Ben S. <non...@us...> - 2003-01-16 03:20:42
|
nonchocoboy 2003/01/15 19:20:41 PST siren/external/Loki - Imported sources Update of /cvsroot/isugamedev/siren/external/Loki In directory sc8-pr-cvs1:/tmp/cvs-serv24000 Log Message: Imported Loki Status: Vendor Tag: loki Release Tags: Loki-19-09-2002 N siren/external/Loki/AbstractFactory.h N siren/external/Loki/AssocVector.h N siren/external/Loki/EmptyType.h N siren/external/Loki/Factory.h N siren/external/Loki/Functor.h N siren/external/Loki/HierarchyGenerators.h N siren/external/Loki/MultiMethods.h N siren/external/Loki/NullType.h N siren/external/Loki/readme.txt N siren/external/Loki/Singleton.cpp N siren/external/Loki/Singleton.h N siren/external/Loki/SmallObj.cpp N siren/external/Loki/SmallObj.h N siren/external/Loki/SmartPtr.h N siren/external/Loki/static_check.h N siren/external/Loki/Threads.h N siren/external/Loki/Tuple.h N siren/external/Loki/TypeInfo.h N siren/external/Loki/Typelist.h N siren/external/Loki/TypeManip.h N siren/external/Loki/TypeTraits.h N siren/external/Loki/Visitor.h I siren/external/Loki/.sconsign N siren/external/Loki/Borland/AbstractFactory.h N siren/external/Loki/Borland/AssocVector.h N siren/external/Loki/Borland/EmptyType.h N siren/external/Loki/Borland/Factory.h N siren/external/Loki/Borland/Functor.h N siren/external/Loki/Borland/HierarchyGenerators.h N siren/external/Loki/Borland/MultiMethods.h N siren/external/Loki/Borland/NullType.h N siren/external/Loki/Borland/Singleton.cpp N siren/external/Loki/Borland/Singleton.h N siren/external/Loki/Borland/SmallObj.cpp N siren/external/Loki/Borland/SmallObj.h N siren/external/Loki/Borland/SmartPtr.h N siren/external/Loki/Borland/Threads.h N siren/external/Loki/Borland/Tuple.h N siren/external/Loki/Borland/TypeInfo.h N siren/external/Loki/Borland/TypeManip.h N siren/external/Loki/Borland/TypeTraits.h N siren/external/Loki/Borland/Typelist.h N siren/external/Loki/Borland/Visitor.h N siren/external/Loki/Borland/loki_typeinfo.h N siren/external/Loki/Borland/readme.txt N siren/external/Loki/Borland/static_check.h I siren/external/Loki/Borland/.sconsign N siren/external/Loki/MSVC/1300/AbstractFactory.h N siren/external/Loki/MSVC/1300/AssocVector.h N siren/external/Loki/MSVC/1300/EmptyType.h N siren/external/Loki/MSVC/1300/Factory.h N siren/external/Loki/MSVC/1300/Functor.h N siren/external/Loki/MSVC/1300/HierarchyGenerators.h N siren/external/Loki/MSVC/1300/MinMax.h N siren/external/Loki/MSVC/1300/MultiMethods.h N siren/external/Loki/MSVC/1300/NullType.h N siren/external/Loki/MSVC/1300/Singleton.cpp N siren/external/Loki/MSVC/1300/Singleton.h N siren/external/Loki/MSVC/1300/SmallObj.cpp N siren/external/Loki/MSVC/1300/SmallObj.h N siren/external/Loki/MSVC/1300/SmartPtr.h N siren/external/Loki/MSVC/1300/Threads.h N siren/external/Loki/MSVC/1300/TypeInfo.h N siren/external/Loki/MSVC/1300/TypeList.h N siren/external/Loki/MSVC/1300/TypeManip.h N siren/external/Loki/MSVC/1300/TypeTraits.h N siren/external/Loki/MSVC/1300/VC_Alignment.h N siren/external/Loki/MSVC/1300/Variant.h N siren/external/Loki/MSVC/1300/Visitor.h N siren/external/Loki/MSVC/1300/portby.txt N siren/external/Loki/MSVC/1300/readme.txt N siren/external/Loki/MSVC/1300/static_check.h I siren/external/Loki/MSVC/1300/.sconsign N siren/external/Loki/MSVC/1200/TypeList.h N siren/external/Loki/MSVC/1200/TypeManip.h N siren/external/Loki/MSVC/1200/TypeTraits.h N siren/external/Loki/MSVC/1200/portby.txt N siren/external/Loki/MSVC/1200/EmptyType.h N siren/external/Loki/MSVC/1200/NullType.h N siren/external/Loki/Reference/AbstractFactory.h N siren/external/Loki/Reference/AssocVector.h N siren/external/Loki/Reference/EmptyType.h N siren/external/Loki/Reference/Factory.h N siren/external/Loki/Reference/Functor.h N siren/external/Loki/Reference/HierarchyGenerators.h N siren/external/Loki/Reference/MultiMethods.h N siren/external/Loki/Reference/NullType.h N siren/external/Loki/Reference/Singleton.cpp N siren/external/Loki/Reference/Singleton.h N siren/external/Loki/Reference/SmallObj.cpp N siren/external/Loki/Reference/SmallObj.h N siren/external/Loki/Reference/SmartPtr.h N siren/external/Loki/Reference/Threads.h N siren/external/Loki/Reference/Tuple.h N siren/external/Loki/Reference/TypeInfo.h N siren/external/Loki/Reference/TypeManip.h N siren/external/Loki/Reference/TypeTraits.h N siren/external/Loki/Reference/Typelist.h N siren/external/Loki/Reference/Visitor.h N siren/external/Loki/Reference/readme.txt N siren/external/Loki/Reference/static_check.h I siren/external/Loki/Reference/.sconsign N siren/external/Loki/tools/RegressionTest2/AbstractFactoryTest.h N siren/external/Loki/tools/RegressionTest2/AssocVectorTest.h N siren/external/Loki/tools/RegressionTest2/FactoryTest.h N siren/external/Loki/tools/RegressionTest2/FunctorTest.h N siren/external/Loki/tools/RegressionTest2/SingletonTest.h N siren/external/Loki/tools/RegressionTest2/SmallObjectTest.h N siren/external/Loki/tools/RegressionTest2/SmartPtrTest.h N siren/external/Loki/tools/RegressionTest2/Test.cpp N siren/external/Loki/tools/RegressionTest2/TypeManipTest.h N siren/external/Loki/tools/RegressionTest2/TypeTraitsTest.h N siren/external/Loki/tools/RegressionTest2/TypelistTest.h N siren/external/Loki/tools/RegressionTest2/UnitTest.h N siren/external/Loki/tools/RegressionTest2/LokiTest.h N siren/external/Loki/tools/RegressionTest/RegressionTest.sln N siren/external/Loki/tools/RegressionTest/Simulate_PS.cpp N siren/external/Loki/tools/RegressionTest/Test_AbstractFactory.cpp N siren/external/Loki/tools/RegressionTest/Test_Factory.cpp N siren/external/Loki/tools/RegressionTest/Test_Functor.cpp N siren/external/Loki/tools/RegressionTest/Test_HierarchyGenerators1.cpp N siren/external/Loki/tools/RegressionTest/Test_HierarchyGenerators2.cpp N siren/external/Loki/tools/RegressionTest/Test_HierarchyGenerators3.cpp N siren/external/Loki/tools/RegressionTest/Test_HierarchyGenerators4.cpp N siren/external/Loki/tools/RegressionTest/Test_MultiMethods.cpp N siren/external/Loki/tools/RegressionTest/Test_Singleton.cpp N siren/external/Loki/tools/RegressionTest/Test_SmallObj.cpp N siren/external/Loki/tools/RegressionTest/Test_SmartPtr.cpp N siren/external/Loki/tools/RegressionTest/Test_SmartPtrWin.cpp N siren/external/Loki/tools/RegressionTest/Test_Threads.cpp N siren/external/Loki/tools/RegressionTest/Test_Tuple.cpp N siren/external/Loki/tools/RegressionTest/Test_TypeList.cpp N siren/external/Loki/tools/RegressionTest/Test_Variant.cpp N siren/external/Loki/tools/RegressionTest/Test_Visitor.cpp N siren/external/Loki/tools/RegressionTest/readme.txt N siren/external/Loki/tools/RegressionTest/AllTest/AllTest.cpp N siren/external/Loki/tools/RegressionTest/AllTest/AllTest.vcproj N siren/external/Loki/tools/HeaderGen/HeaderGen.cpp N siren/external/Loki/tools/HeaderGen/HeaderGen.sln N siren/external/Loki/tools/HeaderGen/HeaderGen.vcproj N siren/external/Loki/tools/HeaderGen/Headers.lst N siren/external/Loki/tools/HeaderGen/readme.txt N siren/external/Loki/tools/HeaderGen/vendors.lst No conflicts created by this import |
From: Chad A. <ae...@us...> - 2003-01-12 19:27:55
|
aegis 2003/01/12 11:27:54 PST Modified files: . get-resources.sh Log: get resources from the sourceforge CVS server, not pyrallis Revision Changes Path 1.15 +3 -13 midworld/get-resources.sh http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/midworld/get-resources.sh.diff?r1=1.14&r2=1.15&diff_format=h |
From: Ben S. <non...@us...> - 2003-01-09 08:35:19
|
nonchocoboy 2003/01/09 00:35:19 PST Modified files: siren ChangeLog Log: Noted stuff I have done recently. Revision Changes Path 1.2 +4 -0 lib/siren/ChangeLog http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/siren/ChangeLog.diff?r1=1.1&r2=1.2&diff_format=h |
From: Ben S. <non...@us...> - 2003-01-08 08:21:07
|
nonchocoboy 2003/01/08 00:21:07 PST Modified files: phui/examples/python setup.py phui/phui PythonAPI.cpp Log: Added support for WindowListeners. Revision Changes Path 1.9 +25 -1 lib/phui/examples/python/setup.py 1.11 +59 -3 lib/phui/phui/PythonAPI.cpp http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/phui/examples/python/setup.py.diff?r1=1.8&r2=1.9&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/phui/phui/PythonAPI.cpp.diff?r1=1.10&r2=1.11&diff_format=h |
From: Ben S. <non...@us...> - 2003-01-08 08:19:52
|
nonchocoboy 2003/01/08 00:19:50 PST Modified files: phui/phui Window.cpp WindowAdapter.h Log: Code style and added missind WindowAdapterPtr typedef. Revision Changes Path 1.19 +8 -6 lib/phui/phui/Window.cpp 1.6 +5 -2 lib/phui/phui/WindowAdapter.h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/phui/phui/Window.cpp.diff?r1=1.18&r2=1.19&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/phui/phui/WindowAdapter.h.diff?r1=1.5&r2=1.6&diff_format=h |
From: Ben S. <non...@us...> - 2003-01-06 13:41:58
|
nonchocoboy 2003/01/06 05:41:57 PST Modified files: phui/phui PythonAPI.cpp phui/examples/python setup.py Log: Added support for defining python derived ActionListeners. Very cool. Revision Changes Path 1.8 +6 -0 lib/phui/examples/python/setup.py 1.10 +39 -30 lib/phui/phui/PythonAPI.cpp http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/phui/examples/python/setup.py.diff?r1=1.7&r2=1.8&diff_format=h http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/isugamedev/lib/phui/phui/PythonAPI.cpp.diff?r1=1.9&r2=1.10&diff_format=h |