Thu, 22 Nov 2007 18:01:51 +0000 skidd13 (svn r11490) -Codechange: Split the math functions to their own header
Wed, 21 Nov 2007 19:18:34 +0000 skidd13 (svn r11489) -Fix r11488: Somehow the code was added multiple times
Wed, 21 Nov 2007 19:13:38 +0000 skidd13 (svn r11488) -Codechange: Spilt the random functions out to seperate file
Wed, 21 Nov 2007 13:50:36 +0000 smatz (svn r11487) -Fix (r11435): move the list of vehicles a bit higher in the player GUI
Wed, 21 Nov 2007 13:46:29 +0000 glx (svn r11486) -Fix [FS#1457]: industry count was wrong in smallmap
Tue, 20 Nov 2007 14:11:19 +0000 skidd13 (svn r11485) -Codechange: Remove the doubled function ToggleBitT and rename the remaining to fit with the naming style
Tue, 20 Nov 2007 13:35:54 +0000 skidd13 (svn r11484) -Codechange: Remove the doubled function SetBitT and rename the remaining to fit with the naming style
Tue, 20 Nov 2007 12:57:24 +0000 skidd13 (svn r11483) -Codechange: Replace codeparts with functions that do the same to increase readability
Mon, 19 Nov 2007 21:32:20 +0000 skidd13 (svn r11482) -Codechange: Remove the doubled function ClrBitT and rename the remaining to fit with the naming style
Mon, 19 Nov 2007 21:02:30 +0000 skidd13 (svn r11481) -Codechange: Rename the HASBIT function to fit with the naming style
Mon, 19 Nov 2007 20:40:14 +0000 skidd13 (svn r11480) -Codechange: Rename the function ALIGN fitting to the naming style
Mon, 19 Nov 2007 20:18:27 +0000 skidd13 (svn r11479) -Codechange: Move the BIGMUL functions to the file of their usage
Mon, 19 Nov 2007 19:54:23 +0000 rubidium (svn r11478) -Fix: two small layout issues with the vehicle grouping GUI.
Mon, 19 Nov 2007 18:58:32 +0000 rubidium (svn r11477) -Fix [FS#1451]: a road vehicle must not show that it is driving max speed when it is standing still waiting for the vehicle in from of it.
Mon, 19 Nov 2007 18:58:04 +0000 skidd13 (svn r11476) -Codechange: rename the function myabs to abs to get rid of an unneeded define
Mon, 19 Nov 2007 18:38:10 +0000 skidd13 (svn r11475) -Codechange: rename clamp and clampu to Clamp and ClampU to fit with the coding style
Mon, 19 Nov 2007 04:34:40 +0000 belugas (svn r11474) -Feature: Allow to resize on creation the smallmap gui in order to show all the types industry available.
Mon, 19 Nov 2007 01:16:53 +0000 belugas (svn r11473) -Codechange: Replace two more instances of widget/smalltype numbers by enum(-a) values
Mon, 19 Nov 2007 00:57:56 +0000 belugas (svn r11472) -Codechange: Give enuma for both the widget numbers and the used smallmap currently used type
Sun, 18 Nov 2007 23:13:53 +0000 smatz (svn r11471) -Codechange: one more variable retyped to enum ViewportHighlightMode
Sun, 18 Nov 2007 22:39:02 +0000 glx (svn r11470) -Codechange: add git detection to MSVC (michi_cc)
Sun, 18 Nov 2007 22:37:44 +0000 glx (svn r11469) -Fix (r11051): only consider changes in src when detecting modified (M) version
Sun, 18 Nov 2007 20:38:24 +0000 glx (svn r11468) -Fix (r11330): rev number detection didn't work for git with msys/mingw
Sun, 18 Nov 2007 20:21:41 +0000 rubidium (svn r11467) -Fix [FS#1450]: OpenBSD has ALIGN already defined, causing compilation failures.
Sun, 18 Nov 2007 20:10:07 +0000 smatz (svn r11466) -Fix (r11339): operator priority problem resulting in problematic autoroad placement in some cases
Sun, 18 Nov 2007 20:05:44 +0000 smatz (svn r11465) -Fix: more user-friedly placement in X and Y directions (most noticeable with autoroad)
Sun, 18 Nov 2007 18:28:32 +0000 rubidium (svn r11464) -Fix: some issue that made OpenTTD on MorphOS seriously unplayable.
Sun, 18 Nov 2007 16:41:25 +0000 rubidium (svn r11463) -Fix: some OSes seem not to handle allocating 0 bytes in the same manner as others do.
Sun, 18 Nov 2007 15:06:01 +0000 rubidium (svn r11461) -Fix [FS#1449] (r11449): a bus turning around in a station could case an assertion error. Patch by divide. 0.6.0-beta1
Sun, 18 Nov 2007 14:57:14 +0000 rubidium (svn r11460) -Documentation: update some documentation to better match the current state and the state in the nearby future of OpenTTD.
Sun, 18 Nov 2007 14:39:43 +0000 skidd13 (svn r11459) -Fix: (r11457) The selection highlight color hasn't been reset
Sun, 18 Nov 2007 13:55:23 +0000 skidd13 (svn r11457) -Fix: (r11455) Reenable the accidentaly removed one way roads option
Sun, 18 Nov 2007 13:13:59 +0000 smatz (svn r11456) -Fix [FS#1412] (r10070): Viewport is bound to its top-left corner
Sun, 18 Nov 2007 08:03:48 +0000 rubidium (svn r11455) -Codechange: make autoroad, 'normal' road building and 'normal' rail building all react the same on CTRL as autorail.
Sat, 17 Nov 2007 23:16:41 +0000 rubidium (svn r11454) -Fix: the CHANCE16 functions were biased; a 32768 in 65536 chance was really a 32769 in 65536 chance.
Sat, 17 Nov 2007 22:33:53 +0000 glx (svn r11453) -Fix (r11450): unrevert r11239, as we now need it
Sat, 17 Nov 2007 22:25:16 +0000 rubidium (svn r11452) -Change: do not allow configuration changes, that NewGRFs can directly use to change their behaviour, during network games as this can cause desyncs.
Sat, 17 Nov 2007 15:04:38 +0000 rubidium (svn r11451) -Fix [FS#1287]: very fast aircraft would sometimes abruptly stop at the begin of the landing runway, turn a few times and then drive slowly to the end of the runway.
Sat, 17 Nov 2007 15:03:19 +0000 glx (svn r11450) -Fix [FS#1432](r8886): cargo translation table was loaded too early
Sat, 17 Nov 2007 12:42:15 +0000 rubidium (svn r11449) -Fix [FS#1160]: trams could deadlock themselves. As of now trams will turn as roadvehicles do when the player cannot build a tram track piece on the next tile without destroying anything. It will not turn when the player can build the before mentioned track piece on the 'next' tile.
Sat, 17 Nov 2007 02:22:56 +0000 glx (svn r11448) -Add: project files for MSVC 2008 (*_vs90.*)
Sat, 17 Nov 2007 01:55:00 +0000 belugas (svn r11447) -Fix(r11433): Wrong offset to the helipad made it look like the autoroad button
Sat, 17 Nov 2007 01:10:06 +0000 skidd13 (svn r11446) -Codechange: change the naming of road related code parts to something more descriptive
Fri, 16 Nov 2007 22:11:30 +0000 glx (svn r11445) -Codechange: reorder <configuration> in openttd_vs80.vcproj, so there are less diff when it is modified by MSVC
Fri, 16 Nov 2007 07:21:44 +0000 miham (svn r11444) -Update: WebTranslator2 update to 2007-11-16 08:21:07
Fri, 16 Nov 2007 02:25:56 +0000 glx (svn r11443) -Fix: [NewGRF] Action 0 <id> is an extended byte
Thu, 15 Nov 2007 22:20:33 +0000 rubidium (svn r11442) -Feature: make news messages related to the industry (production) changes better configurable; you can now disable news messages popping up for industries you are not servicing. Patch by Alberth.
Thu, 15 Nov 2007 19:18:52 +0000 rubidium (svn r11441) -Fix [FS#1443]: manage list dropdown menu did not "disappear" when the all vehicles are removed from the "current" group.
Thu, 15 Nov 2007 18:28:00 +0000 rubidium (svn r11440) -Codechange: replace magic numbers with enumified WindowHighlightMode constants. Patch by SmatZ.
Thu, 15 Nov 2007 18:21:59 +0000 rubidium (svn r11439) -Codechange: replace some magic numbers by a ViewportPlaceMethod enumified constant. Patch by SmatZ.
Thu, 15 Nov 2007 18:07:30 +0000 rubidium (svn r11438) -Change: do not create shores in canyons. Based on a patch by LeviathNL.
Thu, 15 Nov 2007 17:54:46 +0000 rubidium (svn r11437) -Change: when sorting stations by cargo sum, only sum the cargos that are selected in the filter. Patch by divide.
Thu, 15 Nov 2007 17:51:36 +0000 rubidium (svn r11436) -Fix [FS#1439]: Towns would not build roads on slopes. Patch by divide.
Thu, 15 Nov 2007 17:49:50 +0000 rubidium (svn r11435) -Codechange: show all players who have shares, not just the first two. Patch by SmatZ.
Thu, 15 Nov 2007 15:02:42 +0000 miham (svn r11434) -Fix: fixed a string in finnish (suggested by ln-)
Thu, 15 Nov 2007 07:42:25 +0000 rubidium (svn r11433) -Fix: starting OpenTTD with DOS files made it look weird out of the box.
Thu, 15 Nov 2007 00:13:12 +0000 glx (svn r11431) -Codechange: [NewGRF] Add support for changing rail vehicle user-defined bit mask (prop 25) via callback 36
Tue, 13 Nov 2007 22:44:41 +0000 rubidium (svn r11430) -Fix (r11421) [FS#1421]: there was still one case that would cause a crash...
Tue, 13 Nov 2007 18:57:38 +0000 glx (svn r11429) -Fix (r11129): some TextID to StringID 'translations' didn't follow our format
Tue, 13 Nov 2007 18:38:36 +0000 glx (svn r11428) -Fix: wrong string used for candy/sweets units_volume