MapTool ChangeLog (by build version): Difference between revisions

From RPTools Wiki
Jump to navigation Jump to search
Line 16: Line 16:
* Rectangles drawn with zero width/height are removed and not added to the map (http://forums.rptools.net/viewtopic.php?f=21&t=14793)
* 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)
* Preferences dialog is clearer regarding how map defaults are only for new maps (http://forums.rptools.net/viewtopic.php?f=3&t=14797)
* 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)
* 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
* Craig - fixed bug in {{func|setPC}} added by Azhrei :( (http://forums.rptools.net/viewtopic.php?f=3&t=14823)
* Craig - fixed bug in {{func|setPC}} added by Azhrei :( (http://forums.rptools.net/viewtopic.php?f=3&t=14823)
* Craig - added {{func|isVisible}} and a "campaign" parameter for the {{func|getInfo}} script function
* Craig - added {{func|isVisible}} and a "campaign" parameter for the {{func|getInfo}} script function
* {{func|getPropertyNames}} checked for the wrong number of parameters
* Craig - fixed bug on "image" input type in html forms not working (http://forums.rptools.net/viewtopic.php?f=21&t=14789)
* 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)
* Craig - added "closeFrame()" function (http://forums.rptools.net/viewtopic.php?p=157814#p157814)* {{func|getPropertyNames}} checked for the wrong number of parameters
* Rumble - select unowned tokens patch
* 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====
====1.3b69====

Revision as of 03:03, 22 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()