Menu

Tools Commit Log


Commit Date  
[r3189] by anallyst

free all mem when using the old solidify method

2011-03-11 16:21:55 Tree
[r3188] by anallyst

enhanced unittest, renamed internal list for indexes

2011-03-11 16:00:14 Tree
[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
Older >
MongoDB Logo MongoDB