alpha
Login
or
Join now
bpavuk.neocities.org
/
chocolate-doom-zig
Star
1
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
[WIP] This is Chocolate DOOM but ported to Zig
Star
1
Fork
0
Atom
Configure Feed
Issues
Pull Requests
Commits
Tags
Feed URL
Select the types of activity you want to include in your feed.
Overview
Issues
Pulls
Pipelines
chocolate-doom-zig
/
pcsound
/
at
master
10 files
James Baicoianu
Emscripten build target support (#1717)
2y ago
dd94fde3
.gitignore
Emscripten build target support (#1717) * Fixed deadlock in OPL code when compiled with emscripten * Autodetect emscripten build environemt in config scripts * cmake support for emscripten build target * Restored cmake logic for building with SDL_net and/or SDL_mixer disabled
2 years ago
CMakeLists.txt
Emscripten build target support (#1717) * Fixed deadlock in OPL code when compiled with emscripten * Autodetect emscripten build environemt in config scripts * cmake support for emscripten build target * Restored cmake logic for building with SDL_net and/or SDL_mixer disabled
2 years ago
Makefile.am
Makefile.am: add CMakeLists.txt and win32 to EXTRA_DIST Closes: #1055
8 years ago
pcsound.c
pcsound: Move pcsound_driver_t extern declarations to pcsound_internal.h
4 years ago
pcsound.h
Clean up file headers. This change rewrites and simplifies the copyright headers at the top of all source files: * Remove "Emacs style mode select" line; this line was included in the headers for the originally released source files and appears to be to set the file type for old versions of Emacs. I'm not sure entirely why it was required but I don't think it is any more. * Remove "You should have received a copy of..." text from copyright header. This refers to the old 59 Temple Place address where the FSF headquarters used to be located and is no longer correct. Rather than change to the new address, just remove the paragraph as it is superfluous anyway. This fixes #311. * Remove ---- separator lines so that the file headers are barer and more simplified.
12 years ago
pcsound_bsd.c
Add thread name to SDL_CreateThread calls. SDL2's version of SDL_CreateThread has an extra parameter to specify a name for the thread.
11 years ago
pcsound_internal.h
pcsound: Move pcsound_driver_t extern declarations to pcsound_internal.h
4 years ago
pcsound_linux.c
pcsound: Partial fix for #795 #866 (#866)
3 years ago
pcsound_sdl.c
Don't try to include SDL_mixer.h when SDL_mixer is disabled
2 years ago
pcsound_win32.c
pcsound: Remove Win9x TODO(). We're not going to pretend to support Win9x any more so this isn't going to get done. Part of #834.
9 years ago