Commit Graph

  • 9617499ab8 SDLPP: add constant rotation dev zv0n 2023-04-08 20:19:22 +02:00
  • 5a0cb397b1 Gitignore: ignore vscode dir zv0n 2023-04-08 19:53:16 +02:00
  • 2e8132b458 Mario: turtle blocks initial version zv0n 2023-04-08 19:51:27 +02:00
  • d41c77ab96 Mario: enable death from bounce for Goomba zv0n 2023-04-08 19:43:36 +02:00
  • b175e58714 Mario: fix scrolling in load scene zv0n 2023-04-08 19:16:46 +02:00
  • f0182cf4d4 Mario: add turtle enemy zv0n 2023-03-10 16:45:26 +01:00
  • fd96a1c2cc SDLPP: don't colide with self zv0n 2023-03-10 16:45:10 +01:00
  • c453c2fe9a Formatting zv0n 2022-11-19 23:10:33 +01:00
  • 411f00e468 Fix linux build zv0n 2022-11-19 23:02:13 +01:00
  • 9402f2afa2 Teleportation in editor zv0n 2022-11-19 22:53:24 +01:00
  • 6ac2726a94 Editor: slightly less hardcoded teleport map zv0n 2022-11-13 20:56:20 +01:00
  • c5283000c7 Mario: teleport to hardcoded level zv0n 2022-11-13 19:52:39 +01:00
  • 41ba43ed93 Mario: fix Mario getting stuck in the floor when eating a mushroom zv0n 2022-11-12 21:42:25 +01:00
  • 92a30b8c51 SDLPP: don't hide objects on destroy, wait for next render to be killed zv0n 2022-11-12 21:32:47 +01:00
  • 7bd652f4e9 Mario: Fireball works zv0n 2022-11-12 21:32:18 +01:00
  • 3cde73d1ed Add fire mario mode zv0n 2022-11-11 19:47:35 +01:00
  • d89712ebab Mario: change size and texture when Mario eats a mushroom zv0n 2022-10-25 19:33:09 +02:00
  • 1462c2211b CI: only send notification on failure or change of status zv0n 2022-09-28 14:48:22 +02:00
  • 938958b709 Test different 'from' format for notification zv0n 2022-09-28 14:46:44 +02:00
  • e5641f3bfd Notify with arm version of the container zv0n 2022-09-28 14:32:19 +02:00
  • e6df794618 Try notification zv0n 2022-09-28 14:18:37 +02:00
  • f137f6609f Formatting zv0n 2022-09-28 13:57:13 +02:00
  • 59e09f77fd Fix CI/CD build zv0n 2022-09-28 13:56:29 +02:00
  • 4109cfe1af Mario: add basic big mario logic zv0n 2022-09-25 19:44:28 +02:00
  • 09cb13195c Mario: stop movement when entering main menu, check there was a movement before reversing it zv0n 2022-09-24 22:54:03 +02:00
  • 9e4cc97f79 SDLPP: Add scene pause function zv0n 2022-09-24 22:51:32 +02:00
  • aa5043a811 Mario: disable bouncing on some blocks zv0n 2022-09-24 20:45:21 +02:00
  • f9a32bdb72 Mario: add arrow key controls zv0n 2022-09-24 20:44:52 +02:00
  • 45ab92c31f Editor: warn if map isn't saved when quitting zv0n 2022-09-24 20:33:15 +02:00
  • 31f00ed5d0 gitignore: ignore code workspace zv0n 2022-09-24 20:01:56 +02:00
  • 3437aa6b47 Mario: end of level logic zv0n 2022-09-23 16:46:50 +02:00
  • 6211e8c756 Formatting zv0n 2022-09-22 20:40:09 +02:00
  • a1afaf427a Mario: Add restart and background color for menus zv0n 2022-09-22 20:16:46 +02:00
  • 8b9ef16929 Editor: Save map on CTRL+S or CMD+S zv0n 2022-09-21 22:26:45 +02:00
  • 5201d10e20 Game main menu/retry scenes zv0n 2022-09-19 22:56:50 +02:00
  • 65edc9e8a0 Mario: fix apple build zv0n 2022-08-22 22:38:45 +02:00
  • 4477c39524 Mario Editor: add option to select a level to load zv0n 2022-07-24 20:22:45 +02:00
  • 6cee97059c SDLPP TextRenderer: add function zv0n 2022-07-24 20:22:07 +02:00
  • 70f30b6767 Mario Editor: save to filename entered in editor zv0n 2022-07-22 22:18:01 +02:00
  • c505915fd2 Mario Editor: add level input field zv0n 2022-07-22 18:48:06 +02:00
  • fffa56706d Mario Editor: add keyboard control to menu zv0n 2022-07-22 13:26:23 +02:00
  • ab6dcccbac Mario: OK dialog zv0n 2022-07-22 12:55:09 +02:00
  • 98c5b5b0dc Remove old TODO zv0n 2022-07-22 12:33:49 +02:00
  • fa60a0f163 Mario: added Yes/No dialog zv0n 2022-07-22 12:23:16 +02:00
  • 2a2467ccc2 Mario: remove deleted file from CMake zv0n 2022-07-21 20:19:53 +02:00
  • 58fd1a37a8 Mario: formatting zv0n 2022-07-21 20:17:24 +02:00
  • 6558329547 Mario: deleted useless files zv0n 2022-07-21 20:17:12 +02:00
  • 3a80fab3dd Editor: testing out text input zv0n 2022-07-21 20:08:16 +02:00
  • 4414ee6ff7 SDLPP: don't cause an exception when TextRenderer has an empty string zv0n 2022-07-21 20:07:56 +02:00
  • 4143af9962 Mario Editor: add save/load functionality zv0n 2022-07-21 19:26:50 +02:00
  • 92ffac0edf Mario: add basic main menu to editor, separate scenes from main game loop zv0n 2022-06-26 15:13:06 +02:00
  • c59851b490 Ensure arrows are enabled/disabled even when moving tools with wsad zv0n 2022-06-24 21:51:47 +02:00
  • 38dfa533c4 Button update function zv0n 2022-06-24 21:50:30 +02:00
  • 194415500d Move map/tool controls to new button API zv0n 2022-06-23 10:31:58 +02:00
  • 94d24e37fa Playing around with buttons zv0n 2022-06-22 21:42:57 +02:00
  • 2402567330 Added generic button zv0n 2022-06-21 14:52:36 +02:00
  • a3a1e900b5 Filesystem library zv0n 2022-06-21 14:50:39 +02:00
  • b98d283d09 Make Goomba hitbox larger zv0n 2022-06-21 08:52:21 +02:00
  • c8e749a145 Fix goomba movements zv0n 2022-06-21 08:50:43 +02:00
  • e87495db2e Map versioning zv0n 2022-06-21 08:23:36 +02:00
  • edb8444d7d Update drone settings zv0n 2022-05-23 22:57:04 +02:00
  • 2dff727934 Change drone config to use kubernetes zv0n 2022-01-07 00:47:48 +01:00
  • 0d855ed218 Mario: formatting zv0n 2021-10-18 10:10:43 +02:00
  • 303490a619 CI: fix formatting check zv0n 2021-10-18 10:10:28 +02:00
  • f4a067fe23 CI: bump up cppbuilder image zv0n 2021-10-18 09:54:07 +02:00
  • 8ca70fa11e Mario: formatting zv0n 2021-10-18 09:08:35 +02:00
  • f3062464d2 CI: better checking of formatting zv0n 2021-10-18 09:08:21 +02:00
  • d60dc07e10 Update clang-format zv0n 2021-10-18 09:07:57 +02:00
  • f6cf68f71f Make mario a bit faster zv0n 2021-10-17 15:56:10 +02:00
  • 7e06da5fc0 CI/CD changes zv0n 2021-10-17 13:36:20 +02:00
  • ca39b7edc9 New CI/CD image zv0n 2021-10-17 13:30:10 +02:00
  • 3bf086f48a CI/CD zv0n 2021-10-17 13:18:28 +02:00
  • 28d7e208fc Mario: add goomba into moving_objects zv0n 2021-08-08 21:45:50 +02:00
  • edeeadb232 Mario: add Goomba zv0n 2021-08-08 21:45:05 +02:00
  • e31c4bb2db Mario: change mushroom coliders IDs to NPC specific ones zv0n 2021-08-08 21:41:02 +02:00
  • 94bf4fc39d Mario: mario detects enemies and bounces when he kills them/dies when they kill him zv0n 2021-08-08 21:40:00 +02:00
  • 45ac4dad64 Mario: support the new modifier object IDs in maploader zv0n 2021-08-08 21:36:47 +02:00
  • a01b6070f3 Mario: change modifier IDs to start with 0x6000 zv0n 2021-08-08 21:34:51 +02:00
  • c183e58f6e Blocks.cpp: add character support to zv0n 2021-08-08 21:22:44 +02:00
  • c7309d56a3 Editor: add character support zv0n 2021-08-08 21:22:00 +02:00
  • f3c4380bfb Mario: add enemies textures zv0n 2021-08-08 21:19:26 +02:00
  • 4f65dba2e0 Mario: only visit objects if they entered screen at least once zv0n 2021-08-07 22:25:32 +02:00
  • f7002f0f38 Mario: better mushroom movement zv0n 2021-08-07 22:17:27 +02:00
  • a194bfb86e Mario: destroy moving objects once they leave left side of screen, remove destroyed objects from moving_objects zv0n 2021-08-07 22:10:09 +02:00
  • e283b36229 Mario: set scene's background objects zv0n 2021-08-07 21:59:06 +02:00
  • 0608202483 SDLPP: add option to specify background objects in scene and move Z index of objects just above those background objects zv0n 2021-08-07 21:58:53 +02:00
  • f35aa095f3 Mario: remove useless debug outputs zv0n 2021-08-07 21:43:27 +02:00
  • f04dc1e23b Mario: mushroom interaction with Mario zv0n 2021-08-07 21:42:51 +02:00
  • 7b2adac922 Mario: add mushroom block zv0n 2021-08-07 21:41:15 +02:00
  • a7aa86c8e3 Mario: simple blocks formatting zv0n 2021-08-07 21:39:54 +02:00
  • 4742f3dd02 Mario: add travelToPos function to blocks zv0n 2021-08-07 21:39:15 +02:00
  • 7cb3f95e44 Mario: loop through all moving objects in doInput zv0n 2021-08-07 21:38:00 +02:00
  • 6238022ed2 Mario: fix modifier deletion zv0n 2021-08-07 12:13:23 +02:00
  • 7b1ef25f37 SDLPP: slight code cleanup zv0n 2021-08-07 12:13:03 +02:00
  • d4393ef179 Mario: better handling of screen resize, when showing FPS consider input handling as well zv0n 2021-08-06 18:49:58 +02:00
  • 4728056b76 SDLPP: add != for vector, add << for vector zv0n 2021-08-06 18:49:23 +02:00
  • b87318f44d SDLPP: add function that returns absolute position zv0n 2021-08-06 18:48:52 +02:00
  • 7d9763443a Mario: update cmake to include brew libraries zv0n 2021-08-05 21:21:25 +02:00
  • d267402ec5 Make cmake work on windows zv0n 2021-08-05 19:16:12 +02:00
  • 8e566ddb03 Mario: add sdlpp as a subdirectory instead of ExternalProject zv0n 2021-08-05 18:00:47 +02:00