Mon, 17 Sep 2007 04:23:03 +0000 rubidium (svn r11122) -Fix [FS#1234]: crash when building a NewGRF vehicle when the articulated build vehicle callback returneed a different value for the purchase window than the normal build. Thanks for Dalestan and _minime_ for pointers to possible causes.
Sun, 16 Sep 2007 21:34:50 +0000 rubidium (svn r11121) -Fix: clear the temporary NewGRF storage every time we perform a callback so it cannot cause desyncs.
Sun, 16 Sep 2007 20:48:00 +0000 rubidium (svn r11120) -Codechange: remove the arbitrary limit of 10 articulated parts for a vehicle.
Sun, 16 Sep 2007 18:10:52 +0000 truelight (svn r11119) -Codechange: analyze .tar files upon loading, remembering their files and offsets, which speeds up .tar handling with a big factor
Sat, 15 Sep 2007 16:01:34 +0000 truelight (svn r11118) -Fix: sample.cat can now be in a tar-file too, how nice!
Sat, 15 Sep 2007 15:38:09 +0000 truelight (svn r11117) -Add: add support for 7z .tar files, which are in the 'old' (deprecated) format
Sat, 15 Sep 2007 15:21:17 +0000 glx (svn r11116) -Fix (r11106): tar loader was not compiled for WIN32
Sat, 15 Sep 2007 12:43:04 +0000 rubidium (svn r11115) -Merge: release changes from 0.5.
Sat, 15 Sep 2007 09:39:23 +0000 rubidium (svn r11112) -Fix (r11107) [FS#1229]: in some cases one could destroy (parts of) buildings when building tunnels.
Sat, 15 Sep 2007 00:49:44 +0000 glx (svn r11111) -Fix (r11106): missing const broke compilation with MSVC
Fri, 14 Sep 2007 23:46:49 +0000 glx (svn r11110) -Fix (r11107): somebody forgot to update project files ;)
Fri, 14 Sep 2007 23:03:28 +0000 truelight (svn r11109) -Fix r11106: it is silly to use a std::list for something that is cleary a std::vector (less memory ;) WHOHO!)
Fri, 14 Sep 2007 22:35:39 +0000 rubidium (svn r11108) -Fix (r11107): somebody forgot to add some file ;) Spoils the fun of the previous cryptic message though.
Fri, 14 Sep 2007 22:27:40 +0000 rubidium (svn r11107) -Feature: some tool so one can still build tunnels under rails (and other structures) when the owner of the structure built it on foundations and if you have enough "empty" space ofcourse. One could use the tool for some other construction needs too. Patch by frosch.
Fri, 14 Sep 2007 22:25:00 +0000 truelight (svn r11106) -Add: added .tar support; you can pack all files in your data/ dir in how ever many .tar files you like, keeping the dir-structure equal to the unpacked version, and OpenTTD can handle them just like the files were unpacked
Fri, 14 Sep 2007 21:54:57 +0000 rubidium (svn r11105) -Codechange [FS#1223]: add some support for tuning of the bounding boxes for some special cases (like tunnels and bridges). Patch by frosch.
Fri, 14 Sep 2007 21:36:59 +0000 rubidium (svn r11104) -Fix: bounding boxes also overlap when the min of a bounding box is equal to the max of another bounding box. Patch by frosch.
Fri, 14 Sep 2007 21:35:22 +0000 rubidium (svn r11103) -Codechange: remove pointless comparison as it can never ever be true (unless you've got at least 3 bit errors and then you're screwed anyway). Patch by frosch.
Fri, 14 Sep 2007 21:32:21 +0000 rubidium (svn r11102) -Codechange: remove some pointless addition+substractions. Patch by frosch.
Thu, 13 Sep 2007 22:48:11 +0000 truelight (svn r11101) -Fix r11099: the check: file_pos == 0, no longer works; adjust the check with file_slot. This solves the ? sprites with autorail (nice catch Progman)
Thu, 13 Sep 2007 18:50:42 +0000 truelight (svn r11100) -Fix r11099: darn typos...
Thu, 13 Sep 2007 18:46:29 +0000 truelight (svn r11099) -Codechange: allow on opening of a file via FioFOpenFile to request the size of the file, so we can keep that in mind
Thu, 13 Sep 2007 18:35:29 +0000 truelight (svn r11098) -Fix r11096: forgot spaces before comments
Thu, 13 Sep 2007 18:28:56 +0000 truelight (svn r11097) -Codechange: for easy future extension of NewGRF Scanning, split up the functions a bit
Thu, 13 Sep 2007 18:26:18 +0000 truelight (svn r11096) -Fix: when 2 different GRF-files had the same name (e.g.: ""), the double-entry checker didn't always work correctly, resulting in multiple entries of the same grf in the list
Thu, 13 Sep 2007 18:22:34 +0000 truelight (svn r11095) -Codechange: don't abuse 'file_pos' by storing the file_slot in it too, but use a nice seperate variable for it
Thu, 13 Sep 2007 15:51:50 +0000 belugas (svn r11094) -Documentation: Add comments on viewport structures and change an obscure variable name to something a little more meaningfull.
Thu, 13 Sep 2007 14:44:49 +0000 truelight (svn r11093) -Fix r11092: also add a DEBUG(driver, 1) if the blitter is loaded, to show which one really loaded
Thu, 13 Sep 2007 12:28:53 +0000 truelight (svn r11092) -Add: allow 'blitter=<value>' in openttd.cfg to set the blitter (so you don't have to keep on doing 'openttd -b 32bpp-optimized'..)
Wed, 12 Sep 2007 23:56:21 +0000 belugas (svn r11091) -Codechange: Partial rewrite of the road management code of towns, in order to make it more readable and with improved performance. (FS#1161 by skidd13)
Wed, 12 Sep 2007 22:05:53 +0000 glx (svn r11090) -Fix (r11089): incorrect version format and failure with paths containing spaces
Wed, 12 Sep 2007 07:11:48 +0000 rubidium (svn r11089) -Codechange: add revision detection to MSVC.
Tue, 11 Sep 2007 17:42:46 +0000 glx (svn r11088) -Fix (r11063, r11067): MSVC warning C4804: '>' : unsafe use of type 'bool' in operation
Mon, 10 Sep 2007 20:36:37 +0000 miham (svn r11087) -Update: WebTranslator2 update to 2007-09-10 22:36:01
Mon, 10 Sep 2007 17:13:37 +0000 rubidium (svn r11086) -Fix/Revert (r11053, r10984): "fixing" r11053 made the acceleration code use the wrong speed, which can be fixed by reverting a small piece of r10984.
Mon, 10 Sep 2007 15:36:33 +0000 rubidium (svn r11085) -Fix-ish (r11084): some tabs that did not show up in the diff, which caused a mess of tab and non-tab usage.
Mon, 10 Sep 2007 15:21:14 +0000 rubidium (svn r11084) -Documentation [FS#1219]: of command.*. Patch by Progman.
Mon, 10 Sep 2007 14:55:46 +0000 truelight (svn r11083) -Fix r11078: don't clear the anim buffer when alpha = 0 (tnx to frosch)
Mon, 10 Sep 2007 00:05:27 +0000 truelight (svn r11082) -Fix r11081: save before commit (yeah, whitelines are important too!)
Mon, 10 Sep 2007 00:03:47 +0000 truelight (svn r11081) -Fix r11080: now solved the problem in a pretty way: don't do animation if we are not drawing to the screen-pointer
Sun, 09 Sep 2007 23:57:47 +0000 truelight (svn r11080) -Fix r11079: fix it, still dirty, correctly, as the last commit was ... wrong ;)
Sun, 09 Sep 2007 23:47:55 +0000 truelight (svn r11079) -Fix: dirty fix to allow big-screenshots with 32bpp-anim
Sun, 09 Sep 2007 23:16:01 +0000 truelight (svn r11078) -Add: added 32bpp-optimized, which is almost twice as fast as 32bpp-simple (based on the work of frosch)
Sun, 09 Sep 2007 21:56:52 +0000 truelight (svn r11076) -Fix: MakeTransparent of 32bpp blitter used 0..100; using 0..255 makes it much faster (frosch)
Sun, 09 Sep 2007 17:42:59 +0000 rubidium (svn r11072) -Fix [FS#1045]: when a vehicle had a service order, the goto-depot button did not make it possible to stop the vehicle at that depot.
Sun, 09 Sep 2007 15:32:46 +0000 rubidium (svn r11070) -Fix [FS#1217]: due to making an Action2 variable work properly, the NewGRF called other code too that wasn't prepared for non-train vehicles.
Sun, 09 Sep 2007 11:30:44 +0000 rubidium (svn r11069) -Codechange: allow slopes under statues. Patch by kaan.
Sun, 09 Sep 2007 11:23:49 +0000 rubidium (svn r11068) -Codechange: remove Vehicle::HasFront as all vehicles have the Vehicle::first pointer correctly set.
Sun, 09 Sep 2007 10:34:32 +0000 rubidium (svn r11067) -Codechange: also make it possible to use the advanced vehicle list for other players. Patch by SmatZ.
Sun, 09 Sep 2007 10:21:27 +0000 rubidium (svn r11066) -Documentation [FS#1091]: of map.*. Patch by Progman.
Sun, 09 Sep 2007 10:13:17 +0000 rubidium (svn r11065) -Documentation [FS#1186]: of the dirty marking/repainting subsystem. Patch by Progman.
Sat, 08 Sep 2007 22:53:10 +0000 rubidium (svn r11064) -Fix [FS#553]: when autorenew is enabled and it cannot renew the vehicle anymore (because the player cannot build the engine), the aging warnings as if autorenew is not enabled are shown.
Sat, 08 Sep 2007 22:04:49 +0000 rubidium (svn r11063) -Codechange: make it possible for people to view the loading indicators of everyone. Patch by SmatZ.
Sat, 08 Sep 2007 20:37:37 +0000 miham (svn r11062) -Update: WebTranslator2 update to 2007-09-08 22:37:00
Sat, 08 Sep 2007 14:59:58 +0000 glx (svn r11061) -Fix [FS#1086]: [win32] some keys were handled twice
Sat, 08 Sep 2007 10:10:31 +0000 rubidium (svn r11060) -Codechange: replace some magic numbers with the right enumified constants.
Sat, 08 Sep 2007 09:52:02 +0000 rubidium (svn r11059) -Fix [FS#1182]: inconsistency between Rail<->ElRail conversions of different kinds of rail containing tiles (normal rail, stations, depots, etc). Patch by SmatZ.
Sat, 08 Sep 2007 00:37:37 +0000 belugas (svn r11058) -Fix[FS#1216]: GetTerrainType was a bit too relax with snow line.
Fri, 07 Sep 2007 22:06:52 +0000 rubidium (svn r11057) -Fix [FS#1215]: loading TTD savegames went into an infinite loop due to not yet properly set next and previous pointers.
Fri, 07 Sep 2007 21:17:01 +0000 rubidium (svn r11056) -Fix [FS#1213]: road/tram tiles would not always get marked dirty properly, causing glitches for non-local players. Patch by SmatZ.