mirror of
https://github.com/ioquake/ioq3.git
synced 2025-05-31 09:01:54 +00:00
Patching from floam with some edits by myself:
I was working on a patch earlier to fix some more things up to be more modern, and I added a couple lines from that cleanup patch I showed you on irc. Some commented code was removed, some stuff was made to not be broke (old head usage), the makefile should install things better, and a a few GCC warnings were gagged. I also attempted to version it but you'll probably want to change that to whatever versioning rules you decide on using.
This commit is contained in:
parent
d54f831dd7
commit
8b1d93b397
5 changed files with 28 additions and 87 deletions
|
@ -7885,7 +7885,7 @@
|
|||
<key>CFBundleExecutable</key>
|
||||
<string>Quake3</string>
|
||||
<key>CFBundleGetInfoString</key>
|
||||
<string>Quake 3 Arena 1.32b</string>
|
||||
<string>icculus.org/quake3 1.33</string>
|
||||
<key>CFBundleIconFile</key>
|
||||
<string>Quake3.icns</string>
|
||||
<key>CFBundleIdentifier</key>
|
||||
|
@ -7897,7 +7897,7 @@
|
|||
<key>CFBundlePackageType</key>
|
||||
<string>APPL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.32b</string>
|
||||
<string>1.33</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>IDQ3</string>
|
||||
<key>CFBundleVersion</key>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue