Skip to content
Snippets Groups Projects
  1. Nov 24, 1999
    • Chris Fry's avatar
      · 9b76df3f
      Chris Fry authored
      Flood protection
      script commands: quit
                       sleep
      
      Other such stuff I can't remember...
      
      Fry
      9b76df3f
  2. Nov 23, 1999
    • Chris Fry's avatar
      · 67dcc7da
      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
      67dcc7da
    • Chris Fry's avatar
      · 2c99c85a
      Chris Fry authored
      Ok, changed FORCE_CHANNEL, so 'user room' bug now fixed
      
      Fry
      2c99c85a
    • Chris Fry's avatar
      · 7e4cad57
      Chris Fry authored
      Fixed the 'user room <user>' bug, where it only recognised the first 3
      numbers (not updated fropm 255 to 65535)
      
      Fry
      7e4cad57
    • Chris Fry's avatar
      · d1cf06e6
      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
      d1cf06e6
  3. Nov 22, 1999
  4. Nov 19, 1999
    • Chris Fry's avatar
      · c9390b44
      Chris Fry authored
      Can now summon multiple users into rooms:
      
      .summon <room> <user> [<user>...]
      
      Fry
      c9390b44
  5. Nov 12, 1999
    • Chris Fry's avatar
      · 89afaee1
      Chris Fry authored
      Ok.. talk rights are now set properly, so that talker commands can be
      executed from autoexec, even if you need privs for them (eg, raw, gag using
      EXEC command)
      
      Fry
      89afaee1
    • Chris Fry's avatar
      · 503121cf
      Chris Fry authored
      Have added 'RAND' as a script instruction
      
      Usage: rand <var> <min> <max>
      
      Fry
      503121cf
  6. Nov 11, 1999
    • Chris Fry's avatar
      · 8f016ab8
      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
      8f016ab8
  7. Nov 10, 1999
  8. Nov 09, 1999
    • Justin Mitchell's avatar
      Oops, missed a typecast on the room size. fixed. · d870cb1d
      Justin Mitchell authored
      and also reinserted the dump_you_back_on_0_when_you_login_unless_frozen
      line.
      d870cb1d
    • Justin Mitchell's avatar
      Rearrange of struct person, to add bigger room numbers and more · d2622536
      Justin Mitchell authored
      chatmode flags.
      
      Need to run user.db conversion tool before running.
      d2622536
    • Chris Fry's avatar
      · 130348b0
      Chris Fry authored
      Hidden rooms cannot now be accessed unless 'MUD'ed too
      
      .room and .summon affected
      
      Fry
      130348b0
    • Chris Fry's avatar
      · dfa132dd
      Chris Fry authored
      Prompt now for verbose mode
      
      Fry
      dfa132dd
    • Chris Fry's avatar
      · 03e98de7
      Chris Fry authored
      Now a user in a 'hidden' room can't find out where they are by '.who'
      Next... global...
      
      Fry
      03e98de7
    • Chris Fry's avatar
      · d1159529
      Chris Fry authored
      Opps... re-remarked that 'who_list' bit when you need to find the users in a
      room. Somehow got included.
      
      Fry
      d1159529
    • Chris Fry's avatar
      · 4090a4de
      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
      4090a4de
    • Justin Mitchell's avatar
      tweak tweak · cd230782
      Justin Mitchell authored
      cd230782
    • Chris Fry's avatar
      · 37730419
      Chris Fry authored
      Bug fixed. with MUD extension stuff..
      
      Fry
      37730419
    • Justin Mitchell's avatar
      Slight mistake on the Load function routine, · 633dfb46
      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;
      633dfb46
  9. Nov 08, 1999
    • Chris Fry's avatar
      · 238baa34
      Chris Fry authored
      Now new colour modes for 'look' and MUD messages. Examples in colour '2' and
      'guide'.
      
      Links fully working now.
      
      Fry
      238baa34
    • Chris Fry's avatar
      · 9f9894c7
      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
      9f9894c7
  10. Nov 05, 1999
  11. Nov 02, 1999
    • Chris Fry's avatar
      · 06d268b6
      Chris Fry authored
      now detects terminal width, and line wraps to that, not 80 chars
      
      Fry
      06d268b6
  12. Nov 01, 1999
    • Chris Fry's avatar
      · 7ca122b4
      Chris Fry authored
      Updated the t_whisper string concatenation thingy, so its more efficient
      than my original change
      
      Fry
      7ca122b4
Loading