- Nov 24, 1999
-
-
Chris Fry authored
Flood protection script commands: quit sleep Other such stuff I can't remember... Fry
-
- Nov 23, 1999
-
-
Chris Fry authored
script command 'room' now returns a comparison match true, if it changes rooms false, if it cant find it (only applies to hidden mud rooms) Fry
-
Chris Fry authored
Ok, changed FORCE_CHANNEL, so 'user room' bug now fixed Fry
-
Chris Fry authored
Fixed the 'user room <user>' bug, where it only recognised the first 3 numbers (not updated fropm 255 to 65535) Fry
-
Chris Fry authored
For those that find the MUD extensions irritating, there is now a 'mudmode' talker command that enables/disables it. So far this turns on and off the following things: Commands: look exits verbose Directions using '.room' Stops room blocking and stuff.. (soundproofing still works though) Old and new talker 'who' list. Off shows the original MUD prompt / Room Numbers Thats it for now, will stick a couple more things in later Fry
-
- Nov 22, 1999
-
-
Justin Mitchell authored
-
Chris Fry authored
now have to bind functions for them to be visible in .mwrc (or included files), use: bind <name> <function>. will redefine the function if already exists, so can change it, then 'load' the function Fry
-
Justin Mitchell authored
-
- Nov 19, 1999
-
-
Chris Fry authored
Can now summon multiple users into rooms: .summon <room> <user> [<user>...] Fry
-
- Nov 12, 1999
- Nov 11, 1999
-
-
Chris Fry authored
I kinda decided that '!user room <user>' should always be able to move people between rooms - even hidden ones. Kinda an 'su' cheat Fry
-
- Nov 10, 1999
-
-
Justin Mitchell authored
i.e. running mw -quiet does not announce you arriving or leaving either the board, or the talker.
-
Chris Fry authored
God damn it.. I really ought to remember to change bb.h back to the proper path Fry
-
Chris Fry authored
Ok.. soundproofing now works... Fry
-
Chris Fry authored
Oops.. I've put the proper path back in Fry
-
Chris Fry authored
Updated 'room' changes so that it doesn't change to hidden rooms Who lists now fixed... Fry
-
Justin Mitchell authored
-
Justin Mitchell authored
-
Justin Mitchell authored
Added a new who list in talker mode.
-
- Nov 09, 1999
-
-
Justin Mitchell authored
and also reinserted the dump_you_back_on_0_when_you_login_unless_frozen line.
-
Justin Mitchell authored
chatmode flags. Need to run user.db conversion tool before running.
-
Chris Fry authored
Hidden rooms cannot now be accessed unless 'MUD'ed too .room and .summon affected Fry
-
Chris Fry authored
Prompt now for verbose mode Fry
-
Chris Fry authored
Now a user in a 'hidden' room can't find out where they are by '.who' Next... global... Fry
-
Chris Fry authored
Opps... re-remarked that 'who_list' bit when you need to find the users in a room. Somehow got included. Fry
-
Chris Fry authored
Ok.. fixed the 'nameless void' bug if a room is directed to, and doesn't have a description. Other small fixes Fry
-
Justin Mitchell authored
-
Chris Fry authored
Bug fixed. with MUD extension stuff.. Fry
-
Justin Mitchell authored
which meant if you opened and empty file you got stuck in an infinite loop. e.g. a directory instead of file. changed the if fgets==NULL to break instead of continue;
-
- Nov 08, 1999
-
-
Chris Fry authored
Now new colour modes for 'look' and MUD messages. Examples in colour '2' and 'guide'. Links fully working now. Fry
-
Chris Fry authored
Ok.. can now specify 'hidden' rooms, where the room numbers dont appear Also, can now use 'links' between places. Oh, and .verbose now allows auto 'looking' at a new room Fry
-
- Nov 05, 1999
-
-
Chris Fry authored
My *apparently* broken code - now auto .looks when you change room using the directional movements Fry
-
Chris Fry authored
.look now says if there are no exits, and shows you the other users in the room Fry
-
Justin Mitchell authored
-
Justin Mitchell authored
-
Justin Mitchell authored
-
Justin Mitchell authored
-
- Nov 02, 1999
-
-
Chris Fry authored
now detects terminal width, and line wraps to that, not 80 chars Fry
-
- Nov 01, 1999
-
-
Chris Fry authored
Updated the t_whisper string concatenation thingy, so its more efficient than my original change Fry
-