Skip to content

Releases: SimonAlling/kurve

Achtung, die Kurve! in JavaScript v0.6.1

30 Mar 21:45
Compare
Choose a tag to compare
  • Merge Confirm quit and Confirm reload into one setting.

Achtung, die Kurve! in JavaScript v0.6

29 Mar 22:34
Compare
Choose a tag to compare
  • Improve the appearance of the settings menu.
  • Reword several settings and their descriptions.
  • Convert the Allow blurry scaling checkbox to a multichoice setting.
  • Fix a bug causing some colors to appear undersaturated on some platforms.
  • Optimize loading time slightly.

Achtung, die Kurve! in JavaScript v0.5.4

18 Mar 16:25
Compare
Choose a tag to compare
  • Fix a bug where some settings would default to the wrong value if there was no saved value.

Achtung, die Kurve! in JavaScript v0.5.3

18 Mar 15:16
Compare
Choose a tag to compare
  • Improve splashscreen keyboard shortcut hints (especially for Mac).

Achtung, die Kurve! in JavaScript v0.5.2

18 Mar 00:44
Compare
Choose a tag to compare
  • Fix a bug where the page would be reloaded if F5 was pressed when a dialog was being shown.
  • Make F12 work as usual (instead of not at all).

Achtung, die Kurve! in JavaScript v0.5

18 Mar 00:05
Compare
Choose a tag to compare
  • Add spawnkill prevention. Players can now opt to enforce a minimum distance between spawns, eliminating the risk of dying instantly after spawning.
  • Add quit and reload confirmation dialogs. No more accidental quits/reloads mid-game.
  • Improve settings menu UX.
  • Minor bug fixes.

Achtung, die Kurve! in JavaScript v0.4.1

12 Mar 15:33
Compare
Choose a tag to compare
  • Add half-width settings (for multichoice/radio button settings).
  • Optimize loading of graphics for checkboxes and radio buttons.

Achtung, die Kurve! in JavaScript v0.4

12 Mar 12:58
Compare
Choose a tag to compare
  • Add settings menu.
    • Cursor visibility.
    • Edge fix (for when the monitor and the game have identical height and/or width).
    • What messages to show.
  • Add simple unload blocker (to avoid mid-game unload by user mistake).
  • Add Browser Safe Mode (meaning the game is run in its own window without history so as to avoid accidental tab switching or history navigation).
  • Add exception handling for saving/loading of settings (so the app does not crash if the browser denies access to localStorage).

Achtung, die Kurve! in JavaScript v0.3.3

11 Jun 10:16
Compare
Choose a tag to compare
  • Improve browser support check.
  • Add image preloading during splash screen.
  • Make fullscreen shortcut hint OS-dependent (Cmd + Shift + F for Mac; F11 for others).

Achtung, die Kurve! in JavaScript v0.3.2

05 Jun 20:21
Compare
Choose a tag to compare
  • Fix false positive in JavaScript support check (in Chrome 48).