Character Vault
Any Concept / Any System
Compendium
Your System Come To Life
Roll20 for Android
Streamlined for your Tablet
Roll20 for iPad
Streamlined for your Tablet

Personal tools

Difference between revisions of "Script:MapChange"

From Roll20 Wiki

Jump to: navigation, search
(Changelog)
Line 11: Line 11:
  
 
=== Changelog ===
 
=== Changelog ===
{{changelog version|1.1|02-06-2016|* Fix for when Array.prototype is extended causing invalid values in the key of a for in loop.}}
+
{{changelog version|1.3|18-06-2016|
{{changelog version|1.0|31-05-2016|* Release}}
+
* Added RejoinAll command (Requested by [https://app.roll20.net/users/55273/havoc Havoc])
{{changelog version|0.5|24-05-2016|* Pre-Release}}
+
* Added ability to make maps hidden (default marker [Hide]), this will give then a separate section in the menu like the archived maps.
{{changelog version|0.1|09-03-2016|* Created}}
+
* Fix Global Config issues for One-Click install (this should finally work).
 +
* Added help entry on Configuring Maps.
 +
}}
 +
{{changelog version|1.2|03-06-2016|
 +
* Added handling of archived maps. (they now have their own section with a placeholder button on the menu)
 +
* Added ability to block players from using commands.
 +
}}
 +
{{changelog version|1.1|02-06-2016|
 +
* Fix for when Array.prototype is extended causing invalid values in the key of a for in loop.
 +
}}
 +
{{changelog version|1.0|31-05-2016|
 +
* Release
 +
}}
 +
{{changelog version|0.5|24-05-2016|
 +
* Pre-Release
 +
}}
 +
{{changelog version|0.1|09-03-2016|
 +
* Created
 +
}}

Revision as of 14:12, 22 June 2016

API ScriptAuthor: TheWhiteWolves
Version: 1.1
Last Modified: 02-06-2016
Code: MapChange
Dependencies: {}
Conflicts: None


Provides an easy and user friendly way to move players between maps.

Changelog

v1.3 (18-06-2016)

  • Added RejoinAll command (Requested by Havoc)
  • Added ability to make maps hidden (default marker [Hide]), this will give then a separate section in the menu like the archived maps.
  • Fix Global Config issues for One-Click install (this should finally work).
  • Added help entry on Configuring Maps.


v1.2 (03-06-2016)

  • Added handling of archived maps. (they now have their own section with a placeholder button on the menu)
  • Added ability to block players from using commands.


v1.1 (02-06-2016)

  • Fix for when Array.prototype is extended causing invalid values in the key of a for in loop.


v1.0 (31-05-2016)

  • Release


v0.5 (24-05-2016)

  • Pre-Release


v0.1 (09-03-2016)

  • Created