Skip to content

Releases: project-slippi/slippi-js

Version 6.7.0

14 May 23:29
Compare
Choose a tag to compare

Version 6.6.1

05 Feb 06:51
Compare
Choose a tag to compare
  • Add LRAS winner calculation logic (#122)
    • The placements aren't deterministic if someone LRAS'd so we now handle that separately.

Contributors

@vinceau

Version 6.6.0

24 Dec 06:04
Compare
Choose a tag to compare
  • Add Stadium mode support (#93/#95)
    • Enables stats processing of Break the Targets and Home Run Contest replays.
    • Break the Targets stats provide when the target was broken and its coordinates.
    • Home Run Contest stats provide the distance the sandbag was sent.
  • Add option to skip frame processing in getGameEnd() (#115)
  • Add match info (#117/#118)
    • these are details used for keeping track of sessions in Slippi Online. More info about these fields can be found in the spec.

Contributors

@vinceau
@cnkeats
@JLaferri
@NikhilNarayana

Version 6.5.0

01 Nov 02:53
Compare
Choose a tag to compare
  • Add Game End Placements (#106)
  • Add rawJoystickX to pre frame updates (c220f6e)

Version 6.4.0

10 Sep 19:25
Compare
Choose a tag to compare
  • Add support for extracting gecko code information from gecko code list messages (#113)

Version 6.3.0

02 Aug 04:55
Compare
Choose a tag to compare
  • Adds language to FrameStart, and hitlagRemaining and animationIndex to PostFrameUpdate (#109)
  • Adds action counts for standard attacks -- jabs, dash attack, tilts, smashes, and aerials
  • Fixes issue with counting identical actions immediately after one another
  • Fixes issue with dash grabs not being counted
  • Fixes issue with counting grab success when pummels/throws are done frame perfectly
  • Fixes issue with counting Peach forward smash (#112)

Version 6.2.1

04 Apr 04:47
Compare
Choose a tag to compare
  • Add slippi userId to PlayerType (#94).
    • last release omitted it by accident.

Version 6.2.0

04 Apr 01:26
Compare
Choose a tag to compare
  • Swap tech forward/backward for in/away (#78).
    • these are in relation to the opponent.
  • Add getRollbackFrames() (#82).
  • Add Home-Run Contest stage, Target Test stages, and additional characters (#88),
  • Fix Kirby's neutral B causing an extraneous conversion (#90).
  • Add slippi userId to PlayerType (#94).
  • Fix crash in SlpFile (#97).

Version 6.1.3

01 Sep 05:14
bc13b17
Compare
Choose a tag to compare
  • Make StatsComputer protected (b0c9c4e).
  • Set disconnect status on console connection error (2f26f76)

Version 6.1.2

16 Aug 06:09
Compare
Choose a tag to compare
  • Allow setting isRealtime (#80)
  • Accept ArrayBuffer in SlippiGame constructor (#77)