FishFight Versions Save

Tactical 2D shooter in fishy pixels style. Made with Rust-lang 🦀 and Bevy 🪶

v0.9.2

5 months ago

[0.9.2] - 2023-12-22

Bug Fixes

  • Fix drop of player inputs for multiple button events per frame. (#886) by Zicklag

Features

  • Show the game version at the bottom-right of the main menu. (#887) by Zicklag

Miscellaneous Tasks

  • Bump Jumpy version in Cargo.toml (#888) by Zicklag
  • Update Cargo.lock to include correct crate version. (#889) by Zicklag

v0.9.1

5 months ago

[0.9.1] - 2023-12-22

Bug Fixes

  • Fix sleeping kinematic / has_moved optimization causing AI to sink into ground (#883) by Max Whitehead

Features

  • Add a debug menu ( F12 ) with snapshot and restore buttons. (#878) by Zicklag

Other

  • Update dependencies. (#884) by Zicklag
  • Update dependencies, including bones. (#885) by Zicklag

v0.9.0

6 months ago

This release implements our new Lua scripting system and asset pack loading!

The progress we've made is described in more detail in our two most recent blog posts:

Jumpy was also featured in the latest Rust Gamedev Meetup which included a showcase of Jumpy modding with the work-in-progress Blunderbass item.


[0.9.0] - 2023-12-15

Documentation

  • Add packaging instructions (#868) by Orhun Parmaksız

Features

  • Add anchor item implemented with the new Lua scripting system. (#870) by Zicklag
  • Load hats, players, and maps from asset packs. (#874) by Zicklag
  • Add work-in-progress blunderbass to the devpack. (#875) by Zicklag
  • Add kickback to blunderbass. (#876) by Zicklag

Miscellaneous Tasks

  • Update copyright date and change "Fish Fight" to "Fish Folk" in license. (#872) by Erlend Sogge Heggen

v0.8.2

7 months ago

[0.8.2] - 2023-10-26

Features

  • Allow setting asset and asset pack dirs with environment variables. (#866) by Zicklag

Other

  • Remove scheduled nightly builds. (#867) by Zicklag

nightly-2023-10-26

7 months ago

nightly-2023-10-25

7 months ago

nightly-2023-10-24

7 months ago

nightly-2023-10-23

7 months ago

nightly-2023-10-22

7 months ago

v0.8.1

7 months ago

This release fixes a startup crash on some platforms, and adds a fullscreen setting.

[0.8.1] - 2023-10-19

Bug Fixes

  • Fix crash in web build due to trying to set fullscreen mode. (#860) by Zicklag

Features

  • Add custom loading screen. (#858) by Zicklag
  • Make game start in fullscreen and add fullscreen setting. (#859) by Zicklag

Other

  • Update bones and hopefully fix #861. (#864) by Zicklag