summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-10-06(svn r17728) -Cleanup: Remove some more unneeded/unused parameters.frosch
2009-10-06(svn r17727) -Codechange: some coding style and documentation fixesrubidium
2009-10-06(svn r17726) -Cleanup: Remove some unneeded/unused parameters.frosch
2009-10-06(svn r17725) -Codechange: Reduce usage of EngInfo and XxxVehInfo, esp. when ↵frosch
a Engine * is already present.
2009-10-06(svn r17724) -Codechange: Merge magic height values toghether in finances ↵alberth
window.
2009-10-06(svn r17723) -Update from WebTranslator v3.0:translators
traditional_chinese - 1 changes by josesun
2009-10-06(svn r17722) -Codechange: simplify the cargopacket constructor; unduplicate ↵rubidium
if and don't set a value to 0 if it already is 0.
2009-10-06(svn r17721) -Codechange: replace a magic number with a constantrubidium
2009-10-06(svn r17720) -Codechange: guard the CargoPacket variables that are cached in ↵rubidium
CargoLists so they cannot be written from outside the CargoList class (based on patch by fonsinchen)
2009-10-05(svn r17719) -Change: [NoAI] Make AIEngine:CanRefitCargo() not report ↵frosch
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.
2009-10-05(svn r17718) -Update from WebTranslator v3.0:translators
afrikaans - 35 changes by Maccie123 frisian - 50 changes by Minifan
2009-10-04(svn r17717) -Codechange: [OSX] Replace deprecated variable type.michi_cc
2009-10-04(svn r17716) -Codechange: [OSX] Invoke a (semi-)private Objective-C method ↵michi_cc
in a way that does not rely on the SDK version.
2009-10-04(svn r17715) -Cleanup: [OSX] And a final round of coding style and some ↵michi_cc
cleaning.
2009-10-04(svn r17714) -Cleanup: [OSX] Apply more coding style.michi_cc
2009-10-04(svn r17713) -Cleanup: [OSX] Move variable definitions to first use and ↵michi_cc
apply more coding style.
2009-10-04(svn r17712) -Codechange [FS#1411]: [OSX] Replace undocumented process ↵michi_cc
manager API calls with a documented alternative. (pyth)
2009-10-04(svn r17711) -Codechange: [OSX] Don't use deprecated methods to construct a ↵michi_cc
Cocoa string.
2009-10-04(svn r17710) -Feature [FS#3223]: [OSX] Add a MIDI driver using Cocoa/CoreAudio.michi_cc
2009-10-04(svn r17709) -Fix (r17706): Missing svn-props. Sigh.michi_cc
2009-10-04(svn r17708) -Feature [FS#2053]: [OSX] Implement clipboard support for OS X.michi_cc
2009-10-04(svn r17707) -Fix: [OSX] Show the OS mouse cursor when displaying a dialog ↵michi_cc
box if it was hidden.
2009-10-04(svn r17706) -Codechange: [OSX] Rework the crash handling to use the common ↵michi_cc
CrashLog infrastructure.
2009-10-04(svn r17705) -Fix: [OSX] Re-enable signal handling on OSX 10.3.9. Trying to ↵michi_cc
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.
2009-10-04(svn r17704) -Codechange: [OSX] Improve detection of OS X version. (planetmaker)michi_cc
2009-10-04(svn r17703) -Change: [OSX] Rework the configure OSX SDK detection to ↵michi_cc
actually try different SDK versions and use the best SDK for each universal target. -Change: [OSX] Improve the configure checks for QuickDraw and QuickTime.
2009-10-04(svn r17702) -Change: [OSX] Assure that the minimal OSX version is defined ↵michi_cc
in all cases. -Codechange: [OSX] Improve conditional defines for OS version dependant code.
2009-10-04(svn r17701) -Codechange: don't start line with a space if it's not inside ↵smatz
comment
2009-10-04(svn r17700) -Codechange: Integrate ShipVehicleInfo::refittable into ↵frosch
EngineInfo::refit_mask during initialisation.
2009-10-04(svn r17699) -Codechange: move #ifdef ENABLE_NETWORK till after the ↵rubidium
'generic' includes so compilation without network support doesn't get broken as easily by changes in header files
2009-10-04(svn r17698) -Fix (r17140) [FS#3205]: Convert endian after loading sounds ↵frosch
from file.
2009-10-04(svn r17697) -Codechange: coding style in the automatically generated ↵rubidium
squirrel wrapper code
2009-10-04(svn r17696) -Fix (r17693): compile failure when compiling without freetyperubidium
2009-10-04(svn r17695) -Update from WebTranslator v3.0:translators
frisian - 37 changes by Minifan hebrew - 133 changes by dnd_man hungarian - 2 changes by alyr thai - 66 changes by ityellow vietnamese - 12 changes by nglekhoi
2009-10-04(svn r17694) -Codechange: don't break $ to two lines in squirrel_export.awksmatz
2009-10-04(svn r17693) -Cleanup: remove some unneeded includesrubidium
2009-10-04(svn r17692) -Codechange: minor coding style fixessmatz
2009-10-04(svn r17691) -Codechange: make the status bar nestedrubidium
2009-10-04(svn r17690) -Fix: minor coding style issuesmatz
2009-10-04(svn r17689) -Fix (r16307): depend could segfault in some case (TrueBrain)glx
2009-10-04(svn r17688) -Fix (r17684): incorrect commentssmatz
2009-10-03(svn r17687) -Update from WebTranslator v3.0:translators
traditional_chinese - 8 changes by josesun polish - 14 changes by amateja spanish - 1 changes by Terkhen vietnamese - 40 changes by nglekhoi
2009-10-03(svn r17686) -Fix [FS#3247]: make the -c <config file> location relative to ↵rubidium
the current directory instead of the directory of the binary
2009-10-03(svn r17685) -Fix: autounpausing kept trying to unpause a loaded game that ↵rubidium
was paused due to an error. Just reject such savegames in dedicated servers.
2009-10-03(svn r17684) -Fix: tcache.first_engine and rcache.first_engine need to be ↵frosch
set before first callback/sprite-resolving. For RV fronts it was missing at all, causing livery selection to fail.
2009-10-02(svn r17683) -Update from WebTranslator v3.0:translators
catalan - 1 changes by arnau korean - 9 changes by telk5093 portuguese - 1 changes by SupSuper brazilian_portuguese - 153 changes by Tucalipe
2009-10-02(svn r17682) -Codechange: remove erroneous space before some commasrubidium
2009-10-02(svn r17681) -Fix [FS#3248] (r17668): crash when the caption of the query ↵rubidium
window used parameters
2009-10-01(svn r17680) -Update from WebTranslator v3.0:translators
dutch - 1 changes by habell brazilian_portuguese - 42 changes by Tucalipe
2009-10-01(svn r17679) -Merge: release changes back into trunkrubidium