diff options
author | icculus <icculus@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2005-11-26 07:46:21 +0000 |
---|---|---|
committer | icculus <icculus@edf5b092-35ff-0310-97b2-ce42778d08ea> | 2005-11-26 07:46:21 +0000 |
commit | 441c7633e0aa67faa91dc5896ee83e6c29de0ba6 (patch) | |
tree | ed6f97f0be5940123e9e3f244ae91a475787ff64 /code/macosx/Quake3.nib | |
parent | b0c6a473e2a34000db73c75bc0ff43bba45fddb2 (diff) | |
download | ioquake3-aero-441c7633e0aa67faa91dc5896ee83e6c29de0ba6.tar.gz ioquake3-aero-441c7633e0aa67faa91dc5896ee83e6c29de0ba6.zip |
Mac OS X work...lots of little changes that touch a lot of random places.
Still work to be done, but this at least matches the PowerPC Linux status
now.
MacOS-specific directory (and XCode project) is gone...this now uses SDL,
OpenAL, and the Unix Makefiles.
--ryan.
git-svn-id: svn://svn.icculus.org/quake3/trunk@373 edf5b092-35ff-0310-97b2-ce42778d08ea
Diffstat (limited to 'code/macosx/Quake3.nib')
-rw-r--r-- | code/macosx/Quake3.nib/classes.nib | 18 | ||||
-rw-r--r-- | code/macosx/Quake3.nib/info.nib | 19 | ||||
-rw-r--r-- | code/macosx/Quake3.nib/objects.nib | bin | 765 -> 0 bytes |
3 files changed, 0 insertions, 37 deletions
diff --git a/code/macosx/Quake3.nib/classes.nib b/code/macosx/Quake3.nib/classes.nib deleted file mode 100644 index 8436859..0000000 --- a/code/macosx/Quake3.nib/classes.nib +++ /dev/null @@ -1,18 +0,0 @@ -{ - IBClasses = ( - { - ACTIONS = {showHelp = id; }; - CLASS = FirstResponder; - LANGUAGE = ObjC; - SUPERCLASS = NSObject; - }, - { - ACTIONS = {paste = id; requestTerminate = id; }; - CLASS = Q3Controller; - LANGUAGE = ObjC; - OUTLETS = {bannerPanel = id; }; - SUPERCLASS = NSObject; - } - ); - IBVersion = 1; -}
\ No newline at end of file diff --git a/code/macosx/Quake3.nib/info.nib b/code/macosx/Quake3.nib/info.nib deleted file mode 100644 index 41085f5..0000000 --- a/code/macosx/Quake3.nib/info.nib +++ /dev/null @@ -1,19 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd"> -<plist version="0.9"> -<dict> - <key>IBEditorPositions</key> - <dict> - <key>29</key> - <string>69 252 121 44 0 0 1152 746 </string> - </dict> - <key>IBFramework Version</key> - <string>248.0</string> - <key>IBOpenObjects</key> - <array> - <integer>29</integer> - </array> - <key>IBSystem Version</key> - <string>5V21</string> -</dict> -</plist> diff --git a/code/macosx/Quake3.nib/objects.nib b/code/macosx/Quake3.nib/objects.nib Binary files differdeleted file mode 100644 index fbea89a..0000000 --- a/code/macosx/Quake3.nib/objects.nib +++ /dev/null |