Menu

Tools Commit Log


Commit Date  
[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
[r3177] by anallyst

oops, forgot to lowercase user supplied command.

2011-03-10 15:47:35 Tree
[r3176] by anallyst

split some lines.

2011-03-10 14:58:06 Tree
[r3175] by plombo

Revamped borplay's build system to match those of borpak, openwav2bor, and openbor2wav.

2011-03-10 06:50:06 Tree
[r3174] by plombo

Added new tools: OpenWav2Bor and OpenBor2Wav.

OpenWav2Bor 1.1 is a cross-platform replacement for Wav2Bor 1.1.
OpenBor2Wav 1.1 converts BOR music files to WAV. The WAV can then be converted to other formats.

2011-03-10 06:16:53 Tree
Older >
MongoDB Logo MongoDB