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
/
pkg
/
osx
/
at
master
2 folders
15 files
Simon Howard
osx: Revert "Use dylibbundler"
2y ago
bfef712c
Resources
Add new wadfile icon and generate wadfile.icns. For consistency we move the image up into the data/ directory so that it can live next to the other icons. But we can generate the .icns file the same way we did with app.icns.
4 years ago
disk
osx: New background for .dmg package. The old background was kind of ugly and it's nice to have a new look for version 3. Also tweak the positions of icons and the window size.
10 years ago
.gitignore
osx: Revert "Use dylibbundler" This should be unnecessary now after commit c882ffef02. This reverts commit 28472387c230df24eb7fa461d3dd9cf9409e20e0.
2 years ago
AppController.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
AppController.m
osx: Quit application after last window closes. If the launcher window is closed the application can be left in a state where it's still running but it's no longer possible to re-open the window. It makes more sense to just quit when it's closed.
7 years ago
Execute.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
Execute.m
Set the window title for command prompt. This is a bit more interesting than just displaying "tempscript.sh".
10 years ago
GNUmakefile
osx: Revert "Use dylibbundler" This should be unnecessary now after commit c882ffef02. This reverts commit 28472387c230df24eb7fa461d3dd9cf9409e20e0.
2 years ago
IWADController.h
osx: Add Freedoom single player IWADs to launcher. The Freedoom project some time back set a goal that the project's single player levels would become vanilla-compatible. This goal has now been mostly achieved, so that most levels are now playable with Chocolate Doom. So add the freedoom1/2 IWADs to the macOS launcher.
6 years ago
IWADController.m
osx: Add Freedoom single player IWADs to launcher. The Freedoom project some time back set a goal that the project's single player levels would become vanilla-compatible. This goal has now been mostly achieved, so that most levels are now playable with Chocolate Doom. So add the freedoom1/2 IWADs to the macOS launcher.
6 years ago
Info.plist.in
Merge remote-tracking branch 'origin/master' into sdl2-branch
10 years ago
LauncherManager.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
LauncherManager.m
osx: Add menu item to open autoload folder.
7 years ago
PkgInfo
Extend osx makefile to allow building of a working GNUstep application, for testing purposes. Add GNUstep version of Info.plist, remove app-skeleton directory and move contents up. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1813
16 years ago
cp-with-libs
osx: Strip signature from copied libraries When copying a library we use `install_name_tool` to change the shared library search path so that they will find the versions within the .app bundle. However, since this changes the file, it breaks any code signing signature. We must generate a new ad-hoc signature, particularly since recent versions of macOS have turned on more strict checking for code signing signatures.
2 years ago
dmgfix
osx: Fix AppleScript script under High Sierra. Some of the old script broke with this new OS release.
8 years ago
main.m
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