| age |
author |
description |
| 2010-04-13 |
Digitalxero |
merge jumping to ensure the stable repo is always a subset of devdefault tip |
| 2010-04-13 |
Digitalxero |
merge |
| 2010-04-13 |
Digitalxero |
merge1.8.0 |
| 2010-04-12 |
davidbyron |
removing use of string module and adding logger imports |
| 2010-04-11 |
davidbyron |
fixing some errors reported on the fog (by a user who has a copy of openrpg-dev / default branch - yes there is one). |
| 2010-04-11 |
davidbyron |
oops. forgot to remove print statement that would have spat out a ton of messages! |
| 2010-04-11 |
davidbyron |
correction to client_parse to account for server initiated old-style messages |
| 2010-04-11 |
davidbyron |
hopefully this corrects some backward compatibility issues for new clients vs old server (for the plugin message but not sure how other messages manage to work) |
| 2010-04-11 |
davidbyron |
some imports were missing, plugin messaging system fixed to work with current server (still fails against 1.8.0 servers or older), error in plugindb fixed |
| 2010-04-10 |
davidbyron |
tidying up effects dialog |
| 2010-04-10 |
davidbyron |
change /effect to take just one type parameter, fixed bug, improved error message |
| 2010-04-10 |
davidbyron |
fixed multicheckbox and some string.functions() |
| 2010-04-09 |
davidbyron |
trying to fix MultiTextEntry |
| 2010-04-08 |
davidbyron |
updating some old credits and links |
| 2010-04-08 |
davidbyron |
removed non-functional New Map menu item |
| 2010-04-08 |
davidbyron |
added include for webbrowser (to open about menu links) |
| 2010-04-08 |
davidbyron |
merge (no change) |
| 2010-04-08 |
davidbyron |
removed a call to urllib.urlcleanup() that was causing temp image files to be deleted too early.1.8.0 |
| 2010-04-07 |
davidbyron |
removing an instance of urllib.urlcleanup() |
| 2010-04-04 |
davidbyron |
more fixes after big import changes |
| 2010-04-03 |
davidbyron |
changes to access to alias toolbar |
| 2010-04-01 |
davidbyron |
mostly removing ET. and adding ParserContext imports |
| 2010-03-30 |
davidbyron |
updated version check to min of 1.8.0 |
| 2010-03-30 |
Digitalxero |
merge |
| 2010-03-30 |
digitalxero |
merge |
| 2010-03-30 |
digitalxero |
Added the Voxchat node back and just marked it as pending depreciation and removed it's functionality |
| 2010-03-30 |
davidbyron |
fixing drag and drop mini from windows file explorer to map |
| 2010-03-29 |
david |
various: traceback include added to gametree, time of die rolls removed from print, minilib add of mini fixed, time include added to main, aliaslib error on cancel of load lib fixed, include of ParseContext in minimenu plugin added |
| 2010-03-26 |
Digitalxero |
doing |
| 2010-03-26 |
digitalxero |
fixed missing imports |
| 2010-03-25 |
digitalxero |
merge |
| 2010-03-25 |
digitalxero |
bug #79 is ready for testing |
| 2010-03-25 |
digitalxero |
Added a parent & root properties to etree Elements to make nagigation easier |
| 2010-03-25 |
digitalxero |
Refactored the Alias Lib window |
| 2010-03-25 |
Digitalxero |
fixed a stray usage of get_settings |
| 2010-03-22 |
Digitalxero |
bug #63 is ready for testing |
| 2010-03-22 |
digitalxero |
merge |
| 2010-03-22 |
digitalxero |
Convert all <msg..>text</msg> messages to proper chat messages |
| 2010-03-22 |
digitalxero |
Fix a admin broadcast command |
| 2010-03-22 |
digitalxero |
All depreciation errors are gone with the client, now just to test and make sure it works with the server |
| 2010-03-22 |
digitalxero |
merge |
| 2009-10-06 |
digitalxero |
Work on getting the server to use ElementTree |
| 2010-03-22 |
Digitalxero |
merge |
| 2010-03-22 |
Digitalxero |
Forward compatibility fix1.8.0 |
| 2010-03-22 |
Digitalxero |
remove print statment1.8.0 |
| 2010-03-22 |
Digitalxero |
forward compatibility fix for 1.8.1 network messages1.8.0 |
| 2010-03-22 |
digitalxero |
Fix for bug #62 |
| 2010-03-22 |
digitalxero |
take out the old roller tests as I am disabling the old rollers as I convert them |
| 2010-03-22 |
digitalxero |
converted the wodex roller |
| 2010-03-22 |
digitalxero |
Add an old_rollers plugin that will load up all the rollers I dont wana convert |
| 2010-03-22 |
digitalxero |
Remove some of the complex rollers that I dont wana convert |
| 2010-03-22 |
digitalxero |
Add the d20 roller to the list of new rollers. |
| 2010-03-19 |
digitalxero |
changed tests again since I changed the output results of the new roller to match the output of the old roller |
| 2010-03-19 |
digitalxero |
modified open and extra to handle rolls that have elready been extended in some way either by extra, open or each |
| 2010-03-15 |
digitalxero |
Ensure the old roller is passing all tests it used to |
| 2010-03-15 |
digitalxero |
small parser fix that was found out by the unit tests |
| 2010-03-15 |
digitalxero |
This is a redesigned DiceRoller system. |
| 2010-03-07 |
davidbyron |
added /setnode similar to /addtonode and took out alias /add for /addtonode as it clashes with the popular plugin inittool2 |
| 2010-02-10 |
david |
continuing develoment of plugin. added a delete all button, allow bonuses to be added to nodes that are not integers but simple arithmetic (eg includes min/max or if..else) |
| 2010-02-10 |
david |
simple arithmetic that gets eval-ed can now include the python-style "X if Y else Z" statement in addition to min()/max() and basic arithmetic |