Manuel SunRed
SunRed synced commits to master at SunRed/SpaceCadetPinball from mirror 2022-06-14 12:59:14 +02:00
5e42f37fba Fixed sound duration for missing sounds.
SunRed synced commits to master at SunRed/SpaceCadetPinball from mirror 2022-06-01 20:45:22 +02:00
8017734de4 Switched positional audio to collision coordinate system.
SunRed synced commits to master at SunRed/SpaceCadetPinball from mirror 2022-05-31 12:45:22 +02:00
c93e11ee6b Added sprite positions to debug overlay.
SunRed synced commits to WindowsClassic at SunRed/SpaceCadetPinball from mirror 2022-05-30 12:45:22 +02:00
dae824ab75 Added cleanup for ball_bitmap memory.
SunRed synced commits to master at SunRed/SpaceCadetPinball from mirror 2022-05-30 12:45:22 +02:00
5d7d7c0822 Cleaned up positional sound.
a4c6165094 Implement stereo sound. (#138)
Compare 2 commits »
SunRed synced commits to master at SunRed/SpaceCadetPinball from mirror 2022-05-27 20:45:22 +02:00
cfe2691892 Optimized SDL_RenderDrawCircle.
SunRed synced commits to WindowsClassic at SunRed/SpaceCadetPinball from mirror 2022-05-26 12:41:33 +02:00
b937f57121 Merge from V2: Added support for multiple music tracks in FT mode.
SunRed synced commits to master at SunRed/SpaceCadetPinball from mirror 2022-05-23 12:36:35 +02:00
4183e7f0bf Refactored midi multiple track support.
SunRed synced commits to master at SunRed/SpaceCadetPinball from mirror 2022-05-20 20:32:15 +02:00
e283a643b3 Added support for multiple music tracks in FT mode.
SunRed synced commits to master at SunRed/SpaceCadetPinball from mirror 2022-05-20 12:32:15 +02:00
97aea20586 Renamed some collision variables.
SunRed synced commits to master at SunRed/SpaceCadetPinball from mirror 2022-05-19 20:32:15 +02:00
5461483bb5 Added debug overlay v1.
SunRed synced commits to master at SunRed/SpaceCadetPinball from mirror 2022-05-17 12:20:21 +02:00
0cb75ecf7f Cleaned up Bresenham line in TLine and TEdgeManager.
SunRed synced commits to master at SunRed/SpaceCadetPinball from mirror 2022-05-16 12:11:43 +02:00
2d2ca0ab2a Cleaning up maths: part 4.
SunRed synced commits to master at SunRed/SpaceCadetPinball from mirror 2022-05-13 12:09:14 +02:00
fdf1f6c9f1 Cleaning up maths: part 3.
SunRed synced commits to master at SunRed/SpaceCadetPinball from mirror 2022-05-11 20:09:14 +02:00
2d0da712e3 Cleaning up maths: part 2.
d23444b983 Cleaning up maths: part 1.
Compare 2 commits »
SunRed synced commits to master at SunRed/SpaceCadetPinball from mirror 2022-05-06 11:59:14 +02:00
3f7526ba12 fix X11 include leak (#136)
SunRed synced commits to master at SunRed/SpaceCadetPinball from mirror 2022-05-04 11:50:22 +02:00
cdf0216136 cmake: use ${CMAKE_SOURCE_DIR} in install() (#137)
SunRed synced commits to master at SunRed/SpaceCadetPinball from mirror 2022-04-11 11:18:29 +02:00
cc06d35bc7 Fixed high score insertion for multiple players.
SunRed synced commits to master at SunRed/SpaceCadetPinball from mirror 2022-03-31 18:56:16 +02:00
0f88e43ba2 AmigaOS 4 port (#132)
SunRed synced commits to WindowsClassic at SunRed/SpaceCadetPinball from mirror 2022-02-25 08:40:18 +01:00
5b4f259289 Replaced some of integer literals with constants.