0
0
mirror of https://github.com/Nimac0/SDL_Minigame synced 2026-01-12 13:43:41 +00:00

30 Commits

Author SHA1 Message Date
ineslelin
b321051ac5 added channels to sound 2024-06-16 19:37:07 +02:00
ineslelin
cb1b5af358 finished sound
- implemented fade in + fade out
- implemented pause for sound + music
- implemented unpausing/restarting sound + music
2024-06-16 19:20:39 +02:00
ineslelin
6373afe3a2 working volume control 2024-05-27 12:40:51 +02:00
ineslelin
70c4d3c030 added ability to play music 2024-05-27 12:04:09 +02:00
ineslelin
db44d4d619 updated SoundManager
- created constexpr for the options to play a sound once or loop it infinitely
- removed SoundTypes enum, changed playSound() to accept a string and a bool => allows for playSound() to be used more universally
2024-05-27 11:36:02 +02:00
ineslelin
cb01c54968 updated SoundManager
- loading music from sound file now possible
- looping sound effects is possible now
2024-05-26 19:06:52 +02:00
efd8cc6616 Removed all instances of static data in Game class
see Issue #27
2024-04-10 11:15:23 +02:00
325da0eb4c Merge branch 'powerups' 2024-01-30 16:09:25 +01:00
c79ba00b20 minor balancing to powerups and shooting speed 2024-01-30 15:40:53 +01:00
b814fa3298 powerups work + sprites for each powerup added 2024-01-30 15:29:02 +01:00
c49ce18ed0 Implemented powerups 2024-01-30 05:05:42 +01:00
e979b4aa88 Cleanup of legacy code booleans 2024-01-30 03:27:11 +01:00
9a01a19385 Merge branch 'collision-manager' 2024-01-30 00:36:39 +01:00
fa4586f1db Rewrote collision detection 2024-01-29 23:49:58 +01:00
ineslelin
3bd9f8d9e2 walking sounds implemented 2024-01-29 21:19:05 +01:00
ineslelin
06a603b9d5 throwing projectile makes sound 2024-01-29 20:53:35 +01:00
d9f3b5ceba player sprites look direction they shoot 2024-01-26 23:36:53 +01:00
96418442f0 implemented actual flipping of textures 2024-01-26 23:28:55 +01:00
cd4c6d7339 Merge remote-tracking branch 'origin/Animations' 2024-01-26 21:49:32 +01:00
baf3a206b6 reformatted inconsistent code and optimized imports 2024-01-24 16:28:41 +01:00
ineslelin
9351307290 sprites walking directions done 2024-01-24 14:22:25 +01:00
d649a650a3 Updated textures 2024-01-24 09:34:42 +01:00
317dc9d3bc Merge branch 'Animations' into 'main' 2024-01-24 02:07:41 +01:00
3766fefb13 fixed walk/idle animation 2024-01-24 01:50:33 +01:00
ineslelin
552168dab3 animation wip 2024-01-23 20:16:17 +01:00
7bc17eb8b9 Merge branch 'origin/Projectiles' into 'main' 2024-01-23 19:45:28 +01:00
sara
5d4512133c refactor (working version) 2024-01-23 18:50:21 +01:00
Markus
acbea34632 code documentation in form of comments added 2024-01-21 22:13:21 -06:00
Markus
98f8cbc221 worst tutorial, but projectiles added 2024-01-21 13:28:58 -06:00
5349638e24 HotFix - moved source files 2024-01-11 16:10:59 +01:00