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

214 Commits

Author SHA1 Message Date
3d639b89d0 #58 Replaced map based game factory with simpler implementation 2024-06-24 16:03:46 +02:00
ineslelin
247d6cc173 removed stray music test in GameInternal.cpp 2024-06-18 19:39:51 +02:00
ineslelin
c4c8be5829 Merge remote-tracking branch 'origin/separation-refactor' into ref/sound 2024-06-18 19:23:07 +02:00
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
58e2bb0d30 Merge branch 'ref/nicole' into separation-refactor 0.1.1 2024-06-14 00:46:19 +02:00
7ffda89c9d Merge branch 'ref/beni' into separation-refactor 2024-06-14 00:00:48 +02:00
8c5c5c7215 removed define marco 2024-06-13 23:22:21 +02:00
5182312887 implemented GameFactory to instance an implementation of game 2024-05-29 10:02:14 +02:00
68a3e48131 rename Game->GameInternal 2024-05-29 09:07:54 +02:00
Sara Varga
5dfe42195f Merge branch 'ref/sara' into separation-refactor 2024-05-27 18:31:25 +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
Sara Varga
aa83280b6a #32 KeyboardController: movement working
projectiles need adjustments
2024-05-26 22:54:50 +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
31d7f42a31 ref(Animations, ECS impl):
dehardcoded Animations and moved ECS implementation + moved select screen function to chickengame
2024-05-20 21:05:20 +02:00
92283e41ba Hotfix: gh-actions changed Doxyfile path
Some checks failed
/ deploy (push) Has been cancelled
2024-05-19 21:34:44 +02:00
113b55e625 Merge pull request #43 from 'documentation' 2024-05-19 21:27:07 +02:00
1f27d24de3 ref(Healthcomp, Stateffects) 2024-05-02 23:50:28 +02:00
737fd70851 ref(addTile): adding tiles for the tilemap is now on the dev side 2024-05-02 21:50:22 +02:00
d8e1182499 extended vscode and sublime text project files 2024-05-01 20:05:58 +02:00
Sara Varga
2e7a1b45cf refactor: removed Components.h file
consisted of includes of all components -> components included when not necessary
TODO: had to add 3 component includes in Entity.h because of template function; move if possible
2024-05-01 13:47:42 +02:00
Sara Varga
5dc61e6230 refactor: moved input polling from KeyboardController to input class 2024-05-01 13:07:48 +02:00
52daf5c5b6 Added vscode config files 2024-04-30 18:26:52 +02:00
69bf328851 Added docker build file for generating documentation 2024-04-30 15:30:57 +02:00
e3852379e4 ref(Powerups): move powerup adding functionality to gamedev side 2024-04-30 01:20:40 +02:00
cffe1bdc31 ref(TransformComponent): extracted entity move collision function 2024-04-29 23:46:25 +02:00
6744f519c5 ref(popup window): remove popup window code from main.cpp and game.cpp 2024-04-29 23:00:20 +02:00
8e0c76457e fix(CMakeLists.txt): fix MinGW compilation issues 2024-04-29 22:15:38 +02:00
5a21f9125b modified Doxyfile to better work with sed (git hook) 2024-04-17 18:52:24 +02:00
cd42b4df3e removed workflow triggers intended for testing purposes 2024-04-17 16:45:02 +02:00
51968ec9ca adjusted name and title of Doxygen docs 2024-04-17 16:42:02 +02:00
01ab55acb0 re-iincluded some docs files
Some checks failed
/ deploy (push) Has been cancelled
2024-04-17 10:21:56 +02:00
9733a21530 Switched to different action 2024-04-17 10:19:19 +02:00
Nanogamer7
6f22ffd013
Update doxygen.yaml
Some checks are pending
/ deploy (push) Waiting to run
2024-04-17 09:42:31 +02:00
Nanogamer7
b80d6ef8b8
Update doxygen.yaml 2024-04-17 09:34:36 +02:00
3ff964c93a doxygen deploy action 2024-04-17 09:25:54 +02:00
c570c6038d ignored docs folder 2024-04-17 09:09:39 +02:00
1b571a6a46 MOVE: Game::update 2024-04-13 17:14:04 +02:00
b031e74756 Added compile commands copy function to CMake 2024-04-13 15:58:15 +02:00
b6854c79ec Added interface for game functions 0.1 2024-04-11 15:23:19 +02:00
efd8cc6616 Removed all instances of static data in Game class
see Issue #27
2024-04-10 11:15:23 +02:00
df6a7ded33 modified Doxyfile to generate less unfinished docu 2024-02-03 17:43:34 +01:00
162645ed1c added documentation for manager 2024-02-03 17:30:33 +01:00
63644b4759 Amend: depricated note for Entity:ENEMIES 2024-02-03 16:55:52 +01:00
75189645d0 Documented entity
see todos
2024-02-03 16:53:40 +01:00
fcb79bc2a3 fixed redundant references 2024-02-02 22:30:09 +01:00
705fe069cf fixes to enums 2024-02-02 22:29:28 +01:00
d10afe1e07 refactored labels to be within Entity class 2024-02-02 22:20:08 +01:00