ThomasT | 2012-09-08 15:31
Mac OS X SVN Build and Startup Fixes
This content requires the Development Branch of the game it was designed for, which can only be obtained from the SVN repository. If you do not understand this, you should wait until the next release of the game to download this content.
Fixes the Mac OS X SVN release so that it compiles, provides an uncompiled MainMenu.nib, and simplifies game startup

This package addresses the following issues with the SVN release of Sauerbraten:

  • The SVN release contains out-of-date SDL frameworks that cause the build to fail.
  • The SVN release's src/xcode/English.lproj/MainMenu.nib is a compiled nib that cannot be edited.
  • Game startup on Mac OS X unnecessarily displays a Cocoa window before starting the game.

Solutions:

  • The Justice Edition contains SDL frameworks sufficient for a successful compile. Those frameworks are repackaged in this package.
  • The Justice Edition contains an uncompiled MainMenu.nib that is a drop in replacement for the SVN MainMenu.nib. Again, it is simply repackaged in this package.
  • Launcher.m is modified to only show the Cocoa startup window if the command key is pressed at launch.

Implementation Details (Launcher.m):

    The changes to Launcher.m are very very minimal:

  • applicationDidFinishLaunching is changed to applicationWillFinishLaunching. This avoids the brief flicker of the Cocoa window being quickly displayed and hidden.
  • testNoLauncher is changed to detect if the option key is pressed during startup:
            NSUInteger flags = ([NSEvent modifierFlags] & NSDeviceIndependentModifierFlagsMask);
            BOOL modifierKeyPressed = (0 != (flags & NSCommandKeyMask));
            if (run || !modifiedKeyPressed)
            {
                // [...]
            }
    

Build Instructions:

  • Replace the existing src/xcode/English.lproj/MainMenu.nib with the one in this package.
  • Replace the existing SDL_image.framework, SDL_mixer.framework and SDL.framework in src/xcode/Frameworks with the ones in this package.
  • Replace the existing src/xcode/Launcher.m with the one in this package.
  • Build as usual.

Note: Before replacing any of these files, you should make backups of the originals, and also verify that the SVN versions haven't already been updated with these or similar fixes, or have other changes.

MacOSXBuildAndStartupFixes.zip (2.11 MB)
0
points
 (0 votes)
User login
Users on Quadropolis
1 guest & no users online
vampirefrog
Created 2024-04-11 22:25
1 week 5 days ago
vampirefrog
29
points ]
 (4 votes)
Created 2010-05-30 10:00
13 years 47 weeks ago
Gangler
36
points ]
 (4 votes)
Created 2020-10-22 00:50
3 years 26 weeks ago
Zoocata
10
points ]
 (1 vote)
Created 2024-02-11 21:20
10 weeks 2 days ago
vampirefrog
10
points ]
 (1 vote)
Created 2023-07-23 20:02
39 weeks 3 days ago
36
points ]
 (4 votes)
Created 2020-12-10 12:49
3 years 19 weeks ago
Created 2023-12-12 23:34
19 weeks 21 hours ago
Zoocata
Created 2023-11-27 23:00
21 weeks 1 day ago
20
points ]
 (2 votes)
Created 2023-10-01 15:21
29 weeks 3 days ago
20
points ]
 (2 votes)
Created 2021-05-24 00:01
2 years 48 weeks ago
9
points ]
 (1 vote)
Created 2023-06-13 17:54
45 weeks 1 day ago
Zoocata
27
points ]
 (3 votes)
Created 2023-05-05 20:58
50 weeks 5 days ago
Zoocata
18
points ]
 (2 votes)
Created 2023-03-02 01:40
1 year 7 weeks ago
Getridou
Created 2023-01-29 23:27
1 year 12 weeks ago
Created 2023-01-19 19:36
1 year 13 weeks ago
Getridou
Created 2023-01-10 17:10
1 year 15 weeks ago
Getridou
Created 2023-01-01 14:30
1 year 16 weeks ago
Getridou
10
points ]
 (1 vote)
Created 2023-01-01 10:58
1 year 16 weeks ago
Getridou
Created 2023-01-01 10:49
1 year 16 weeks ago
afroninja
17
points ]
 (2 votes)
Created 2023-01-01 06:32
1 year 16 weeks ago
Who's new
  • ColdIV
  • Aidan
  • Hunk
  • letic86
  • BATMAN