Menu

Tools Commit Log


Commit Date  
[r923] by SumolX

equalairpause

2007-06-07 14:46:18 Tree
[r922] by SumolX

replace noairhitpause with nomultiairhitpause

2007-06-07 14:39:26 Tree
[r921] by SumolX

replaced equalairpause to noairhitpause

2007-06-06 17:33:21 Tree
[r920] by kbandressen

added equalpausetime feature, allowing for both original air pausetime behavior and equal pausetime for players and enemies

2007-06-06 05:19:49 Tree
[r919] by SumolX

DC port filecaching and loading issues resolved.

2007-06-06 01:59:28 Tree
[r918] by SumolX

bash added and make script updated.

2007-06-05 21:36:13 Tree
[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
Older >