Mercurial > traipse_dev
changeset 113:f91b70c46908 alpha
Traipse Alpha 'OpenRPG' {091009-01}
Traipse is a distribution of OpenRPG that is designed to be easy to setup and go.
Traipse also makes it easy for developers to work on code without fear of sacrifice.
'Ornery-Orc' continues the trend of 'Grumpy' and adds fixes to the code.
'Ornery-Orc's main goal is to offer more advanced features and enhance the
productivity of the user.
Update Summary:
{091006}
00:
Adds Bookmarks (Alpha) with cool Smiley Star and Plus Symbol images!
03:
Changes made to the map for increased portability. SnowDog has changes planned in
Core, though.
Added an initial push to the BCG. Not much to see, just shows off how it is
re-writing Main code.
{091008}
00:
Fix to remote admin commands
01:
Minor fix to texted based server, works in /System/ folder
Some Core changes to gametree to correctly disply Pretty Print, thanks David!
{091009}
00:
Fix to Splitter Nodes not being created.
Plugin Control panel works with images now
Fix to massive amounts of images loading; from Core
01:
Version Number
author | sirebral |
---|---|
date | Fri, 09 Oct 2009 23:28:33 -0500 |
parents | 61fc775862f7 |
children | bd6ca89e4cbb |
files | orpg/orpg_version.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/orpg/orpg_version.py Fri Oct 09 23:26:21 2009 -0500 +++ b/orpg/orpg_version.py Fri Oct 09 23:28:33 2009 -0500 @@ -4,7 +4,7 @@ #BUILD NUMBER FORMAT: "YYMMDD-##" where ## is the incremental daily build index (if needed) DISTRO = "Traipse Alpha" DIS_VER = "Ornery Orc" -BUILD = "091008-01" +BUILD = "091009-01" # This version is for network capability. PROTOCOL_VERSION = "1.2"