MapTool ChangeLog (by build version): Difference between revisions
(Created change log for MapTool) |
|||
Line 3: | Line 3: | ||
This page will attempt to document the on-going changes to the '''MapTool''' source code by those individuals who have Commit authority to the Subversion repository on Sourceforge.net. | This page will attempt to document the on-going changes to the '''MapTool''' source code by those individuals who have Commit authority to the Subversion repository on Sourceforge.net. | ||
Ideally I'd like to see an actual ChangeLog for each build of MapTool as well as a "in my queue right now" list, but the latter is | Ideally I'd like to see an actual ChangeLog for each build of MapTool as well as a "in my queue right now" list, but the latter is unlikely to be kept up to date (even by me!) so I'll settle for just a ChangeLog. :) | ||
===Where to find more information=== | ===Where to find more information=== | ||
Line 23: | Line 23: | ||
* Drag/drop of filesystem objects (finished? http://forums.rptools.net/viewtopic.php?f=3&t=14068&p=154991) | * Drag/drop of filesystem objects (finished? http://forums.rptools.net/viewtopic.php?f=3&t=14068&p=154991) | ||
* Added help info for GM-only auras to the Abeille form for the Campaign Properties dialog | * Added help info for GM-only auras to the Abeille form for the Campaign Properties dialog | ||
====1.3b69==== | |||
* When loading a campaign referenced assets are not found; assets are not saved when the asset isn't there | |||
* Fixed bug with MacroButtonProperties when saving to the GlobalPanel as a Player connected to a server (http://forums.rptools.net/viewtopic.php?f=1&t=14644&p=155439) | |||
* Fixed bug displaying macro button dialog in situation similar to above | |||
* Iain - Fix to allow code to compile on Eclipse when not running on OSX (http://forums.rptools.net/viewtopic.php?f=1&t=14644&p=156024) | |||
* Using Meta-Shift-O resets all fog so that only currently visible areas are exposed and everything else is hard fog | |||
* Rumble's chat notifier moved to upper left corner of map (overlay color can be set in Preferences) | |||
* Rumble's select-unowned-tokens patch | |||
* change Random() to SecureRandom() |
Revision as of 16:34, 20 June 2010
MapTool ChangeLog (for the source code)
This page will attempt to document the on-going changes to the MapTool source code by those individuals who have Commit authority to the Subversion repository on Sourceforge.net.
Ideally I'd like to see an actual ChangeLog for each build of MapTool as well as a "in my queue right now" list, but the latter is unlikely to be kept up to date (even by me!) so I'll settle for just a ChangeLog. :)
Where to find more information
For information about how to download (a.k.a. checkout) the source code, please see the thread on our forum that discusses that topic: How to get RPTools source via Eclipse and subversion. Another topic worth reviewing is a stream of consciousness thread by Azhrei regarding notes on how to build the application using Eclipse: MapTool build notes for Eclipse.
ChangeLog entries
1.3b70
- Add trusted macro for setOwner() (done by Craig in b69)
- Rectangles drawn with zero width/height are removed and not added to the map (http://forums.rptools.net/viewtopic.php?f=21&t=14793)
- Preferences dialog is clearer regarding how map defaults are only for new maps (http://forums.rptools.net/viewtopic.php?f=3&t=14797)
- Craig - fixed bug in setPC() added by Azhrei :( (http://forums.rptools.net/viewtopic.php?f=3&t=14823)
- Craig - added isVisible() and a "campaign" parameter for the getInfo() script function
- getPropertyNames() checked for the wrong number of parameters
- NPE due to stacked tokens on a map (not sure how an NPE happens though? http://forums.rptools.net/viewtopic.php?f=21&t=14865)
- Rumble - select unowned tokens patch
- Drag/drop of filesystem objects (finished? http://forums.rptools.net/viewtopic.php?f=3&t=14068&p=154991)
- Added help info for GM-only auras to the Abeille form for the Campaign Properties dialog
1.3b69
- When loading a campaign referenced assets are not found; assets are not saved when the asset isn't there
- Fixed bug with MacroButtonProperties when saving to the GlobalPanel as a Player connected to a server (http://forums.rptools.net/viewtopic.php?f=1&t=14644&p=155439)
- Fixed bug displaying macro button dialog in situation similar to above
- Iain - Fix to allow code to compile on Eclipse when not running on OSX (http://forums.rptools.net/viewtopic.php?f=1&t=14644&p=156024)
- Using Meta-Shift-O resets all fog so that only currently visible areas are exposed and everything else is hard fog
- Rumble's chat notifier moved to upper left corner of map (overlay color can be set in Preferences)
- Rumble's select-unowned-tokens patch
- change Random() to SecureRandom()