aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile
AgeCommit message (Collapse)Author
2023-07-27Properly count entities and sure we support enoughJuan J. Martinez
This accounts: - entities on the map - entities that will be spawn to unlock doors - the time monster
2023-07-15Check we don't go over the max number of entitiesJuan J. Martinez
2023-07-11Multiple stagesJuan J. Martinez
2023-07-08Avoid drawing the whole screen on each frameJuan J. Martinez
This allows supporting 386DX "just about" (there will be flickering).
2023-07-08Perhaps generates better codeJuan J. Martinez
2023-07-08More optimised binaryJuan J. Martinez
2023-07-02Add sound supportJuan 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-22Treat warnings as errorsJuan J. Martinez
2023-06-13Map rendererJuan J. Martinez
2023-06-01Convert PNG images automaticallyJuan 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