Català-Valencià – Catalan
中文 – Chinese (Simplified)
中文 – Chinese (Traditional)
Česky – Czech
Dansk – Danish
Nederlands – Dutch
English – English
Suomi – Finnish
Français – French
Deutsch – German
עברית – Hebrew
हिंदी – Hindi
Magyar – Hungarian
Bahasa Indonesia – Indonesian
Italiano – Italian
日本語 – Japanese
한국어 – Korean
Македонски – Macedonian
मराठी – Marathi
Norsk – Norwegian
Polski – Polish
Português – Portuguese
Português – Portuguese (Brazil)
Русский – Russian
Slovenčina – Slovak
Slovenščina – Slovenian
Español – Spanish
Svenska – Swedish
Türkçe – Turkish
Українська – Ukrainian
Oëzbekcha – Uzbek
Subversion Repositories
eduke32
(root)
/
polymer
/
eduke32
/
build
/
src
/
SDLMain.m
– Rev 5005
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
5005
2214d 21h
hendricks266
/polymer/eduke32/build/src/SDLMain.m
Apple: Update Xcode project and build system. DONT_BUILD.
4648
2331d 21h
hendricks266
/polymer/eduke32/build/src/SDLMain.m
Further work on the Xcode project.
4646
2334d 0h
hendricks266
/polymer/eduke32/build/src/SDLMain.m
OS X: Add a preliminary Xcode project. DONT_BUILD.
4644
2335d 8h
hendricks266
/polymer/eduke32/build/src/SDLMain.m
Clean up warnings and build issues when building under OS X 10.9. DONT_BUILD.
4543
2421d 21h
hendricks266
/polymer/eduke32/build/src/SDLMain.m
Ball-busting Makefile restructure.
DONT_BUILD.
3551
2927d 0h
terminx
/polymer/eduke32/build/src/SDLMain.m
Directory cleanup. Move the "Apple", "Windows", and "Wii" directories to a new "platform" dir, move the contents of "psd" to "rsrc/source", move eobj* and obj* directories so that they're under the "source" dir.
3368
2985d 11h
hendricks266
/polymer/eduke32/build/src/SDLMain.m
Bring the SDL.h include in SDLMain.m up to speed with driver_sdl.c in jaudiolib and sdl_inc.h in the engine. Also address some Apple macro problems.
1906
3552d 17h
helixhorned
/polymer/eduke32/build/src/SDLMain.m
Replacing 'NSApp' with the value returned from [NSApplication sharedApplication] is the last step to avoid null addresses in the x86 code. Go figure...
1905
3552d 17h
helixhorned
/polymer/eduke32/build/src/SDLMain.m
A couple more OSX tweaks: pull in 'nibless' SDLMain.m into tree for future hacking, fix backspace ('delete') key in OSD, almost everything to make x86 binaries actually run.