lexys-labyrinth/js
Eevee (Evelyn Woods) 86764612d3 [WIP] Switch to a more accurate frame-based model
This seems to match how CC2 actually works, and it fixes the replays for
the CC1 levels BLOCK BUSTER, THE PRISONER, CATACOMBS, and GOLDKEY.

Unfortunately, it also regresses ON THE ROCKS, GRAIL, and ALPHABET SOUP,
and I do not know why.  I'm not even sure why it fixes CATACOMBS and
GOLDKEY.  It makes a mess of force floor handling with mixed results.
It's also some 40% slower, which is not ideal.

I doubt I'll revisit this particular branch, since it's the sort of mass
code rearrangement that breaks everything, but I'm keeping it for future
reference in case I try to revisit this idea.
2020-12-15 21:07:47 -07:00
..
defs.js Move input handling into Level and clean it up a ton; add a bulk test gizmo 2020-12-14 17:02:14 -07:00
editor-tile-overlays.js bestowal_bow => gift_bow, directional_block => frame_block 2020-12-10 13:28:40 -07:00
format-base.js Add support for recording replays, with a bunch of refactoring along the way 2020-12-13 20:36:12 -07:00
format-c2g.js Fix crash with teeth and Cerise 2020-12-15 00:48:28 -07:00
format-dat.js Editor: Stub out support for actually saving levels 2020-12-03 15:40:44 -07:00
game.js [WIP] Switch to a more accurate frame-based model 2020-12-15 21:07:47 -07:00
main-base.js Add support for recording replays, with a bunch of refactoring along the way 2020-12-13 20:36:12 -07:00
main-editor.js Fix wire tool only working in the upper-left quadrant 2020-12-14 17:32:48 -07:00
main.js Only do CC2 actions per press, not per held tic 2020-12-15 01:07:02 -07:00
renderer-canvas.js New debug options: disable interpolation, show actor bboxes 2020-12-08 16:40:35 -07:00
soundtrack.js Add three new music tracks from notchris 2020-11-03 14:07:25 -07:00
tileset.js Add rough implementations of dynamite and bowling ball 2020-12-14 23:25:48 -07:00
tiletypes.js [WIP] Switch to a more accurate frame-based model 2020-12-15 21:07:47 -07:00
util.js Move input handling into Level and clean it up a ton; add a bulk test gizmo 2020-12-14 17:02:14 -07:00