Skip to content

Releases: GreepTheSheep/openplanet-MXRandom

v2.3.8

25 Nov 09:26
Compare
Choose a tag to compare

What's Changed

  • fix: remove wrong endif by @EdVraz in #113

Full Changelog: v2.3.7...v2.3.8

v2.3.7

30 Sep 23:43
Compare
Choose a tag to compare

What's Changed

  • Makes MP4 use the SingleMap gamemode instead of the engine fallback by @deathride58 in #109
  • refactor: improve (auto)saving system by @EdVraz in #110
  • refactor: imrpove Skip Buttons for RMC and RMS by @EdVraz in #111
  • RMT can now use Better Room Manager in order to autodetect Club and Room ID of a room instead of putting IDs manually

New Contributors

Full Changelog: v2.3.6...v2.3.7

v2.3.6

12 Sep 14:50
Compare
Choose a tag to compare

What's Changed

  • feat: allow saving rmc/s runs by @EdVraz in #105
  • fix: remove trailing slash automatically by @EdVraz in #108
  • fix: dont rely on tmx when loading a save by @EdVraz in #107
  • Add skybaks.openplanet-build as recommendations
  • Fixed all warns and sanity checks

Full Changelog: v2.3.5...v2.3.6

v2.3.5

16 Aug 11:25
Compare
Choose a tag to compare
  • Fix null pointer exception with player best times by @XertroV in #90
  • add buttons for setting different API endpoints by @XertroV in #92
  • RMT: Update room with 1 request not 2, fix race condition while changing maps by @XertroV in #99

Full Changelog: v2.3.4...v2.3.5

v2.3.4

20 Jun 05:26
Compare
Choose a tag to compare
  • Updated settings icons and tab orders
  • "Menu" settings tab has been replaced to "Advanced"
  • Moved UseLengthChecksInRequests setting to "Advanced" tab
  • Added ability to change ManiaExchange API to another URL in "Advanced" settings tab (#86)
  • Added checking for exact map author in "Searching" settings tab (#87)

What's Changed

  • Add ability to change ManiaExchange api to another url by @dwhitacre in #86
  • feat: check for exact map author by @EdVraz in #87

New Contributors

Full Changelog: v2.3.3...v2.3.4

v2.3.3

10 Jun 06:32
Compare
Choose a tag to compare
  • Added map name / author / mappack Id filtering when searching random maps (#77)
  • Added a solution that removes TMX search params when searching random maps that can improves searching performances, toggleable in searching settings (#68)
  • Fixed preloaded maps still in use after a Random Map game
  • Added informations on RMT map skip workaround (#83)

What's Changed

  • fix: remove length parameters by @EdVraz in #78
  • feat: allow map name/map pack/map author filtering for maps by @EdVraz in #77
  • fix: remove preloaded map on new challenge start by @EdVraz in #80
  • fix: fix issue caused by incorrect handle assignment by @EdVraz in #82
  • refactor(UI): put stronger emphasis on the invalidity of a run by @EdVraz in #84

New Contributors

  • @EdVraz made their first contribution in #78

Full Changelog: v2.3.2...v2.3.3

v2.3.2

29 May 19:14
a5fc979
Compare
Choose a tag to compare
  • Added check player's checkpoint count before validating as PB time (#70 & #73)
  • Moved data from Openplanet folder to PluginStorage folder
  • Added save recently played map in RMT (#71)
  • Loads RMC map search configs from plugin config instead of being hardcoded on it (#68)
  • Add MX's award count on map info (setting disabled by default) (#72)
  • Add possibility to change timer for RMC and RMT (#72)
  • Add possibility to have tags include/exclude search parameters on all Random Map Challenge Modes (Forbidden on official Leaderboard) (#72)
  • Improved map tags selection parameters (now you can select multiple tags) (#72)
  • Added Difficulty search parameter (#76)

(Note for #68, issues are still opened because we need some reproduction of there bugs, if you encounter any please use there GitHub issues!)

What's Changed

New Contributors

Full Changelog: v2.3.1...v2.3.2

What's Changed

New Contributors

Full Changelog: v2.3.1...v2.3.2

v2.3.1

14 May 14:17
Compare
Choose a tag to compare
  • Fixed map not being added to Nadeo room if map wasn't uploaded to NadeoServices in RMT while fetching next map (thanks Chris92)

Note for RMT: if map skip does not work on RMT, it's Nadeo fault. Try vote skipping to next map, it should work correctly.

Full Changelog: v2.3.0...v2.3.1

v2.3.0

09 May 17:49
Compare
Choose a tag to compare
  • New game mode: Random Map Together, play in cooperation with other players on a Nadeo room! Requires MLHook & MLFeed dependencies (BetterChat is optional)
  • Fixed possible crashes on MP4 (#62)
  • Fixed prepatch warnings always showing regardless of exe build (#63)
  • Minor UI improvements and added MapDate (#64)
  • Fixed only the first tag reporting prepatch flag (#66)
  • Scaling fixes on newest Openplanet update (#67)
  • Next maps on RMC modes are now prefetched on MX during a run for quick switching (was after getting goal medal before)
  • Fixed countdown not starting as intended on TMNEXT
  • Added Pace indicator as a setting (#65)
  • Skip and Next map buttons are now disabled when in game pause menu to prevent softlocking (#46)
  • Added preload detection
  • Fixed loading maps that are not in the RMC recommendations when starting RMC (some players experienced trial maps when starting RMC/RMS)
  • Updated length operators to TMX to improve loading times (#68)

New Contributors

Full Changelog: v2.2.2...v2.3.0

v2.2.2

14 Nov 17:38
Compare
Choose a tag to compare
  • Support for TMAll title pack on Maniaplanet (#61)
  • Fix Adding time on prepatch maps if you got below goal medal (Thanks Scrapie!)
  • Fix preprocessor crash on Maniaplanet (Thanks XertroV)