log

age author description
Tue, 06 Oct 2009 19:17:07 +0000 frosch (svn r17725) -Codechange: Reduce usage of EngInfo and XxxVehInfo, esp. when a Engine * is already present. draft
Tue, 06 Oct 2009 18:24:06 +0000 alberth (svn r17724) -Codechange: Merge magic height values toghether in finances window. draft
Tue, 06 Oct 2009 17:45:07 +0000 translators (svn r17723) -Update from WebTranslator v3.0: draft
Tue, 06 Oct 2009 17:33:01 +0000 rubidium (svn r17722) -Codechange: simplify the cargopacket constructor; unduplicate if and don't set a value to 0 if it already is 0. draft
Tue, 06 Oct 2009 17:28:06 +0000 rubidium (svn r17721) -Codechange: replace a magic number with a constant draft
Tue, 06 Oct 2009 17:23:15 +0000 rubidium (svn r17720) -Codechange: guard the CargoPacket variables that are cached in CargoLists so they cannot be written from outside the CargoList class (based on patch by fonsinchen) draft
Mon, 05 Oct 2009 20:21:12 +0000 frosch (svn r17719) -Change: [NoAI] Make AIEngine:CanRefitCargo() not report refittability to Mail by default for aircraft. It is not necessarily true, and the special case of carrying both passenger&mail is better handled by AIs themself than by the API. draft
Mon, 05 Oct 2009 17:45:10 +0000 translators (svn r17718) -Update from WebTranslator v3.0: draft
Sun, 04 Oct 2009 21:39:12 +0000 michi_cc (svn r17717) -Codechange: [OSX] Replace deprecated variable type. draft
Sun, 04 Oct 2009 21:39:08 +0000 michi_cc (svn r17716) -Codechange: [OSX] Invoke a (semi-)private Objective-C method in a way that does not rely on the SDK version. draft
Sun, 04 Oct 2009 21:36:26 +0000 michi_cc (svn r17715) -Cleanup: [OSX] And a final round of coding style and some cleaning. draft
Sun, 04 Oct 2009 21:36:22 +0000 michi_cc (svn r17714) -Cleanup: [OSX] Apply more coding style. draft
Sun, 04 Oct 2009 21:36:17 +0000 michi_cc (svn r17713) -Cleanup: [OSX] Move variable definitions to first use and apply more coding style. draft
Sun, 04 Oct 2009 21:33:36 +0000 michi_cc (svn r17712) -Codechange [FS#1411]: [OSX] Replace undocumented process manager API calls with a documented alternative. (pyth) draft
Sun, 04 Oct 2009 21:33:31 +0000 michi_cc (svn r17711) -Codechange: [OSX] Don't use deprecated methods to construct a Cocoa string. draft
Sun, 04 Oct 2009 21:24:09 +0000 michi_cc (svn r17710) -Feature [FS#3223]: [OSX] Add a MIDI driver using Cocoa/CoreAudio. draft
Sun, 04 Oct 2009 21:12:57 +0000 michi_cc (svn r17709) -Fix (r17706): Missing svn-props. Sigh. draft
Sun, 04 Oct 2009 21:08:38 +0000 michi_cc (svn r17708) -Feature [FS#2053]: [OSX] Implement clipboard support for OS X. draft
Sun, 04 Oct 2009 21:08:34 +0000 michi_cc (svn r17707) -Fix: [OSX] Show the OS mouse cursor when displaying a dialog box if it was hidden. draft
Sun, 04 Oct 2009 21:08:30 +0000 michi_cc (svn r17706) -Codechange: [OSX] Rework the crash handling to use the common CrashLog infrastructure. draft
Sun, 04 Oct 2009 21:08:25 +0000 michi_cc (svn r17705) -Fix: [OSX] Re-enable signal handling on OSX 10.3.9. Trying to link with an undefined symbols that lives in the system library seems to confuse the loader on 10.3.9. Use a different function to circumvent it. draft
Sun, 04 Oct 2009 20:53:30 +0000 michi_cc (svn r17704) -Codechange: [OSX] Improve detection of OS X version. (planetmaker) draft
Sun, 04 Oct 2009 20:53:26 +0000 michi_cc (svn r17703) -Change: [OSX] Rework the configure OSX SDK detection to actually try different SDK versions and use the best SDK for each universal target. draft
Sun, 04 Oct 2009 20:53:22 +0000 michi_cc (svn r17702) -Change: [OSX] Assure that the minimal OSX version is defined in all cases. draft
Sun, 04 Oct 2009 20:51:50 +0000 smatz (svn r17701) -Codechange: don't start line with a space if it's not inside comment draft
Sun, 04 Oct 2009 20:33:18 +0000 frosch (svn r17700) -Codechange: Integrate ShipVehicleInfo::refittable into EngineInfo::refit_mask during initialisation. draft
Sun, 04 Oct 2009 20:00:56 +0000 rubidium (svn r17699) -Codechange: move #ifdef ENABLE_NETWORK till after the 'generic' includes so compilation without network support doesn't get broken as easily by changes in header files draft
Sun, 04 Oct 2009 18:52:34 +0000 frosch (svn r17698) -Fix (r17140) [FS#3205]: Convert endian after loading sounds from file. draft
Sun, 04 Oct 2009 18:16:44 +0000 rubidium (svn r17697) -Codechange: coding style in the automatically generated squirrel wrapper code draft
Sun, 04 Oct 2009 18:13:56 +0000 rubidium (svn r17696) -Fix (r17693): compile failure when compiling without freetype draft