| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add missing enemy tile definitions | Miquel Sabaté Solà | 2026-02-03 | 1 | -4/+36 |
| * | Initial work on sprite cycling for enemies | Miquel Sabaté Solà | 2026-02-03 | 1 | -8/+47 |
| * | Remove the .nasm/ directory on 'clean' | Miquel Sabaté Solà | 2025-12-15 | 1 | -0/+1 |
| * | Only use --stats if V=1 | Miquel Sabaté Solà | 2025-12-15 | 1 | -1/+5 |
| * | Adapt the code to play well with nasm's asan | Miquel Sabaté Solà | 2025-12-15 | 13 | -144/+145 |
| * | Add patch files into gitignore | Miquel Sabaté Solà | 2025-12-14 | 1 | -0/+1 |
| * | Update assets with the latest changes | Miquel Sabaté Solà | 2025-10-13 | 2 | -24/+24 |
| * | Don't handle frame drops unless PARTIAL is set | Miquel Sabaté Solà | 2025-10-12 | 1 | -0/+4 |
| * | Pick xa65 by default if that exists | Miquel Sabaté Solà | 2025-10-12 | 3 | -11/+18 |
| * | Initialize enemies at a random Y coordinate | Miquel Sabaté Solà | 2025-05-16 | 5 | -1/+76 |
| * | Add the skeleton code for enemies | Miquel Sabaté Solà | 2025-05-15 | 3 | -0/+60 |
| * | assets: Duplicate the UFO kind of sprite | Miquel Sabaté Solà | 2025-05-15 | 2 | -57/+62 |
| * | bullet: Do not clash with the pool | Miquel Sabaté Solà | 2025-05-15 | 1 | -9/+9 |
| * | Add the segment on globals.s | Miquel Sabaté Solà | 2025-05-15 | 1 | -0/+2 |
| * | Define the notion of a level | Miquel Sabaté Solà | 2025-05-15 | 3 | -0/+28 |
| * | Decrease the capacity of bullets on screen | Miquel Sabaté Solà | 2025-05-15 | 1 | -1/+1 |
| * | partial: Account for frame drops | Miquel Sabaté Solà | 2025-05-15 | 1 | -1/+22 |
| * | Simplify the cycling on the rest of sprites | Miquel Sabaté Solà | 2025-05-15 | 1 | -19/+22 |
| * | Don't touch zp_arg2 on background checks | Miquel Sabaté Solà | 2025-05-14 | 1 | -4/+3 |
| * | Implement the base for moving bullets | Miquel Sabaté Solà | 2025-05-14 | 4 | -2/+467 |
| * | reset: Do not zero out RAM | Miquel Sabaté Solà | 2025-05-12 | 2 | -25/+23 |
| * | Fix comment that still referended "throttle" | Miquel Sabaté Solà | 2025-05-11 | 2 | -3/+3 |
| * | github: Add basic build pipeline | Miquel Sabaté Solà | 2025-04-07 | 3 | -0/+50 |
| * | assets: Exclude these files from git statistics | Miquel Sabaté Solà | 2025-04-06 | 1 | -0/+1 |
| * | assets: Add all enemies and bullets | Miquel Sabaté Solà | 2025-04-06 | 2 | -31/+31 |
| * | Add the ability to pause the game | Miquel Sabaté Solà | 2025-04-03 | 3 | -3/+63 |
| * | title: Allow selecting with the A button | Miquel Sabaté Solà | 2025-04-02 | 1 | -1/+1 |
| * | config: Reduce the velocities when airborne | Miquel Sabaté Solà | 2025-04-02 | 2 | -9/+9 |
| * | Implement hover | Miquel Sabaté Solà | 2025-04-02 | 1 | -0/+12 |
| * | Rename throttle to the proper wording | Miquel Sabaté Solà | 2025-04-02 | 4 | -40/+38 |
| * | Full stop when not moving on walking state | Miquel Sabaté Solà | 2025-04-02 | 1 | -3/+8 |
| * | Switch to a throttle state when falling | Miquel Sabaté Solà | 2025-04-02 | 1 | -0/+22 |
| * | Adapt velocity constants for PAL | Miquel Sabaté Solà | 2025-04-02 | 8 | -19/+193 |
| * | player: First PAL implementation | Miquel Sabaté Solà | 2025-04-02 | 4 | -7/+91 |
| * | player: Implement background collision | Miquel Sabaté Solà | 2025-04-01 | 5 | -92/+305 |
| * | Add some notes on the changelog | Miquel Sabaté Solà | 2025-03-21 | 2 | -14/+40 |
| * | title: Fix toggle with the Select button | Miquel Sabaté Solà | 2025-03-21 | 1 | -8/+10 |
| * | player: Inline the position to screen translation | Miquel Sabaté Solà | 2025-03-20 | 1 | -49/+35 |
| * | Add walking animation | Miquel Sabaté Solà | 2025-03-20 | 5 | -43/+120 |
| * | player: Add initial code for horizontal motion | Miquel Sabaté Solà | 2025-03-20 | 1 | -15/+92 |
| * | player: Update its sprites on heading and throttle | Miquel Sabaté Solà | 2025-03-19 | 2 | -58/+147 |
| * | reset: Read the PPU status before the first wait | Miquel Sabaté Solà | 2025-03-19 | 1 | -0/+1 |
| * | Remove the NTSC output for partial builds | Miquel Sabaté Solà | 2025-03-19 | 1 | -2/+2 |
| * | Disable the PPU between the title to main screens | Miquel Sabaté Solà | 2025-03-19 | 6 | -13/+92 |
| * | Expanded ground collision to the other platforms | Miquel Sabaté Solà | 2025-03-18 | 3 | -34/+130 |
| * | Add basic vertical movement | Miquel Sabaté Solà | 2025-03-17 | 3 | -1/+347 |
| * | assets: Remove duplicated tiles from background | Miquel Sabaté Solà | 2025-03-14 | 3 | -28/+28 |
| * | Add editorconfig | Miquel Sabaté Solà | 2025-03-14 | 1 | -0/+13 |
| * | Support PAL natively | Miquel Sabaté Solà | 2025-03-14 | 3 | -11/+43 |
| * | Add a title and a main screens | Miquel Sabaté Solà | 2025-03-13 | 17 | -119/+533 |
