Skip to content
Snippets Groups Projects
  1. May 17, 2000
    • Chris Fry's avatar
      · 654fc271
      Chris Fry authored
      Changed, because of new command stuff
      
      Fry
      654fc271
    • Chris Fry's avatar
      · af25f5e2
      Chris Fry authored
      Fixed tnargs WHEREAMI command slightly to cope with mudmode
      
      Completely changed TALKPRIV to return your chatmodes, with a few
      differences. You have 'T' for timestamp, and you dont have the chat,
      verbose, or sticky modes listed.
      
      Fry
      af25f5e2
    • Robert Grant's avatar
      · 83aae120
      Robert Grant authored
      add a help file whereami (spell chacked (and complty rewriten) by fry)
      83aae120
    • Robert Grant's avatar
      · d449fe27
      Robert Grant authored
      I added the script command whereami
      whereami needs globle to run
      whereami returns the room number your in regardless of mudmode
      
      PS: my first big vhange that I did mostly on my own!!!
      PPS: can some one give me globle :)
      d449fe27
    • Chris Fry's avatar
      · f87097bc
      Chris Fry authored
      Made the gags slightly nicer
      
      Added an extra gag flag, so now have 64 gags, and I'm going to leave it at
      that, so we still have 4 free chatmodes (or more, maybe)
      
      Fixed the script BOOLOPT command
      
      Fry
      f87097bc
    • Chris Fry's avatar
      · c1d9192c
      Chris Fry authored
      Oodles of new mud stuff to do with rooms (ie, the .examine command)
      
      Fixed the gags stuff
      
      Just commented out the new 'USER' code atm, which gives '?' if you dont have
      spy - because there is no GUESSUSER stuff for non-thread code. The threaded
      version still uses GUESSUSER.
      
      ERmm..Fish?
      
      Fry
      c1d9192c
    • Justin Mitchell's avatar
      43365da3
  2. May 16, 2000
    • Steve Hill's avatar
      · 3430b04b
      Steve Hill authored
      Bunny gag (at jo's request)..  also her duck gag, but commented out because
      it doesn't seem to work with 16 gags defined :(
      
       - Steve
      3430b04b
  3. May 12, 2000
    • Finn Wilcox's avatar
    • Chris Fry's avatar
      · 7fc9b7b8
      Chris Fry authored
      More Tnargian.
      
      Lots of new 'rooms' stuff.
      
      ERmm.. a few other small changes, which I really cant remember. Most of them
      typo fixes
      
      Fry
      7fc9b7b8
    • Finn Wilcox's avatar
      Created new file special.h - moved prototypes for special flag · bf0070d0
      Finn Wilcox authored
      checks there.
      
      Added 'auto-ignore' function, intended for test users.  The new
      special flag '+D' will cause a message (FORCE_TESTING) to be
      broadcast whenever you log on, to all other logged-on users, making
      them ignore you automatically.  Also when a user joins the talker for
      the first time after logging on, they will check the 'who' list for
      anyone with the flag set, and ignore them.
      
      Test users do ignore each other (but not themselves).
      You can unignore a test user at any time, but you will automatically
      ignore them again if they log off and on.
      
      I don't recommend setting this flag for test users who log on/off
      frequently for the moment, since anyone running an earlier version
      will get 'unknown message type #20'.  A possible temporary workaround
      might be to broadcast these messages only to people with the 'D' or 'A'
      chatprivs, as they are more likely to be running the current cvs
      version.  Or to disable broadcasting (the checking when you join the
      talker will still work).
      bf0070d0
  4. May 06, 2000
    • Chris Fry's avatar
      · 72abf1a0
      Chris Fry authored
      More Tnargian..
      
      Fixed some small problems with virtual room names, and allows rooms to be
      hidden, to create 'not-obvious' links from rooms. This can be useful if you
      say 'there is a waterfall over <blah>', then a .room waterfall will take you
      to a hidden place. This is the start of a more advanced roomy thingy, where
      a room can also specify a series of 'examine' strings.
      
      ie:
      
      [examine]
      waterfall=There appears to be a room behind here.
      
      this way, a cunning user can do a '.examine <object>' and if it is defined
      will give cunning clues and hints about an environment.
      
      Fry
      72abf1a0
  5. May 05, 2000
  6. May 04, 2000
  7. May 02, 2000
    • Chris Fry's avatar
      · a8932637
      Chris Fry authored
      Changes the 'look' command for rooms, so it still lists users, if you are in
      a 'void'
      
      Fry
      a8932637
    • Chris Fry's avatar
      · 087c4bd9
      Chris Fry authored
      New rooms
      
      Fry
      087c4bd9
  8. May 01, 2000
  9. Apr 30, 2000
    • Chris Fry's avatar
      · 16340494
      Chris Fry authored
      Turned off the wrappers firefury and I left on
      
      Fry
      16340494
    • Chris Fry's avatar
      · 03ae16e0
      Chris Fry authored
      Fixed a memory leak when loading script files
      
      Fry
      03ae16e0
    • Chris Fry's avatar
      · ab33eba0
      Chris Fry authored
      Fixed the line numberings when reading in scripts..
      
      Fry
      ab33eba0
    • Chris Fry's avatar
      · 06016567
      Chris Fry authored
      some mem fixes...
      
      Fry
      06016567
    • Steve Hill's avatar
      · cd181a4d
      Steve Hill authored
      Fixed a memory problem - frl.c was trying to free a static string.
      (i.e. 'free("")').  Still does it for some stuff, looking into it
      
       - Steve
      cd181a4d
    • Chris Fry's avatar
      · d17b4c6d
      Chris Fry authored
      Put quotes around the 'realname' changeinfo message.
      
      Fixed room directions, I accidently got them the wrong way round. (said
      'entering room <left> from <going>' etc..)
      
      Fixed the soundproof stuff in rooms. Any room in the new format that didnt
      specify soundproof, was soundproofed, rather than *not* soundproofed (doh!)
      
      Fry
      d17b4c6d
  10. Apr 29, 2000
  11. Apr 28, 2000
    • Chris Fry's avatar
      · 67f353d4
      Chris Fry authored
      Fixed a bug in force just after art released mw <flinch> -  But its all corrected and
      re-released!! <cower>
      
      Fry
      67f353d4
    • Justin Mitchell's avatar
      New release version · 40712bf4
      Justin Mitchell authored
      40712bf4
  12. Apr 27, 2000
    • Chris Fry's avatar
      · 5ad0ee5b
      Chris Fry authored
      Updated kick/remove similar to zod/mrod
      
      Fry
      5ad0ee5b
    • Chris Fry's avatar
      · 7ca78422
      Chris Fry authored
      Fixed the 'zod' bug where it displays both zod messages (ie, the one to the
      victim, and the zod broadcast) to the victim.
      
      Fixed the small colour load bug, where is didnt display the colour scheme
      nicely (loaded fine, just forgot the \n, on end of printf)
      
      Fry
      
      ----------------
      
      PS: I believe it is now ready for a new release - I cant see any bugs to
      fix. I always say this, then get round to doing more, but seems good for
      now.
      7ca78422
    • Chris Fry's avatar
      · c63623eb
      Chris Fry authored
      Added a few more command line switches, updated the -help message, and
      updated the ignorelist stuff
      
      Fry
      c63623eb
    • Chris Fry's avatar
      · 6fb4bfbf
      Chris Fry authored
      Fixed the regex stuff in scripts. Now handles extended regex like '+'
      
      Fry
      6fb4bfbf
  13. Apr 26, 2000
    • Chris Fry's avatar
      · a37978d2
      Chris Fry authored
      Fixed the history problem, where if you were scrolling back, and someone
      said anything, it jumped to the front, meaning if lots was happening, you
      couldnt ever scroll back to a commmand in the history.
      
      Fry
      a37978d2
Loading