aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-07-06DoneJuan J. Martinez
2023-07-06Add tracker enemy (Mr Bones)Juan J. Martinez
2023-07-06Add free enemy (Old Miner)Juan J. Martinez
2023-07-05TyposJuan J. Martinez
2023-07-05Fix time bonus calculationJuan J. Martinez
It was overflowing and showint 255 as time.
2023-07-04DoneJuan J. Martinez
2023-07-04Stage complete sequenceJuan J. Martinez
2023-07-04Warp all the entities outJuan J. Martinez
Used by the stage clear code.
2023-07-04Set the direction as it must be 0Juan J. Martinez
2023-07-04Add time monsterJuan J. Martinez
2023-07-04DoneJuan J. Martinez
2023-07-04Only DB or no soundJuan J. Martinez
2023-07-04Only sound blaserJuan J. Martinez
Otherwise it may fallback to dump a WAV to disk.
2023-07-04Prevent MikMod_Update being called from the intJuan J. Martinez
2023-07-04This may be neededJuan J. Martinez
But it also may not have effect on DOS!
2023-07-04Don't need lock/unlockJuan J. Martinez
2023-07-03Make the pickup have more priority than the warpJuan J. Martinez
2023-07-03Sound queueJuan 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-02Don't play sound if is game over alreadyJuan J. Martinez
This may happen id there's a pending time hud update.
2023-07-02Add sound supportJuan J. Martinez
2023-07-01Sound requirementsJuan J. Martinez
2023-06-30Add Mr Bones spriteJuan J. Martinez
2023-06-29Better nameJuan J. Martinez
2023-06-29DoneJuan J. Martinez
2023-06-29Collect pickups even if invulnerableJuan J. Martinez
2023-06-29Add attract screenJuan J. Martinez
2023-06-29Move wait_time to vgaJuan J. Martinez
2023-06-29Add pause / resumeJuan J. Martinez
2023-06-29Add "Ready?" text to the start of stageJuan J. Martinez
2023-06-29Add pickaxe pickupJuan J. Martinez
2023-06-29Updated sprites / tilesJuan J. Martinez
2023-06-28Old miner spriteJuan J. Martinez
2023-06-28Time monster spriteJuan J. Martinez
2023-06-28Bling effectJuan J. Martinez
2023-06-27Add pikcupsJuan J. Martinez
WIP: only time and bonuses for now.
2023-06-27Fixed includeJuan J. Martinez
2023-06-27Add Bat enemyJuan J. Martinez
2023-06-27Updated TODOJuan J. Martinez
2023-06-27More sprite workJuan J. Martinez
2023-06-27TypoJuan J. Martinez
2023-06-27Bling effectJuan J. Martinez
2023-06-26Infra work for the audioJuan J. Martinez
2023-06-26That was missingJuan J. Martinez
2023-06-25Add entity system, add new enemy (snake)Juan J. Martinez
2023-06-22Was done, we need pauseJuan J. Martinez
2023-06-22Game over doneJuan J. Martinez
2023-06-22Center the time in the HUDJuan J. Martinez
2023-06-22Game over screenJuan J. Martinez
Also move private defines to the game module.
2023-06-22When player is hit, exit the updateJuan J. Martinez
2023-06-22Player damage, invulnerability, death sequence and respawnJuan J. Martinez