Skip to content

Releases: maximuslotro/SignStory

Release v1.0.6

29 Apr 19:02
f6eea35
Compare
Choose a tag to compare

Fixes

  • Fixed a major bug added in the last release that, Stopped your game from disconnecting from a server until you quit the Minecraft instance. (to-do:14)
  • Cleaned up a bunch of code.
  • Fixed a missing language bug. #8 Thanks @Kofola45cz
  • Updated Czech translation. @Kofola45cz

Release v1.0.5

19 Apr 20:40
d0c9f35
Compare
Choose a tag to compare

Additions/Changes

  • Update Czech Lang. #5 #6 Thanks @Kofola45cz
  • Changed the page select commend error messages to be more consistent. #4

Fixes

  • Potentially fixed a bug where the sign render would disappear after placing a sign. (to-do:12) #4
  • Fixed the select_page command showing ghost page numbers on world join, if text was previously loaded. (to-do:13) #4

Release v1.0.4

13 Apr 22:44
00d4195
Compare
Choose a tag to compare

Additions/Changes

  • Added An example text file that can be found in the top directory of the jar file. (to-do:6)
  • Added additional internal parsing characters to allow for the usage of the & character.
  • Changed a few wording/text formatting to be simpler and easier to understand. #3 Thanks @Kofola45cz

Fixes

  • Fixed File-Dialog GUI from becoming hidden if the "Back to Game" pause menu button is pressed. (to-do:7) #3
  • Fixed incorrect sign placement text from showing. (to-do:8) #3
  • Fixed a command language error. (to-do:10) #3
  • Fixed Inability to load text files containing the & character. (to-do:11)

Note

  • Text will fail to load if the file contains every one of the following characters: & % $ @ { }

Release v1.0.3

08 Apr 04:12
9196343
Compare
Choose a tag to compare

Additions/Changes

  • Added New Logo
  • Changed First Page number from 0 to 1.
  • Removed the place_sign sub-command as successfully loading text does the same functionality.
  • Rewrote text splitter class to fix 15 characters being deleted, and as a result, text fits more compactly on a sign.
  • Added Separate Gui for opening text file, so as to have its own title and descriptions. (to-do:2) #3, Thanks @Kofola45cz
  • Page number now resets to 1 when loading a new text file.

Fixes

  • Fixed words longer than 15 characters being deleted.
  • Fixed text failing to load, if the text would end exactly on the 4th line of a sign. (to-do:3)
  • Fixed the open-file dialog from hiding behind selection window. (to-do:4) #3, Thanks @Kofola45cz

Note

  • Text will fail to load if the file contains a [&] character.

Release v1.0.2

28 Mar 20:56
651b2e3
Compare
Choose a tag to compare

Additions

  • SignStory sign placement now shows total present of pages placed.
  • Added Czech language file #2, Thanks @Kofola45cz
  • Added Support for other languages in the /SignStory commands
  • Restricted File Selection Dialog to only opening .txt file in SignStory mode.

Fixes

  • Page Selection Sub-command no longer throws errors when typing it without arguments

Release v1.0.1

25 Mar 06:38
f7242d9
Compare
Choose a tag to compare

Additions

  • Added support for loading text from a .txt file.

Alpha v1.0.1-alpha

23 Mar 20:43
Compare
Choose a tag to compare
Alpha v1.0.1-alpha Pre-release
Pre-release

Initial Release

  • Added option to switch between SignStory and SignPicture mode.
  • Auto advance text when placing a sign.
  • Added command to handle loading text, toggling functionality, selecting a specific page, and to start sign placement.

Known Issues

  • Currently text can't be loaded from a text file.