A coder's blog.

Ideas, projects, problems and solutions - whatever is interesting.

Status of Little Goblin

Current changes

Version 0.3.2 “Tick-Tock” / 2013-02-12

  • Fixed #3: add gameName config parameter as default title to pages.
  • Changed: Run game ticks in a background thread (no more need for a cron job to run ticks)

Version 0.3.1 “Resume” / 2013-01-27

  • Fixed: admin can edit ItemTypes again.
  • New: admin can assign categories to item types.
  • Fixed: inputValidationService no longer croaks on ‘null’-String.
  • Cleanup code.
  • Added more documentation (items, guilds)
  • Project is now language level Java 7
  • Grails 2.2.0

Next steps

  • Work through the issues in the Little Goblin issue tracker
  • Generally add more developer information
  • Simpify Code (Little Goblin started out as a 1.3.x application, so there is some room for improvement since Grails 2.2)
  • Make it as customizable as possible.