Mercurial > hg > openttd
graph
-
(svn r17732) -Codechange: reorder some variables of cargo packets/cargo lists to get better alignment *and* smaller structs; both from 40 bytes to 32 bytes on 64 bits. draftTue, 06 Oct 2009 21:19:20 +0000, by rubidium
-
(svn r17731) -Codechange: do not cache a boolean which states whether some other variable is not 0. draftTue, 06 Oct 2009 21:12:35 +0000, by rubidium
-
(svn r17730) -Codechange: do not cache the source of a packet in the cargo list. It's only used for (some) GUI/NewGRF purposes so precalculating it costs more than calculating when it's actually used. draftTue, 06 Oct 2009 21:06:26 +0000, by rubidium
-
(svn r17728) -Cleanup: Remove some more unneeded/unused parameters. draftTue, 06 Oct 2009 19:52:38 +0000, by frosch
-
(svn r17727) -Codechange: some coding style and documentation fixes draftTue, 06 Oct 2009 19:52:27 +0000, by rubidium
-
(svn r17726) -Cleanup: Remove some unneeded/unused parameters. draftTue, 06 Oct 2009 19:30:31 +0000, by frosch
-
(svn r17725) -Codechange: Reduce usage of EngInfo and XxxVehInfo, esp. when a Engine * is already present. draftTue, 06 Oct 2009 19:17:07 +0000, by frosch
-
(svn r17724) -Codechange: Merge magic height values toghether in finances window. draftTue, 06 Oct 2009 18:24:06 +0000, by alberth
-
(svn r17722) -Codechange: simplify the cargopacket constructor; unduplicate if and don't set a value to 0 if it already is 0. draftTue, 06 Oct 2009 17:33:01 +0000, by rubidium
-
(svn r17721) -Codechange: replace a magic number with a constant draftTue, 06 Oct 2009 17:28:06 +0000, by 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) draftTue, 06 Oct 2009 17:23:15 +0000, by rubidium
-
(svn r17717) -Codechange: [OSX] Replace deprecated variable type. draftSun, 04 Oct 2009 21:39:12 +0000, by michi_cc
-
(svn r17716) -Codechange: [OSX] Invoke a (semi-)private Objective-C method in a way that does not rely on the SDK version. draftSun, 04 Oct 2009 21:39:08 +0000, by michi_cc
-
(svn r17715) -Cleanup: [OSX] And a final round of coding style and some cleaning. draftSun, 04 Oct 2009 21:36:26 +0000, by michi_cc
-
(svn r17714) -Cleanup: [OSX] Apply more coding style. draftSun, 04 Oct 2009 21:36:22 +0000, by michi_cc
-
(svn r17713) -Cleanup: [OSX] Move variable definitions to first use and apply more coding style. draftSun, 04 Oct 2009 21:36:17 +0000, by michi_cc
-
(svn r17712) -Codechange [FS#1411]: [OSX] Replace undocumented process manager API calls with a documented alternative. (pyth) draftSun, 04 Oct 2009 21:33:36 +0000, by michi_cc
-
(svn r17711) -Codechange: [OSX] Don't use deprecated methods to construct a Cocoa string. draftSun, 04 Oct 2009 21:33:31 +0000, by michi_cc
-
(svn r17710) -Feature [FS#3223]: [OSX] Add a MIDI driver using Cocoa/CoreAudio. draftSun, 04 Oct 2009 21:24:09 +0000, by michi_cc
-
(svn r17709) -Fix (r17706): Missing svn-props. Sigh. draftSun, 04 Oct 2009 21:12:57 +0000, by michi_cc
-
(svn r17708) -Feature [FS#2053]: [OSX] Implement clipboard support for OS X. draftSun, 04 Oct 2009 21:08:38 +0000, by michi_cc
-
(svn r17707) -Fix: [OSX] Show the OS mouse cursor when displaying a dialog box if it was hidden. draftSun, 04 Oct 2009 21:08:34 +0000, by michi_cc
-
(svn r17706) -Codechange: [OSX] Rework the crash handling to use the common CrashLog infrastructure. draftSun, 04 Oct 2009 21:08:30 +0000, by michi_cc
-
(svn r17704) -Codechange: [OSX] Improve detection of OS X version. (planetmaker) draftSun, 04 Oct 2009 20:53:30 +0000, by 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. draftSun, 04 Oct 2009 20:53:26 +0000, by michi_cc
-
(svn r17702) -Change: [OSX] Assure that the minimal OSX version is defined in all cases. draftSun, 04 Oct 2009 20:53:22 +0000, by michi_cc
-
(svn r17701) -Codechange: don't start line with a space if it's not inside comment draftSun, 04 Oct 2009 20:51:50 +0000, by smatz
-
(svn r17700) -Codechange: Integrate ShipVehicleInfo::refittable into EngineInfo::refit_mask during initialisation. draftSun, 04 Oct 2009 20:33:18 +0000, by frosch
-
(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 draftSun, 04 Oct 2009 20:00:56 +0000, by rubidium
-
(svn r17698) -Fix (r17140) [FS#3205]: Convert endian after loading sounds from file. draftSun, 04 Oct 2009 18:52:34 +0000, by frosch
-
(svn r17697) -Codechange: coding style in the automatically generated squirrel wrapper code draftSun, 04 Oct 2009 18:16:44 +0000, by rubidium
-
(svn r17696) -Fix (r17693): compile failure when compiling without freetype draftSun, 04 Oct 2009 18:13:56 +0000, by rubidium
-
(svn r17694) -Codechange: don't break $ to two lines in squirrel_export.awk draftSun, 04 Oct 2009 17:26:43 +0000, by smatz
-
(svn r17693) -Cleanup: remove some unneeded includes draftSun, 04 Oct 2009 17:16:41 +0000, by rubidium
-
(svn r17691) -Codechange: make the status bar nested draftSun, 04 Oct 2009 15:38:16 +0000, by rubidium
-
(svn r17689) -Fix (r16307): depend could segfault in some case (TrueBrain) draftSun, 04 Oct 2009 12:17:10 +0000, by glx
-
(svn r17686) -Fix [FS#3247]: make the -c <config file> location relative to the current directory instead of the directory of the binary draftSat, 03 Oct 2009 14:51:30 +0000, by rubidium
-
(svn r17685) -Fix: autounpausing kept trying to unpause a loaded game that was paused due to an error. Just reject such savegames in dedicated servers. draftSat, 03 Oct 2009 14:48:12 +0000, by rubidium
-
(svn r17684) -Fix: tcache.first_engine and rcache.first_engine need to be set before first callback/sprite-resolving. For RV fronts it was missing at all, causing livery selection to fail. draftSat, 03 Oct 2009 14:46:48 +0000, by frosch
-
(svn r17682) -Codechange: remove erroneous space before some commas draftFri, 02 Oct 2009 15:13:15 +0000, by rubidium
-
(svn r17681) -Fix [FS#3248] (r17668): crash when the caption of the query window used parameters draftFri, 02 Oct 2009 15:06:14 +0000, by rubidium
-
(svn r17679) -Merge: release changes back into trunk draftThu, 01 Oct 2009 11:11:09 +0000, by rubidium
-
(svn r17676) -Codechange: make the NewGRF GUI nested draftWed, 30 Sep 2009 21:49:24 +0000, by rubidium
-
(svn r17675) -Codechange: move the 'state' changes out of the OnPaint of the newgrf window draftWed, 30 Sep 2009 21:11:29 +0000, by rubidium
-
(svn r17674) -Codechange: replace SetDirty + OnInvalidateData with InvalidateData (which does the same). Also call InvalidateData in a few cases where that was actually meant. draftWed, 30 Sep 2009 21:07:54 +0000, by rubidium
-
(svn r17673) -Codechange: make InvalidateThisWindowData a function of the window class draftWed, 30 Sep 2009 21:00:35 +0000, by rubidium
-
(svn r17672) -Revert (r8081): 'last_value' and 'reseed' are shared between procedure and main chain. draftWed, 30 Sep 2009 20:25:59 +0000, by frosch
-
(svn r17671) -Codechange: Move ResolverObject::info_view into u.vehicle as it is only needed for them. draftWed, 30 Sep 2009 18:54:33 +0000, by frosch