Skip to content
This repository has been archived by the owner on Mar 3, 2022. It is now read-only.

Alpha 0.14 "Helium"

Compare
Choose a tag to compare
@navet56 navet56 released this 23 Feb 12:41
· 464 commits to master since this release
  • This is what I call a long time.

Downloads

& Checksums

  • For Windows (with admin rights) : use setup-opmon.exe

(md5 : 680DB639B56BE10891D48FD60BA56DC3 | sha256 : 50249fffa5c5797eb8ed1550493b2da6b41cf6570ca34828b5793981f4a719e4)

  • For Windows (without admin right) : use OpMon-Win_NoInstall.zip

(md5 : F71FE36BDF56558EEF84261C75C0DAA3 | sha256 : b9afd3f9040a2796f5bb815b7dcf9f264b5d4c0c60c48c3ea62d6a57d10c1e7f)

  • For Debian 8, Ubuntu LTS, Linux Mint 18.x : use OpMon-0.14-sfml2.3.deb

(md5 : 7464E17628C33DB1202F453A1AC9C39F | sha256 : af6515d0064983a92e2895f8bb1ce21b45e9eac4cde0d2ba175095729763b3de)

  • For other Debian based distros (like Ubuntu 17.10): use OpMon-0.14-sfml2.4.deb

(md5 : F596F98E12F08D01AC08B05C1AC375E3 | sha256 : fbfdbd802e7894cdf02528c4cce5ee55e317dc23056a047ef399c10068aed426)

  • For Arch Linux based distros : use the PKGBUILD

  • For other GNU/Linux distros : build from source using CMake

  • For Mac and BSD : use OpMon-Mac_0.14.dmg

(md5 : a894df6821fb207eaf70bfc91909d1d8 | sha256 : f1e9bc703379956ba577b90222437e8e0d32526ddf9d1370ae99544ef953ed28)

Known bugs

  • Graphics bugs caused by drivers (We're still looking for why its bugs happen knowing that this happens on some specific PCs)
  • With a double screen, the full screen is sometimes glitched, sorry about that

Changelog

  • Rearranging and reprogramming most of the code
    -Use of the standard M-V-C organization (Model View Controller)
    -Other code standardizations
    -This leads to a lighter and most stable game (less lags).
  • Map system change :
    -The maps are no longer layers of images but tables linked to a tileset
    -Collisions now directly related to the tileset
  • Many graphic improvements
    -Vegetations
    -Laboratory, the first town etc
    -Sprites
  • Improved Debug Mode (press "="):
    -Enabling and disabling collision visibility
    -You can see the position of the player by box and by pixel
    -Enabling and disabling scrolling
  • Improved Credits screen
  • Change game controls
  • Adding new OpMons
  • The controls have been improved
  • New build method : cmake
  • The fullscreen applies immediately
  • Translations improvement
  • Adding the first route (not fully finished) : Route 14 (press "F7" key)
  • And maybe something else...