42 #if defined (__APPLE__)
64 static bool js =
true;
79 #if defined (__APPLE__)
82 getcwd( pwd, MAXPATHLEN );
85 #if defined (__APPLE__)
102 this->
Init( argc, argv, galaxy );
119 for (
unsigned int i = 0;
i < playerNames.size(); ++
i) {
183 if ( size <= 3 || i < (size/2) ) {
186 w = 1./( (
float) size );
195 x = ( (
float) i-(size/2) )/(size-size/2);
207 char addstr[2] = {
'\0'};
209 for (
int i = 0;
i <
max; ++
i) {
211 string mynewstr = str;
213 std::string::size_type found = mynewstr.find(
'?' );
214 if (found != std::string::npos) {
215 mynewstr[found] = addstr[0];
226 static int lasttimecompress = 0;
227 if ( (timecount != lasttimecompress) && (game_options.
compress_max > 0) ) {
228 static bool inittimecompresssounds =
false;
232 if (inittimecompresssounds ==
false) {
236 inittimecompresssounds =
true;
240 if (timecount > 0 && lasttimecompress >= 0) {
244 if ( lasttimecompress > 0 && loop_snds.
ptr[lastsoundfile].
sound >= 0
250 }
else if (lasttimecompress > 0 && timecount == 0) {
274 for (i = 0; i <
cockpit.size(); ++i) {
298 for (i = 0; i <
cockpit.size(); ++i) {
307 screenshotkey =
false;
314 static int sorttime = 0;
336 for (
unsigned int i = 0;
i <
cockpit.size(); ++
i) {