Menu

Tools Commit Log


Commit Date  
[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
[r3173] by sumolx

Fixed execution of calling borpak's build.sh via build.sh from engine's auto build script

2011-03-10 02:59:31 Tree
[r3172] by anallyst

fixed indentations

2011-03-10 00:32:21 Tree
[r3171] by anallyst

continue parsing on unknown command, since commentary are treated as such

2011-03-09 23:26:34 Tree
[r3170] by anallyst

removed duplicated code, property of UTunnels (TM)

2011-03-09 22:44:22 Tree
Older >
MongoDB Logo MongoDB