MapTool ChangeLog (by build version): Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
(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 likely to be kept up to date (even by me!) so I'll settle for just a ChangeLog. :)
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

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()