Commit Log (Page 4 of 6)

back to main page

Pages: « Previous 1 2 3 4 5 6 Next »

Summary Period: 2003-10-17 to 2003-10-06 (Commits 56-105 of 255)

dlex 2003-10-17 19:10

A little code cleanup. Nothing drastic.

1 lines of code changed in:

dlex 2003-10-17 18:53

A little code cleanup. Nothing drastic.

2 lines of code changed in:

pwg 2003-10-16 20:06

changed DeathScreen drawSelf, removed death part from Hud.
change virus drawing to a sphere.

142 lines of code changed in:

lassiter 2003-10-16 19:46

updated collision detection for virus/white cell
now accounts for a virus being a sphere

85 lines of code changed in:

dlex 2003-10-16 19:11

Added static texture to project.

1 lines of code changed in:

dlex 2003-10-16 19:09

Added a really crappy FPS counter.... just to give us a rough idea of performance.

1 lines of code changed in:

pwg 2003-10-16 18:37

added Menu and DeathScreen renderer classes.
removed virus drawing code

69 lines of code changed in:

dlex 2003-10-16 18:23

Smoothed the mouse more again

1 lines of code changed in:

pwg 2003-10-16 11:15

Changed rendering call structure to allow multiple renderers like menu, game, cutscene, etc.(PHRenderer).
For some reason Project Builder told me to "ranlib" the fmod library, hope it didn't screw it up :)

130 lines of code changed in:

pwg 2003-10-15 04:51

fixed collision with virus accuracy
updated virus appearance

29 lines of code changed in:

rmurph 2003-10-15 04:40

Changed the game ending...still need to work on key bindings

49 lines of code changed in:

lassiter 2003-10-15 04:32

added Virus Collision Detection / sounds

334 lines of code changed in:

rmurph 2003-10-15 02:19

Added Static noise, which increases with damage
Restarting a game resets timer (player and objects don't reset though)

64 lines of code changed in:

pwg 2003-10-15 01:50

added "visible" attribute to RigidBody.
WhiteCell becomes invisible when picked up.
changed virus appearance.

92 lines of code changed in:

lassiter 2003-10-15 01:19

added White Cell Collision Detection

100 lines of code changed in:

pwg 2003-10-15 00:03

added getParameterPose to Track, to enable virus movement and maybe depth sorting later.
added update method to WhiteCell.
added update method and drawing code to virus.
corrected when timer displays "game over" (it was wrong by one second)

134 lines of code changed in:

rmurph 2003-10-14 21:51

Continuous Heartbeat Loop sound effect

8 lines of code changed in:

rmurph 2003-10-14 21:20

Add one more wav File

1 lines of code changed in:

rmurph 2003-10-14 19:00

Added sound effects to several events

66 lines of code changed in:

rmurph 2003-10-14 14:43

Added a time limit plug at the start of the track file

15 lines of code changed in:

pwg 2003-10-13 19:21

changed graininess and added death static screen (press d a few times)\nadded physics stepSimulation2 becuase stepSimulation was way too slow on my computer\nadded green flash when damaged\nadded PHVirus class, not operational\nadded empty parameterization method in PHTrack\nchanged blending in PHWhiteCell

217 lines of code changed in:

pwg 2003-10-12 17:04

added static overlay and death effect\nadded good and bad colors to white cell\nadded damage attribute to player

143 lines of code changed in:

pwg 2003-10-11 14:26

new white blood cell effect, final version should not be perfectly spherical

61 lines of code changed in:

dlex 2003-10-11 03:11

Player objects should no longer register themselves with the physics manager... I don't think its going to be necessary, since the main player can always be accessed through g_Game.getMainPlayer().

3 lines of code changed in:

pwg 2003-10-11 01:56

added circular damage indicator, press d to cycle damage\nchanged tube lighting again

69 lines of code changed in:

dlex 2003-10-10 13:34

Faster physics code. Less searching through the colliders array is now done, which should speed things up a lot when we get more objects in the game.

35 lines of code changed in:

dlex 2003-10-10 13:14

Working towards speeding up and cleaning up the Physics code a little. Also, working on sphere-sphere collisions.

79 lines of code changed in:

dlex 2003-10-10 13:13

Drawing the timer on top of the "halo".... Lets think of the halo as a vignetting of the camera, not as a "TV" effect... Its still important for most of the game information to be visible on top of it.....

1 lines of code changed in:

dlex 2003-10-10 00:24

Now drawing the tubes themselves back-to-front...

2 lines of code changed in:

dlex 2003-10-10 00:23

Changed background color to be more crazy red...

4 lines of code changed in:

dlex 2003-10-09 21:20

I like linear lighting better. Perhaps we can discuss this as a group next time. But, the linear lighting model lets us actually know what's going on in front of us more than a few units.

2 lines of code changed in:

pwg 2003-10-09 20:22

added halo
bound 'h' to enable white cell halo

44 lines of code changed in:

dlex 2003-10-09 18:16

Removed PHHud.cpp and PHHud.h from the root directory of the cvs tree... they should have been placed into the src directory.

0 lines of code changed in:

pwg 2003-10-09 15:32

moved hud files into src

66 lines of code changed in:

pwg 2003-10-09 13:19

changed lighting parameters

26 lines of code changed in:

dlex 2003-10-09 02:49

Nothing to see here.

2 lines of code changed in:

dlex 2003-10-09 02:48

Fixed the tube texturing issue, hopefully for the last time. Tubes now have access to the next tube, by way of the track, which (in the future) can be used to make sure that the tubes align perfectly and we don't get those tiny gaps anymore between tubes.

69 lines of code changed in:

dlex 2003-10-09 02:13

Some work on making the texture line up at the connecting circles of the tubes.... It *used* to work :-)

Maybe the values are getting off slightly over time, which could be corrected later when I write the code that better links the tubes together.

4 lines of code changed in:

dlex 2003-10-09 01:57

Funky pulsating white blood cells...

73 lines of code changed in:

dlex 2003-10-09 01:56

Made the middle button accelerate to the side, which is far more useful than a brake for testing.

1 lines of code changed in:

pwg 2003-10-08 18:17

small change in Hud to load a texture

14 lines of code changed in:

dlex 2003-10-08 18:05

Added splat texture to Texture manager.

12 lines of code changed in:

dlex 2003-10-08 18:03

This is *not*, I repeat *NOT* the way that the white blood cells will look ;-)

41 lines of code changed in:

pwg 2003-10-08 17:10

changed lighting model
changed texture scale and blend
added Hud class
changed player radius

41 lines of code changed in:

pwg 2003-10-08 16:01

added white texture

19 lines of code changed in:

dlex 2003-10-08 15:44

Added a white blood cell class.

74 lines of code changed in:

dlex 2003-10-07 14:59

Textures are now offset properly, so that they flow from one tube to the next without a jump in texture coords.

25 lines of code changed in:

dlex 2003-10-06 18:23

Back to smaller poly count. I keep changing this back and forth and need to stop committing it.

2 lines of code changed in:

dlex 2003-10-06 18:23

More tweaks of the speed, etc, for the wider track. I still want you to feel like you're going *fast* :-)

2 lines of code changed in:

dlex 2003-10-06 15:40

I made some changes to the way the tubes look. I'm just playing around, getting an idea for what kind of graphics we might be looking for.

15 lines of code changed in:

Pages: « Previous 1 2 3 4 5 6 Next »

Generated by StatCVS 0.2.2