Skip to content

Updates

Jeremy Harton edited this page May 3, 2020 · 5 revisions

Recent

April 30, 2020 (pushed May 2, 2020)

  • added tiny bit of documentation to Client
  • made arguments to Dungeon constructor final
  • worked on chat channel related stuff, incl. listing output format and a new parameter 'protect'
  • updated help files for: chat, party
  • added help file: @edit
  • updated topic files: policies
  • added topic file: policy-logging
  • had a pass at fixing the fact that channels could be written to by anyone who passed the restriction
  • fixed inclusion of shortname in chat message under certain circumstances
  • fixed a problem with cmd_pconfig(...) that could crash the server if the syntax was incorrect
  • added 'threads' parameter to @debug

April 29, 2020

  • added a smidge of documentation to ObjectDB
  • changed ObjectFlag and MudUtils as necessary to enable specifying multiple object types per flag
  • changed colors for showing characters in room look
  • tweaked output of getHeader(...) regarding zones
  • adjusted output of cmd_check(...) to label lock states with colors
  • clarified room editor help (specified parameters for 'setzone')
  • tweaked output of cmd_config(...) to show status if only given a parameter
  • updated help files: pconfig, @config
  • removed help file: config (command does not exist)
  • added an informative header to pconfig #options output
  • adjusted create_data(...) to not blow away existing files that are still not per-world (like aliases) NOTE: further switch from Java 7 (1.7) to Java 8 (1.8) was made at some point in the last year or two in order to make use of Streams.

Old

February 3, 2013 Seeing lots of contribution from joshgit, and dealt with ~3 pull requests already. Made switch from Java 6 (1.6) to Java 1.7 (1.7) in project settings today in part to make it not complain about empty generic usage in Java 7, and there were hardly any problems. So from now on I'll be working under the assumption of Java 7 as the required minimum.

January 27, 2013 I've started pulling together some basic documentation and info on the wiki section of the repository. I have more information on my computer, but it's somewhat fragmented and not all of it is up to date with the current state of the code and some is more ideas and notions than concrete details about the inner workings.

December 2012 The code is up for this, although my code depends on some LGPL'd network (server/client) code. My apologies for the weird structure, which is due to this project being worked on in eclipse.

Clone this wiki locally