Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-08-10 | Don't use the "nos" driver1.1 | Juan J. Martinez | |
This fixes: - crash when exiting after running the game with the no sound (nos) driver - occasional "pauses" when running the game with no sound | |||
2023-07-31 | Music WIP | Juan J. Martinez | |
2023-07-16 | Extra life at 10,000 | Juan J. Martinez | |
Also with special sound. | |||
2023-07-08 | Avoid drawing the whole screen on each frame | Juan J. Martinez | |
This allows supporting 386DX "just about" (there will be flickering). | |||
2023-07-08 | CLI and no sound option | 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 | Add sound support | Juan J. Martinez | |