Skip to content

Releases: Kruptein/PlanarAlly

Release 0.13.2

13 Jan 22:12
Compare
Choose a tag to compare

This release has some small fixes.

Fixed

  • Static images were accidentally no longer checked into the repository.
  • DM layer was not being sent by the server.

Release 0.13.1

13 Jan 21:21
Compare
Choose a tag to compare

This is the same as the 0.13.0 build but with the production build.

Release 0.13.0

13 Jan 19:27
Compare
Choose a tag to compare

This release has been dedicated to integrating a new vision system. The new vision system is based upon triangulation and replaces the old ray tracing based system. You can try the new system out by changing your vision mode in the client options of a session.

Added

  • A new vision system has been added based on triangulation.
    • You can select this new system as a client option
    • It is more precise (i.e. exact) than the previous vision system which was a good approximation.
    • It can handle any polygon under any angle, so expect some new draw tools in the future!
    • It is slightly more expensive to preprocess, but this should be relatively unnoticeable.

Fixed

  • Draw tool mouseUp behaviour had some strange quirks that are now ironed uit.
    • In particular this prevented some shapes of being synced correctly.

Release 0.12.0

23 Dec 19:44
Compare
Choose a tag to compare

0.12.0

This release is mostly a big overhaul of the client side codebase together with a big change towards the organization of the code repository. Server and client are now more clearly separated by their respective server/ and client/ folders in the root of this repository.

Added

  • Added curl to docker container for proper health check
  • Remember which layer was selected last time [Issue 109]

Changed

  • [tech] Shape index unique constraint dropped to simplify some code
  • [tech] Massive overhaul of the code organization
  • [tech] Moved from manual webpack config to vue-cli
  • [tech] Moved to a single page application with vue-router

Fixed

  • Backspace key added as delete action (Fixes Mac OS X delete behaviour) [Issue 69]
  • Added host config option to docker config file
  • Moving shapes to another layer would not always succeed at the server [Issue 108]

Release 0.11.6

11 Nov 08:36
Compare
Choose a tag to compare

0.11.6

A collection of small improvements and fixes.

Added

  • host option in server_config.cfg [Issue 99]

Changed

  • GridLayer.size from IntegerField to FloatField [Issue 105]
  • Location.unit_size from IntegerField to FloatField [Issue 105]

Fixed

  • Tokens appear as black/red with all lighting settings disabled [Issues 90/91]
  • Trackers and Auras were not saved server side. [Issue 106]

[Hotfix] Release 0.11.5

10 Nov 12:15
Compare
Choose a tag to compare

0.11.5

Hotfixes for 0.10.0

Fixed

  • Drag and Drop file uploading fixed
  • New location creation fixed

[Hotfix] Release 0.11.4

10 Nov 11:18
Compare
Choose a tag to compare

0.11.4

More hotfixes for 0.10.0

Fixed

  • Asset uploading

[Hotfix] Release 0.11.3

09 Nov 13:17
Compare
Choose a tag to compare

0.11.3

Another hotfix for 0.10.0.

Fixed

  • Actually fix the user creation bug for once.

[Hotfix] Release 0.11.2

09 Nov 12:51
Compare
Choose a tag to compare

0.11.2

Another hotfix for 0.10.0.

Fixed

  • Made a woopsie while fixing the earlier user creation error.

[Hotfix] Release 0.11.1

09 Nov 11:57
Compare
Choose a tag to compare

0.11.1

This version contains hotfixes for the 0.10.0 release

Fixed

  • Save file was not generated at the right time causing errors when no save file exists during startup
  • User creation was broken
  • Fix error in initiative loading