Skip to content
Snippets Groups Projects
  1. Mar 11, 2021
  2. Mar 10, 2021
  3. Mar 09, 2021
    • Deucе's avatar
      Deal with dorkit hangup issues... commit #1 · 5a4e103f
      Deucе authored
      1) Ciolib CIO_KEY_QUIT and CIO_KEY_MOUSE conflicted with ALT_7 and ALT_6
         respectively, change these to use \xE0 prefixes.
      2) Add a new dorkit key "CONNECTION_CLOSED" which is returned by getkey()
         after the connection is closed.
      3) Have the various connection back-ends send a CONNECTION_CLOSED key to
         the keyboard buffer when the connection is closed.
      4) Have the local console send a CONNECTION_CLOSED key when the window
         is closed.
      5) Disable auto_terminate in dorkit.
      6) Introduce dk.connection.disconnect_timeout variable (defaults to 30
         seconds).  After a CONNECTION_CLOSED key is received, dorkit will
         immediately set js.terminated, then after disconnect_timeout seconds,
         will enable js.auto_terminate.
      7) After a CONNECTION_CLOSED key, waitkey() always returns true, getkey()
         always returns a CONNECTION_CLOSED key, and getbyte() always returns
         undefined.
      8) To prevent a poorly written door from hogging 100% CPU for the whole
         30 seconds, put an mswait(1) in the connection check when the
         inactivity timer is running.
      5a4e103f
    • Deucе's avatar
      getkey() can return undefined. · a4dff531
      Deucе authored
      a4dff531
    • Deucе's avatar
      Remove 'y' · e03efe03
      Deucе authored
      e03efe03
    • Deucе's avatar
      Allow comments at end of @if ... then do lines · a61b4be2
      Deucе authored
      This likely breaks things nobody does.
      a61b4be2
    • Deucе's avatar
      More CNW related fixes... · 572ea63f
      Deucе authored
      - Convert second argument to @readspecial to upper-case
      - Convert both sides to strings for equality comparisons
      - Implement @display label in file.name
      - Fix @do XXX is getname ### where ### is the current player
      572ea63f
    • Deucе's avatar
      Fix inifinite loop when there's no auctions · 87e8b405
      Deucе authored
      87e8b405
    • Deucе's avatar
      Fix variable editors, they had an off-by-one. · 7d8ad06e
      Deucе authored
      7d8ad06e
    • Rob Swindell's avatar
      Make it very obvious when a timed event has been disabled · b9acdaa6
      Rob Swindell authored
      By displaying "<DISABLED>" instead of the command-line in the event list.
      b9acdaa6
    • Deucе's avatar
    • Deucе's avatar
      @if still needs the old getsvar() behaviour. · 72c12084
      Deucе authored
      72c12084
    • Deucе's avatar
      Fix @NUMRETURN · 3072ad9f
      Deucе authored
      It appears this was written for RTWall to detect BBS numbers with.
      3072ad9f
    • Deucе's avatar
      Fixes required for RTWall · d8f80c85
      Deucе authored
      - Have getsvar() join arguments with spaces for strings
      - Fix fg/bg in @readstring/@readnum
      - Special-case NIL in readstring (this is where it's documented)
      d8f80c85
    • Deucе's avatar
      Various engine fixes/updates · ea8f97ee
      Deucе authored
      - Set default values for world.dat so it can be created with new()
      - Add `r0 to start of the default more string
      - Create the world file if it doesn't exist (for globals)
      - Fix stupid error in @do trim
      - Support all the different @clear commands
      - Support the different @key commands properly
      - Support @name command
      - Only @say is still required for the NPC "stuff" that nothing uses
      - Fix blank line skip looking for @begin after @if...then do
        Was looking for comments starting with ; only
      - Add try/catch around maint call in case it doesn't exist
      - Don't load rules.ref if there's a REF passed on command-line
      ea8f97ee
    • Deucе's avatar
      Fix @rank section argument usage. · 166709df
      Deucе authored
      166709df
    • Deucе's avatar
      More Pooh's Honey Cave fixes. · ab0604dc
      Deucе authored
      ab0604dc
  4. Mar 08, 2021
Loading