Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-04-15 | Make the solid frame partially transparent | Juan J. Martinez | |
2023-04-15 | "Toaster" notifications | Juan J. Martinez | |
To provide feedback to the user when a controller is plugged/unplugged. | |||
2023-04-15 | Added quote | Juan J. Martinez | |
2023-04-14 | Load the map list from a JSON file | Juan J. Martinez | |
2023-04-14 | Sprite tweaks | Juan J. Martinez | |
2023-04-14 | Some tweaks to the font | Juan J. Martinez | |
2023-03-26 | Support entities facing left | Juan J. Martinez | |
Perhaps it would be better to support "custom properties" in tiled, but this is OK for now. | |||
2023-03-21 | Introduce a set property | Juan J. Martinez | |
Stopped abusing the direction property! | |||
2023-03-21 | Player transition into the stage | Juan J. Martinez | |
2023-03-11 | Exit transition | Juan J. Martinez | |
2023-03-11 | Tidy up, state functions to state module | Juan J. Martinez | |
2023-03-11 | Add the exit it is drawn before any other entity | Juan J. Martinez | |
2023-03-10 | Change stage | Juan J. Martinez | |
2023-03-09 | Exit placement on the last battery | Juan J. Martinez | |
2023-03-09 | Exit stage WIP | Juan J. Martinez | |
2023-03-09 | Use ALT + Enter to toggle fullscreen | Juan J. Martinez | |
2023-03-04 | Fix: controller device added uses joystick index | Juan J. Martinez | |
While the other events rely on joystick's instance ID. | |||
2023-03-04 | Fix rendering for vertical scroll | Juan J. Martinez | |
There's still the issue of not doing clipping on the top of the screen. | |||
2023-03-04 | Fantasy controller tweaks | Juan J. Martinez | |
2023-03-04 | Show key or button depending on the controls | Juan J. Martinez | |
2023-03-03 | Reviewed the buttons | Juan J. Martinez | |
2023-03-03 | Better Gamepad support handling connection/disconnection | Juan J. Martinez | |
2023-03-03 | Simple game over menu | Juan J. Martinez | |
2023-03-02 | Even less IORef | Juan J. Martinez | |
Also reviewed comments and made the action to add effects more general. | |||
2023-03-02 | Clarified comments | Juan J. Martinez | |
2023-03-01 | Untangle state changes into actions | Juan J. Martinez | |
WIP: still unclear if we really need the IORefs! | |||
2023-03-01 | Removed another unncessary IORef | Juan J. Martinez | |
2023-03-01 | Removed unnecessary IORef | Juan J. Martinez | |
2023-03-01 | Dropped ReaderT as is not really needed | Juan J. Martinez | |
2023-03-01 | Better way of passing run-time options | Juan J. Martinez | |
2023-03-01 | More "modern" defaults | Juan J. Martinez | |
2023-03-01 | Trying non-moving GC | Juan J. Martinez | |
2023-03-01 | Pass an optional offset to the viewport | Juan J. Martinez | |
2023-03-01 | Added a FIXME | Juan J. Martinez | |
2023-03-01 | Better comments | Juan J. Martinez | |
2023-03-01 | Scroll using SDL's viewport | Juan J. Martinez | |
Horizontal needs testing. | |||
2023-02-26 | Set the frame to 0 | Juan J. Martinez | |
The "Dying" set has only one frame. | |||
2023-02-26 | Draw the HUB on the top of the screen | Juan J. Martinez | |
2023-02-26 | Revisited the game over sequence | Juan J. Martinez | |
2023-02-25 | Use void | Juan J. Martinez | |
2023-02-25 | More tweaks | Juan J. Martinez | |
2023-02-25 | Keep the hud in the game over screen | Juan J. Martinez | |
2023-02-25 | Tweaking the Game Over text | Juan J. Martinez | |
2023-02-25 | Game over sequence WIP | Juan J. Martinez | |
2023-02-24 | Cleaned passing the collision detection function to the entities | Juan J. Martinez | |
2023-02-24 | Removed test | Juan J. Martinez | |
2023-02-23 | Bitmap font | Juan J. Martinez | |
2023-02-21 | Tweaked tiles. | Juan J. Martinez | |
2023-02-21 | New Robot enemy. | Juan J. Martinez | |
2023-02-20 | Useless comment is useless | Juan J. Martinez | |