Age | Commit message (Expand) | Author |
---|---|---|
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 |
2023-03-02 | Clarified comments | Juan J. Martinez |
2023-03-01 | Untangle state changes into actions | Juan J. Martinez |
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 |
2023-02-26 | Set the frame to 0 | Juan J. Martinez |
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 |
2023-02-20 | Split entities in modules. | Juan J. Martinez |
2023-02-19 | Make enemies wiggle when the unfreeze | Juan J. Martinez |
2023-02-19 | A bit cleaner | Juan J. Martinez |
2023-02-18 | Longer delay | Juan J. Martinez |
2023-02-18 | Slimes hit enemies | Juan J. Martinez |
2023-02-18 | Slightly more readable | Juan J. Martinez |
2023-02-18 | Some tile work | Juan J. Martinez |
2023-02-18 | Slime tweaks | Juan J. Martinez |
2023-02-17 | Added fixed pattern enemy (slimes) | Juan J. Martinez |
2023-02-16 | Adjusted map collision | Juan J. Martinez |
2023-02-16 | Added lives to the HUD | Juan J. Martinez |
2023-02-15 | Game state, HUD, ... WIP | Juan J. Martinez |
2023-02-15 | Make testing easier | Juan J. Martinez |
2023-02-14 | Dust effect revisited | Juan J. Martinez |
2023-02-14 | Refined collision detection player vs entity | Juan J. Martinez |
2023-02-14 | Adjusted collision, draw player last | Juan J. Martinez |
2023-02-13 | Experiment with entity vs player collision | Juan J. Martinez |
2023-02-13 | Refined collision | Juan J. Martinez |
2023-02-13 | Pickups WIP | Juan J. Martinez |
2023-02-10 | Moved the entity spawn to Entity module | Juan J. Martinez |