Mercurial > hg > openttd
graph
-
(svn r9973) -Cleanup: removed some code that kept both ends of a dualheaded engine in the same train (when moving wagons in a depot) draftTue, 29 May 2007 10:35:52 +0000, by bjarni
-
(svn r9971) -Fix (r9892, r9958): loading of post-'bridges over "everything"' messed with the railtype of bridges. draftTue, 29 May 2007 08:19:37 +0000, by rubidium
-
(svn r9970) -Update: WebTranslator2 update to 2007-05-29 09:12:20 draftTue, 29 May 2007 07:12:49 +0000, by miham
-
(svn r9969) -Codechange: Cleanup of industries (Step-14). Remove hardcoded-run-time tile acceptance and put in corresponding tile draftTue, 29 May 2007 00:15:34 +0000, by belugas
-
(svn r9967) -Fix (r9938): autoreplace would in certain conditions move dualheaded engines in a train (usually to the rear) draftMon, 28 May 2007 21:40:40 +0000, by bjarni
-
(svn r9966) -Fix: bridges and tunnels were not always removed on bankruptcy, thus leaving tunnels/bridges with an invalid owner that would crash the game when clicking with the query tool on them. draftMon, 28 May 2007 21:32:26 +0000, by rubidium
-
(svn r9965) -Fix: the ownership of drive through road stops on town owned roads wasn't properly reset when the road stop was removed. draftMon, 28 May 2007 20:46:59 +0000, by rubidium
-
(svn r9964) -Fix: removing of road should not be free of charge. draftMon, 28 May 2007 19:26:32 +0000, by rubidium
-
(svn r9963) -Fix (r9962): 'smooth_scroll' patch setting was ignored (always on) in some places. draftMon, 28 May 2007 17:07:19 +0000, by peter1138
-
(svn r9962) -Feature: Add smooth viewport scrolling. This must be enabled with patch setting 'smooth_scroll' draftMon, 28 May 2007 16:46:16 +0000, by peter1138
-
(svn r9961) -Fix (r7182): some file were still in iso8859-15 instead of utf8. draftMon, 28 May 2007 04:15:32 +0000, by rubidium
-
(svn r9960) -Fix [FS#813]: road wasn't properly added when overbuilding a tram rails with normal rails to for a crossing. draftMon, 28 May 2007 03:41:18 +0000, by rubidium
-
(svn r9959) -Fix: Only call GetNextVehicle for trains. draftSun, 27 May 2007 17:27:07 +0000, by maedhros
-
(svn r9958) -Fix (r9892): upgrading old savegames made (road)bridges unuseable. draftSun, 27 May 2007 14:42:40 +0000, by rubidium
-
(svn r9957) -Change: replace cargo tram with freight tram for consistency. draftSun, 27 May 2007 10:00:37 +0000, by rubidium
-
(svn r9956) -Codechange: Add tram livery schemes draftSun, 27 May 2007 09:33:41 +0000, by peter1138
-
(svn r9955) -Codechange: Make _roadveh_enter_depot_unk0 slightly less mysterious. draftSun, 27 May 2007 09:17:30 +0000, by maedhros
-
(svn r9954) -Fix [FS#811]: trolley AI crashed when trying to determine what the roadbits are. draftSun, 27 May 2007 08:53:21 +0000, by rubidium
-
(svn r9953) -Fix: Only check whether trains are multiheaded when cloning. draftSun, 27 May 2007 05:32:37 +0000, by maedhros
-
(svn r9952) -Fix r9951: it was not possible to build a drive-through station over a road/tram draftSun, 27 May 2007 01:59:07 +0000, by glx
-
(svn r9951) -Fix: slope check was incomplete when building road over tram track (and vice-versa) draftSun, 27 May 2007 01:03:59 +0000, by glx
-
(svn r9950) -Feature(tte): allow terraforming under bridges. draftSat, 26 May 2007 23:23:22 +0000, by rubidium
-
(svn r9949) -Fix: (road) depots got deowned on bankrupts. draftSat, 26 May 2007 23:18:42 +0000, by rubidium
-
(svn r9948) -Fix (r9947): building illegal roads on slopes. Why do 'fixes' always have the tendancy to backfire? draftSat, 26 May 2007 22:44:09 +0000, by rubidium
-
(svn r9947) -Fix [FS#807]: don't check whether roadbits may be built when they are already built for another type. draftSat, 26 May 2007 22:19:04 +0000, by rubidium
-
(svn r9946) -Fix: more places that weren't correctly marked dirty... draftSat, 26 May 2007 22:01:49 +0000, by rubidium
-
(svn r9945) -Fix: bridges were not properly marked dirty when adding/removing roadtypes. draftSat, 26 May 2007 21:45:16 +0000, by rubidium
-
(svn r9944) -Fix: tile selection drawn on the wrong height for some road bridges. draftSat, 26 May 2007 21:34:38 +0000, by rubidium
-
(svn r9943) -Fix [FS#806]: building roads/trams did take notice of the foundation of the opposite roadtype. draftSat, 26 May 2007 21:00:48 +0000, by rubidium
-
(svn r9942) -Fix [FS#804]: crash when upgrading both ends of a bridge. draftSat, 26 May 2007 20:52:23 +0000, by rubidium
-
(svn r9941) -Fix: trams could be cloned to appear in normal road depots and vice versa (spotted by Desolator) draftSat, 26 May 2007 20:30:55 +0000, by bjarni
-
(svn r9940) -Fix [FS#805]: upgrading a bridge removed roadtypes. draftSat, 26 May 2007 20:30:40 +0000, by rubidium
-
(svn r9939) -Fix (r3139): EngineHasArticPart(v) is only valid for trains. draftSat, 26 May 2007 17:06:45 +0000, by maedhros
-
(svn r9938) -Fix [FS#799]: 100 wagons train + replace engine draftSat, 26 May 2007 17:00:44 +0000, by bjarni
-
(svn r9937) -Codechange: don't define a function that is never declared or used draftSat, 26 May 2007 16:18:43 +0000, by truelight
-
(svn r9936) -Fix: (Un)ScaleByZoom missed a minus sign in some cases draftSat, 26 May 2007 15:20:13 +0000, by truelight
-
(svn r9935) -Fix: could not build a drive through station when there when you own the tram bits and the town owns the road. draftSat, 26 May 2007 14:24:19 +0000, by rubidium
-
(svn r9934) -Fix (r9923): towns could remove 'half' tram tracks. draftSat, 26 May 2007 13:00:52 +0000, by rubidium
-
(svn r9933) -Fix (9925): unified a little too much. draftSat, 26 May 2007 12:34:25 +0000, by rubidium
-
(svn r9932) -Fix: can't assume a zoom-level with MarkAllViewportsDirty, causing segfaults when trying to load savegames in dedicated server via -g (reported by peter1138) draftSat, 26 May 2007 12:19:54 +0000, by truelight
-
(svn r9931) -Fix: some glitches with catenary and bridges. draftSat, 26 May 2007 10:40:34 +0000, by rubidium
-
(svn r9930) -Fix (r9838): obiwan could cause vehicles to way a long time (2.5 years) at stations. draftSat, 26 May 2007 09:13:59 +0000, by rubidium
-
(svn r9929) -Fix [FS#803]: fix several drawing issues. draftSat, 26 May 2007 07:58:49 +0000, by rubidium
-
(svn r9928) -Fix (r9805): Default display options were not set correctly. draftSat, 26 May 2007 07:47:52 +0000, by peter1138
-
(svn r9927) -Fix: assert triggered when letting a tram run into the wrong side of a depot. draftFri, 25 May 2007 23:45:36 +0000, by rubidium
-
(svn r9926) -Fix (r9923): the vehicle should continue on the next tile, not 'finishing' the turn. draftFri, 25 May 2007 23:32:30 +0000, by rubidium
-
(svn r9925) -Fix: wrong tooltips in station picker. draftFri, 25 May 2007 23:21:32 +0000, by rubidium
-
(svn r9924) -Fix: update the road vehicle speeds when stopped and/or running just behind another vehicle. draftFri, 25 May 2007 22:31:34 +0000, by rubidium
-
(svn r9923) -Add: support for Action 0 Road vehicles, property 1C, bit 0. draftFri, 25 May 2007 22:07:40 +0000, by rubidium
-
(svn r9922) -Fix (r9914): [YAPF] null pointer dereference. draftFri, 25 May 2007 15:49:14 +0000, by rubidium
-
(svn r9921) -Fix (r9892): ownership wasn't properly propagated on owner changes. draftFri, 25 May 2007 15:37:12 +0000, by rubidium
-
(svn r9920) -Update: WebTranslator2 update to 2007-05-25 14:56:27 draftFri, 25 May 2007 12:56:41 +0000, by miham
-
(svn r9919) -Codechange: prepare some more places for more road types. draftFri, 25 May 2007 11:01:44 +0000, by rubidium
-
(svn r9918) -Fix: the available roadtypes/railtypes were not updated on GRF updates. draftFri, 25 May 2007 08:47:40 +0000, by rubidium
-
(svn r9917) -Codechange: prepare some more areas for more road types. draftFri, 25 May 2007 08:13:01 +0000, by rubidium
-
(svn r9916) -Codechange: Free memory used by cargo translation tables draftFri, 25 May 2007 06:39:12 +0000, by peter1138
-
(svn r9914) -Codechange: prepare GTTS and the pathfinders to handle multiple road types on a single tile. draftThu, 24 May 2007 22:41:50 +0000, by rubidium
-
(svn r9913) -Update: the landscape documentation to reflect the changes to the road bits. draftThu, 24 May 2007 21:59:12 +0000, by rubidium
-
(svn r9912) -Fix: the AIs could build any road(station)s. draftThu, 24 May 2007 21:45:54 +0000, by rubidium
-
(svn r9911) -Update: WebTranslator2 update to 2007-05-24 23:07:47 draftThu, 24 May 2007 21:08:08 +0000, by miham
-
(svn r9910) -Codechange: prepare road building/removing commands for more road types. draftThu, 24 May 2007 09:31:09 +0000, by rubidium
-
(svn r9909) -Fix (r9897): Highlight road tunnels properly when building them. draftThu, 24 May 2007 09:24:46 +0000, by maedhros
-
(svn r9908) -Codechange: prepare the station picker for more road types. draftThu, 24 May 2007 08:52:28 +0000, by rubidium
-
(svn r9907) -Codechange: prepare the road gui for more road types. draftThu, 24 May 2007 08:36:11 +0000, by rubidium
-
(svn r9906) -Codechange: Add common properties for both industry and industry tiles specs draftThu, 24 May 2007 01:12:00 +0000, by belugas
-
(svn r9905) -Feature: Allow building new stations adjacent to existing stations by holding down control. Based on a patch by Wolf01. draftWed, 23 May 2007 17:33:03 +0000, by maedhros
-
(svn r9904) -Codechange [FS#798]: Add OpenBSD support to configure (matthias) draftWed, 23 May 2007 16:40:40 +0000, by peter1138
-
(svn r9903) -Fix (r9901): Make the demolish and level land tools work in the scenario editor again. draftWed, 23 May 2007 14:43:47 +0000, by maedhros
-
(svn r9902) -Fix (r9898): Don't check group owner when adding a vehicle to the 'default' group. draftWed, 23 May 2007 14:02:10 +0000, by peter1138
-
(svn r9901) -Codechange: Decide what to do with selected land areas based on the specific variable, not how it was highlighted. draftWed, 23 May 2007 13:52:10 +0000, by maedhros
-
(svn r9900) -Codechange: Separate the variables for how to highlight a land area and what to do with it afterwards. draftWed, 23 May 2007 12:45:56 +0000, by maedhros
-
(svn r9899) -Update: WebTranslator2 update to 2007-05-22 23:52:38 draftTue, 22 May 2007 21:55:37 +0000, by miham
-
(svn r9897) -Codechange: prepare the toolbar for more road types. draftMon, 21 May 2007 21:58:31 +0000, by rubidium
-
(svn r9896) -Fix (r9874): when selling an entire train, decrease the number of vehicles in the group only once draftMon, 21 May 2007 17:19:01 +0000, by glx
-
(svn r9895) -Fix: assertion when removing roadstop. draftMon, 21 May 2007 16:58:23 +0000, by rubidium
-
(svn r9894) -Fix (r9892): catenary was drawn on road bridges ;) draftSun, 20 May 2007 22:43:26 +0000, by rubidium
-
(svn r9893) -Fix (r9892): various small bugs that only act up when using something different than plain roads. draftSun, 20 May 2007 22:04:24 +0000, by rubidium
-
(svn r9892) -Codechange: lots of ground work for allowing multiple types of "road" with multiple owners on a single tile. draftSun, 20 May 2007 19:14:08 +0000, by rubidium
-
(svn r9891) -Fix [FS#787]: the manage list menu wasn't removed/updated when changing to another group making it able to perform "group" actions for "all vehicles", which would cause a crash. draftSun, 20 May 2007 18:34:47 +0000, by rubidium
-
(svn r9890) -Codechange: Don't allocate space for 0 spriteset ranges draftSun, 20 May 2007 16:17:03 +0000, by peter1138
-
(svn r9889) -Codechange: Use cargo's freight status for choosing livery scheme. draftSun, 20 May 2007 10:27:43 +0000, by peter1138
-
(svn r9888) -Codechange: [NewGRF] allow non-spec cargo action2s to work, and using the goods sprite if really nothing is returned. draftSun, 20 May 2007 09:17:42 +0000, by peter1138
-
(svn r9887) -Fix (r9867): Industry production statistics messed up... draftSun, 20 May 2007 05:53:19 +0000, by peter1138
-
(svn r9886) -Codechange: Cleanup of industries (Step-13). Include the sounds table into the industry's spec. draftSun, 20 May 2007 00:50:06 +0000, by belugas
-
(svn r9885) -Fix r9846: some last bitshifts with zoom-levels that were forgotten draftSat, 19 May 2007 23:52:04 +0000, by truelight
-
(svn r9884) -Feature: 2 new zoom-out levels: 8 times and 16 times draftSat, 19 May 2007 22:48:04 +0000, by truelight
-
(svn r9883) -Fix (r4965): [NewGRF] Check for overflow and carry over when adding to the existing value. draftSat, 19 May 2007 22:37:24 +0000, by peter1138
-
(svn r9882) -Fix (r9874): the "default group" is also a valid group in some cases. draftSat, 19 May 2007 21:47:14 +0000, by rubidium
-
(svn r9881) -Fix (FS#782, r9874): accidentally removed one condition too many causing asserts. draftSat, 19 May 2007 20:15:50 +0000, by rubidium
-
(svn r9880) -Add: [NewGRF] Add action 7/9 condition 0B/0C (cargo type availability) draftSat, 19 May 2007 19:13:12 +0000, by glx
-
(svn r9879) -Fix (r9874): global autoreplace was little broken ;) draftSat, 19 May 2007 12:46:48 +0000, by rubidium
-
(svn r9878) -Fix (9874): some vehicle count's were not properly updated on delete or autoreplace of vehicles. draftSat, 19 May 2007 12:29:09 +0000, by rubidium
-
(svn r9877) -Revert (r9876): one file too many... draftSat, 19 May 2007 11:18:22 +0000, by peter1138
-
(svn r9876) -Codechange: [NewHouses] Add support for callback 2E (cargo production) draftSat, 19 May 2007 11:17:30 +0000, by peter1138
-
(svn r9875) -Fix (r9828): Only set carriage capacity if the wagon has not been refitted. draftSat, 19 May 2007 10:29:51 +0000, by peter1138
-
(svn r9874) -Feature: advanced vehicle lists a.k.a. group interface. Now you can make groups of vehicles and perform all kinds of tasks on that given group. Original code by nycom and graphics by skidd13. draftSat, 19 May 2007 09:40:18 +0000, by rubidium
-
(svn r9873) -Codechange: Add missing second callback parameter for houses draftSat, 19 May 2007 09:13:08 +0000, by peter1138
-
(svn r9872) -Codechange: more type strictness for vehicle types draftFri, 18 May 2007 23:38:29 +0000, by rubidium
-
(svn r9871) -Fix (r8826): Some cargo costs were wrong for different climates. Multiple definitions of the same cargo type are sometimes required. draftFri, 18 May 2007 21:50:32 +0000, by peter1138
-
(svn r9870) -Codechange: Silence two compiler warnings and give proper type to the "type" member of industry struct draftFri, 18 May 2007 17:55:07 +0000, by belugas
-
(svn r9869) -Codechange: replace some bytes with VehicleType, i.e. more type strictness. draftFri, 18 May 2007 17:31:41 +0000, by rubidium
-
(svn r9868) -Codechange: bring external declaration of functions togueter and adjust a comment draftFri, 18 May 2007 14:34:15 +0000, by belugas
-
(svn r9867) -Codechange: Remove data duplication. The exact same values can be found in the industry spec, so take it from there instead. draftFri, 18 May 2007 00:33:47 +0000, by belugas
-
(svn r9865) -Fix (r9862): NOT_REACHED() and error() declarations are needed for strgen draftThu, 17 May 2007 20:00:45 +0000, by glx
-
(svn r9862) -Fix (9842): strgen's error() does return in contrast to OTTD's error(). draftThu, 17 May 2007 13:36:00 +0000, by rubidium
-
(svn r9861) -Fix: null pointer derefence under MorphOS and AmigaOS. draftThu, 17 May 2007 12:06:47 +0000, by rubidium
-
(svn r9857) -Fix: loading of TTDP savegames with features that OTTD has. draftWed, 16 May 2007 21:28:23 +0000, by rubidium
-
(svn r9855) -Fix: [FS#779] do not perform any commands on MP_VOID tiles. draftWed, 16 May 2007 08:20:37 +0000, by rubidium
-
(svn r9850) -Codechange: Introduction of the Override/Substitute manager. Currently only used for newhouses. draftTue, 15 May 2007 21:36:58 +0000, by belugas
-
(svn r9848) -Fix r9846: how every many times you check something, of course you always switch them at the last moment... UnScaleByZoom was ScaleByZoom and visa versa... (tnx to yeti_ for noticing) draftTue, 15 May 2007 17:54:46 +0000, by truelight
-
(svn r9847) -Update: WebTranslator2 update to 2007-05-15 19:41:41 draftTue, 15 May 2007 17:41:50 +0000, by miham
-
(svn r9846) -Codechange: introduced ZOOM_LVL_MIN and ZOOM_LVL_MAX for the obvious reasons draftTue, 15 May 2007 16:08:46 +0000, by truelight
-
(svn r9845) -Fix (r9844): svn:eol-style/svn:keywords were missing... draftTue, 15 May 2007 14:28:34 +0000, by rubidium
-
(svn r9844) -Codechange: replace zoomlevel with an enum draftTue, 15 May 2007 14:08:39 +0000, by truelight
-
(svn r9843) -Fix (r9838): tell the newgrfs that we now support proper FIFO loading. draftTue, 15 May 2007 13:38:43 +0000, by rubidium
-
(svn r9842) -Codechange: now NOT_REACHED is also triggered when debugging is disabled. draftTue, 15 May 2007 13:01:52 +0000, by rubidium
-
(svn r9841) -Codechange: add a little more type strictness to the vehicle types. draftTue, 15 May 2007 11:28:22 +0000, by rubidium