Menu

Tools Commit Log


Commit Date  
[r917] by SumolX

v2.0917
Dreamcast port to KOS complete. Now uses built in libs for reading disks and my custom filecaching.

2007-06-05 05:16:06 Tree
[r916] by SumolX

Blockodds should be disabled by default.

2007-06-02 04:11:08 Tree
[r915] by SumolX

Last chainlength fix.

2007-06-02 03:10:35 Tree
[r914] by SumolX

// Default Attack1 in chain must be referenced if not used.
for(i=0; i<MAX_ATCHAIN; i++) newchar->atchain[i] = 1;
newchar->chainlength = 1;

else if(stricmp(value, "player")==0){
newchar->type = TYPE_PLAYER;
newchar->nopassiveblock = 1;
for(i=0; i<MAX_ATCHAIN; i++)
{
if(i < 2 || i > 3) newchar->atchain[i] = 1;
else newchar->atchain[i] = i;
}
newchar->chainlength = 4;
}

2007-06-01 21:06:00 Tree
[r913] by SumolX

Version updated to match svn v2.0913

2007-06-01 19:51:01 Tree
[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
Older >