log

age author description
Tue, 22 May 2007 21:55:37 +0000 miham (svn r9899) -Update: WebTranslator2 update to 2007-05-22 23:52:38 draft
Tue, 22 May 2007 19:48:11 +0000 peter1138 (svn r9898) -Fix (r9874): Many... draft
Mon, 21 May 2007 21:58:31 +0000 rubidium (svn r9897) -Codechange: prepare the toolbar for more road types. draft
Mon, 21 May 2007 17:19:01 +0000 glx (svn r9896) -Fix (r9874): when selling an entire train, decrease the number of vehicles in the group only once draft
Mon, 21 May 2007 16:58:23 +0000 rubidium (svn r9895) -Fix: assertion when removing roadstop. draft
Sun, 20 May 2007 22:43:26 +0000 rubidium (svn r9894) -Fix (r9892): catenary was drawn on road bridges ;) draft
Sun, 20 May 2007 22:04:24 +0000 rubidium (svn r9893) -Fix (r9892): various small bugs that only act up when using something different than plain roads. draft
Sun, 20 May 2007 19:14:08 +0000 rubidium (svn r9892) -Codechange: lots of ground work for allowing multiple types of "road" with multiple owners on a single tile. draft
Sun, 20 May 2007 18:34:47 +0000 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. draft
Sun, 20 May 2007 16:17:03 +0000 peter1138 (svn r9890) -Codechange: Don't allocate space for 0 spriteset ranges draft
Sun, 20 May 2007 10:27:43 +0000 peter1138 (svn r9889) -Codechange: Use cargo's freight status for choosing livery scheme. draft
Sun, 20 May 2007 09:17:42 +0000 peter1138 (svn r9888) -Codechange: [NewGRF] allow non-spec cargo action2s to work, and using the goods sprite if really nothing is returned. draft
Sun, 20 May 2007 05:53:19 +0000 peter1138 (svn r9887) -Fix (r9867): Industry production statistics messed up... draft
Sun, 20 May 2007 00:50:06 +0000 belugas (svn r9886) -Codechange: Cleanup of industries (Step-13). Include the sounds table into the industry's spec. draft
Sat, 19 May 2007 23:52:04 +0000 truelight (svn r9885) -Fix r9846: some last bitshifts with zoom-levels that were forgotten draft
Sat, 19 May 2007 22:48:04 +0000 truelight (svn r9884) -Feature: 2 new zoom-out levels: 8 times and 16 times draft
Sat, 19 May 2007 22:37:24 +0000 peter1138 (svn r9883) -Fix (r4965): [NewGRF] Check for overflow and carry over when adding to the existing value. draft
Sat, 19 May 2007 21:47:14 +0000 rubidium (svn r9882) -Fix (r9874): the "default group" is also a valid group in some cases. draft
Sat, 19 May 2007 20:15:50 +0000 rubidium (svn r9881) -Fix (FS#782, r9874): accidentally removed one condition too many causing asserts. draft
Sat, 19 May 2007 19:13:12 +0000 glx (svn r9880) -Add: [NewGRF] Add action 7/9 condition 0B/0C (cargo type availability) draft
Sat, 19 May 2007 12:46:48 +0000 rubidium (svn r9879) -Fix (r9874): global autoreplace was little broken ;) draft
Sat, 19 May 2007 12:29:09 +0000 rubidium (svn r9878) -Fix (9874): some vehicle count's were not properly updated on delete or autoreplace of vehicles. draft
Sat, 19 May 2007 11:18:22 +0000 peter1138 (svn r9877) -Revert (r9876): one file too many... draft
Sat, 19 May 2007 11:17:30 +0000 peter1138 (svn r9876) -Codechange: [NewHouses] Add support for callback 2E (cargo production) draft
Sat, 19 May 2007 10:29:51 +0000 peter1138 (svn r9875) -Fix (r9828): Only set carriage capacity if the wagon has not been refitted. draft
Sat, 19 May 2007 09:40:18 +0000 rubidium (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. draft
Sat, 19 May 2007 09:13:08 +0000 peter1138 (svn r9873) -Codechange: Add missing second callback parameter for houses draft
Fri, 18 May 2007 23:38:29 +0000 rubidium (svn r9872) -Codechange: more type strictness for vehicle types draft
Fri, 18 May 2007 21:50:32 +0000 peter1138 (svn r9871) -Fix (r8826): Some cargo costs were wrong for different climates. Multiple definitions of the same cargo type are sometimes required. draft
Fri, 18 May 2007 17:55:07 +0000 belugas (svn r9870) -Codechange: Silence two compiler warnings and give proper type to the "type" member of industry struct draft
Fri, 18 May 2007 17:31:41 +0000 rubidium (svn r9869) -Codechange: replace some bytes with VehicleType, i.e. more type strictness. draft
Fri, 18 May 2007 14:34:15 +0000 belugas (svn r9868) -Codechange: bring external declaration of functions togueter and adjust a comment draft
Fri, 18 May 2007 00:33:47 +0000 belugas (svn r9867) -Codechange: Remove data duplication. The exact same values can be found in the industry spec, so take it from there instead. draft
Thu, 17 May 2007 20:19:55 +0000 rubidium (svn r9866) -Codechange: remove the technical one-input-cargo-creates-one-output-cargo limit in the factories, sawmills, steelmills and the ones I'm forgetting to mention right now. Use of this functionality will come later. draft
Thu, 17 May 2007 20:00:45 +0000 glx (svn r9865) -Fix (r9862): NOT_REACHED() and error() declarations are needed for strgen draft
Thu, 17 May 2007 13:36:00 +0000 rubidium (svn r9862) -Fix (9842): strgen's error() does return in contrast to OTTD's error(). draft
Thu, 17 May 2007 12:06:47 +0000 rubidium (svn r9861) -Fix: null pointer derefence under MorphOS and AmigaOS. draft
Wed, 16 May 2007 21:28:23 +0000 rubidium (svn r9857) -Fix: loading of TTDP savegames with features that OTTD has. draft
Wed, 16 May 2007 08:20:37 +0000 rubidium (svn r9855) -Fix: [FS#779] do not perform any commands on MP_VOID tiles. draft
Tue, 15 May 2007 21:36:58 +0000 belugas (svn r9850) -Codechange: Introduction of the Override/Substitute manager. Currently only used for newhouses. draft
Tue, 15 May 2007 17:54:46 +0000 truelight (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) draft
Tue, 15 May 2007 17:41:50 +0000 miham (svn r9847) -Update: WebTranslator2 update to 2007-05-15 19:41:41 draft
Tue, 15 May 2007 16:08:46 +0000 truelight (svn r9846) -Codechange: introduced ZOOM_LVL_MIN and ZOOM_LVL_MAX for the obvious reasons draft
Tue, 15 May 2007 14:28:34 +0000 rubidium (svn r9845) -Fix (r9844): svn:eol-style/svn:keywords were missing... draft
Tue, 15 May 2007 14:08:39 +0000 truelight (svn r9844) -Codechange: replace zoomlevel with an enum draft
Tue, 15 May 2007 13:38:43 +0000 rubidium (svn r9843) -Fix (r9838): tell the newgrfs that we now support proper FIFO loading. draft
Tue, 15 May 2007 13:01:52 +0000 rubidium (svn r9842) -Codechange: now NOT_REACHED is also triggered when debugging is disabled. draft
Tue, 15 May 2007 11:28:22 +0000 rubidium (svn r9841) -Codechange: add a little more type strictness to the vehicle types. draft
Tue, 15 May 2007 06:20:16 +0000 rubidium (svn r9840) -Fix (r9838): MSVC is complaining about signedness again (Belugas). draft
Mon, 14 May 2007 20:17:26 +0000 rubidium (svn r9839) -Fix: vehicles in old savegames could leave the station because the changed loading algorithm thought it was already finished. draft
Mon, 14 May 2007 20:12:32 +0000 rubidium (svn r9838) -Fix: make "improved loading" a proper improved loading instead of loading one (semi-)random vehicle at a time: draft
Mon, 14 May 2007 17:37:34 +0000 peter1138 (svn r9837) -Fix: [NewGRF] Catch occurance of division-by-zero in varaction handling. draft
Mon, 14 May 2007 16:07:05 +0000 rubidium (svn r9836) -Codechange: make non-improved loading happen FIFO-ish; generally loading/unloading will happen fifo, but there are no guarantees on the FIFO-ness. For (better) FIFO guarantees you still need to use improved loading. draft
Mon, 14 May 2007 15:20:50 +0000 truelight (svn r9835) -Codechange: use Pixel typedef instead of byte where ever possible draft
Mon, 14 May 2007 14:06:46 +0000 glx (svn r9834) -Add: win9x check in win32 builds draft
Mon, 14 May 2007 08:07:20 +0000 rubidium (svn r9833) -Fix: also 'leave' the station when leaving for automatic servicing. draft
Sun, 13 May 2007 22:10:04 +0000 rubidium (svn r9832) -Fix: leave the station when manually skipping to the next order and we are currently (un)loading. draft
Sun, 13 May 2007 21:24:58 +0000 rubidium (svn r9831) -Codechange: more refactoring of the loading/unloading. draft
Sun, 13 May 2007 00:11:13 +0000 belugas (svn r9830) -Fix(r9779) : Let the town expand and build new houses along the roads of the users, even in case of "No Road" layout (skiddl13) draft
Sat, 12 May 2007 09:09:10 +0000 rubidium (svn r9829) -Codechange: more refactoring of the unloading algorithm. draft