Commit Graph

131 Commits

Author SHA1 Message Date
lustlion 2b9f605a0a added seconds since start, tweaked wall jump, added wall friction and isSliding 2022-02-27 05:30:46 +01:00
binarycat e3a5ab0c42 new fps counter 2022-02-27 04:49:38 +01:00
lustlion fcac1abef1 made a table local 2022-02-27 04:29:13 +01:00
lustlion e32356335f fixed pause crash 2022-02-27 03:40:41 +01:00
lustlion e62eae1564 fixed dash timer bad when lag 2022-02-27 03:02:06 +01:00
lustlion ce43e48723 reimplemented hook swing movement >:3 2022-02-27 00:09:50 +01:00
binarycat a3cfe1fed3 change rope swinging physics a bit 2022-02-26 23:49:25 +01:00
binarycat 4ae314f422 rework physics, move_x now only used for graphics logic 2022-02-26 23:01:56 +01:00
lustlion 7ca46a9a01 please begone 2022-02-26 21:35:09 +01:00
lustlion 4f6d0890e3 removing patch file, changing jump check for CheckPressed instead of CheckDown 2022-02-26 21:33:01 +01:00
lustlion 8bad3894dc a, clean 2022-02-26 21:19:54 +01:00
binarycat e9754dc1dd walljumps 2022-02-26 21:18:25 +01:00
binarycat 4efc99659c dont use nil globals, pass no args to Entity:New() instead 2022-02-26 20:14:01 +01:00
lustlion 1580dc3463 consistent indentation 2022-02-26 03:56:53 +01:00
lustlion 42cf9cfec8 fix fix (but true fix) 2022-02-26 02:26:12 +01:00
lustlion 2c22e9e26a fix 2022-02-26 02:23:48 +01:00
lustlion 54f6a46428 added draw functions for setScale, rehandled scale, animations now have multiple frame times (this breaks some minor stuff) 2022-02-24 04:15:35 +01:00
lustlion 00cec59351 debug screen to show loaded objects, fixed particles not getting properly cleaned, canvas cleanup 2022-02-23 16:46:03 +01:00
lustlion a4490bc827 fixed arrow physics 2022-02-22 01:14:38 +01:00
lustlion f0bc02c418 Fixed particles, reduced light radius of visible light 2022-02-21 18:48:24 +01:00
lustlion a944192f67 Rehandled Darkness and Lights. Refactored lots of stuff. Rewritten shaders. 2022-02-21 18:24:20 +01:00
lustlion 192b1e6ca0 fixed map; hookshots circle is now drawn on background 2022-02-18 13:21:10 +01:00
lustlion 37d44ce0a2 cleaning old demos folder 2022-02-18 00:25:40 +01:00
lustlion 74ee5b63aa fixed gitignore 2022-02-18 00:23:04 +01:00
lustlion 405c80d039 bugfix: action checks without demo wouldnt be properly registered 2022-02-18 00:17:36 +01:00
lustlion a722c019f3 yeah table uh not sure 2022-02-18 00:03:32 +01:00
lustlion 8e9078e929 demo recording and playback, collision table 2022-02-17 23:39:31 +01:00
lustlion fb375e352b air friction for vertical velocity 2022-02-15 10:55:56 +01:00
lustlion a21246e016 adjustmenet hook 2022-02-15 10:44:02 +01:00
lustlion 5f852a61e6 bugfix collision optimizer being too greedy 2022-02-15 10:35:52 +01:00
lustlion 8def86ade6 hook anchors. player animation fixed. 2022-02-15 10:21:24 +01:00
lustlion f6541068e0 swing adjustment. :) 2022-02-14 15:56:14 +01:00
lustlion acfc51ae03 level chhange 2022-02-12 20:08:41 +01:00
lustlion 9d1e59b46a adjusted hook to be toggle; renamed HasPressed to CheckPressed (keybind) 2022-02-12 20:03:48 +01:00
lustlion 6566e6fbab fix swing 2022-02-12 11:43:56 +01:00
lustlion 8ddf3610ac restructured folder 2022-02-12 11:36:43 +01:00
lustlion e51905de67 run from the folder 2022-02-12 10:35:45 +01:00
bizcochito d7d0c83c94 Changed the rope calculation (not working like i want anyway) 2022-02-11 15:55:14 +01:00
lustlion ff99b79563 rope, moved entities from LoadedEntities to LoadedObjects.Entities 2022-02-10 18:18:37 +01:00
lustlion 7f42dea6fa player respawn, spikes & hazard objects 2022-02-10 15:53:50 +01:00
lustlion 2ce41d541f audio manager, moved stuff from (removed) enums into animations, tiledata. new sfx and music enum files 2022-02-08 17:04:36 +01:00
bizcochito cbcf90de2d Level list now pulled from "levels", changed log stuff. 2022-02-08 11:30:59 +01:00
bizcochito 2f19554279 solved: i put append instead of write in export 2022-02-08 10:53:53 +01:00
bizcochito 7e134f7961 Not files are saved in "export" and logs in "logs" 2022-02-08 10:52:37 +01:00
bizcochito ef58a6e383 Changed file management to native lua instead of love.filesystem 2022-02-08 10:23:42 +01:00
lustlion e7aa34d5c2 Logged level export 2022-02-08 08:40:17 +01:00
lustlion 1f7d967f77 Cleaned collisions.lua, objobjects.lua. Fixed level optimization typo. Added fairy FCS (altitude hold). 2022-02-08 08:22:27 +01:00
lustlion 010c19b10f Fix, collisions now show border in debug 2022-02-07 12:16:58 +01:00
lustlion a899e40c73 Two dimensional optimization, yay 2022-02-07 12:07:57 +01:00
bizcochito 3f5cc2e111 solved problem where log had all in 1 line 2022-02-07 11:40:59 +01:00