Commit Graph

58 Commits

Author SHA1 Message Date
Masséna Fezard | Nounouille 496b059715 fix of the fix (thanks to toutouille 2021-01-11 17:42:47 +01:00
Masséna Fezard | Nounouille f601494508 fixed timer cuz the dev didn't want to do his job 2021-01-11 17:07:23 +01:00
Masséna Fezard | Nounouille a7cd45efbe dust reset fix 2021-01-07 22:03:47 +01:00
KikooDX 95f1b7dea6 Impressive bugfixTM 2020-09-20 18:16:01 +02:00
KikooDX 149af5c0e0 [src/main.c] TIMER_ANY :sry: 2020-08-29 16:17:34 +02:00
KikooDX 40fe31ccb6 Updated code to work with latest gint stable release 2020-08-29 15:54:37 +02:00
KikooDX b0751185a9 [src/main.c] Removed useless gint_osmenu() 2020-08-29 14:43:28 +02:00
KikooDX 9c41e416db A lot of stuff. 2020-05-21 18:19:04 +02:00
KikooDX e0a33fb714 [main.c+JTMM.g3a] Momentum lock, paufined the system and more. 2020-05-21 17:58:16 +02:00
KikooDX c63cd15cc5 [main.c+JTMM.g3a] The whole horizontal speed system now works. Also, ice 2020-05-21 17:21:30 +02:00
KikooDX f92fb66cd8 [main.c] Fix friction? Restored ice 2020-05-19 14:09:19 +02:00
KikooDX a90553fb18 [up-editor/update.sh] Use mogrify (imagemagick) to crop textures 2020-05-19 13:01:09 +02:00
KikooDX a75eb5143f [main.c+JTMM.g3a] Drill speed boost when hitting a wall 2020-05-18 19:08:38 +02:00
KikooDX b81c529278 [main.c] Moved the drill logic out of the draw chunk 2020-05-18 18:55:19 +02:00
KikooDX 6bc8cffa7c [main.c+JTMM.g3a] Nerfed drill 2020-05-18 18:40:31 +02:00
KikooDX 0d80478a78 [main.c+JTMM.g3a] Drill reverse momentum when colliding with spike or solid. 2020-05-18 15:27:03 +02:00
KikooDX 3d0955c1ed [main.c] (minor) Fixed the drill toggle 2020-05-18 15:17:17 +02:00
KikooDX 371fe1521e [main.c] Weird crash on exit fix 2020-05-18 15:15:43 +02:00
KikooDX 94fa113e66 [main.c] Drill toggle system 2020-05-18 10:55:17 +02:00
KikooDX 8d17b06def Working drill. Time to rebase. 2020-05-17 14:27:46 +02:00
KikooDX 5609d244c0 Uniform indentation 2020-05-17 14:13:48 +02:00
KikooDX a921a8cb99 Dust implementation. 2020-05-17 13:43:11 +02:00
KikooDX 3b25d3b64e Testing drill pos code. 2020-05-17 13:35:37 +02:00
KikooDX 24f06ed70e Direction "buffer". 2020-05-17 12:42:05 +02:00
KikooDX 722d45ddd4 Start working on the drill 2020-05-16 19:04:30 +02:00
KikooDX 9c1b49fa33 Binary, added function to "draw at a different speed" 2020-05-16 14:32:20 +02:00
KikooDX cde439072f Slight teleporter optimisation, animation speed is full 2020-05-16 12:44:41 +02:00
KikooDX 7df1ed843c Fixed timer 2020-05-16 12:37:10 +02:00
KikooDX 3ac6af2106 60UPS, 30FPS 2020-05-16 12:20:33 +02:00
KikooDX b86f6605bf Clean animation code, could be slow AF 2020-05-16 11:58:59 +02:00
KikooDX bae45f36ce Teleporters are now animation, updated elevators 2020-05-15 18:46:38 +02:00
KikooDX ce115178b5 I forgot the offset 🤦 2020-05-15 15:07:34 +02:00
KikooDX f2ba0edfca [draw.c] (minor) DIMAGE_NONE as a flag instead of 0 2020-05-15 13:57:30 +02:00
KikooDX 31aa7461bc Using dsubimage instead of libimg 2020-05-15 13:56:31 +02:00
KikooDX 3c2c216784 Removed comments from the old dimage process 2020-05-15 13:38:40 +02:00
KikooDX 32fdc174a3 It should work. Please work 2020-05-15 12:27:09 +02:00
KikooDX f227c86ab9 img_render(thing, vram, ...) -> img_render_vram(thing, ...) 2020-05-15 12:23:52 +02:00
KikooDX a624194dec Try to use libimg. 2020-05-14 18:26:14 +02:00
KikooDX 9a01ec8b6b define for FPS, set to 50 2020-05-14 17:51:16 +02:00
KikooDX 228c2560ce Teleporter first shot 2020-05-14 17:23:09 +02:00
KikooDX 2d9c826839 Semi solids 2020-05-13 18:19:11 +02:00
KikooDX 9c0d298db2 Alternative solid tile. 2020-05-13 14:10:50 +02:00
KikooDX 78d222df40 Early semi solid and alt solid. 2020-05-13 13:07:01 +02:00
KikooDX beffdb7ea1 Added levels.c to .gitignore, started a new screen 2020-05-11 11:55:55 +02:00
KikooDX 221c24b46f draw.c include draw.h 2020-05-11 11:48:28 +02:00
KikooDX 8511fb9eb9 Include "shared_define.h" 2020-05-11 11:45:03 +02:00
KikooDX b52e4a4805 Chill level 2020-05-10 19:05:39 +02:00
KikooDX 1f6f919b93 (menu) Display time that was at the end of the last screen (Lephénixnoir suggestion) 2020-03-25 13:48:11 +01:00
KikooDX 2ea8054b93 Speedrun stuff 2020-03-21 17:24:53 +01:00
KikooDX 8477db2c1f Oupsi 2020-03-21 17:00:17 +01:00