mirror of
https://github.com/tbamud/tbamud.git
synced 2025-09-21 21:40:49 +02:00
tbaMUD is the continued development of the codebase formerly known as CircleMUD.
http://tbamud.com/
![]() continued the loop, not returned since it isn't likely to be the end of the wld file. Added the ability to specify multiple files on the command line. This will load all files passed before processing into html files. This is to fix the 'missing exits' from the output html files. The prior version only worked on a single zone or wld file and generated incomplete output. The record count was moved global to enable proper tracking of the entire world. The index_boot function was modified to scan the files first, get a record count, then start over and load the room records. example usage: wld2html *.wld This command will generate the entire world as one html file per room. Fixed room number roll over. The original was using a short int which is a 16bit int and rolls at 32k. Fixed an issue where the html files would get negative names due to integer rollover. It had something to do with sprintf an int using %d, but only if you passed that to fopen. Casting the int (room number) to a long before using sprintf with %ld fixed the issue. Added the missing four directions from the dir_names array and defines. Co-authored-by: Dan Danese <biouxtia@danese.us> |
||
---|---|---|
.github/workflows | ||
bin | ||
build | ||
cnf | ||
doc | ||
lib | ||
log | ||
src | ||
.gitignore | ||
autorun | ||
autorun.amiga | ||
autorun.cmd | ||
autorun.pl | ||
autorun.sh | ||
changelog | ||
configure | ||
LICENSE.md | ||
macrun.pl | ||
README.md | ||
vms_autorun.com |
Files for tbaMUD.