Menu

Tools Commit Log


Commit Date  
[r912] by SumolX

atchain must have a default for every model!!!!! Otherwise exceptions will occur for having invalid data in array!

2007-06-01 19:49:46 Tree
[r911] by SumolX

All old commands are now restored!.... what a shame but necessary....:(

2007-05-31 19:41:51 Tree
[r910] by SumolX

Star on ground or platform now operate the same way...... when falldie and/or nodieblink are set.

2007-05-30 17:08:15 Tree
[r909] by utunnels

Fix a wall-checking bug when grab. (!wall should be wall<0 since wall index is zero-based)

2007-05-30 14:27:53 Tree
[r908] by utunnels

Fix new credit bugs when a player falls into a pit.

2007-05-30 14:18:58 Tree
[r907] by SumolX

stars can now be killed in 3 ways

1 - default is go past the boundries if(self->x<advancex-80 || self->x>advancex+(hRes1+80) || self->base<=0)
2 - disappear with nodieblink 2
3 - play death animation falldie 2 + nodieblink 2

2007-05-30 01:26:25 Tree
[r906] by SumolX

stars can now be killed in 3 ways

1 - default is go past the boundries if(self->x<advancex-80 || self->x>advancex+(hRes1+80) || self->base<=0)
2 - disappear with nodieblink 2
3 - play death animation falldie 2 + nodieblink 2

2007-05-30 01:19:22 Tree
[r905] by SumolX

Version Update v2.0905

2007-05-29 20:18:03 Tree
[r904] by SumolX

Missed a check for Versus Damage Fix.

Moved the following to openborscript.c
-extern s_savedata savedata;
-extern s_savelevel savelevel[MAX_DIFFICULTIES];
-extern s_savescore savescore;

2007-05-29 20:17:08 Tree
[r903] by SumolX

Versus Damage Fixed
-extern s_savedata savedata;
-extern s_savelevel savelevel[MAX_DIFFICULTIES];
-extern s_savescore savescore;

2007-05-29 19:28:14 Tree
Older >