log

age author description
Sun, 23 Jan 2011 18:31:04 +0000 frosch (svn r21904) -Fix: Include the capacity of non-refittable vehicles in the refitted-capacity, if their cargo matches. draft
Sun, 23 Jan 2011 17:50:24 +0000 smatz (svn r21903) -Codechange: warn only once for a train that has invalid length, not for each its wagon with invalid length draft
Sun, 23 Jan 2011 14:58:54 +0000 frosch (svn r21902) -Fix: Do not count articulated parts when passing the number of vehicles to refit to the command. That may exceed 8 bits. draft
Sun, 23 Jan 2011 13:25:26 +0000 frosch (svn r21901) -Codechange: Save some bits in p2 of CmdRefitVehicle. draft
Sun, 23 Jan 2011 13:08:50 +0000 yexo (svn r21900) -Fix: [NoAI] hide automatic orders from AIs as they have no way of dealing with them draft
Sun, 23 Jan 2011 13:00:50 +0000 frosch (svn r21899) -Fix: Do not show a vehicle selection in the RefitWindow for refit orders. You cannot select anything anyway. draft
Sun, 23 Jan 2011 11:20:55 +0000 rubidium (svn r21898) -Fix [FS#4438]: using a pointer-iterator and adding things (thus reallocating) to the iterated array caused OpenTTD to crash on invalid pointers draft
Sun, 23 Jan 2011 00:11:15 +0000 rubidium (svn r21897) -Fix (21707): Kenobi visited IsValidConsoleColour shortly draft
Sat, 22 Jan 2011 23:13:39 +0000 rubidium (svn r21896) -Cleanup: remove the unused StartScenario draft
Sat, 22 Jan 2011 23:08:32 +0000 rubidium (svn r21895) -Cleanup: get rid of the unused SLD_NEW_GAME draft
Sat, 22 Jan 2011 23:08:18 +0000 rubidium (svn r21894) -Cleanup: get rid of the unused SM_START_SCENARIO draft
Sat, 22 Jan 2011 23:07:51 +0000 rubidium (svn r21893) -Update (r21892): remove the strings from the other language files as well draft
Sat, 22 Jan 2011 23:07:23 +0000 rubidium (svn r21892) -Fix [FS#4421]: only some scenarios from the main scenario folder and no heightmaps could be started in the "start server" window draft
Sat, 22 Jan 2011 18:45:21 +0000 translators (svn r21891) -Update from WebTranslator v3.0: draft
Sat, 22 Jan 2011 14:52:20 +0000 rubidium (svn r21890) -Cleanup: remove some unneeded includes draft
Sat, 22 Jan 2011 14:51:36 +0000 rubidium (svn r21889) -Fix [FS#4434]: crash when scrolling outside of the main window (with some video backends) draft
Sat, 22 Jan 2011 10:33:16 +0000 rubidium (svn r21888) -Codechange: remove some unneeded (for the AI header) headers from some AI headers, reducing the include tree draft
Sat, 22 Jan 2011 10:10:03 +0000 rubidium (svn r21887) -Fix-ish: some headers weren't including the headers they depend on draft
Sat, 22 Jan 2011 09:53:15 +0000 rubidium (svn r21886) -Codechange: move documentation towards the code to make it more likely to be updated [n]. draft
Fri, 21 Jan 2011 23:10:02 +0000 yexo (svn r21885) -Fix [FS#4422]: NewGRF string codes 0x80 and 0x81 were broken since the typechecking of string parameters draft
Fri, 21 Jan 2011 18:45:18 +0000 translators (svn r21884) -Update from WebTranslator v3.0: draft
Fri, 21 Jan 2011 17:35:17 +0000 smatz (svn r21883) -Codechange: make UpdateZPosition() faster by not calling GetSlopeZ() when not needed draft
Fri, 21 Jan 2011 16:51:56 +0000 smatz (svn r21882) -Codechange: make use of the fact that vehicle's Z position can change only if it has GVF_GOINGUP_BIT or GVF_GOINGDOWN_BIT set draft
Fri, 21 Jan 2011 16:48:41 +0000 smatz (svn r21881) -Codechange: ensure that vehicle's GOINGUP/DOWN bits are set correctly and that it has correct z_pos when converting from older savegames draft
Fri, 21 Jan 2011 16:35:12 +0000 smatz (svn r21880) -Fix: when a train after reversing ended at the last bit of a bridge ramp and directed outside the bridge, it could still have track set to TRACK_BIT_WORMHOLE draft
Fri, 21 Jan 2011 16:20:55 +0000 smatz (svn r21879) -Codechange: reset vehicle's GOINGUP/DOWN bits when it crashes draft
Fri, 21 Jan 2011 16:13:54 +0000 smatz (svn r21878) -Codechange: move parts of UpdateInclination() to separate functions draft
Fri, 21 Jan 2011 15:48:52 +0000 smatz (svn r21877) -Codechange: move definition of HALF_TILE_SIZE to tile_type.h draft
Fri, 21 Jan 2011 14:43:38 +0000 smatz (svn r21876) -Codechange: typedef SpecializedVehicleBase and GroundVehicleBase to reduce typing draft
Fri, 21 Jan 2011 01:38:30 +0000 smatz (svn r21875) -Codechange: indentation of some comments was wrong draft