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

30 Commits

Author SHA1 Message Date
7c50c8d1fb Merge branch '80-migrate-to-sdl3' into dev 2024-12-02 23:10:05 +01:00
freezarite
b490e2dc17 removed magic enum and documentation improvements
since getName is no longer used from the TileComponent.h we no longer need magic_enum for the enum to string conversion
also some minor documentation changes
2024-12-01 20:25:31 +01:00
625ac98a57 first pass - changed function names etc. 2024-11-18 13:37:10 +01:00
freezarite
1a8a196e95 merged dev into textureManagerChanges 2024-11-17 16:26:05 +01:00
freezarite
494ff8aa0a magic_enum library stuff and refactored TextureEnum to Textures due to bad naming 2024-11-17 16:00:47 +01:00
a8052b4bbb Merge branch 'tmxlite' into dev 2024-11-17 14:07:42 +01:00
7f4b1df833 Restructured code 2024-11-16 20:02:35 +01:00
6751b3e12c Merge branch 'dev' 2024-11-13 13:12:09 +01:00
ba8dca8abc added loading of tmx files 2024-11-04 23:27:26 +01:00
52daf5c5b6 Added vscode config files 2024-04-30 18:26:52 +02:00
8e0c76457e fix(CMakeLists.txt): fix MinGW compilation issues 2024-04-29 22:15:38 +02:00
b031e74756 Added compile commands copy function to CMake 2024-04-13 15:58:15 +02:00
b6854c79ec Added interface for game functions 2024-04-11 15:23:19 +02:00
93bbd83d37 Merge pull request #25 from Nimca0/menu 2024-01-30 19:42:31 +01:00
9a01a19385 Merge branch 'collision-manager' 2024-01-30 00:36:39 +01:00
973114f351 Added debug type to CMake 2024-01-29 23:49:09 +01:00
Markus
0a1747d651 replayability added,
popup window for victory added,
png files for new skins and popups added
2024-01-29 15:04:44 -06:00
dfa6768a96 added SDL_mixer 2024-01-28 19:10:19 +01:00
94e2107af6 removed zlib and libpng 2024-01-26 21:48:15 +01:00
78f1b11d01 minor improvements with includes 2024-01-24 14:27:13 +01:00
091ffb4a33 fixed relative file path in CMake 2024-01-11 19:16:44 +01:00
a4af49bc7e HotFix - fixed compile issues on windows fr this time 2024-01-11 16:35:15 +01:00
71c742358a hotfix - fixed typo 2024-01-11 16:18:34 +01:00
01f9eb2b88 fixed shared library issues on windows 2024-01-11 15:21:01 +01:00
c816ec582f light restructure 2024-01-11 09:31:13 +01:00
f8c8c6de00 structural changes 2024-01-11 08:30:49 +01:00
2d4229a9f1 added zlib locally 2024-01-11 08:24:59 +01:00
ad3d6522d7 Fixed linking issues 2024-01-09 17:35:53 +01:00
8becf9e314 added more libaries 2024-01-08 19:47:39 +01:00
f59059860a restructured project to compile with CMake 2024-01-08 19:32:50 +01:00