Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-07-04 | Only sound blaser | Juan J. Martinez | |
Otherwise it may fallback to dump a WAV to disk. | |||
2023-07-04 | Prevent MikMod_Update being called from the int | Juan J. Martinez | |
2023-07-04 | This may be needed | Juan J. Martinez | |
But it also may not have effect on DOS! | |||
2023-07-04 | Don't need lock/unlock | Juan J. Martinez | |
2023-07-03 | Make the pickup have more priority than the warp | Juan J. Martinez | |
2023-07-03 | Sound queue | Juan J. Martinez | |
This is to queue sounds and play them when we update the screen, so the sounds are synced with the action. It is required because the MikMod_Update function updates on the clock int, and is not synced with the VGA's vsync. | |||
2023-07-02 | Don't play sound if is game over already | Juan J. Martinez | |
This may happen id there's a pending time hud update. | |||
2023-07-02 | Add sound support | Juan J. Martinez | |
2023-07-01 | Sound requirements | Juan J. Martinez | |
2023-06-30 | Add Mr Bones sprite | Juan J. Martinez | |
2023-06-29 | Better name | Juan J. Martinez | |
2023-06-29 | Done | Juan J. Martinez | |
2023-06-29 | Collect pickups even if invulnerable | Juan J. Martinez | |
2023-06-29 | Add attract screen | Juan J. Martinez | |
2023-06-29 | Move wait_time to vga | Juan J. Martinez | |
2023-06-29 | Add pause / resume | Juan J. Martinez | |
2023-06-29 | Add "Ready?" text to the start of stage | Juan J. Martinez | |
2023-06-29 | Add pickaxe pickup | Juan J. Martinez | |
2023-06-29 | Updated sprites / tiles | Juan J. Martinez | |
2023-06-28 | Old miner sprite | Juan J. Martinez | |
2023-06-28 | Time monster sprite | Juan J. Martinez | |
2023-06-28 | Bling effect | Juan J. Martinez | |
2023-06-27 | Add pikcups | Juan J. Martinez | |
WIP: only time and bonuses for now. | |||
2023-06-27 | Fixed include | Juan J. Martinez | |
2023-06-27 | Add Bat enemy | Juan J. Martinez | |
2023-06-27 | Updated TODO | Juan J. Martinez | |
2023-06-27 | More sprite work | Juan J. Martinez | |
2023-06-27 | Typo | Juan J. Martinez | |
2023-06-27 | Bling effect | Juan J. Martinez | |
2023-06-26 | Infra work for the audio | Juan J. Martinez | |
2023-06-26 | That was missing | Juan J. Martinez | |
2023-06-25 | Add entity system, add new enemy (snake) | Juan J. Martinez | |
2023-06-22 | Was done, we need pause | Juan J. Martinez | |
2023-06-22 | Game over done | Juan J. Martinez | |
2023-06-22 | Center the time in the HUD | Juan J. Martinez | |
2023-06-22 | Game over screen | Juan J. Martinez | |
Also move private defines to the game module. | |||
2023-06-22 | When player is hit, exit the update | Juan J. Martinez | |
2023-06-22 | Player damage, invulnerability, death sequence and respawn | Juan J. Martinez | |
2023-06-22 | Import entities from the map and spawn them | Juan J. Martinez | |
2023-06-22 | Treat warnings as errors | Juan J. Martinez | |
2023-06-22 | Use the right directive | Juan J. Martinez | |
2023-06-22 | Not needed the name of the game | Juan J. Martinez | |
2023-06-22 | Make it a link | Juan J. Martinez | |
2023-06-22 | Use latest version | Juan J. Martinez | |
2023-06-22 | Let's be explicit | Juan J. Martinez | |
2023-06-22 | All the assets | Juan J. Martinez | |
2023-06-22 | Clarified the license | Juan J. Martinez | |
2023-06-21 | Check for the total gold limit of 1 byte | Juan J. Martinez | |
2023-06-21 | Map twaks | Juan J. Martinez | |
2023-06-21 | Add mine door | Juan J. Martinez | |