From: Kevin S. <kt...@us...> - 2003-03-02 23:28:55
|
Date: Sunday March 2, 2003 @ 15:28 Author: kts Update of /cvsroot/wf-gdk/wfsource/source/game In directory sc8-pr-cvs1:/tmp/cvs-serv10661 Modified Files: actor.hp actor.cc room.cc room.hp Log Message: moved objects.col include from rooms.cc to actor.cc, added functions to determine if objects should be in each room list (CanCollide, IsLight, IsActivationBox), converting from discrete lists (update, collision, etc) to an array of lists, working toward removing all actor references from room.cc =================================================================== File: actor.hp Status: Up-to-date Working revision: 1.31 Sun Mar 2 23:28:53 2003 Repository revision: 1.31 /cvsroot/wf-gdk/wfsource/source/game/actor.hp,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: actor.cc Status: Up-to-date Working revision: 1.56 Sun Mar 2 23:28:53 2003 Repository revision: 1.56 /cvsroot/wf-gdk/wfsource/source/game/actor.cc,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: room.cc Status: Up-to-date Working revision: 1.29 Sun Mar 2 23:28:53 2003 Repository revision: 1.29 /cvsroot/wf-gdk/wfsource/source/game/room.cc,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: room.hp Status: Up-to-date Working revision: 1.23 Sun Mar 2 23:28:53 2003 Repository revision: 1.23 /cvsroot/wf-gdk/wfsource/source/game/room.hp,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) |
From: Kevin S. <kt...@us...> - 2003-03-04 01:51:54
|
Date: Monday March 3, 2003 @ 17:51 Author: kts Update of /cvsroot/wf-gdk/wfsource/source/game In directory sc8-pr-cvs1:/tmp/cvs-serv19770 Modified Files: player.cc player.hp Log Message: removed Player::reset (since all it did was call Actor::reset =================================================================== File: player.cc Status: Up-to-date Working revision: 1.10 Tue Mar 4 01:51:52 2003 Repository revision: 1.10 /cvsroot/wf-gdk/wfsource/source/game/player.cc,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: player.hp Status: Up-to-date Working revision: 1.4 Tue Mar 4 01:51:52 2003 Repository revision: 1.4 /cvsroot/wf-gdk/wfsource/source/game/player.hp,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) |
From: Kevin S. <kt...@us...> - 2003-03-04 01:55:11
|
Date: Monday March 3, 2003 @ 17:55 Author: kts Update of /cvsroot/wf-gdk/wfsource/source/game In directory sc8-pr-cvs1:/tmp/cvs-serv21199 Modified Files: actor.cc actrooms.cc level.cc room.cc room.hp room.hpi rooms.cc Log Message: moved PRoomObjectListCheckFunc from room.cc to rooms.cc (now passes it into room), lots of work towards removing individual object lists and using a general array of lists instead =================================================================== File: actor.cc Status: Up-to-date Working revision: 1.57 Tue Mar 4 01:55:06 2003 Repository revision: 1.57 /cvsroot/wf-gdk/wfsource/source/game/actor.cc,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: actrooms.cc Status: Up-to-date Working revision: 1.12 Tue Mar 4 01:55:06 2003 Repository revision: 1.12 /cvsroot/wf-gdk/wfsource/source/game/actrooms.cc,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: level.cc Status: Up-to-date Working revision: 1.52 Tue Mar 4 01:55:07 2003 Repository revision: 1.52 /cvsroot/wf-gdk/wfsource/source/game/level.cc,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: room.cc Status: Up-to-date Working revision: 1.30 Tue Mar 4 01:55:08 2003 Repository revision: 1.30 /cvsroot/wf-gdk/wfsource/source/game/room.cc,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: room.hp Status: Up-to-date Working revision: 1.24 Tue Mar 4 01:55:08 2003 Repository revision: 1.24 /cvsroot/wf-gdk/wfsource/source/game/room.hp,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: room.hpi Status: Up-to-date Working revision: 1.14 Tue Mar 4 01:55:08 2003 Repository revision: 1.14 /cvsroot/wf-gdk/wfsource/source/game/room.hpi,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: rooms.cc Status: Up-to-date Working revision: 1.11 Tue Mar 4 01:55:08 2003 Repository revision: 1.11 /cvsroot/wf-gdk/wfsource/source/game/rooms.cc,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) |
From: Kevin S. <kt...@us...> - 2003-03-04 08:07:33
|
Date: Tuesday March 4, 2003 @ 0:07 Author: kts Update of /cvsroot/wf-gdk/wfsource/source/game In directory sc8-pr-cvs1:/tmp/cvs-serv27529 Modified Files: actor.cc actroit.cc actroit.hp actroit.hpi actrooms.cc actrooms.hp actrooms.hpi level.cc room.cc room.hp room.hpi rooms.cc rooms.hp Log Message: finished removing individual object lists and using a general array of lists instead =================================================================== File: actor.cc Status: Up-to-date Working revision: 1.58 Tue Mar 4 08:07:22 2003 Repository revision: 1.58 /cvsroot/wf-gdk/wfsource/source/game/actor.cc,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: actroit.cc Status: Up-to-date Working revision: 1.10 Tue Mar 4 08:07:22 2003 Repository revision: 1.10 /cvsroot/wf-gdk/wfsource/source/game/actroit.cc,v Existing Tags: No Tags Exist =================================================================== File: actroit.hp Status: Up-to-date Working revision: 1.15 Tue Mar 4 08:07:22 2003 Repository revision: 1.15 /cvsroot/wf-gdk/wfsource/source/game/actroit.hp,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: actroit.hpi Status: Up-to-date Working revision: 1.8 Tue Mar 4 08:07:29 2003 Repository revision: 1.8 /cvsroot/wf-gdk/wfsource/source/game/actroit.hpi,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: actrooms.cc Status: Up-to-date Working revision: 1.13 Tue Mar 4 08:07:29 2003 Repository revision: 1.13 /cvsroot/wf-gdk/wfsource/source/game/actrooms.cc,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: actrooms.hp Status: Up-to-date Working revision: 1.14 Tue Mar 4 08:07:29 2003 Repository revision: 1.14 /cvsroot/wf-gdk/wfsource/source/game/actrooms.hp,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: actrooms.hpi Status: Up-to-date Working revision: 1.8 Tue Mar 4 08:07:29 2003 Repository revision: 1.8 /cvsroot/wf-gdk/wfsource/source/game/actrooms.hpi,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: level.cc Status: Up-to-date Working revision: 1.53 Tue Mar 4 08:07:29 2003 Repository revision: 1.53 /cvsroot/wf-gdk/wfsource/source/game/level.cc,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: room.cc Status: Up-to-date Working revision: 1.31 Tue Mar 4 08:07:29 2003 Repository revision: 1.31 /cvsroot/wf-gdk/wfsource/source/game/room.cc,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: room.hp Status: Up-to-date Working revision: 1.25 Tue Mar 4 08:07:29 2003 Repository revision: 1.25 /cvsroot/wf-gdk/wfsource/source/game/room.hp,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: room.hpi Status: Up-to-date Working revision: 1.15 Tue Mar 4 08:07:29 2003 Repository revision: 1.15 /cvsroot/wf-gdk/wfsource/source/game/room.hpi,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: rooms.cc Status: Up-to-date Working revision: 1.12 Tue Mar 4 08:07:29 2003 Repository revision: 1.12 /cvsroot/wf-gdk/wfsource/source/game/rooms.cc,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: rooms.hp Status: Up-to-date Working revision: 1.6 Tue Mar 4 08:07:29 2003 Repository revision: 1.6 /cvsroot/wf-gdk/wfsource/source/game/rooms.hp,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) |
From: Kevin S. <kt...@us...> - 2003-03-06 05:17:33
|
Date: Wednesday March 5, 2003 @ 21:17 Author: kts Update of /cvsroot/wf-gdk/wfsource/source/game In directory sc8-pr-cvs1:/tmp/cvs-serv32217 Modified Files: activate.cc activate.hp actroit.cc actroit.hpi actrooms.cc camshot.cc destroyer.cc director.cc game.hpi level.hp levelactoriter.hp levelactoriter.hpi room.cc room.hpi spike.cc toolngun.cc Log Message: more cleanup, still working toward isolating the room system from Actor and Level =================================================================== File: activate.cc Status: Up-to-date Working revision: 1.4 Thu Mar 6 05:17:31 2003 Repository revision: 1.4 /cvsroot/wf-gdk/wfsource/source/game/activate.cc,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: activate.hp Status: Up-to-date Working revision: 1.2 Thu Mar 6 05:17:31 2003 Repository revision: 1.2 /cvsroot/wf-gdk/wfsource/source/game/activate.hp,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: actroit.cc Status: Up-to-date Working revision: 1.11 Thu Mar 6 05:17:31 2003 Repository revision: 1.11 /cvsroot/wf-gdk/wfsource/source/game/actroit.cc,v Existing Tags: No Tags Exist =================================================================== File: actroit.hpi Status: Up-to-date Working revision: 1.9 Thu Mar 6 05:17:31 2003 Repository revision: 1.9 /cvsroot/wf-gdk/wfsource/source/game/actroit.hpi,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: actrooms.cc Status: Up-to-date Working revision: 1.14 Thu Mar 6 05:17:31 2003 Repository revision: 1.14 /cvsroot/wf-gdk/wfsource/source/game/actrooms.cc,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: camshot.cc Status: Up-to-date Working revision: 1.4 Thu Mar 6 05:17:31 2003 Repository revision: 1.4 /cvsroot/wf-gdk/wfsource/source/game/camshot.cc,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: destroyer.cc Status: Up-to-date Working revision: 1.4 Thu Mar 6 05:17:31 2003 Repository revision: 1.4 /cvsroot/wf-gdk/wfsource/source/game/destroyer.cc,v Existing Tags: No Tags Exist =================================================================== File: director.cc Status: Up-to-date Working revision: 1.5 Thu Mar 6 05:17:31 2003 Repository revision: 1.5 /cvsroot/wf-gdk/wfsource/source/game/director.cc,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: game.hpi Status: Up-to-date Working revision: 1.2 Thu Mar 6 05:17:31 2003 Repository revision: 1.2 /cvsroot/wf-gdk/wfsource/source/game/game.hpi,v Existing Tags: No Tags Exist =================================================================== File: level.hp Status: Up-to-date Working revision: 1.26 Thu Mar 6 05:17:31 2003 Repository revision: 1.26 /cvsroot/wf-gdk/wfsource/source/game/level.hp,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: levelactoriter.hp Status: Up-to-date Working revision: 1.5 Thu Mar 6 05:17:31 2003 Repository revision: 1.5 /cvsroot/wf-gdk/wfsource/source/game/levelactoriter.hp,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: levelactoriter.hpi Status: Up-to-date Working revision: 1.2 Thu Mar 6 05:17:31 2003 Repository revision: 1.2 /cvsroot/wf-gdk/wfsource/source/game/levelactoriter.hpi,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: room.cc Status: Up-to-date Working revision: 1.32 Thu Mar 6 05:17:31 2003 Repository revision: 1.32 /cvsroot/wf-gdk/wfsource/source/game/room.cc,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: room.hpi Status: Up-to-date Working revision: 1.16 Thu Mar 6 05:17:31 2003 Repository revision: 1.16 /cvsroot/wf-gdk/wfsource/source/game/room.hpi,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: spike.cc Status: Up-to-date Working revision: 1.6 Thu Mar 6 05:17:31 2003 Repository revision: 1.6 /cvsroot/wf-gdk/wfsource/source/game/spike.cc,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: toolngun.cc Status: Up-to-date Working revision: 1.8 Thu Mar 6 05:17:31 2003 Repository revision: 1.8 /cvsroot/wf-gdk/wfsource/source/game/toolngun.cc,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) |
From: Kevin S. <kt...@us...> - 2003-03-15 20:51:16
|
Date: Saturday March 15, 2003 @ 12:51 Author: kts Update of /cvsroot/wf-gdk/wfsource/source/game In directory sc8-pr-cvs1:/tmp/cvs-serv24568 Modified Files: makefile GNUmakefile Log Message: added room library =================================================================== File: makefile Status: Up-to-date Working revision: 1.24 Sat Mar 15 20:51:15 2003 Repository revision: 1.24 /cvsroot/wf-gdk/wfsource/source/game/makefile,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: GNUmakefile Status: Up-to-date Working revision: 1.34 Sat Mar 15 20:51:15 2003 Repository revision: 1.34 /cvsroot/wf-gdk/wfsource/source/game/GNUmakefile,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) |
From: Kevin S. <kt...@us...> - 2003-03-15 20:53:38
|
Date: Saturday March 15, 2003 @ 12:53 Author: kts Update of /cvsroot/wf-gdk/wfsource/source/game In directory sc8-pr-cvs1:/tmp/cvs-serv25344 Modified Files: gamestrm.inc Log Message: moved room and roomslots streams to libstreams =================================================================== File: gamestrm.inc Status: Up-to-date Working revision: 1.5 Sat Mar 15 20:53:37 2003 Repository revision: 1.5 /cvsroot/wf-gdk/wfsource/source/game/gamestrm.inc,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) |
From: Kevin S. <kt...@us...> - 2003-03-15 21:40:07
|
Date: Saturday March 15, 2003 @ 13:40 Author: kts Update of /cvsroot/wf-gdk/wfsource/source/game In directory sc8-pr-cvs1:/tmp/cvs-serv10287 Modified Files: actor.cc Log Message: includes cleanup =================================================================== File: actor.cc Status: Up-to-date Working revision: 1.59 Sat Mar 15 21:40:06 2003 Repository revision: 1.59 /cvsroot/wf-gdk/wfsource/source/game/actor.cc,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) |
From: Kevin S. <kt...@us...> - 2003-03-16 18:28:59
|
Date: Sunday March 16, 2003 @ 10:28 Author: kts Update of /cvsroot/wf-gdk/wfsource/source/game In directory sc8-pr-cvs1:/tmp/cvs-serv18071 Modified Files: actroit.cc actroit.hpi actrooms.cc actrooms.hp actrooms.hpi level.cc level.hp physicalobjectiterator.cc physicalobjectiterator.hp rendacto.cc Log Message: removed all actor and level references from room & rooms, moved room.* & rooms.* to source/room, removed many level & actor references (by passing the classes accessed either into the functions which needed them, or into the consructor and caching their pointers), more validation, or through a callback class) =================================================================== File: actroit.cc Status: Up-to-date Working revision: 1.12 Sun Mar 16 18:28:56 2003 Repository revision: 1.12 /cvsroot/wf-gdk/wfsource/source/game/actroit.cc,v Existing Tags: No Tags Exist =================================================================== File: actroit.hpi Status: Up-to-date Working revision: 1.10 Sun Mar 16 18:28:56 2003 Repository revision: 1.10 /cvsroot/wf-gdk/wfsource/source/game/actroit.hpi,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: actrooms.cc Status: Up-to-date Working revision: 1.15 Sun Mar 16 18:28:56 2003 Repository revision: 1.15 /cvsroot/wf-gdk/wfsource/source/game/actrooms.cc,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: actrooms.hp Status: Up-to-date Working revision: 1.15 Sun Mar 16 18:28:56 2003 Repository revision: 1.15 /cvsroot/wf-gdk/wfsource/source/game/actrooms.hp,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: actrooms.hpi Status: Up-to-date Working revision: 1.9 Sun Mar 16 18:28:56 2003 Repository revision: 1.9 /cvsroot/wf-gdk/wfsource/source/game/actrooms.hpi,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: level.cc Status: Up-to-date Working revision: 1.54 Sun Mar 16 18:28:57 2003 Repository revision: 1.54 /cvsroot/wf-gdk/wfsource/source/game/level.cc,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: level.hp Status: Up-to-date Working revision: 1.27 Sun Mar 16 18:28:57 2003 Repository revision: 1.27 /cvsroot/wf-gdk/wfsource/source/game/level.hp,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: physicalobjectiterator.cc Status: Up-to-date Working revision: 1.5 Sun Mar 16 18:28:57 2003 Repository revision: 1.5 /cvsroot/wf-gdk/wfsource/source/game/physicalobjectiterator.cc,v Existing Tags: No Tags Exist =================================================================== File: physicalobjectiterator.hp Status: Up-to-date Working revision: 1.3 Sun Mar 16 18:28:57 2003 Repository revision: 1.3 /cvsroot/wf-gdk/wfsource/source/game/physicalobjectiterator.hp,v Existing Tags: No Tags Exist =================================================================== File: rendacto.cc Status: Up-to-date Working revision: 1.14 Sun Mar 16 18:28:57 2003 Repository revision: 1.14 /cvsroot/wf-gdk/wfsource/source/game/rendacto.cc,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) |
From: Kevin S. <kt...@us...> - 2003-03-16 20:54:39
|
Date: Sunday March 16, 2003 @ 12:54 Author: kts Update of /cvsroot/wf-gdk/wfsource/source/game In directory sc8-pr-cvs1:/tmp/cvs-serv12176 Removed Files: rooms.cc rooms.hp rooms.hpi room.cc room.hp room.hpi Log Message: moved to source/room =================================================================== File: no file rooms.cc Status: Up-to-date Working revision: No entry for rooms.cc Repository revision: 1.13 /cvsroot/wf-gdk/wfsource/source/game/Attic/rooms.cc,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: no file rooms.hp Status: Up-to-date Working revision: No entry for rooms.hp Repository revision: 1.7 /cvsroot/wf-gdk/wfsource/source/game/Attic/rooms.hp,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: no file rooms.hpi Status: Up-to-date Working revision: No entry for rooms.hpi Repository revision: 1.2 /cvsroot/wf-gdk/wfsource/source/game/Attic/rooms.hpi,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: no file room.cc Status: Up-to-date Working revision: No entry for room.cc Repository revision: 1.33 /cvsroot/wf-gdk/wfsource/source/game/Attic/room.cc,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: no file room.hp Status: Up-to-date Working revision: No entry for room.hp Repository revision: 1.26 /cvsroot/wf-gdk/wfsource/source/game/Attic/room.hp,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: no file room.hpi Status: Up-to-date Working revision: No entry for room.hpi Repository revision: 1.17 /cvsroot/wf-gdk/wfsource/source/game/Attic/room.hpi,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) |
From: Kevin S. <kt...@us...> - 2003-03-17 21:52:51
|
Date: Monday March 17, 2003 @ 13:52 Author: kts Update of /cvsroot/wf-gdk/wfsource/source/game In directory sc8-pr-cvs1:/tmp/cvs-serv26504 Modified Files: level.cc Log Message: reorganized order of includes, slight reformatting of some debug printing =================================================================== File: level.cc Status: Up-to-date Working revision: 1.55 Mon Mar 17 21:52:48 2003 Repository revision: 1.55 /cvsroot/wf-gdk/wfsource/source/game/level.cc,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) |
From: Kevin S. <kt...@us...> - 2003-03-17 21:53:12
|
Date: Monday March 17, 2003 @ 13:53 Author: kts Update of /cvsroot/wf-gdk/wfsource/source/game In directory sc8-pr-cvs1:/tmp/cvs-serv26741 Modified Files: player.cc Log Message: reorganized order of includes, updated copyright information =================================================================== File: player.cc Status: Up-to-date Working revision: 1.11 Mon Mar 17 21:53:11 2003 Repository revision: 1.11 /cvsroot/wf-gdk/wfsource/source/game/player.cc,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) |
From: Kevin S. <kt...@us...> - 2003-03-17 21:54:11
|
Date: Monday March 17, 2003 @ 13:54 Author: kts Update of /cvsroot/wf-gdk/wfsource/source/game In directory sc8-pr-cvs1:/tmp/cvs-serv27230 Modified Files: statplat.hp Log Message: rmoved unneeded level.hp include, updated copyright information =================================================================== File: statplat.hp Status: Up-to-date Working revision: 1.4 Mon Mar 17 21:54:09 2003 Repository revision: 1.4 /cvsroot/wf-gdk/wfsource/source/game/statplat.hp,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) |
From: Kevin S. <kt...@us...> - 2003-03-17 21:54:20
|
Date: Monday March 17, 2003 @ 13:54 Author: kts Update of /cvsroot/wf-gdk/wfsource/source/game In directory sc8-pr-cvs1:/tmp/cvs-serv27301 Modified Files: target.hp Log Message: rmoved unneeded level.hp include, updated copyright information =================================================================== File: target.hp Status: Up-to-date Working revision: 1.4 Mon Mar 17 21:54:19 2003 Repository revision: 1.4 /cvsroot/wf-gdk/wfsource/source/game/target.hp,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) |
From: Kevin S. <kt...@us...> - 2003-03-17 21:54:41
|
Date: Monday March 17, 2003 @ 13:54 Author: kts Update of /cvsroot/wf-gdk/wfsource/source/game In directory sc8-pr-cvs1:/tmp/cvs-serv27457 Modified Files: tool.hp Log Message: rmoved unneeded level.hp include, updated copyright information =================================================================== File: tool.hp Status: Up-to-date Working revision: 1.5 Mon Mar 17 21:54:40 2003 Repository revision: 1.5 /cvsroot/wf-gdk/wfsource/source/game/tool.hp,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) |
From: Kevin S. <kt...@us...> - 2003-03-17 21:58:14
|
Date: Monday March 17, 2003 @ 13:58 Author: kts Update of /cvsroot/wf-gdk/wfsource/source/game In directory sc8-pr-cvs1:/tmp/cvs-serv29014/source/game Modified Files: actbox.cc actbox.hp actboxor.cc actboxor.hp activate.hp actor.cc actor.hp actor.hpi actroit.hp actroit.hpi animmang.cc animmang.hp camera.cc camera.hp camera.hpi camshot.cc camshot.hp camshot.hpi destroyer.cc destroyer.hp director.cc director.hp director.hpi enemy.cc enemy.hp explode.cc explode.hp game.hp game.hpi generator.cc generator.hp level.hp level.hpi levelobj.cc levelobj.hp light.cc light.hp light.hpi main.cc matte.cc matte.hp missile.cc missile.hp missile.hpi movecam.hpi movefoll.cc object.ccs object.his platform.cc platform.hp player.hp rendacto.hpi shadow.cc shadow.hp shield.cc shield.hp shield.hpi spike.cc spike.hp statplat.cc target.cc tool.hpi toolshld.cc toolshld.hp toolshld.hpi warp.cc warp.hp warp.hpi Log Message: updated copyright information, occasional cleanup =================================================================== File: actbox.cc Status: Up-to-date Working revision: 1.7 Mon Mar 17 21:57:48 2003 Repository revision: 1.7 /cvsroot/wf-gdk/wfsource/source/game/actbox.cc,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: actbox.hp Status: Up-to-date Working revision: 1.4 Mon Mar 17 21:57:48 2003 Repository revision: 1.4 /cvsroot/wf-gdk/wfsource/source/game/actbox.hp,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: actboxor.cc Status: Up-to-date Working revision: 1.5 Mon Mar 17 21:57:48 2003 Repository revision: 1.5 /cvsroot/wf-gdk/wfsource/source/game/actboxor.cc,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: actboxor.hp Status: Up-to-date Working revision: 1.4 Mon Mar 17 21:57:48 2003 Repository revision: 1.4 /cvsroot/wf-gdk/wfsource/source/game/actboxor.hp,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: activate.hp Status: Up-to-date Working revision: 1.3 Mon Mar 17 21:57:48 2003 Repository revision: 1.3 /cvsroot/wf-gdk/wfsource/source/game/activate.hp,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: actor.cc Status: Up-to-date Working revision: 1.60 Mon Mar 17 21:57:48 2003 Repository revision: 1.60 /cvsroot/wf-gdk/wfsource/source/game/actor.cc,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: actor.hp Status: Up-to-date Working revision: 1.32 Mon Mar 17 21:57:49 2003 Repository revision: 1.32 /cvsroot/wf-gdk/wfsource/source/game/actor.hp,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: actor.hpi Status: Up-to-date Working revision: 1.11 Mon Mar 17 21:57:49 2003 Repository revision: 1.11 /cvsroot/wf-gdk/wfsource/source/game/actor.hpi,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: actroit.hp Status: Up-to-date Working revision: 1.16 Mon Mar 17 21:57:49 2003 Repository revision: 1.16 /cvsroot/wf-gdk/wfsource/source/game/actroit.hp,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: actroit.hpi Status: Up-to-date Working revision: 1.11 Mon Mar 17 21:57:49 2003 Repository revision: 1.11 /cvsroot/wf-gdk/wfsource/source/game/actroit.hpi,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: animmang.cc Status: Up-to-date Working revision: 1.21 Mon Mar 17 21:57:49 2003 Repository revision: 1.21 /cvsroot/wf-gdk/wfsource/source/game/animmang.cc,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: animmang.hp Status: Up-to-date Working revision: 1.16 Mon Mar 17 21:57:49 2003 Repository revision: 1.16 /cvsroot/wf-gdk/wfsource/source/game/animmang.hp,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: camera.cc Status: Up-to-date Working revision: 1.14 Mon Mar 17 21:57:51 2003 Repository revision: 1.14 /cvsroot/wf-gdk/wfsource/source/game/camera.cc,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: camera.hp Status: Up-to-date Working revision: 1.2 Mon Mar 17 21:57:51 2003 Repository revision: 1.2 /cvsroot/wf-gdk/wfsource/source/game/camera.hp,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: camera.hpi Status: Up-to-date Working revision: 1.7 Mon Mar 17 21:57:51 2003 Repository revision: 1.7 /cvsroot/wf-gdk/wfsource/source/game/camera.hpi,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: camshot.cc Status: Up-to-date Working revision: 1.5 Mon Mar 17 21:57:51 2003 Repository revision: 1.5 /cvsroot/wf-gdk/wfsource/source/game/camshot.cc,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: camshot.hp Status: Up-to-date Working revision: 1.5 Mon Mar 17 21:57:51 2003 Repository revision: 1.5 /cvsroot/wf-gdk/wfsource/source/game/camshot.hp,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: camshot.hpi Status: Up-to-date Working revision: 1.2 Mon Mar 17 21:57:51 2003 Repository revision: 1.2 /cvsroot/wf-gdk/wfsource/source/game/camshot.hpi,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: destroyer.cc Status: Up-to-date Working revision: 1.5 Mon Mar 17 21:57:51 2003 Repository revision: 1.5 /cvsroot/wf-gdk/wfsource/source/game/destroyer.cc,v Existing Tags: No Tags Exist =================================================================== File: destroyer.hp Status: Up-to-date Working revision: 1.4 Mon Mar 17 21:57:51 2003 Repository revision: 1.4 /cvsroot/wf-gdk/wfsource/source/game/destroyer.hp,v Existing Tags: No Tags Exist =================================================================== File: director.cc Status: Up-to-date Working revision: 1.6 Mon Mar 17 21:57:51 2003 Repository revision: 1.6 /cvsroot/wf-gdk/wfsource/source/game/director.cc,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: director.hp Status: Up-to-date Working revision: 1.4 Mon Mar 17 21:57:51 2003 Repository revision: 1.4 /cvsroot/wf-gdk/wfsource/source/game/director.hp,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: director.hpi Status: Up-to-date Working revision: 1.2 Mon Mar 17 21:57:51 2003 Repository revision: 1.2 /cvsroot/wf-gdk/wfsource/source/game/director.hpi,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: enemy.cc Status: Up-to-date Working revision: 1.6 Mon Mar 17 21:57:51 2003 Repository revision: 1.6 /cvsroot/wf-gdk/wfsource/source/game/enemy.cc,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: enemy.hp Status: Up-to-date Working revision: 1.4 Mon Mar 17 21:57:51 2003 Repository revision: 1.4 /cvsroot/wf-gdk/wfsource/source/game/enemy.hp,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: explode.cc Status: Up-to-date Working revision: 1.8 Mon Mar 17 21:57:51 2003 Repository revision: 1.8 /cvsroot/wf-gdk/wfsource/source/game/explode.cc,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: explode.hp Status: Up-to-date Working revision: 1.2 Mon Mar 17 21:57:51 2003 Repository revision: 1.2 /cvsroot/wf-gdk/wfsource/source/game/explode.hp,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: game.hp Status: Up-to-date Working revision: 1.6 Mon Mar 17 21:57:51 2003 Repository revision: 1.6 /cvsroot/wf-gdk/wfsource/source/game/game.hp,v Existing Tags: No Tags Exist =================================================================== File: game.hpi Status: Up-to-date Working revision: 1.3 Mon Mar 17 21:57:51 2003 Repository revision: 1.3 /cvsroot/wf-gdk/wfsource/source/game/game.hpi,v Existing Tags: No Tags Exist =================================================================== File: generator.cc Status: Up-to-date Working revision: 1.4 Mon Mar 17 21:57:51 2003 Repository revision: 1.4 /cvsroot/wf-gdk/wfsource/source/game/generator.cc,v Existing Tags: No Tags Exist =================================================================== File: generator.hp Status: Up-to-date Working revision: 1.4 Mon Mar 17 21:57:51 2003 Repository revision: 1.4 /cvsroot/wf-gdk/wfsource/source/game/generator.hp,v Existing Tags: No Tags Exist =================================================================== File: level.hp Status: Up-to-date Working revision: 1.28 Mon Mar 17 21:57:51 2003 Repository revision: 1.28 /cvsroot/wf-gdk/wfsource/source/game/level.hp,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: level.hpi Status: Up-to-date Working revision: 1.9 Mon Mar 17 21:57:51 2003 Repository revision: 1.9 /cvsroot/wf-gdk/wfsource/source/game/level.hpi,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: levelobj.cc Status: Up-to-date Working revision: 1.3 Mon Mar 17 21:57:51 2003 Repository revision: 1.3 /cvsroot/wf-gdk/wfsource/source/game/levelobj.cc,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: levelobj.hp Status: Up-to-date Working revision: 1.3 Mon Mar 17 21:57:51 2003 Repository revision: 1.3 /cvsroot/wf-gdk/wfsource/source/game/levelobj.hp,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: light.cc Status: Up-to-date Working revision: 1.8 Mon Mar 17 21:57:51 2003 Repository revision: 1.8 /cvsroot/wf-gdk/wfsource/source/game/light.cc,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: light.hp Status: Up-to-date Working revision: 1.3 Mon Mar 17 21:57:51 2003 Repository revision: 1.3 /cvsroot/wf-gdk/wfsource/source/game/light.hp,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: light.hpi Status: Up-to-date Working revision: 1.4 Mon Mar 17 21:57:52 2003 Repository revision: 1.4 /cvsroot/wf-gdk/wfsource/source/game/light.hpi,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: main.cc Status: Up-to-date Working revision: 1.13 Mon Mar 17 21:57:52 2003 Repository revision: 1.13 /cvsroot/wf-gdk/wfsource/source/game/main.cc,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: matte.cc Status: Up-to-date Working revision: 1.6 Mon Mar 17 21:57:52 2003 Repository revision: 1.6 /cvsroot/wf-gdk/wfsource/source/game/matte.cc,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: matte.hp Status: Up-to-date Working revision: 1.3 Mon Mar 17 21:57:52 2003 Repository revision: 1.3 /cvsroot/wf-gdk/wfsource/source/game/matte.hp,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: missile.cc Status: Up-to-date Working revision: 1.9 Mon Mar 17 21:57:52 2003 Repository revision: 1.9 /cvsroot/wf-gdk/wfsource/source/game/missile.cc,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: missile.hp Status: Up-to-date Working revision: 1.2 Mon Mar 17 21:57:52 2003 Repository revision: 1.2 /cvsroot/wf-gdk/wfsource/source/game/missile.hp,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: missile.hpi Status: Up-to-date Working revision: 1.2 Mon Mar 17 21:57:52 2003 Repository revision: 1.2 /cvsroot/wf-gdk/wfsource/source/game/missile.hpi,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: movecam.hpi Status: Up-to-date Working revision: 1.2 Mon Mar 17 21:57:52 2003 Repository revision: 1.2 /cvsroot/wf-gdk/wfsource/source/game/movecam.hpi,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: movefoll.cc Status: Up-to-date Working revision: 1.15 Mon Mar 17 21:57:52 2003 Repository revision: 1.15 /cvsroot/wf-gdk/wfsource/source/game/movefoll.cc,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: object.ccs Status: Up-to-date Working revision: 1.2 Mon Mar 17 21:57:52 2003 Repository revision: 1.2 /cvsroot/wf-gdk/wfsource/source/game/object.ccs,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: object.his Status: Up-to-date Working revision: 1.2 Mon Mar 17 21:57:52 2003 Repository revision: 1.2 /cvsroot/wf-gdk/wfsource/source/game/object.his,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: platform.cc Status: Up-to-date Working revision: 1.4 Mon Mar 17 21:57:52 2003 Repository revision: 1.4 /cvsroot/wf-gdk/wfsource/source/game/platform.cc,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: platform.hp Status: Up-to-date Working revision: 1.4 Mon Mar 17 21:57:52 2003 Repository revision: 1.4 /cvsroot/wf-gdk/wfsource/source/game/platform.hp,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: player.hp Status: Up-to-date Working revision: 1.5 Mon Mar 17 21:57:52 2003 Repository revision: 1.5 /cvsroot/wf-gdk/wfsource/source/game/player.hp,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: rendacto.hpi Status: Up-to-date Working revision: 1.2 Mon Mar 17 21:57:52 2003 Repository revision: 1.2 /cvsroot/wf-gdk/wfsource/source/game/rendacto.hpi,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: shadow.cc Status: Up-to-date Working revision: 1.13 Mon Mar 17 21:57:52 2003 Repository revision: 1.13 /cvsroot/wf-gdk/wfsource/source/game/shadow.cc,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: shadow.hp Status: Up-to-date Working revision: 1.4 Mon Mar 17 21:57:52 2003 Repository revision: 1.4 /cvsroot/wf-gdk/wfsource/source/game/shadow.hp,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: shield.cc Status: Up-to-date Working revision: 1.10 Mon Mar 17 21:57:52 2003 Repository revision: 1.10 /cvsroot/wf-gdk/wfsource/source/game/shield.cc,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: shield.hp Status: Up-to-date Working revision: 1.4 Mon Mar 17 21:57:52 2003 Repository revision: 1.4 /cvsroot/wf-gdk/wfsource/source/game/shield.hp,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: shield.hpi Status: Up-to-date Working revision: 1.2 Mon Mar 17 21:57:52 2003 Repository revision: 1.2 /cvsroot/wf-gdk/wfsource/source/game/shield.hpi,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: spike.cc Status: Up-to-date Working revision: 1.7 Mon Mar 17 21:57:52 2003 Repository revision: 1.7 /cvsroot/wf-gdk/wfsource/source/game/spike.cc,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: spike.hp Status: Up-to-date Working revision: 1.4 Mon Mar 17 21:57:52 2003 Repository revision: 1.4 /cvsroot/wf-gdk/wfsource/source/game/spike.hp,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: statplat.cc Status: Up-to-date Working revision: 1.5 Mon Mar 17 21:57:52 2003 Repository revision: 1.5 /cvsroot/wf-gdk/wfsource/source/game/statplat.cc,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: target.cc Status: Up-to-date Working revision: 1.4 Mon Mar 17 21:57:52 2003 Repository revision: 1.4 /cvsroot/wf-gdk/wfsource/source/game/target.cc,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: tool.hpi Status: Up-to-date Working revision: 1.2 Mon Mar 17 21:57:52 2003 Repository revision: 1.2 /cvsroot/wf-gdk/wfsource/source/game/tool.hpi,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: toolshld.cc Status: Up-to-date Working revision: 1.6 Mon Mar 17 21:57:52 2003 Repository revision: 1.6 /cvsroot/wf-gdk/wfsource/source/game/toolshld.cc,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: toolshld.hp Status: Up-to-date Working revision: 1.3 Mon Mar 17 21:57:52 2003 Repository revision: 1.3 /cvsroot/wf-gdk/wfsource/source/game/toolshld.hp,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: toolshld.hpi Status: Up-to-date Working revision: 1.2 Mon Mar 17 21:57:52 2003 Repository revision: 1.2 /cvsroot/wf-gdk/wfsource/source/game/toolshld.hpi,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: warp.cc Status: Up-to-date Working revision: 1.6 Mon Mar 17 21:57:52 2003 Repository revision: 1.6 /cvsroot/wf-gdk/wfsource/source/game/warp.cc,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: warp.hp Status: Up-to-date Working revision: 1.3 Mon Mar 17 21:57:52 2003 Repository revision: 1.3 /cvsroot/wf-gdk/wfsource/source/game/warp.hp,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: warp.hpi Status: Up-to-date Working revision: 1.2 Mon Mar 17 21:57:52 2003 Repository revision: 1.2 /cvsroot/wf-gdk/wfsource/source/game/warp.hpi,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) |
From: Kevin S. <kt...@us...> - 2003-04-30 06:51:11
|
Date: Tuesday April 29, 2003 @ 23:51 Author: kts Update of /cvsroot/wf-gdk/wfsource/source/game In directory sc8-pr-cvs1:/tmp/cvs-serv28527 Modified Files: toolshld.cc Log Message: updated note =================================================================== File: toolshld.cc Status: Up-to-date Working revision: 1.7 Wed Apr 30 06:51:08 2003 Repository revision: 1.7 /cvsroot/wf-gdk/wfsource/source/game/toolshld.cc,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) |
From: Kevin S. <kt...@us...> - 2003-05-03 17:46:07
|
Date: Saturday May 3, 2003 @ 10:46 Author: kts Update of /cvsroot/wf-gdk/wfsource/source/game In directory sc8-pr-cvs1:/tmp/cvs-serv2604 Modified Files: actor.cc actor.hpi actor.hp Log Message: removed GetTool & _InitTools(StartupData), removed AddActor with no position, removed HasMesh =================================================================== File: actor.cc Status: Up-to-date Working revision: 1.61 Sat May 3 17:46:02 2003 Repository revision: 1.61 /cvsroot/wf-gdk/wfsource/source/game/actor.cc,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: actor.hpi Status: Up-to-date Working revision: 1.12 Sat May 3 17:46:02 2003 Repository revision: 1.12 /cvsroot/wf-gdk/wfsource/source/game/actor.hpi,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: actor.hp Status: Up-to-date Working revision: 1.33 Sat May 3 17:46:02 2003 Repository revision: 1.33 /cvsroot/wf-gdk/wfsource/source/game/actor.hp,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) |
From: Kevin S. <kt...@us...> - 2003-05-03 17:46:33
|
Date: Saturday May 3, 2003 @ 10:46 Author: kts Update of /cvsroot/wf-gdk/wfsource/source/game In directory sc8-pr-cvs1:/tmp/cvs-serv2752 Modified Files: camera.cc Log Message: reordered includes =================================================================== File: camera.cc Status: Up-to-date Working revision: 1.15 Sat May 3 17:46:31 2003 Repository revision: 1.15 /cvsroot/wf-gdk/wfsource/source/game/camera.cc,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) |
From: Kevin S. <kt...@us...> - 2003-05-03 17:48:34
|
Date: Saturday May 3, 2003 @ 10:48 Author: kts Update of /cvsroot/wf-gdk/wfsource/source/game In directory sc8-pr-cvs1:/tmp/cvs-serv3432 Modified Files: game.cc game.hp Log Message: removed duplicate viewport variable, reordered some includes, changed RunLevel to return void instead of bool (removed success) =================================================================== File: game.cc Status: Up-to-date Working revision: 1.12 Sat May 3 17:48:32 2003 Repository revision: 1.12 /cvsroot/wf-gdk/wfsource/source/game/game.cc,v Existing Tags: No Tags Exist =================================================================== File: game.hp Status: Up-to-date Working revision: 1.7 Sat May 3 17:48:32 2003 Repository revision: 1.7 /cvsroot/wf-gdk/wfsource/source/game/game.hp,v Existing Tags: No Tags Exist |
From: Kevin S. <kt...@us...> - 2003-05-03 17:51:08
|
Date: Saturday May 3, 2003 @ 10:51 Author: kts Update of /cvsroot/wf-gdk/wfsource/source/game In directory sc8-pr-cvs1:/tmp/cvs-serv4323 Modified Files: level.cc level.hp level.hpi Log Message: removed findOADData, removed _success bool & success function, removed AddActor with no position, removed GetLevelDiskFile =================================================================== File: level.cc Status: Up-to-date Working revision: 1.56 Sat May 3 17:51:06 2003 Repository revision: 1.56 /cvsroot/wf-gdk/wfsource/source/game/level.cc,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: level.hp Status: Up-to-date Working revision: 1.29 Sat May 3 17:51:06 2003 Repository revision: 1.29 /cvsroot/wf-gdk/wfsource/source/game/level.hp,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: level.hpi Status: Up-to-date Working revision: 1.10 Sat May 3 17:51:06 2003 Repository revision: 1.10 /cvsroot/wf-gdk/wfsource/source/game/level.hpi,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) |
From: Kevin S. <kt...@us...> - 2003-05-15 06:20:55
|
Date: Wednesday May 14, 2003 @ 23:20 Author: kts Update of /cvsroot/wf-gdk/wfsource/source/game In directory sc8-pr-cvs1:/tmp/cvs-serv23090 Modified Files: GNUmakefile makefile Log Message: added BASEOBJECT library =================================================================== File: GNUmakefile Status: Up-to-date Working revision: 1.35 Thu May 15 06:20:55 2003 Repository revision: 1.35 /cvsroot/wf-gdk/wfsource/source/game/GNUmakefile,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: makefile Status: Up-to-date Working revision: 1.25 Thu May 15 06:20:55 2003 Repository revision: 1.25 /cvsroot/wf-gdk/wfsource/source/game/makefile,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) |
From: Kevin S. <kt...@us...> - 2003-05-15 06:32:43
|
Date: Wednesday May 14, 2003 @ 23:32 Author: kts Update of /cvsroot/wf-gdk/wfsource/source/game In directory sc8-pr-cvs1:/tmp/cvs-serv30282 Modified Files: actor.hp Log Message: moved msgport to baseobject directory, moved _oadData down into BaseObject =================================================================== File: actor.hp Status: Up-to-date Working revision: 1.34 Thu May 15 06:32:42 2003 Repository revision: 1.34 /cvsroot/wf-gdk/wfsource/source/game/actor.hp,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) |
From: Kevin S. <kt...@us...> - 2003-05-15 06:55:59
|
Date: Wednesday May 14, 2003 @ 23:55 Author: kts Update of /cvsroot/wf-gdk/wfsource/source/game In directory sc8-pr-cvs1:/tmp/cvs-serv11410 Modified Files: actor.hpi Log Message: various BlockPtr functions now use GetBlockPtr common call =================================================================== File: actor.hpi Status: Up-to-date Working revision: 1.13 Thu May 15 06:55:59 2003 Repository revision: 1.13 /cvsroot/wf-gdk/wfsource/source/game/actor.hpi,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) |
From: Kevin S. <kt...@us...> - 2003-05-15 06:56:32
|
Date: Wednesday May 14, 2003 @ 23:56 Author: kts Update of /cvsroot/wf-gdk/wfsource/source/game In directory sc8-pr-cvs1:/tmp/cvs-serv11763 Modified Files: actor.cc Log Message: MovementObject now takes a few parameters =================================================================== File: actor.cc Status: Up-to-date Working revision: 1.62 Thu May 15 06:56:32 2003 Repository revision: 1.62 /cvsroot/wf-gdk/wfsource/source/game/actor.cc,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) |