Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-10-19 | Improve launch_here script with the suggestions from ticket #112 | Giuseppe Bilotta | |
2006-08-04 | A little handy script that launches the rbot daemon from this directory (no ↵ | Chris Gahan | |
need to install it!) | |||
2006-08-01 | First step towards the new modularized core framework | Giuseppe Bilotta | |
2006-07-20 | All lib/rbot files are now upgraded to the new logging feature | Giuseppe Bilotta | |
2006-07-18 | rbot now properly identifies as the 'next version svn', and the gem package ↵ | Giuseppe Bilotta | |
is built as the 'next version' | |||
2006-07-17 | Changes that will (hopefully) make rbot work directly from the SVN checkout | Alexander Beisig | |
2005-12-01 | fixes from eean | Tom Gilbert | |
2005-08-05 | more tweaking pre-release | Tom Gilbert | |
2005-08-03 | Wed Aug 03 15:25:07 BST 2005 Tom Gilbert <tom@linuxbrit.co.uk> | Tom Gilbert | |
* Added french language file (TODO most of the plugins just talk english) * The way the Enum configs were set up, it wasn't possible to add language files to rbot at runtime (the directory was only scanned at startup). Now you can set a values Proc, which is called to return a list of allowed values whenever it's queried. * Added Config module for determining where we were installed. Unfortunately rubygems is a total whore in this regard, and I hope the current hackery I have to do to support it becomes redundant in the future. |