Skip to content

Releases: otacke/h5p-game-map

1.2.5

02 Feb 10:09
Compare
Choose a tag to compare

Changes since first release on H5P Hub (1.1.4):

  • Added an author option for setting a maximum time limit for the whole game and a warning time for an audio hint. If the user runs out of time: Game over!

  • Added an author option for adding "special stages" to the map that will support non-exercise events:

    • "Finish": When the user clicks on a "finish" stage, he/she will trigger the same process that's triggered when clicking on the "finish" button in the toolbar. This special stage inherits features from normal stages though, so there can be multiple ones and they can be locked or hidden.
    • "Extra lives": When the user clicks on an "extra lives" stage, he/she will be awarded with the number of lives that the author set for this stage.
    • "Extra time": When the user clicks on an "extra time" stage, he/she will be awarded with the global time in seconds that the author set for this stage.
  • Made the "finish" button in the toolbar pulse gently when the user has collected enough points so he/she could finish safely. Even without placing “finish” stages it will not be a little more obvious how to finish the game.

  • Removed the stage labels' horizontal offset and place the labels centered to the stage instead (HFP-3842).

  • Removed Summary as subcontent type and replace with SingleChoiceSet

  • Added Image Choice as subcontent type (known issue: getAnswerGiven does not work properly when no answer option is set to be correct, same in H5P.MultiChoice)

  • Added X-Ray as subcontent type (not featured on the H5P Hub yet)

  • Simplified some of the code

  • Added/updated translations

    • Basque (contributed by Alex Gabilondo)
    • Galician (contributed by Antonio Aneiros)
    • German
    • Greek (contributed by e-me)
    • Lithuanian (contributed by Gintarė)
    • Mexican Spanish (contributed by German Valero)
    • Simplified Chinese (contributed by Zheng Xu)
    • Spanish (contributed by German Valero)
  • Fix confirmation dialog being hidden when GameMap is embedded (HFP-3824)

  • Fix crash when resuming CoursePresentation (HFP-3825)

  • Fix Continue button positioning for Find the Hotspots as subcontent (HFP-3841)

  • Fix labels sometimes being hidden underneath other stages that the labels don't belong to.

1.1.4

25 Nov 11:37
Compare
Choose a tag to compare

First release on the H5P Hub, see https://h5p.org/content-types/game-map

1.1.3

16 Nov 15:51
Compare
Choose a tag to compare

Changes since 1.1.2

  • Increased size of stages on smaller viewports
  • Added partial Lithuanian translation

1.1.2

14 Nov 10:04
1a787bf
Compare
Choose a tag to compare
Merge pull request #47 from otacke/fix-full-score-zero-lifes

Fix full score with zero lifes

1.1.1

14 Nov 09:16
1528940
Compare
Choose a tag to compare
Merge pull request #46 from otacke/add-success-flag-check

Add success flag check

1.1.0

14 Nov 09:10
Compare
Choose a tag to compare
Update modules

1.0.6

22 Mar 16:11
Compare
Choose a tag to compare

Changes since 1.0.5

  • Fixed timer not updating on screen if no timeout warning time is set.
  • Fixed timer potentially increasing when resuming
  • Updated Galician translation (contributed by Antonio Aneiros)
  • Updated German translation
  • Updated Spanish translation (contributed by Antonio Aneiros)

1.0.5

19 Mar 14:46
Compare
Choose a tag to compare

Changes since 1.0.4

  • Fix reacting to subcontent xAPI statements
  • Add Basque translation (contributed by Anonymous)
  • Add Mexican Spanish translation (contributed by German Valero)
  • Add Spanish translation (contributed by German Valero)
  • Add Chinese translations (contributed by @samumist)

1.0.4

01 Mar 21:47
Compare
Choose a tag to compare

Initial release