log

age author description
Fri, 04 Feb 2011 10:31:40 +0000 rubidium (svn r21952) -Codechange: unify the company clearing code for bankruptcy with the command to remove companies draft
Fri, 04 Feb 2011 08:29:14 +0000 yexo (svn r21951) -Fix: [NewGRF] reset the carry flag every 4 bytes in action6 when adding more than one variable draft
Thu, 03 Feb 2011 18:45:07 +0000 translators (svn r21950) -Update from WebTranslator v3.0: draft
Wed, 02 Feb 2011 23:06:38 +0000 smatz (svn r21949) -Change: randomize the vehicle a small UFO targets, do not use the one with lowest index draft
Wed, 02 Feb 2011 22:40:04 +0000 smatz (svn r21948) -Fix: road vehicle was moved under the bridge when it was destroyed by an UFO while on a bridge draft
Wed, 02 Feb 2011 22:20:48 +0000 smatz (svn r21947) -Fix (r21195): crash when converting a savegame with vehicles crashed in a tunnel entry, or with vehicles reversing there draft
Wed, 02 Feb 2011 22:13:13 +0000 rubidium (svn r21946) -Fix [FS#4447]: assertion/funny behaviour when a road vehicle reverses while overtaking, so abort the overtake attempt when reversing the road vehicle draft
Wed, 02 Feb 2011 22:06:14 +0000 rubidium (svn r21945) -Codechange: simplify setting the overtaking counter and remove the magic from its numbers draft
Wed, 02 Feb 2011 22:01:01 +0000 smatz (svn r21944) -Codechange: give name to one magic constant draft
Wed, 02 Feb 2011 21:56:56 +0000 rubidium (svn r21943) -Codechange: document and unmagicify some bits of road vehicle overtaking draft
Wed, 02 Feb 2011 19:22:35 +0000 smatz (svn r21942) -Codechange: no need to convert GOINGUP/GOINGDOWN flags if they are cleared afterwards during savegame conversion draft
Wed, 02 Feb 2011 18:45:05 +0000 translators (svn r21941) -Update from WebTranslator v3.0: draft
Wed, 02 Feb 2011 16:46:42 +0000 planetmaker (svn r21940) -Fix [FS#4460]: Not all vehicles should be tested to be inside a tunnel upon savegame load (SmatZ) draft
Wed, 02 Feb 2011 14:50:57 +0000 smatz (svn r21939) -Fix (r16357): the check for valid depot wasn't strict enough draft
Tue, 01 Feb 2011 21:18:27 +0000 alberth (svn r21938) -Codechange: AfterLoadGame() is no longer friend of Vehicle. draft
Tue, 01 Feb 2011 18:45:06 +0000 translators (svn r21937) -Update from WebTranslator v3.0: draft
Tue, 01 Feb 2011 10:48:10 +0000 terkhen (svn r21936) -Fix [FS#4457](r19231): Do not remove existing road/tram bits when overbuilding stops of the opposite road type. draft
Tue, 01 Feb 2011 10:43:25 +0000 terkhen (svn r21935) -Fix (r19231): Allow to overbuild road stops which are built over trams. draft
Mon, 31 Jan 2011 20:56:02 +0000 frosch (svn r21934) -Fix (r21933): The original plan was to run the regression before committing. draft
Mon, 31 Jan 2011 20:44:15 +0000 frosch (svn r21933) -Codechange: Split cur_order_index into cur_auto_order_index and cur_real_order_index to keep track of the current real order in an unambiguous way. draft
Mon, 31 Jan 2011 20:27:33 +0000 rubidium (svn r21932) -Document: some tidbits related to vehicles draft
Mon, 31 Jan 2011 18:45:07 +0000 translators (svn r21931) -Update from WebTranslator v3.0: draft
Sun, 30 Jan 2011 21:32:21 +0000 alberth (svn r21930) -Codechange: Remove unused vehicle GetTypeString() functions. draft
Sun, 30 Jan 2011 19:14:48 +0000 planetmaker (svn r21929) -Fix [FS#4554]: The town window would not be invalidated in the scenario editor if the ground changed and thus the required cargos for town growth draft
Sun, 30 Jan 2011 18:45:06 +0000 translators (svn r21928) -Update from WebTranslator v3.0: draft
Sun, 30 Jan 2011 12:58:54 +0000 alberth (svn r21927) -Change: Comment-style fixes. draft
Sat, 29 Jan 2011 23:42:40 +0000 frosch (svn r21926) -Fix [FS#4450](r21924): v != w. draft
Sat, 29 Jan 2011 21:37:11 +0000 alberth (svn r21925) -Doc: Doxygen additions and markup corrections to vehicle-related functions. draft
Sat, 29 Jan 2011 17:30:25 +0000 terkhen (svn r21924) -Codechange: Unify some parts of the articulated vehicle code. draft
Sat, 29 Jan 2011 17:27:32 +0000 terkhen (svn r21923) -Codechange: Unify articulated vehicle iteration functions. draft
Sat, 29 Jan 2011 17:26:23 +0000 terkhen (svn r21922) -Codechange: Unify articulated vehicle checking functions. draft
Sat, 29 Jan 2011 17:21:39 +0000 terkhen (svn r21921) -Codechange: Move GroundVehicleSubtypeFlags as they will be needed by some Vehicle functions. draft
Thu, 27 Jan 2011 18:45:10 +0000 translators (svn r21920) -Update from WebTranslator v3.0: draft
Thu, 27 Jan 2011 00:38:12 +0000 planetmaker (svn r21919) -Fix: Converting an expensive rail type to a cheap one could give more money than removing and rebuilding cost draft
Wed, 26 Jan 2011 22:42:50 +0000 rubidium (svn r21918) -Fix [FS#4443]: Languages improperly sorted in the "start server" window (adf88) draft
Wed, 26 Jan 2011 18:45:17 +0000 translators (svn r21917) -Update from WebTranslator v3.0: draft
Wed, 26 Jan 2011 17:37:12 +0000 rubidium (svn r21916) -Fix [FS#4442]: the minimum speed needed for (realistic) acceleration to work properly can sometimes be more than the (temporary) maximum speed causing Clamp to "fail". Make sure that the minimum speed always overrules the maximum speed draft
Wed, 26 Jan 2011 17:35:03 +0000 rubidium (svn r21915) -Codechange: rename RoadVehicleAccelerate to RoadVehicle::UpdateSpeed (to match the naming used by Trains), and make use of the algorithm implemented in GroundVehicle draft
Wed, 26 Jan 2011 17:34:07 +0000 rubidium (svn r21914) -Codechange: move the algorithmic part of Train::UpdateSpeed to a function in GroundVehicle draft
Wed, 26 Jan 2011 17:33:14 +0000 rubidium (svn r21913) -Codechange: move bridge speed limiting for road vehicles to the same (logically speaking) place as for trains draft
Wed, 26 Jan 2011 17:31:44 +0000 rubidium (svn r21912) -Codechange: let road vehicles use gcache.last_speed/SetLastSpeed as well draft
Wed, 26 Jan 2011 17:31:07 +0000 rubidium (svn r21911) -Codechange: move tcache.last_speed to gcache.last_speed and make SetLastSpeed a function of GroundVehicle draft
Wed, 26 Jan 2011 17:30:17 +0000 rubidium (svn r21910) -Codechange: rename some autoreplace internal functions so they don't collide with globabl functions draft
Wed, 26 Jan 2011 08:14:36 +0000 rubidium (svn r21909) -Fix: some missing spaces draft
Tue, 25 Jan 2011 18:45:13 +0000 translators (svn r21908) -Update from WebTranslator v3.0: draft
Mon, 24 Jan 2011 18:45:17 +0000 translators (svn r21906) -Update from WebTranslator v3.0: draft
Sun, 23 Jan 2011 18:45:20 +0000 translators (svn r21905) -Update from WebTranslator v3.0: draft
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
Fri, 21 Jan 2011 00:11:13 +0000 smatz (svn r21874) -Fix: when a single-vehicle train was reversed while on a slope, its GOINGUP/DOWN weren't swapped draft
Thu, 20 Jan 2011 22:09:31 +0000 rubidium (svn r21872) -Doc: update some more documentation draft
Thu, 20 Jan 2011 22:03:27 +0000 rubidium (svn r21871) -Doc: terraforming/clearing limits (dihedral) draft
Thu, 20 Jan 2011 21:28:38 +0000 frosch (svn r21870) -Doc: Mention 'joan' in the admin network documentation. draft
Thu, 20 Jan 2011 18:45:10 +0000 translators (svn r21869) -Update from WebTranslator v3.0: draft
Thu, 20 Jan 2011 12:40:40 +0000 rubidium (svn r21868) -Fix (r21866 and some more): the changes to the main toolbar rail types dropdown should happen for the autoreplace dropdown as well draft
Thu, 20 Jan 2011 12:40:04 +0000 rubidium (svn r21867) -Codechange: move creating the rail type dropdown to a more general location draft
Thu, 20 Jan 2011 12:22:38 +0000 rubidium (svn r21866) -Feature [FS#4394]: [NewGRF] Rail type property to influence sorting of rail types in the drop down list draft
Thu, 20 Jan 2011 09:35:16 +0000 rubidium (svn r21865) -Fix (r21862): don't perform savegame conversion when reinitialising some vehicle structures due to NewGRF changes draft
Wed, 19 Jan 2011 23:59:29 +0000 rubidium (svn r21864) -Fix [FS#4430]: distant-join station would build at the wrong location when having persistent building turned on and selecting a "second" location for the station tile draft
Wed, 19 Jan 2011 20:40:27 +0000 rubidium (svn r21863) -Fix (r21849): load the amount that should be loaded instead of the amount that should not be loaded draft
Wed, 19 Jan 2011 20:04:09 +0000 terkhen (svn r21862) -Codechange: Unify subtype handling between road vehicles and trains. draft
Wed, 19 Jan 2011 18:45:12 +0000 translators (svn r21861) -Update from WebTranslator v3.0: draft
Wed, 19 Jan 2011 18:44:13 +0000 terkhen (svn r21860) -Codechange: Rename road vehicle subtype functions to match the train names. draft
Wed, 19 Jan 2011 18:42:54 +0000 terkhen (svn r21859) -Codechange: Move train subtype flags to GroundVehicle. draft
Wed, 19 Jan 2011 18:41:53 +0000 terkhen (svn r21858) -Codechange: Give more similar names to ArticulatedPart functions. draft
Wed, 19 Jan 2011 17:10:57 +0000 michi_cc (svn r21857) -Add: Revision detection for hgsubversion repositories. draft
Wed, 19 Jan 2011 17:10:52 +0000 michi_cc (svn r21856) -Fix (r21840): Don't fail tag detection on hg repositories that use mercurial queues. Add some safety against tags and branches with spaces as well. draft
Wed, 19 Jan 2011 16:52:57 +0000 rubidium (svn r21855) -Feature [FS#4368]: [Network] Console command to change the password of other companies for servers (dihedral) draft
Wed, 19 Jan 2011 16:47:40 +0000 rubidium (svn r21854) -Codechange: refactor the password setting methods to make it possible to change the password of other companies (on the server) draft
Wed, 19 Jan 2011 16:37:06 +0000 rubidium (svn r21853) -Codechange: HashCurrentCompanyPassword is only used by servers, so move it to network_server.* (dihedral) draft
Wed, 19 Jan 2011 16:35:11 +0000 rubidium (svn r21852) -Codechange: generalise GenerateCompanyPasswordHash (dihedral) draft
Wed, 19 Jan 2011 16:32:23 +0000 rubidium (svn r21851) -Codechange: rename NetworkClientSetPassword to NetworkClientSetCompanyPassword (dihedral) draft
Wed, 19 Jan 2011 16:30:09 +0000 rubidium (svn r21850) -Codechange: move password hashing to a more general location (dihedral) draft
Wed, 19 Jan 2011 16:25:00 +0000 rubidium (svn r21849) -Codechange: move merging/splitting of cargopackets into a helper function (fonsinchen) draft
Wed, 19 Jan 2011 16:20:26 +0000 rubidium (svn r21848) -Codechange: unification of comment style for cargopacket.* draft
Wed, 19 Jan 2011 08:24:38 +0000 rubidium (svn r21847) -Fix [FS#4423]: slowing down of trains was done by reducing the speed by 10%, but also when you're just 1% too fast, so limit the slowdown till the new maximum speed draft
Tue, 18 Jan 2011 23:09:43 +0000 rubidium (svn r21846) -Codechange: move documentation towards the code to make it more likely to be updated [o-s]. draft
Tue, 18 Jan 2011 22:31:06 +0000 rubidium (svn r21845) -Codechange: move documentation towards the code to make it more likely to be updates [d-m]. draft
Tue, 18 Jan 2011 22:17:15 +0000 rubidium (svn r21844) -Codechange: move documentation towards the code to make it more likely to be updates [a-c]. draft
Tue, 18 Jan 2011 21:58:22 +0000 rubidium (svn r21843) -Codechange: move documentation towards the code to make it more likely to be updates [t-z]. draft
Tue, 18 Jan 2011 21:30:59 +0000 rubidium (svn r21842) -Feature [FS#4393]: [NewGRF] Introduction dates/required types for rail types; e.g. introduce a particular rail type in 1960 (or when a vehicle using it is introduced), but also allow limiting its introduction to only happen when the required railtypes are available draft
Tue, 18 Jan 2011 21:28:07 +0000 rubidium (svn r21841) -Feature: [NewGRF] Allow to define other railtypes that should be introduced if a particular rail type is introduced, e.g. to make sure slow rail is introduced when fast rail gets introduced draft
Tue, 18 Jan 2011 21:27:35 +0000 michi_cc (svn r21840) -Change: Support tags created by hgsubversion for the revision detection. draft
Tue, 18 Jan 2011 21:27:30 +0000 michi_cc (svn r21839) -Change: Support tags created by git-svn for the revision detection. draft
Tue, 18 Jan 2011 21:09:13 +0000 rubidium (svn r21838) -Change: allow LMB scrolling with the mouse outside of the extra viewport instead of canceling scrolling when going slightly over the edge draft
Tue, 18 Jan 2011 21:08:19 +0000 rubidium (svn r21837) -Fix [FS#4419]: LMB dragging would switch over to other viewports instead of staying locked to the viewport you started on draft
Tue, 18 Jan 2011 20:40:36 +0000 smatz (svn r21836) -Fix: when a train was reversed while inside a tunnel/bridge, it wouldn't have (re)set the GOINGUP/DOWN bits after leaving the tunnel/bridge draft
Tue, 18 Jan 2011 20:06:56 +0000 smatz (svn r21835) -Codechange: use UpdateStatusAfterSwap() instead of copying the same code three times draft
Tue, 18 Jan 2011 18:45:18 +0000 translators (svn r21834) -Update from WebTranslator v3.0: draft
Tue, 18 Jan 2011 18:14:14 +0000 rubidium (svn r21833) -Fix [FS#4427]: desync debug savegames might not be actually saved in case threading is enabled, which is enabled by default draft
Tue, 18 Jan 2011 14:27:43 +0000 rubidium (svn r21832) -Feature: limit vehicle lateness to the length of a full timetable cycle, e.g. when a cycle takes 50 days and the vehicle is 65 days later reduce the lateness to 15 days draft
Tue, 18 Jan 2011 14:25:45 +0000 rubidium (svn r21831) -Fix [FS#4414]: service orders for trains/aircraft would (sometimes) not get a time when autofilling draft