This is a demo installation of Little Goblin, a fantasy game based upon the framework by the same name, which is currently under development. This test server will be reset with each update.
You are invited to test the current functionality by using the "anon" login with password "anon". If you want to report any bugs or if you miss a specific feature, please file a bug report or a feature request on Sourceforge.net
You can also just send a mail ( ingo_wiarda@dewarim.de ) or tweet me: twitter.com/#!/dewarim
Currently, the recommended browser is Firefox - this site looks fugly in IE, but should be usable.
Documentation for Little Goblin can be found at LittleGoblin.de.
Version 0.2.7 "Registration" / 2011-10-29
* Fixed cronGoblin and CronController for recurring events (would previously go into an infinite loop).
* Added configurable registration with confirmation mail.
* Added testMode parameter to config file.
* Updated spring-security-core plugin
Version 0.2.6 "ItemAdmin.a" / 2011-10-01
* Improved ItemType admin interface: you can now edit how many equipment slots an item takes.
* Updated french translation.
* Enabled configuration file outside of war: you can now override DataSource and Config by adding a file
"classpath:$ {appName}-config.groovy", or
"file:$ {userHome}/.grails/$ {appName}-config.groovy" or
"file:$ {System.env.LITTLE_GOBLIN_HOME}/$ {appName}-config.groovy"
this makes for better control and easier configuration of the database settings.
* Added an example configuration file.
* New install.txt and updated readme.txt
* Added optional Facebook like button (Don't worry, you can configure it in your own game).
Version 0.2.5 "Shopping Mall" / 2011-08-28
* Fixed equip / remove equipment bug which rendered the main inventory section in the side inventory bar.
* You can now sell part of a stack of items instead of the whole stack.
* You can now define how many pieces of an item you want to buy.
* Items bought in the shop are stacked to existing items in your inventory (if they are stackable)
* ItemTypes have a package size - so it is possible to buy one set of 12 arrows.
* First part of ItemAdminController implementation.