aboutsummaryrefslogtreecommitdiff
path: root/src/main.c
AgeCommit message (Collapse)Author
2024-07-01Release 1.7HEAD1.7mainJuan J. Martinez
2023-08-19Release 1.61.6Juan J. Martinez
2023-08-12Release 1.41.4Juan J. Martinez
2023-08-12Release 1.31.3Juan J. Martinez
2023-08-11Better koystick support1.2Juan J. Martinez
2023-08-10Don't use the "nos" driver1.1Juan 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-08-08First public release1.0Juan J. Martinez
2023-08-05Beta 1beta1Juan J. Martinez
2023-07-22Joystick supportJuan J. Martinez
2023-07-09Erase the screen before going back to mode 3Juan J. Martinez
2023-07-09Fix helpJuan J. Martinez
2023-07-09More DOS friendly, report invalid optionsJuan J. Martinez
2023-07-08This will be the game's websiteJuan J. Martinez
2023-07-08Added EOLJuan J. Martinez
2023-07-08CLI and no sound optionJuan J. Martinez
2023-07-02Add sound supportJuan J. Martinez
2023-06-20Add menu screen (WIP)Juan J. Martinez
2023-06-15Implement a countdown clock in the timerJuan J. Martinez
Updated the HUD to show the time.
2023-06-15Started with the gameJuan J. Martinez
Added hud (WIP)
2023-06-13Map rendererJuan J. Martinez
2023-06-13Testing the bitmap fontJuan J. Martinez
2023-06-08Detect the VGA card before setting mode 0x13Juan J. Martinez
2023-06-08Use a rectangle structJuan J. Martinez
2023-06-07Update the first timeJuan J. Martinez
2023-06-07Remove commented codeJuan J. Martinez
2023-06-07Not using the timerJuan J. Martinez
2023-06-06First stab at the sw blitterJuan J. Martinez
2023-06-06Go to text mode before reporting the errorJuan J. Martinez
2023-06-06Test timer and keyboardJuan J. Martinez
2023-06-01Add timer to count ticksJuan J. Martinez
2023-06-01Add function to wait for VGA's vsyncJuan J. Martinez
2023-06-01Move the data definitions to its own includeJuan J. Martinez
2023-05-30pngpal tool and first stab at embedding data on the EXEJuan J. Martinez
WIP; the embedded data has an "environ" symbol that will cause issues when we embed more than one piece of data.
2023-05-29Initial importJuan J. Martinez