Menu

Tools Commit Log


Commit Date  
[r3187] by anallyst

fixed the bug in the script interpreter as reported by volcanic. the culprit was actually list_solidify. plombo is innocent.

2011-03-11 14:11:48 Tree
[r3186] by anallyst

added a cache list for filenames. this should make .PAK access as fast as native filesystem access

2011-03-11 00:09:32 Tree
[r3185] by anallyst

be more friendly on unknown commands, this way also games which use newer features may still work at least partially

2011-03-10 22:44:35 Tree
[r3184] by anallyst

removed code dup

2011-03-10 21:23:53 Tree
[r3183] by anallyst

improved load_level_order with the usual commandlist replacement.

2011-03-10 19:42:43 Tree
[r3182] by anallyst

added enum for levelorders, using the following commands

cat levelorder.txt | perl -ne 'if (/stricmp\(command\, \"([\w_]+)\"/)
{$x = $1; print "CMD_LEVELORDER_" . uc($x) . ",\n"}' >
cmd_levelorder.txt

cat levelorder.txt | perl -ne 'if (/stricmp\(command\, \"([\w_]+)\"/)
{$x = $1; print "LIST_ADD(CMD_LEVELORDER_" . uc($x) . ", \"" . $x
."\");\n"}' > cmd_levelorder_add.txt

2011-03-10 19:12:16 Tree
[r3181] by anallyst

fixed indentations in all C source code

2011-03-10 18:38:58 Tree
[r3180] by anallyst

added the script since it is displayed wrong in the svn commit message.

2011-03-10 18:27:01 Tree
[r3179] by anallyst

ran the following script on openbor.c to fix indentations:
cat openbor.c | perl -pe 'if((@x = /^(?: )+/g)) { s|^( )+|"\t" x
(length($x[0]) / 4)|eg; }' >> openbor.c2; mv openbor.c2 openbor.c

2011-03-10 18:15:46 Tree
[r3178] by anallyst

removed some code duplication and made all commandlist lookups case insensitive

2011-03-10 16:36:49 Tree
Older >
MongoDB Logo MongoDB