log

age author description
Sat, 22 Sep 2007 23:40:35 +0000 glx (svn r11144) -Codechange: add support for newgrf callbacks 29 and 35 draft
Sat, 22 Sep 2007 23:14:32 +0000 rubidium (svn r11143) -Fix: the random bits were not set for the production callback when the NewGRF asked for it. draft
Sat, 22 Sep 2007 21:59:02 +0000 glx (svn r11142) -Codechange: prepare industry production change code for newgrf callbacks 29 and 35 draft
Sat, 22 Sep 2007 20:29:17 +0000 rubidium (svn r11141) -Codechange: add support for NewGRF's varaction2 operators 11, 12 and 13. draft
Sat, 22 Sep 2007 18:53:32 +0000 miham (svn r11140) -Update: WebTranslator2 update to 2007-09-22 20:52:32 draft
Sat, 22 Sep 2007 13:56:38 +0000 rubidium (svn r11139) -Codechange: add support for persistent storage for NewGRFs. draft
Sat, 22 Sep 2007 12:59:43 +0000 rubidium (svn r11138) -Codechange: prepare some subsystems for persistent storage for NewGRFs. draft
Sat, 22 Sep 2007 00:59:27 +0000 belugas (svn r11137) -Feature: [NewGRF] Add support for bit 17 of property 1A for Industries. This bit enables the protection of the last instance of an industry type once raise. draft
Fri, 21 Sep 2007 17:56:55 +0000 rubidium (svn r11134) -Fix [FS#1238]: vehicles got removed twice from the group list when selling whole trains. draft
Thu, 20 Sep 2007 19:21:01 +0000 rubidium (svn r11133) -Fix (r11102) [FS#1245]: in some cases vehicles would be drawn over houses when they should be drawn behind the houses. Patch by frosch. draft
Wed, 19 Sep 2007 18:55:26 +0000 rubidium (svn r11132) -Fix: NewGRFs seem to assume that STR_NULL is an empty string or so. draft
Wed, 19 Sep 2007 18:39:14 +0000 rubidium (svn r11131) -Fix (r11126): forgot to commit the changes that performed the actual fix. draft
Wed, 19 Sep 2007 18:15:59 +0000 rubidium (svn r11130) -Fix [FS#1207]: towns build roads that weren't connected to any other road. draft
Wed, 19 Sep 2007 17:37:44 +0000 glx (svn r11129) -Fix: update some TextID to StringID 'translations' to reflect changes in language files draft
Wed, 19 Sep 2007 16:36:42 +0000 rubidium (svn r11128) -Fix: a lot of graphical glitches by changing some bounding boxes. It's not perfect yet, but a *very* good step into the right direction. Patch by frosch. draft
Tue, 18 Sep 2007 20:41:59 +0000 rubidium (svn r11127) -Fix: truncate the result of 8 bits callbacks. draft
Tue, 18 Sep 2007 18:55:25 +0000 rubidium (svn r11126) -Fix: the algorithm to determine the closest water/land was flawed. draft
Mon, 17 Sep 2007 17:07:24 +0000 rubidium (svn r11125) -Documentation: add/update the documentation of news*. Based on a patch by Progman. draft
Mon, 17 Sep 2007 16:56:15 +0000 rubidium (svn r11124) -Documentation: of tree_map.h and tree_cmd.cpp. Patch by Progman. draft
Mon, 17 Sep 2007 10:46:35 +0000 miham (svn r11123) -Update: WebTranslator2 update to 2007-09-17 12:45:29 draft
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. draft
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. draft
Sun, 16 Sep 2007 20:48:00 +0000 rubidium (svn r11120) -Codechange: remove the arbitrary limit of 10 articulated parts for a vehicle. draft
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 draft
Sat, 15 Sep 2007 16:01:34 +0000 truelight (svn r11118) -Fix: sample.cat can now be in a tar-file too, how nice! draft
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