From: Terry M. <te...@sl...> - 2000-04-11 01:42:24
|
Date: Monday April 10, 2000 @ 18:35 Author: terrym Update of /cvsroot/wf-gdk/wfsource/source/game In directory slayer.i.sourceforge.net:/tmp/cvs-serv11841/source/game Modified Files: GNUmakefile Log Message: Did some work to the make files with the following goals in mind: As these ARE GNU makefiles, set the default build type to linux, was win. Restructured so that the build will STOP on error, instead of keep going to the end of the foreach loop controlling the build. Changed all 'cd dir; make ...' to 'cd dir && ${MAKE} ${MFLAGS} ...' This is the way the GNU make docs recomend. Used MFLAGS instead of MAKEFLAGS as MAKEFLAGS does NOT start with a hyphen and caused breakage like 'cd dir && make w ...' after expansion. (Instead of 'cd dir && make -w ...') Added some comments. Terry =================================================================== File: GNUmakefile Status: Up-to-date Working revision: 1.2 Tue Apr 11 01:35:34 2000 Repository revision: 1.2 /cvsroot/wf-gdk/wfsource/source/game/GNUmakefile,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) |
From: Terry M. <te...@sl...> - 2000-04-21 21:01:22
|
Date: Friday April 21, 2000 @ 13:53 Author: terrym Update of /cvsroot/wf-gdk/wfsource/source/game In directory slayer.i.sourceforge.net:/tmp/cvs-serv5824/source/game Added Files: g Log Message: Added the bash shell script "g" that is reffered to in the README.linux file. To source/savegame/GNUmakefile added the veriable "L3M" (Level 3 Make) the value of which is the name of a subdirectory in which to desend to (3rd level) and run make (linux in this case.) This is kludgy, will eventually redesign the whole (GNU) make file system. In source/GNUmakefile added "cd game && ${MAKE} ${MFLAGS} link" as the last item for the "All" target, eliminating the need to do it by hand. Terry =================================================================== File: g Status: Up-to-date Working revision: 1.1 Fri Apr 21 20:53:43 2000 Repository revision: 1.1 /cvsroot/wf-gdk/wfsource/source/game/g,v Existing Tags: No Tags Exist |
From: Terry M. <te...@sl...> - 2000-05-01 13:07:17
|
Date: Monday May 1, 2000 @ 5:58 Author: terrym Update of /cvsroot/wf-gdk/wfsource/source/game In directory slayer.i.sourceforge.net:/tmp/cvs-serv20291/source/game Modified Files: GNUmakefile Log Message: Made the following changes to all 2nd level make files (wfsource == level 0) * Removed the commented out .MS_NMAKE * Commented out the included for GNUMakefile.lib * Added in it's place an include for GNUMakefile.rul * Where present removed "VPATH=$(WF_TARGET)" Move parts of GNUMakefile.lib to GNUMakefile.rul (some was already there). GNUMakefile.lib should now be considered NOT USED. I've only left it there for the moment incase there is something (tools?) that still wants it. Added a README to the math directory to explain the none consistant use of the sub directories linux, win, psx. Changed to target in GNUmakefile for libstrm: to be libstrm.inc:, a 'real' target instead of a phony one, and made it active again (the old one is wrapped in an if statment that is always false "ifeq (1,0)", which will be removed later). Move ALL rules out of GNUMakefile.env and put them into GNUMakefile.rul where it seemed to me that they needed to be. (Had to experiment with the position of some rules (TOP-ALL:) for one, it all seems to work, but if there are any problems, be aware that some rules may need moved around with respect the others. In GNUMakefile.bld moved some of the platform specific stuff out into the platform specific make files. In source/gfx/pixelmap.cc and source/gfx/gl/display.cc wrapped the asserts in "#if DO_ASSERTIONS" as the asserts caused fatal errors durriing compile time for a "release" build. And besides, should not ALL asserts be obay the DO_ASSERTIONS veriable? OK, I think that about covers it... enough damage for now :) Terry P.S. iffwrite still has fatal compile problems for a release build, had to copy over from the debug build to get passed it. =================================================================== File: GNUmakefile Status: Up-to-date Working revision: 1.3 Mon May 1 12:58:37 2000 Repository revision: 1.3 /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...> - 2000-09-14 19:16:53
|
Date: Thursday September 14, 2000 @ 12:16 Author: kts Update of /cvsroot/wf-gdk/wfsource/source/game In directory slayer.i.sourceforge.net:/tmp/cvs-serv1967/game Modified Files: actbox.cc actboxor.cc activate.cc actor.cc actor.hp actor.hpi actorli.hp actorli.hpi actrooms.cc animmang.cc animmang.hp assets.cc assets.hp assslot.cc assslot.hp assslot.hpi camera.cc camera.hpi ccycle.cc collisio.cc colside.cc destroy.cc disktoc.cc disktoc.hp disktoc.hpi enemy.cc explode.cc gamestrm.cc gamestrm.hp generato.cc global.hp gold.cc inputai.cc inputdig.cc level.cc level.hp level.hpi light.cc main.cc matte.cc missile.cc movecam.cc movement.cc movepath.cc msgport.cc msgport.hp path.cc player.cc rendacto.cc rendcrow.cc room.cc room.hp room.hpi rooms.cc shadow.cc shield.cc spike.cc statplat.cc tool.cc toolngun.cc velgame.cc warp.cc Log Message: removed using namespace std, all standard library references now have std:: in front of them =================================================================== File: actbox.cc Status: Up-to-date Working revision: 1.2 Thu Sep 14 18:44:58 2000 Repository revision: 1.2 /cvsroot/wf-gdk/wfsource/source/game/actbox.cc,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: actboxor.cc Status: Up-to-date Working revision: 1.2 Thu Sep 14 18:44:58 2000 Repository revision: 1.2 /cvsroot/wf-gdk/wfsource/source/game/actboxor.cc,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: activate.cc Status: Up-to-date Working revision: 1.2 Thu Sep 14 18:45:14 2000 Repository revision: 1.2 /cvsroot/wf-gdk/wfsource/source/game/activate.cc,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: actor.cc Status: Up-to-date Working revision: 1.2 Thu Sep 14 18:45:57 2000 Repository revision: 1.2 /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.2 Thu Sep 14 18:46:26 2000 Repository revision: 1.2 /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.2 Thu Sep 14 18:46:27 2000 Repository revision: 1.2 /cvsroot/wf-gdk/wfsource/source/game/actor.hpi,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: actorli.hp Status: Up-to-date Working revision: 1.2 Thu Sep 14 18:46:34 2000 Repository revision: 1.2 /cvsroot/wf-gdk/wfsource/source/game/actorli.hp,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: actorli.hpi Status: Up-to-date Working revision: 1.2 Thu Sep 14 18:46:41 2000 Repository revision: 1.2 /cvsroot/wf-gdk/wfsource/source/game/actorli.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.2 Thu Sep 14 18:46:58 2000 Repository revision: 1.2 /cvsroot/wf-gdk/wfsource/source/game/actrooms.cc,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: animmang.cc Status: Up-to-date Working revision: 1.2 Thu Sep 14 18:46:58 2000 Repository revision: 1.2 /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.2 Thu Sep 14 18:47:00 2000 Repository revision: 1.2 /cvsroot/wf-gdk/wfsource/source/game/animmang.hp,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: assets.cc Status: Up-to-date Working revision: 1.2 Thu Sep 14 18:47:08 2000 Repository revision: 1.2 /cvsroot/wf-gdk/wfsource/source/game/assets.cc,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: assets.hp Status: Up-to-date Working revision: 1.2 Thu Sep 14 18:47:13 2000 Repository revision: 1.2 /cvsroot/wf-gdk/wfsource/source/game/assets.hp,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: assslot.cc Status: Up-to-date Working revision: 1.2 Thu Sep 14 18:47:45 2000 Repository revision: 1.2 /cvsroot/wf-gdk/wfsource/source/game/assslot.cc,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: assslot.hp Status: Up-to-date Working revision: 1.2 Thu Sep 14 18:47:45 2000 Repository revision: 1.2 /cvsroot/wf-gdk/wfsource/source/game/assslot.hp,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: assslot.hpi Status: Up-to-date Working revision: 1.2 Thu Sep 14 18:47:45 2000 Repository revision: 1.2 /cvsroot/wf-gdk/wfsource/source/game/assslot.hpi,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: camera.cc Status: Up-to-date Working revision: 1.2 Thu Sep 14 18:47:53 2000 Repository revision: 1.2 /cvsroot/wf-gdk/wfsource/source/game/camera.cc,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: camera.hpi Status: Up-to-date Working revision: 1.2 Thu Sep 14 18:47:53 2000 Repository revision: 1.2 /cvsroot/wf-gdk/wfsource/source/game/camera.hpi,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: ccycle.cc Status: Up-to-date Working revision: 1.2 Thu Sep 14 18:47:53 2000 Repository revision: 1.2 /cvsroot/wf-gdk/wfsource/source/game/ccycle.cc,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: collisio.cc Status: Up-to-date Working revision: 1.2 Thu Sep 14 18:48:30 2000 Repository revision: 1.2 /cvsroot/wf-gdk/wfsource/source/game/collisio.cc,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: colside.cc Status: Up-to-date Working revision: 1.2 Thu Sep 14 18:48:45 2000 Repository revision: 1.2 /cvsroot/wf-gdk/wfsource/source/game/colside.cc,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: destroy.cc Status: Up-to-date Working revision: 1.2 Thu Sep 14 18:48:45 2000 Repository revision: 1.2 /cvsroot/wf-gdk/wfsource/source/game/destroy.cc,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: disktoc.cc Status: Up-to-date Working revision: 1.2 Thu Sep 14 18:53:01 2000 Repository revision: 1.2 /cvsroot/wf-gdk/wfsource/source/game/disktoc.cc,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: disktoc.hp Status: Up-to-date Working revision: 1.2 Thu Sep 14 18:53:01 2000 Repository revision: 1.2 /cvsroot/wf-gdk/wfsource/source/game/disktoc.hp,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: disktoc.hpi Status: Up-to-date Working revision: 1.2 Thu Sep 14 18:53:01 2000 Repository revision: 1.2 /cvsroot/wf-gdk/wfsource/source/game/disktoc.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.2 Thu Sep 14 18:53:08 2000 Repository revision: 1.2 /cvsroot/wf-gdk/wfsource/source/game/enemy.cc,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: explode.cc Status: Up-to-date Working revision: 1.2 Thu Sep 14 18:53:08 2000 Repository revision: 1.2 /cvsroot/wf-gdk/wfsource/source/game/explode.cc,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: gamestrm.cc Status: Up-to-date Working revision: 1.2 Thu Sep 14 18:53:14 2000 Repository revision: 1.2 /cvsroot/wf-gdk/wfsource/source/game/gamestrm.cc,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: gamestrm.hp Status: Up-to-date Working revision: 1.2 Thu Sep 14 18:53:14 2000 Repository revision: 1.2 /cvsroot/wf-gdk/wfsource/source/game/gamestrm.hp,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: generato.cc Status: Up-to-date Working revision: 1.2 Thu Sep 14 18:53:14 2000 Repository revision: 1.2 /cvsroot/wf-gdk/wfsource/source/game/generato.cc,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: global.hp Status: Up-to-date Working revision: 1.2 Thu Sep 14 18:53:18 2000 Repository revision: 1.2 /cvsroot/wf-gdk/wfsource/source/game/global.hp,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: gold.cc Status: Up-to-date Working revision: 1.2 Thu Sep 14 18:53:18 2000 Repository revision: 1.2 /cvsroot/wf-gdk/wfsource/source/game/gold.cc,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: inputai.cc Status: Up-to-date Working revision: 1.2 Thu Sep 14 18:53:40 2000 Repository revision: 1.2 /cvsroot/wf-gdk/wfsource/source/game/inputai.cc,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: inputdig.cc Status: Up-to-date Working revision: 1.2 Thu Sep 14 18:53:45 2000 Repository revision: 1.2 /cvsroot/wf-gdk/wfsource/source/game/inputdig.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.2 Thu Sep 14 18:54:44 2000 Repository revision: 1.2 /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.2 Thu Sep 14 18:54:51 2000 Repository revision: 1.2 /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.2 Thu Sep 14 18:54:58 2000 Repository revision: 1.2 /cvsroot/wf-gdk/wfsource/source/game/level.hpi,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: light.cc Status: Up-to-date Working revision: 1.2 Thu Sep 14 18:55:02 2000 Repository revision: 1.2 /cvsroot/wf-gdk/wfsource/source/game/light.cc,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: main.cc Status: Up-to-date Working revision: 1.2 Thu Sep 14 18:55:15 2000 Repository revision: 1.2 /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.2 Thu Sep 14 18:55:15 2000 Repository revision: 1.2 /cvsroot/wf-gdk/wfsource/source/game/matte.cc,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: missile.cc Status: Up-to-date Working revision: 1.2 Thu Sep 14 18:55:18 2000 Repository revision: 1.2 /cvsroot/wf-gdk/wfsource/source/game/missile.cc,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: movecam.cc Status: Up-to-date Working revision: 1.2 Thu Sep 14 18:56:16 2000 Repository revision: 1.2 /cvsroot/wf-gdk/wfsource/source/game/movecam.cc,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: movement.cc Status: Up-to-date Working revision: 1.2 Thu Sep 14 19:01:10 2000 Repository revision: 1.2 /cvsroot/wf-gdk/wfsource/source/game/movement.cc,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: movepath.cc Status: Up-to-date Working revision: 1.2 Thu Sep 14 19:01:10 2000 Repository revision: 1.2 /cvsroot/wf-gdk/wfsource/source/game/movepath.cc,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: msgport.cc Status: Up-to-date Working revision: 1.2 Thu Sep 14 19:01:15 2000 Repository revision: 1.2 /cvsroot/wf-gdk/wfsource/source/game/msgport.cc,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: msgport.hp Status: Up-to-date Working revision: 1.2 Thu Sep 14 19:01:15 2000 Repository revision: 1.2 /cvsroot/wf-gdk/wfsource/source/game/msgport.hp,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: path.cc Status: Up-to-date Working revision: 1.2 Thu Sep 14 19:01:22 2000 Repository revision: 1.2 /cvsroot/wf-gdk/wfsource/source/game/path.cc,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: player.cc Status: Up-to-date Working revision: 1.2 Thu Sep 14 19:01:28 2000 Repository revision: 1.2 /cvsroot/wf-gdk/wfsource/source/game/player.cc,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: rendacto.cc Status: Up-to-date Working revision: 1.2 Thu Sep 14 19:01:39 2000 Repository revision: 1.2 /cvsroot/wf-gdk/wfsource/source/game/rendacto.cc,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: rendcrow.cc Status: Up-to-date Working revision: 1.2 Thu Sep 14 19:01:49 2000 Repository revision: 1.2 /cvsroot/wf-gdk/wfsource/source/game/rendcrow.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.2 Thu Sep 14 19:02:08 2000 Repository revision: 1.2 /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.2 Thu Sep 14 19:02:08 2000 Repository revision: 1.2 /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.2 Thu Sep 14 19:02:13 2000 Repository revision: 1.2 /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.2 Thu Sep 14 19:02:20 2000 Repository revision: 1.2 /cvsroot/wf-gdk/wfsource/source/game/rooms.cc,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: shadow.cc Status: Up-to-date Working revision: 1.2 Thu Sep 14 19:02:25 2000 Repository revision: 1.2 /cvsroot/wf-gdk/wfsource/source/game/shadow.cc,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: shield.cc Status: Up-to-date Working revision: 1.2 Thu Sep 14 19:02:25 2000 Repository revision: 1.2 /cvsroot/wf-gdk/wfsource/source/game/shield.cc,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: spike.cc Status: Up-to-date Working revision: 1.2 Thu Sep 14 19:02:33 2000 Repository revision: 1.2 /cvsroot/wf-gdk/wfsource/source/game/spike.cc,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: statplat.cc Status: Up-to-date Working revision: 1.2 Thu Sep 14 19:02:33 2000 Repository revision: 1.2 /cvsroot/wf-gdk/wfsource/source/game/statplat.cc,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: tool.cc Status: Up-to-date Working revision: 1.2 Thu Sep 14 19:02:39 2000 Repository revision: 1.2 /cvsroot/wf-gdk/wfsource/source/game/tool.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.2 Thu Sep 14 19:02:45 2000 Repository revision: 1.2 /cvsroot/wf-gdk/wfsource/source/game/toolngun.cc,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: velgame.cc Status: Up-to-date Working revision: 1.2 Thu Sep 14 19:03:00 2000 Repository revision: 1.2 /cvsroot/wf-gdk/wfsource/source/game/velgame.cc,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: warp.cc Status: Up-to-date Working revision: 1.2 Thu Sep 14 19:03:00 2000 Repository revision: 1.2 /cvsroot/wf-gdk/wfsource/source/game/warp.cc,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) |
From: Kevin S. <kt...@us...> - 2001-01-29 23:24:42
|
Date: Monday January 29, 2001 @ 15:24 Author: kts Update of /cvsroot/wf-gdk/wfsource/source/game In directory usw-pr-cvs1:/tmp/cvs-serv32713 Modified Files: actor.cc Log Message: commented out unused input parameter to eliminate warning =================================================================== File: actor.cc Status: Up-to-date Working revision: 1.3 Mon Jan 29 23:24:38 2001 Repository revision: 1.3 /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...> - 2001-01-30 01:51:42
|
Date: Monday January 29, 2001 @ 17:51 Author: kts Update of /cvsroot/wf-gdk/wfsource/source/game In directory usw-pr-cvs1:/tmp/cvs-serv21203 Modified Files: assets.cc Log Message: now uses IFFTAG macro so that iff tags are no longer endian specific =================================================================== File: assets.cc Status: Up-to-date Working revision: 1.3 Tue Jan 30 01:51:38 2001 Repository revision: 1.3 /cvsroot/wf-gdk/wfsource/source/game/assets.cc,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) |
From: Kevin S. <kt...@us...> - 2001-01-30 01:57:34
|
Date: Monday January 29, 2001 @ 17:57 Author: kts Update of /cvsroot/wf-gdk/wfsource/source/game In directory usw-pr-cvs1:/tmp/cvs-serv22313 Modified Files: level.cc Log Message: now uses IFFTAG macro so that iff tags are no longer endian specific =================================================================== File: level.cc Status: Up-to-date Working revision: 1.3 Tue Jan 30 01:57:29 2001 Repository revision: 1.3 /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...> - 2001-01-30 01:58:53
|
Date: Monday January 29, 2001 @ 17:58 Author: kts Update of /cvsroot/wf-gdk/wfsource/source/game In directory usw-pr-cvs1:/tmp/cvs-serv22380 Modified Files: assets.hpi Log Message: now uses IFFTAG macro so that iff tags are no longer endian specific =================================================================== File: assets.hpi Status: Up-to-date Working revision: 1.2 Tue Jan 30 01:58:49 2001 Repository revision: 1.2 /cvsroot/wf-gdk/wfsource/source/game/assets.hpi,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) |
From: Kevin S. <kt...@us...> - 2001-01-30 02:03:23
|
Date: Monday January 29, 2001 @ 18:03 Author: kts Update of /cvsroot/wf-gdk/wfsource/source/game In directory usw-pr-cvs1:/tmp/cvs-serv22922 Modified Files: assslot.cc Log Message: now uses IFFTAG macro so that iff tags are no longer endian specific =================================================================== File: assslot.cc Status: Up-to-date Working revision: 1.3 Tue Jan 30 02:03:19 2001 Repository revision: 1.3 /cvsroot/wf-gdk/wfsource/source/game/assslot.cc,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) |
From: Kevin S. <kt...@us...> - 2001-01-30 02:07:03
|
Date: Monday January 29, 2001 @ 18:06 Author: kts Update of /cvsroot/wf-gdk/wfsource/source/game In directory usw-pr-cvs1:/tmp/cvs-serv23709 Modified Files: velgame.cc Log Message: now uses IFFTAG macro so that iff tags are no longer endian specific =================================================================== File: velgame.cc Status: Up-to-date Working revision: 1.3 Tue Jan 30 02:06:58 2001 Repository revision: 1.3 /cvsroot/wf-gdk/wfsource/source/game/velgame.cc,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) |
From: Kevin S. <kt...@us...> - 2001-01-30 02:08:46
|
Date: Monday January 29, 2001 @ 18:08 Author: kts Update of /cvsroot/wf-gdk/wfsource/source/game In directory usw-pr-cvs1:/tmp/cvs-serv24132 Modified Files: shadow.cc Log Message: wrapped assigned in an if statment in parens so that gcc won't bitch about it =================================================================== File: shadow.cc Status: Up-to-date Working revision: 1.3 Tue Jan 30 02:08:42 2001 Repository revision: 1.3 /cvsroot/wf-gdk/wfsource/source/game/shadow.cc,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) |
From: Kevin S. <kt...@us...> - 2001-01-30 02:10:39
|
Date: Monday January 29, 2001 @ 18:10 Author: kts Update of /cvsroot/wf-gdk/wfsource/source/game In directory usw-pr-cvs1:/tmp/cvs-serv24468 Modified Files: rendcrow.cc Log Message: now uses IFFTAG macro so that iff tags are no longer endian specific, filled out crowEmptyTexture definition =================================================================== File: rendcrow.cc Status: Up-to-date Working revision: 1.3 Tue Jan 30 02:10:35 2001 Repository revision: 1.3 /cvsroot/wf-gdk/wfsource/source/game/rendcrow.cc,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) |
From: Kevin S. <kt...@us...> - 2001-01-30 02:34:18
|
Date: Monday January 29, 2001 @ 18:34 Author: kts Update of /cvsroot/wf-gdk/wfsource/source/game In directory usw-pr-cvs1:/tmp/cvs-serv27527 Modified Files: rendacto.cc Log Message: commented out unused input parameters to eliminate warnings =================================================================== File: rendacto.cc Status: Up-to-date Working revision: 1.3 Tue Jan 30 02:34:14 2001 Repository revision: 1.3 /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...> - 2001-01-30 02:35:55
|
Date: Monday January 29, 2001 @ 18:35 Author: kts Update of /cvsroot/wf-gdk/wfsource/source/game In directory usw-pr-cvs1:/tmp/cvs-serv27921 Modified Files: movecam.cc Log Message: commented out unused input parameters to eliminate warnings, removed unused variable =================================================================== File: movecam.cc Status: Up-to-date Working revision: 1.3 Tue Jan 30 02:35:51 2001 Repository revision: 1.3 /cvsroot/wf-gdk/wfsource/source/game/movecam.cc,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) |
From: Kevin S. <kt...@us...> - 2001-01-31 17:31:53
|
Date: Wednesday January 31, 2001 @ 9:31 Author: kts Update of /cvsroot/wf-gdk/wfsource/source/game In directory usw-pr-cvs1:/tmp/cvs-serv6713 Modified Files: rendacto.hp Log Message: commented out unused variables =================================================================== File: rendacto.hp Status: Up-to-date Working revision: 1.2 Wed Jan 31 17:31:53 2001 Repository revision: 1.2 /cvsroot/wf-gdk/wfsource/source/game/rendacto.hp,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) |
From: Kevin S. <kt...@us...> - 2001-01-31 17:33:07
|
Date: Wednesday January 31, 2001 @ 9:33 Author: kts Update of /cvsroot/wf-gdk/wfsource/source/game In directory usw-pr-cvs1:/tmp/cvs-serv6933 Modified Files: rendacto.cc Log Message: commented out unused variables =================================================================== File: rendacto.cc Status: Up-to-date Working revision: 1.4 Wed Jan 31 17:32:57 2001 Repository revision: 1.4 /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...> - 2001-02-23 07:59:55
|
Date: Friday February 23, 2001 @ 0:01 Author: kts Update of /cvsroot/wf-gdk/wfsource/source/game In directory usw-pr-cvs1:/tmp/cvs-serv25279 Modified Files: main.cc Log Message: changed nStartingLevel to default to -1 (so can diferentiate an override) =================================================================== File: main.cc Status: Up-to-date Working revision: 1.3 Fri Feb 23 08:01:01 2001 Repository revision: 1.3 /cvsroot/wf-gdk/wfsource/source/game/main.cc,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) |
From: Kevin S. <kt...@us...> - 2001-02-23 08:01:19
|
Date: Friday February 23, 2001 @ 0:02 Author: kts Update of /cvsroot/wf-gdk/wfsource/source/game In directory usw-pr-cvs1:/tmp/cvs-serv25409 Modified Files: velgame.hp Log Message: added _overrideLevelNum so that level can be overridden from the command line =================================================================== File: velgame.hp Status: Up-to-date Working revision: 1.2 Fri Feb 23 08:02:25 2001 Repository revision: 1.2 /cvsroot/wf-gdk/wfsource/source/game/velgame.hp,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) |
From: Kevin S. <kt...@us...> - 2001-02-23 08:02:17
|
Date: Friday February 23, 2001 @ 0:03 Author: kts Update of /cvsroot/wf-gdk/wfsource/source/game In directory usw-pr-cvs1:/tmp/cvs-serv25501 Modified Files: velgame.cc Log Message: added _overrideLevelNum so that level can be overridden from the command line =================================================================== File: velgame.cc Status: Up-to-date Working revision: 1.4 Fri Feb 23 08:03:23 2001 Repository revision: 1.4 /cvsroot/wf-gdk/wfsource/source/game/velgame.cc,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) |
From: Kevin S. <kt...@us...> - 2001-02-24 06:04:14
|
Date: Friday February 23, 2001 @ 22:05 Author: kts Update of /cvsroot/wf-gdk/wfsource/source/game In directory usw-pr-cvs1:/tmp/cvs-serv19657 Modified Files: GNUmakefile Log Message: added code to generate mailbox.def =================================================================== File: GNUmakefile Status: Up-to-date Working revision: 1.4 Sat Feb 24 06:05:23 2001 Repository revision: 1.4 /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...> - 2001-03-05 02:49:06
|
Date: Sunday March 4, 2001 @ 18:50 Author: kts Update of /cvsroot/wf-gdk/wfsource/source/game In directory usw-pr-cvs1:/tmp/cvs-serv20112 Added Files: scriptinterpreter.cc scriptinterpreter.hp scriptinterpreter_perl.cc scriptinterpreter_perl.hp Log Message: first added classes for generalizing scripting language interface =================================================================== File: scriptinterpreter.cc Status: Up-to-date Working revision: 1.1 Mon Mar 5 02:50:38 2001 Repository revision: 1.1 /cvsroot/wf-gdk/wfsource/source/game/scriptinterpreter.cc,v Existing Tags: No Tags Exist =================================================================== File: scriptinterpreter.hp Status: Up-to-date Working revision: 1.1 Mon Mar 5 02:50:38 2001 Repository revision: 1.1 /cvsroot/wf-gdk/wfsource/source/game/scriptinterpreter.hp,v Existing Tags: No Tags Exist =================================================================== File: scriptinterpreter_perl.cc Status: Up-to-date Working revision: 1.1 Mon Mar 5 02:50:38 2001 Repository revision: 1.1 /cvsroot/wf-gdk/wfsource/source/game/scriptinterpreter_perl.cc,v Existing Tags: No Tags Exist =================================================================== File: scriptinterpreter_perl.hp Status: Up-to-date Working revision: 1.1 Mon Mar 5 02:50:38 2001 Repository revision: 1.1 /cvsroot/wf-gdk/wfsource/source/game/scriptinterpreter_perl.hp,v Existing Tags: No Tags Exist |
From: Kevin S. <kt...@us...> - 2001-03-05 02:49:56
|
Date: Sunday March 4, 2001 @ 18:51 Author: kts Update of /cvsroot/wf-gdk/wfsource/source/game In directory usw-pr-cvs1:/tmp/cvs-serv20718 Modified Files: GNUmakefile Log Message: updated to support tcl and perl scripting languages =================================================================== File: GNUmakefile Status: Up-to-date Working revision: 1.5 Mon Mar 5 02:51:31 2001 Repository revision: 1.5 /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...> - 2001-03-05 03:00:08
|
Date: Sunday March 4, 2001 @ 19:01 Author: kts Update of /cvsroot/wf-gdk/wfsource/source/game In directory usw-pr-cvs1:/tmp/cvs-serv27306 Modified Files: actor.cc actor.hp airun.h global.hp inputai.cc inputai.hp level.cc level.hp main.cc version.cc Log Message: update from Bill integrating tcl and perl as scripting languages (pretty cool) =================================================================== File: actor.cc Status: Up-to-date Working revision: 1.4 Mon Mar 5 03:01:27 2001 Repository revision: 1.4 /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.3 Mon Mar 5 03:01:29 2001 Repository revision: 1.3 /cvsroot/wf-gdk/wfsource/source/game/actor.hp,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: airun.h Status: Up-to-date Working revision: 1.2 Mon Mar 5 03:01:29 2001 Repository revision: 1.2 /cvsroot/wf-gdk/wfsource/source/game/airun.h,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: global.hp Status: Up-to-date Working revision: 1.3 Mon Mar 5 03:01:31 2001 Repository revision: 1.3 /cvsroot/wf-gdk/wfsource/source/game/global.hp,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: inputai.cc Status: Up-to-date Working revision: 1.3 Mon Mar 5 03:01:33 2001 Repository revision: 1.3 /cvsroot/wf-gdk/wfsource/source/game/inputai.cc,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: inputai.hp Status: Up-to-date Working revision: 1.2 Mon Mar 5 03:01:33 2001 Repository revision: 1.2 /cvsroot/wf-gdk/wfsource/source/game/inputai.hp,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: level.cc Status: Up-to-date Working revision: 1.4 Mon Mar 5 03:01:40 2001 Repository revision: 1.4 /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.3 Mon Mar 5 03:01:42 2001 Repository revision: 1.3 /cvsroot/wf-gdk/wfsource/source/game/level.hp,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: main.cc Status: Up-to-date Working revision: 1.4 Mon Mar 5 03:01:43 2001 Repository revision: 1.4 /cvsroot/wf-gdk/wfsource/source/game/main.cc,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) =================================================================== File: version.cc Status: Up-to-date Working revision: 1.2 Mon Mar 5 03:01:43 2001 Repository revision: 1.2 /cvsroot/wf-gdk/wfsource/source/game/version.cc,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) |
From: Kevin S. <kt...@us...> - 2001-03-08 03:09:03
|
Date: Wednesday March 7, 2001 @ 19:10 Author: kts Update of /cvsroot/wf-gdk/wfsource/source/game In directory usw-pr-cvs1:/tmp/cvs-serv30635 Modified Files: scriptinterpreter.hp Log Message: removed define PERL (now happens in makefile) =================================================================== File: scriptinterpreter.hp Status: Up-to-date Working revision: 1.2 Thu Mar 8 03:10:45 2001 Repository revision: 1.2 /cvsroot/wf-gdk/wfsource/source/game/scriptinterpreter.hp,v Existing Tags: No Tags Exist |
From: Kevin S. <kt...@us...> - 2001-03-08 03:13:18
|
Date: Wednesday March 7, 2001 @ 19:15 Author: kts Update of /cvsroot/wf-gdk/wfsource/source/game In directory usw-pr-cvs1:/tmp/cvs-serv31306 Modified Files: ai_tab.h Log Message: prepended AI_ to all defines (so that the set the engine uses can be different from the set generated by flex) =================================================================== File: ai_tab.h Status: Up-to-date Working revision: 1.2 Thu Mar 8 03:15:01 2001 Repository revision: 1.2 /cvsroot/wf-gdk/wfsource/source/game/ai_tab.h,v Existing Tags: start (revision: 1.1.1.1) WorldFoundry (branch: 1.1.1) |