Version 0.16: MASSIVE Performance Boost


Changelog:

  • Reworked Line Drawing to increase Performance
  • Reworked Shape Detection to massively increase Performance
  • Fixed Bug where the Grappling Hook rope would not be displayed correctly on purple and blue anchors

Before this patch, we were always checking every single sub-line in the players trail for intersections to determine if a new shape should be drawn. This caused the performance cost to skyrocket on longer trails. Now we simply check the newest subline that was added, meaning that long lines make almost no difference in performance! Below you can see the outcomes of particularly long trails before and after this patch:

Old

New

Files

RolliWars_v0.16.zip Play in browser
Nov 29, 2022

Comments

Log in with itch.io to leave a comment.

(+1)

Cool! MAybe it was hard!