log

age author description
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 draft
Sat, 15 Sep 2007 15:21:17 +0000 glx (svn r11116) -Fix (r11106): tar loader was not compiled for WIN32 draft
Sat, 15 Sep 2007 12:43:04 +0000 rubidium (svn r11115) -Merge: release changes from 0.5. draft
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. draft
Sat, 15 Sep 2007 00:49:44 +0000 glx (svn r11111) -Fix (r11106): missing const broke compilation with MSVC draft
Fri, 14 Sep 2007 23:46:49 +0000 glx (svn r11110) -Fix (r11107): somebody forgot to update project files ;) draft
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!) draft
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. draft
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. draft
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 draft
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. draft
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. draft
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. draft
Fri, 14 Sep 2007 21:32:21 +0000 rubidium (svn r11102) -Codechange: remove some pointless addition+substractions. Patch by frosch. draft
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) draft
Thu, 13 Sep 2007 18:50:42 +0000 truelight (svn r11100) -Fix r11099: darn typos... draft
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 draft
Thu, 13 Sep 2007 18:35:29 +0000 truelight (svn r11098) -Fix r11096: forgot spaces before comments draft
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 draft
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 draft
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 draft
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. draft
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 draft
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'..) draft
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) draft
Wed, 12 Sep 2007 22:05:53 +0000 glx (svn r11090) -Fix (r11089): incorrect version format and failure with paths containing spaces draft
Wed, 12 Sep 2007 07:11:48 +0000 rubidium (svn r11089) -Codechange: add revision detection to MSVC. draft
Tue, 11 Sep 2007 17:42:46 +0000 glx (svn r11088) -Fix (r11063, r11067): MSVC warning C4804: '>' : unsafe use of type 'bool' in operation draft
Mon, 10 Sep 2007 20:36:37 +0000 miham (svn r11087) -Update: WebTranslator2 update to 2007-09-10 22:36:01 draft
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. draft
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. draft
Mon, 10 Sep 2007 15:21:14 +0000 rubidium (svn r11084) -Documentation [FS#1219]: of command.*. Patch by Progman. draft
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) draft
Mon, 10 Sep 2007 00:05:27 +0000 truelight (svn r11082) -Fix r11081: save before commit (yeah, whitelines are important too!) draft
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 draft
Sun, 09 Sep 2007 23:57:47 +0000 truelight (svn r11080) -Fix r11079: fix it, still dirty, correctly, as the last commit was ... wrong ;) draft
Sun, 09 Sep 2007 23:47:55 +0000 truelight (svn r11079) -Fix: dirty fix to allow big-screenshots with 32bpp-anim draft
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) draft
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) draft
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. draft
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. draft
Sun, 09 Sep 2007 11:30:44 +0000 rubidium (svn r11069) -Codechange: allow slopes under statues. Patch by kaan. draft
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. draft
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. draft
Sun, 09 Sep 2007 10:21:27 +0000 rubidium (svn r11066) -Documentation [FS#1091]: of map.*. Patch by Progman. draft
Sun, 09 Sep 2007 10:13:17 +0000 rubidium (svn r11065) -Documentation [FS#1186]: of the dirty marking/repainting subsystem. Patch by Progman. draft
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. draft
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. draft
Sat, 08 Sep 2007 20:37:37 +0000 miham (svn r11062) -Update: WebTranslator2 update to 2007-09-08 22:37:00 draft
Sat, 08 Sep 2007 14:59:58 +0000 glx (svn r11061) -Fix [FS#1086]: [win32] some keys were handled twice draft
Sat, 08 Sep 2007 10:10:31 +0000 rubidium (svn r11060) -Codechange: replace some magic numbers with the right enumified constants. draft
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. draft
Sat, 08 Sep 2007 00:37:37 +0000 belugas (svn r11058) -Fix[FS#1216]: GetTerrainType was a bit too relax with snow line. draft
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. draft
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. draft
Fri, 07 Sep 2007 21:15:32 +0000 rubidium (svn r11055) -Fix [FS#1214]: loading indicators would sometimes glitch due to a bounding box that was too small. Patch by frosch. draft
Fri, 07 Sep 2007 21:11:12 +0000 rubidium (svn r11054) -Fix [FS#944]: mismatch between TTDP's and OTTD's placement of catenary, creating graphical glitches when loading a catenary replacement. Patch by frosch. draft
Fri, 07 Sep 2007 21:09:37 +0000 rubidium (svn r11053) -Fix: train status bar flickering a lot when waiting at a signal. draft
Fri, 07 Sep 2007 17:01:35 +0000 glx (svn r11052) -Fix (r11017)[FS#1210]: vehicles always skip service order draft
Thu, 06 Sep 2007 03:02:38 +0000 belugas (svn r11050) -Codechange: Use the translated gfx, not the original one. draft