summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-11-20(svn r11485) -Codechange: Remove the doubled function ToggleBitT and rename ↵skidd13
the remaining to fit with the naming style
2007-11-20(svn r11484) -Codechange: Remove the doubled function SetBitT and rename the ↵skidd13
remaining to fit with the naming style
2007-11-20(svn r11483) -Codechange: Replace codeparts with functions that do the same ↵skidd13
to increase readability
2007-11-19(svn r11482) -Codechange: Remove the doubled function ClrBitT and rename the ↵skidd13
remaining to fit with the naming style
2007-11-19(svn r11481) -Codechange: Rename the HASBIT function to fit with the naming ↵skidd13
style
2007-11-19(svn r11480) -Codechange: Rename the function ALIGN fitting to the naming styleskidd13
This fixes also FS#1450
2007-11-19(svn r11479) -Codechange: Move the BIGMUL functions to the file of their usageskidd13
-Codechange: Rename the BIGMUL functions to the fitting naming style
2007-11-19(svn r11478) -Fix: two small layout issues with the vehicle grouping GUI.rubidium
2007-11-19(svn r11477) -Fix [FS#1451]: a road vehicle must not show that it is driving ↵rubidium
max speed when it is standing still waiting for the vehicle in from of it.
2007-11-19(svn r11476) -Codechange: rename the function myabs to abs to get rid of an ↵skidd13
unneeded define
2007-11-19(svn r11475) -Codechange: rename clamp and clampu to Clamp and ClampU to fit ↵skidd13
with the coding style
2007-11-19(svn r11474) -Feature: Allow to resize on creation the smallmap gui in order ↵belugas
to show all the types industry available. -Feature: Allow to enable/disable individually or all at once, the industries shown on small map. This will permit to easily find those that are of some interest for the player. Heavily based on gule's patch
2007-11-19(svn r11473) -Codechange: Replace two more instances of widget/smalltype ↵belugas
numbers by enum(-a) values
2007-11-19(svn r11472) -Codechange: Give enuma for both the widget numbers and the ↵belugas
used smallmap currently used type
2007-11-18(svn r11471) -Codechange: one more variable retyped to enum ↵smatz
ViewportHighlightMode
2007-11-18(svn r11470) -Codechange: add git detection to MSVC (michi_cc)glx
2007-11-18(svn r11469) -Fix (r11051): only consider changes in src when detecting ↵glx
modified (M) version
2007-11-18(svn r11468) -Fix (r11330): rev number detection didn't work for git with ↵glx
msys/mingw
2007-11-18(svn r11467) -Fix [FS#1450]: OpenBSD has ALIGN already defined, causing ↵rubidium
compilation failures.
2007-11-18(svn r11466) -Fix (r11339): operator priority problem resulting in ↵smatz
problematic autoroad placement in some cases
2007-11-18(svn r11465) -Fix: more user-friedly placement in X and Y directions (most ↵smatz
noticeable with autoroad)
2007-11-18(svn r11464) -Fix: some issue that made OpenTTD on MorphOS seriously unplayable.rubidium
2007-11-18(svn r11463) -Fix: some OSes seem not to handle allocating 0 bytes in the ↵rubidium
same manner as others do.
2007-11-18(svn r11461) -Fix [FS#1449] (r11449): a bus turning around in a station ↵rubidium
could case an assertion error. Patch by divide.
2007-11-18(svn r11460) -Documentation: update some documentation to better match the ↵rubidium
current state and the state in the nearby future of OpenTTD.
2007-11-18(svn r11459) -Fix: (r11457) The selection highlight color hasn't been resetskidd13
2007-11-18(svn r11457) -Fix: (r11455) Reenable the accidentaly removed one way roads ↵skidd13
option -Change: Enable one way roads like the remove via a toolbar icon
2007-11-18(svn r11456) -Fix [FS#1412] (r10070): Viewport is bound to its top-left cornersmatz
2007-11-18(svn r11455) -Codechange: make autoroad, 'normal' road building and 'normal' ↵rubidium
rail building all react the same on CTRL as autorail.
2007-11-17(svn r11454) -Fix: the CHANCE16 functions were biased; a 32768 in 65536 ↵rubidium
chance was really a 32769 in 65536 chance.
2007-11-17(svn r11453) -Fix (r11450): unrevert r11239, as we now need itglx
2007-11-17(svn r11452) -Change: do not allow configuration changes, that NewGRFs can ↵rubidium
directly use to change their behaviour, during network games as this can cause desyncs.
2007-11-17(svn r11451) -Fix [FS#1287]: very fast aircraft would sometimes abruptly ↵rubidium
stop at the begin of the landing runway, turn a few times and then drive slowly to the end of the runway.
2007-11-17(svn r11450) -Fix [FS#1432](r8886): cargo translation table was loaded too earlyglx
2007-11-17(svn r11449) -Fix [FS#1160]: trams could deadlock themselves. As of now ↵rubidium
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.
2007-11-17(svn r11448) -Add: project files for MSVC 2008 (*_vs90.*)glx
2007-11-17(svn r11447) -Fix(r11433): Wrong offset to the helipad made it look like the ↵belugas
autoroad button
2007-11-17(svn r11446) -Codechange: change the naming of road related code parts to ↵skidd13
something more descriptive -Change: invert the two single roads gui buttons, making it consistent with rails toolbar Based on a patch by Octopussy
2007-11-16(svn r11445) -Codechange: reorder <configuration> in openttd_vs80.vcproj, so ↵glx
there are less diff when it is modified by MSVC
2007-11-16(svn r11444) -Update: WebTranslator2 update to 2007-11-16 08:21:07miham
czech - 1 changed by Hadez (1) estonian - 1 fixed by kristjans (1) french - 10 changed by glx (10) italian - 3 fixed, 1 changed by lorenzodv (4) japanese - 1 fixed by ickoonite (1) slovenian - 1 fixed by Necrolyte (1) swedish - 4 fixed, 4 changed by daishan (8)
2007-11-16(svn r11443) -Fix: [NewGRF] Action 0 <id> is an extended byteglx
2007-11-15(svn r11442) -Feature: make news messages related to the industry ↵rubidium
(production) changes better configurable; you can now disable news messages popping up for industries you are not servicing. Patch by Alberth.
2007-11-15(svn r11441) -Fix [FS#1443]: manage list dropdown menu did not "disappear" ↵rubidium
when the all vehicles are removed from the "current" group.
2007-11-15(svn r11440) -Codechange: replace magic numbers with enumified ↵rubidium
WindowHighlightMode constants. Patch by SmatZ.
2007-11-15(svn r11439) -Codechange: replace some magic numbers by a ↵rubidium
ViewportPlaceMethod enumified constant. Patch by SmatZ.
2007-11-15(svn r11438) -Change: do not create shores in canyons. Based on a patch by ↵rubidium
LeviathNL.
2007-11-15(svn r11437) -Change: when sorting stations by cargo sum, only sum the ↵rubidium
cargos that are selected in the filter. Patch by divide.
2007-11-15(svn r11436) -Fix [FS#1439]: Towns would not build roads on slopes. Patch by ↵rubidium
divide.
2007-11-15(svn r11435) -Codechange: show all players who have shares, not just the ↵rubidium
first two. Patch by SmatZ.
2007-11-15(svn r11434) -Fix: fixed a string in finnish (suggested by ln-)miham