Skip to content

Commit

Permalink
Merge pull request #3168 from Phergus/changelog1.11.0alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
cwisniew authored Nov 11, 2021
2 parents 10542b9 + 1b31953 commit 7bbe65c
Showing 1 changed file with 25 additions and 5 deletions.
30 changes: 25 additions & 5 deletions CHANGE_LOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@
Feature release using OpenJDK 16

## Highlights
- Terrain VBL - new VBL type allows vision to see into but not through an area enclosed with Terrain VBL.
- New VBL Modes - new VBL modes Hill and Pit.
- Initial support for "Add-On" Libraries (not lib:tokens).
- See https://rptools-doc.craigs-stuff.net/blog/add-on-libraries/
- And https://github.com/RPTools/maptool/pull/3158
- New and updated macro functions.
- Long-time Java bug causing MapTool to hang when dropping images into Edit Token dialog fixed with new Java release.

## Enhancements & Features
- [#3164][i3164] New macro function `data.getStaticData(namespace, path)` for accessing static data in Add-On libraries.
- [#3103][i3103] Additional properties added to output of `getFrameProperties()`
- `tabtitle`, `html5`, `temporary`, `visible`, `docked`, `floating`, `autohide`, `undocked_x`, `undocked_y`, `undocked_h`, `undocked_w`
- [#3098][i3098] Universal VTT import now uses Terrain VBL for Object LOS Blocking.
Expand All @@ -18,13 +21,24 @@ Feature release using OpenJDK 16
- library.getContents(namespace) Lists the contents of a library
- [#3073][i3073] Macro function `getInfo("server")` now returns additional properties:
- `useWebRTC`, `usePasswordFile`, `server name`, `port number`
- [#3057][i3057] New `getInfo("theme")` option returns the color information for the various UI elements.
- [#2984][i2984] Campaign Panel now part of default layout.
- [#2982][i2982] Use of Direct3D by Java disabled by default to avoid display issues.
- [#2755][i2755] New VBL type, Terrain VBL, added. Can see into but not through areas enclosed in Terrain VBL.
- [#2935][i2935] `getInfo("server")` now includes `corner` info for Corner Image types, `grid` for the Grid * types and the `group` name is included in each state entry.
- [#2777][i2777] New server option to disable Map Selection on player clients.
- [#2755][i2755] New VBL types and changes:
- Hill - Can see into but not through areas enclosed in Hill VBL.
- Pit - Tokens outside of Pit VBL can see over but tokens inside can only see within.
- Regular VBL is now called Wall. No changes to functionality.
- [#2431][i2431] New macro functions to show/hide Overlays:
- `[r: setOverlayVisible(OverlayName, {1|0})]`
- `[r: visible = isOverlayVisible(OverlayName)] // returns 1|0`
- [#1348][i1348] Method for storing HTML / CSS/ JavaScript / Audio / etc in campaigns.
- [#1346][i1346] Asset class expanded to support more than just images.

## Bug Fixes
- [#3159][i3159] Allow URI Access fag was being reset on server start. Fixed.
- [#3140][i3140] Unable to add/edit Bars if Type was localized. Fixed.
- [#3114][i3114] MBL/VBL/TVBL misaligned on imported UVTT maps that were cropped during export. Fixed.
- [#3112][i3112] Possible exceptions when multiple instances of MapTool tried to backup campaigns at the same time. Fixed.
- [#3093][i3093] MapTool hanging when opening a campaign whose assets were not already in assetcache. Not in released code. Fixed.
Expand All @@ -44,9 +58,9 @@ Feature release using OpenJDK 16
[Change Log for 1.10.4](https://github.com/RPTools/maptool/blob/1.10.4/CHANGE_LOG.md)

[i]: https://github.com/RPTools/maptool/issues/
[i]: https://github.com/RPTools/maptool/issues/
[i]: https://github.com/RPTools/maptool/issues/
[i]: https://github.com/RPTools/maptool/issues/
[i3164]: https://github.com/RPTools/maptool/issues/3164
[i3159]: https://github.com/RPTools/maptool/issues/3159
[i3140]: https://github.com/RPTools/maptool/issues/3140
[i3114]: https://github.com/RPTools/maptool/issues/3114
[i3112]: https://github.com/RPTools/maptool/issues/3112
[i3103]: https://github.com/RPTools/maptool/issues/3103
Expand All @@ -59,12 +73,18 @@ Feature release using OpenJDK 16
[i3073]: https://github.com/RPTools/maptool/issues/3073
[i3062]: https://github.com/RPTools/maptool/issues/3062
[i3061]: https://github.com/RPTools/maptool/issues/3061
[i3057]: https://github.com/RPTools/maptool/issues/3057
[i3013]: https://github.com/RPTools/maptool/issues/3013
[i2984]: https://github.com/RPTools/maptool/issues/2984
[i2982]: https://github.com/RPTools/maptool/issues/2982
[i2935]: https://github.com/RPTools/maptool/issues/2935
[i2781]: https://github.com/RPTools/maptool/issues/2781
[i2777]: https://github.com/RPTools/maptool/issues/2777
[i2755]: https://github.com/RPTools/maptool/issues/2755
[i2431]: https://github.com/RPTools/maptool/issues/2431
[i1348]: https://github.com/RPTools/maptool/issues/1348
[i1347]: https://github.com/RPTools/maptool/issues/1347
[i1346]: https://github.com/RPTools/maptool/issues/1346
[i233]: https://github.com/RPTools/maptool/issues/233


0 comments on commit 7bbe65c

Please sign in to comment.