aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-07-08Added EOLJuan J. Martinez
2023-07-08Avoid drawing the whole screen on each frameJuan J. Martinez
2023-07-08Perhaps generates better codeJuan J. Martinez
2023-07-08Potentially fasterJuan J. Martinez
2023-07-08Don't draw the player out of screenJuan J. Martinez
2023-07-08Remove clipping and make the loops more efficientJuan J. Martinez
2023-07-08More optimised binaryJuan J. Martinez
2023-07-08Update less frequentlyJuan J. Martinez
2023-07-08Faster version with no clippingJuan J. Martinez
2023-07-08Don't chain to the BIOS int handlerJuan J. Martinez
2023-07-08CLI and no sound optionJuan J. Martinez
2023-07-07Prevent Mr Bones to get stuck turning when can't reach the playerJuan J. Martinez
2023-07-06Add tracker enemy (Mr Bones)Juan J. Martinez
2023-07-06Add free enemy (Old Miner)Juan J. Martinez
2023-07-05Fix time bonus calculationJuan J. Martinez
2023-07-04Stage complete sequenceJuan J. Martinez
2023-07-04Warp all the entities outJuan J. Martinez
2023-07-04Set the direction as it must be 0Juan J. Martinez
2023-07-04Add time monsterJuan J. Martinez
2023-07-04Only DB or no soundJuan J. Martinez
2023-07-04Only sound blaserJuan J. Martinez
2023-07-04Prevent MikMod_Update being called from the intJuan J. Martinez
2023-07-04This may be neededJuan J. Martinez
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
2023-07-02Don't play sound if is game over alreadyJuan J. Martinez
2023-07-02Add sound supportJuan J. Martinez
2023-06-30Add Mr Bones spriteJuan J. Martinez
2023-06-29Better nameJuan 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-27Add pikcupsJuan J. Martinez
2023-06-27Fixed includeJuan J. Martinez
2023-06-27Add Bat enemyJuan J. Martinez
2023-06-26Infra work for the audioJuan J. Martinez
2023-06-25Add entity system, add new enemy (snake)Juan J. Martinez
2023-06-22Center the time in the HUDJuan J. Martinez
2023-06-22Game over screenJuan J. Martinez
2023-06-22When player is hit, exit the updateJuan J. Martinez
2023-06-22Player damage, invulnerability, death sequence and respawnJuan J. Martinez
2023-06-22Import entities from the map and spawn themJuan J. Martinez
2023-06-22Treat warnings as errorsJuan J. Martinez
2023-06-22Use the right directiveJuan J. Martinez
2023-06-21Add "coyote time"Juan J. Martinez
2023-06-21Add hiscore to the menu screenJuan J. Martinez