k3tamina
39efadcb6b
Merge branch 'main' into mingw-fixes
2022-06-14 20:53:44 +02:00
Jan Šimek
8c2b9c7aec
Enable debug output on linux ( #45 )
2022-06-12 11:44:22 +03:00
Jan Šimek
571c0db190
Fix linux build ( #25 )
...
Co-authored-by: Alexander Batalov <alex.batalov@gmail.com>
2022-06-02 11:31:03 +03:00
k3tamina
2cb79fef5a
MinGW fixes
...
CMakeLists.txt
* Added definition of SDL_MAIN_HANDLED to solve linking error
src/dsound_compat.h
* Included mmsystem.h for LPCWAVEFORMATEX struct definition
src/file_find.cc
* FindClose is within Win32 API
src/mmx.cc
* __asm keyword is restricted to MSVC
2022-05-30 22:14:59 +02:00
Alexander Batalov
ca68373e74
Wrap DirectSound
...
See #17 , #24
2022-05-29 20:07:43 +03:00
Alexander Batalov
e75349c98b
Update config for macOS
2022-05-29 18:05:31 +03:00
Alexander Batalov
4bac829739
Add string functions compatibility layer
...
See #17
2022-05-28 11:57:32 +03:00
Alexander Batalov
31dbf77d6d
Use C++ 17
2022-05-28 09:28:11 +03:00
Alexander Batalov
40a43422a3
Reorganize sdl2 config
2022-05-28 08:36:22 +03:00
Alexander Batalov
456fd43d8a
Reorganize zlib config
2022-05-28 08:36:00 +03:00
Alexander Batalov
7174cc703d
Reorganize fpattern config
2022-05-28 08:35:23 +03:00
Alexander Batalov
b467198f16
Introduce sfall config
2022-05-26 00:16:20 +03:00
Alexander Batalov
bc8db9e8c2
Get rid of command line args
...
With new `main` it's no longer needed to collect argc/argv from cmdline.
2022-05-25 23:05:51 +03:00
JordanCpp
1f8a62f2b6
Add fps limit ( #10 )
2022-05-23 11:13:28 +03:00
Alexander Batalov
98c6acbf11
Convert to C++
2022-05-21 18:22:03 +03:00
Alexander Batalov
b8a0d0d413
Link SDL2
2022-05-19 12:41:33 +03:00
Alexander Batalov
55661742a2
Initial commit
2022-05-19 11:51:26 +03:00