Commit Graph

10208 Commits (f56e630e5cb839b307f04bf52465c4db4d1ad904)
 

Author SHA1 Message Date
rubidium f56e630e5c (svn r14421) -Codechange: rename all player variables/types to company *or* client so it is immediatelly clear which one you are working with. 16 years ago
translators dba193d4a5 (svn r14420) -Update: WebTranslator2 update to 2008-09-30 17:50:15
hungarian  - 3 fixed, 1 changed by alyr (4)
simplified_chinese - 122 fixed, 2 changed by ww9980 (124)
swedish    - 1 fixed by ChrillDeVille (1)
16 years ago
belugas 12218ae7d2 (svn r14419) -Codechange: adding two digits for no obvious reason (nor comment), plus code style Infringement. 16 years ago
smatz 1c27747886 (svn r14417) -Codechange: rewrite GetClosestWaterDistance(), now it is ~100 times faster than pre-r14416 in average case 16 years ago
smatz 8c5cfd6850 (svn r14416) -Fix (r10074)(r10517): substraction was done the other way in the 'nearest land/water' check (~25% performance penalty) 16 years ago
smatz 1c126cb2e6 (svn r14415) -Fix (r10074): void tiles could be the nearest 'land' for water industries 16 years ago
rubidium 5ab74534da (svn r14414) -Fix: replace instances of strncpy with strecpy as strncpy doesn't guarantee the resulting string is '\0'-terminated. 16 years ago
truebrain d34da3cadb (svn r14413) -Fix: when no revision detected, the error didn't indicate 'mercurial' was accepted as source too (patch not by Sacro)
-Fix: that same message was slightly unclear in what it would mean for network joins
16 years ago
frosch 40018be915 (svn r14412) -Documentation: Comment some functions related to the advanced settings. Patch by Alberth, but with less excessive use of 'at'. 16 years ago
frosch 60e5d69ec4 (svn r14411) -Fix (r14406): IsFrontEngine() is only valid for trains. 16 years ago
rubidium fc1ad68714 (svn r14410) -Codechange: one can't inject a negative number of parameters, so enforce this by using a uint. 16 years ago
frosch b588578bcc (svn r14409) -Codechange: Simplify a loop and correct a comment. 16 years ago
glx dee7b2148a (svn r14408) -Fix (r9205): generation seed set using -G was always overwritten by -g 16 years ago
frosch e8038cbf58 (svn r14407) -Cleanup (r14406): Remove a redundant test. (thanks SmatZ) 16 years ago
frosch 32289ebd63 (svn r14406) -Fix [FS#Eddi]: Autoreplace did not work for vehicles in free wagon chains. 16 years ago
frosch 423160f946 (svn r14405) -Fix [FS#2289]: Correct handling of selling free wagons while the following vehicle is an engine (i.e. a new train is created). 16 years ago
rubidium 8fe7d9f217 (svn r14404) -Change [FS#2176]: don't make the town flatten land unconditionally when build on slopes is turned on. Based on a patch by Eddi. 16 years ago
frosch 5fd49a8cd2 (svn r14403) -Fix (r14384): The condition was too restrictive. 16 years ago
translators b6796b635e (svn r14402) -Update: WebTranslator2 update to 2008-09-26 17:45:50
slovenian  - 3 fixed by Necrolyte (3)
traditional_chinese - 1 fixed, 8 changed by josesun (9)
16 years ago
peter1138 21a5c6bb7d (svn r14401) -Fix (r11724): Don't check articulated parts or rear multihead parts for callback 1D when moving a chain of wagons. 16 years ago
smatz 75d63af2ae (svn r14398) -Cleanup (r14395): unused function sneaked in 16 years ago
rubidium 48ece47bd9 (svn r14397) -Fix: possible buffer overrun, wrong parameter type passed to printf and && where || is meant. Found by MSVC's code analysis (Darkvater) 16 years ago
smatz 4057132b00 (svn r14396) -Fix: ctrl+right click at 'Go to nearest depot' order scrolled to depot with DepotID == 0 16 years ago
smatz a000de8418 (svn r14395) -Fix [FS#2285]: crashes and GUI desyncs when order is deleted/modified while the timetable window is open
-Fix: close any dropdown and child windows in the Order and Timetable windows when selected order is deselected, deleted, ...
16 years ago
translators 8b84fea7e1 (svn r14394) -Update: WebTranslator2 update to 2008-09-24 14:01:38
danish     - 8 changed by ThomasA (8)
german     - 5 changed by sulai (5)
hungarian  - 17 fixed, 4 changed by alyr (21)
korean     - 45 changed by dlunch (45)
norwegian_bokmal - 9 fixed by christian (9)
spanish    - 1 changed by eusebio (1)
traditional_chinese - 91 fixed, 1044 changed by josesun (1135)
16 years ago
rubidium f54f161bfb (svn r14393) -Fix [FS#2318]: deleting the same window (pointer) twice. 16 years ago
rubidium 9246ff28ac (svn r14392) -Fix [FS#1404]: some widgets saw a single click as multiple clicks. 16 years ago
rubidium f49d5057ee (svn r14390) -Codechange: replace magic constants with symbolic constants. 16 years ago
translators d49381e5c9 (svn r14386) -Update: WebTranslator2 update to 2008-09-22 19:58:30
brazilian_portuguese - 3 fixed by tucalipe (3)
catalan    - 3 fixed by arnaullv (3)
english_US - 2 fixed by WhiteRabbit (2)
estonian   - 1 fixed by kristjans (1)
french     - 1 fixed by glx (1)
galician   - 1 changed by Condex (1)
hungarian  - 3 changed by alyr (3)
korean     - 18 changed by dlunch (18)
norwegian_bokmal - 194 fixed by christian (194)
spanish    - 2 fixed by eusebio (2)
16 years ago
frosch fb1fae001a (svn r14384) -Fix: Moving the first vehicle of a train elsewhere might require a new unitnumber for the remaining chain. 16 years ago
smatz a756b23dc4 (svn r14383) -Fix [FS#2316](r14343): handle invalid 'v->u.air.targetairport' in the NewGRF code, too 16 years ago
rubidium 7935517470 (svn r14371) -Fix [FS#2313]: loading indicator didn't stay with the front engine when turning a train in a station. 16 years ago
frosch 99969d533e (svn r14369) -Fix: Enforce non-front engines to be stopped.
This could be caused by old savegames resp. their conversion, and causes
trouble for e.g. autoreplace.
16 years ago
rubidium 0f56f52080 (svn r14368) -Fix [FS#1852]: trams jumping when reversing on a single trambit (like caused during road construction reworks) or when (manually) reversing in a corner. 16 years ago
frosch a4fd962adf (svn r14366) -Fix (r14362): Match multiheaded parts starting from the first vehicle in a chain. 16 years ago
glx 0b65ce9d46 (svn r14365) -Backport (r14364 from NoAI): add the ability do CmdBuildSingleSignal to directly place the correct signal, instead requiring multiple inputs before doing so 16 years ago
glx 8b0d8589e3 (svn r14363) -Fix [FS#2206]: some keypress combinations could be handled twice 16 years ago
frosch 6782d81142 (svn r14362) -Fix (r3403): Also connect multiheaded parts in free wagon chains. 16 years ago
translators 4389ef9ec0 (svn r14361) -Update: WebTranslator2 update to 2008-09-19 20:23:28
italian    - 8 fixed by lorenzodv (8)
korean     - 3 fixed by leejaeuk5 (3)
simplified_chinese - 119 fixed by ww9980 (119)
spanish    - 1 fixed by eusebio (1)
swedish    - 13 fixed by ChrillDeVille (13)
ukrainian  - 3 fixed by mad (3)
16 years ago
smatz da39b8c866 (svn r14360) -Cleanup (r12652): remove unused handler for the 'Tranfser' button 16 years ago
rubidium da69e69f5a (svn r14359) -Fix [FS#2311]: the ownership of roadtiles was not properly set for very old savegames (including TTD's) making it impossible to remove some pieces of road. 16 years ago
rubidium a458f62801 (svn r14358) -Change: make the default bundle name similar to the name of the current compile farm instead of the former compile farm. 16 years ago
smatz 3f11e731a5 (svn r14356) -Fix [FS#2307](r14258): converting of railtype was broken for tunnels and bridges 16 years ago
glx 083014b868 (svn r14355) -Fix: latest svn revision detection from hg log always gave the latest relative to tip revision, not to the current working revision 16 years ago
glx b9b3489eed (svn r14354) -Fix (r14253): also fix hg revision detection for MSVC 16 years ago
peter1138 53161f3c4c (svn r14353) -Fix: hg revision detection always gave the tip revision, not the current working revision. 16 years ago
belugas 4aade3b880 (svn r14352) -Feature: Allow sorting vehicles by remaining life time.
Patch by yorick
16 years ago
smatz 615844dd5d (svn r14351) -Codechange: call CFollowTrackT::GetSingleTramBit() only if we know it is a tram, so compiler doesn't generate code for trains and ships 16 years ago
smatz 6dd1163594 (svn r14350) -Fix (r13927): do not draw PBS reservation for NW and NE depots, it is drawn through depot walls 16 years ago
smatz 74892fbdf6 (svn r14348) -Fix (r1667): signs were not updated on company bankrupcy/sell, they have colour of invalid player 16 years ago