Commit Graph

7130 Commits (e5e4a5348fb1228183c86664b1977a487e33dfc8)
 

Author SHA1 Message Date
peter1138 e5e4a5348f (svn r10403) -Fix (r10323): 'message from company' text used {STRING1} instead of {COMPANY} 17 years ago
miham 9504a86ca1 (svn r10402) -Update: WebTranslator2 update to 2007-06-30 21:32:39
bulgarian  - 10 fixed by kokobongo (10)
french     - 2 fixed by glx (2)
italian    - 2 fixed, 2 changed by lorenzodv (4)
korean     - 2 fixed, 2 changed by darkttd (4)
polish     - 43 fixed, 1 changed by meush (44)
slovenian  - 1 fixed by Necrolyte (1)
spanish    - 5 changed by eusebio (5)
swedish    - 2 fixed by giddorah (2)
17 years ago
peter1138 59032746f6 (svn r10401) -Feature: new sign editor features including switching to previous/next sign (XeryusTC) 17 years ago
glx 170292e75f (svn r10399) -Fix (FS#962): [Windows] _wnd.has_focus was not properly set after using ALT-TAB 17 years ago
peter1138 91dc99c00f (svn r10398) -Fix (r10271): transparency menu option wasn't moved properly in the scenario editor 17 years ago
peter1138 b8927cb1d9 (svn r10397) -Fix [FS#969]: subsidy awarded messages broken due to {COMPANY} now taking 1 (not 2) parameters. also remove an unnecessary dereference. 17 years ago
peter1138 f202933e4f (svn r10396) -Fix: When landscape generating, allow for 200ms between screen updates instead of updating every 200ms. Previously slow screen updates would result in very slow map generation (GeekToo) 17 years ago
KUDr f766c48bc4 (svn r10395) -Fix [YAPF]: missing include + some signed/unsigned comparison warnings 17 years ago
KUDr 1e54937ee1 (svn r10394) -Fix [YAPF]: MP desync caused by incorrect last-red-signal penalties applied when cached segment was reused. Players that connected more recently (didn't have these segments cached yet) calculated those penalties correctly. This caused different YAPF results. 17 years ago
KUDr 41b75d545e (svn r10393) -Fix [YAPF]: Trackdir needs 4 bits to store (not 3). The cached segment key didn't use the highest trackdir bit. It could confuse YAPF on bi-directional track segments. 17 years ago
KUDr 90fe88a7af (svn r10392) -Add [YAPF]: added structured dump support into some essential YAPF classes (node-list, nodes, keys, etc.) and CArrayT 17 years ago
KUDr ec1e0b8152 (svn r10391) -Add: debug support - structured dump of variables/classes/structures (with anti-recursion repository) into string 17 years ago
KUDr 297248c83f (svn r10390) -Fix: constness 17 years ago
KUDr 65ba91d1c9 (svn r10389) -Add: CStrA, CStrCiA, CStrW, CStrCiW - case sensitive/insensitive ANSI/UNICODE string classes that support formatted (sprintf like) output. 17 years ago
KUDr f9e47692cb (svn r10388) -Cleanup: coding style (CBlobT & CBlobBaseSimple), removed CStrA 17 years ago
glx 0e2982ddba (svn r10387) -Fix (r10326, r10330): update unfinished langs 17 years ago
miham d901bacb61 (svn r10386) -Fix: [translations] croatian translators made a few type which prevented croatian langfile to be compiled. reported by boekabart 17 years ago
miham 75debb19bf (svn r10385) -Change: [Translations] Croatian is an accepted language 17 years ago
miham e2a96be7e1 (svn r10384) -Update: WebTranslator2 update to 2007-06-29 14:03:32
croatian   - 261 fixed, 9 changed by tperic (270)
finnish    - 2 changed by habazi (2)
hungarian  - 1 fixed by miham (1)
romanian   - 1 fixed, 38 changed by CrystyB (39)
ukrainian  - 1 fixed by mad (1)
17 years ago
rubidium c26b0e623d (svn r10382) -Fix (strgen): it was not possible to use --warning and --todo at the same time. 17 years ago
rubidium 5c1aff5ce6 (svn r10381) -Fix [FS#951]: skipping an order made train reverse immediatelly. Patch by boekabart. 17 years ago
peter1138 fd6f474c88 (svn r10380) -Fix (r10364): when checking for unique names, only check vehicles that can have names, and skip inactive players. 17 years ago
belugas f9935f1fa7 (svn r10379) -Codechange: silence a compiler warning (which was right) about a variable too little for what's been asked to do 17 years ago
rubidium bb73947efd (svn r10378) -Merge: release changes from 0.5. 17 years ago
miham 95c9fe1015 (svn r10377) -Update: WebTranslator2 update to 2007-06-28 20:46:13
brazilian_portuguese - 1 fixed by fukumori (1)
catalan    - 1 fixed, 2 changed by arnaullv (3)
dutch      - 10 fixed by webfreakz (10)
french     - 1 fixed by glx (1)
hungarian  - 1 fixed by miham (1)
italian    - 1 fixed by lorenzodv (1)
portuguese - 20 fixed by supra90 (20)
russian    - 4 fixed by Smoky555 (4)
spanish    - 2 fixed by eusebio (2)
17 years ago
peter1138 5a6f7a79a3 (svn r10371) -Fix (r9874): Remove never-used GetGroupName() function 17 years ago
peter1138 819321676a (svn r10370) -Fix: Heightmap GUI abused custom name system and used unnecessary globals. All details are now kept within the window's custom data. 17 years ago
belugas 890dfe749e (svn r10369) -Codechange: Add the IndustryType parameter to the GetIndustryCallback function.
Sometimes, the industry might not be able to provide its type, since it does not exists at all
17 years ago
peter1138 86f2f51c73 (svn r10368) -Fix: when renaming waypoints, ownership was only checked client-side, not in the command. 17 years ago
rubidium 4720ff0de3 (svn r10367) -Fix: do not crash horribly when the file you are trying to load is too short or decompressing it fails. 17 years ago
KUDr 7eb0b004f3 (svn r10366) -Codechange [YAPF]: added DEBUG_YAPF_CACHE macro that (when set to 1) allows to track YAPF "cache errors". They are probably responsible for current MP desyncs. (thanks Rubidium for this great idea!).
I will deal with those errors/desyncs tomorrow.
17 years ago
rubidium daafda6f62 (svn r10365) -Fix: compiling without png and networking support under MSVC. 17 years ago
peter1138 cd0e022172 (svn r10364) -Fix [FS#706]: checking for duplicate custom names was inconsistent, and tested all 'namespaces'. now only check names of the same type. 17 years ago
peter1138 85fb4eb94b (svn r10363) -Fix [FS#911]: invalidating autoreplace windows didn't take account of vehicle group (Matthias Wolf) 17 years ago
rubidium b9db0b8cf1 (svn r10362) -Codechange: make tunnel costs less exponential for (very) long tunnels. 17 years ago
miham c4596ada2d (svn r10361) -Update: WebTranslator2 update to 2007-06-27 20:59:10
brazilian_portuguese - 3 fixed by tucalipe (3)
bulgarian  - 5 fixed by thetitan (5)
catalan    - 3 fixed by arnaullv (3)
estonian   - 6 fixed, 4 changed by vermon (10)
french     - 1 fixed by glx (1)
italian    - 1 fixed, 17 changed by lorenzodv (18)
norwegian_nynorsk - 20 fixed by pollux (20)
piglatin   - 25 fixed by adammw (25)
polish     - 5 fixed by meush (5)
slovak     - 1 fixed by lengyel (1)
slovenian  - 20 fixed by Necrolyte (20)
spanish    - 4 fixed, 4 changed by eusebio (8)
ukrainian  - 3 fixed, 2 changed by mad (5)
17 years ago
rubidium c88fceb370 (svn r10360) -Fix (r10359): make should always do "make all" by default 17 years ago
rubidium 047fe7da5e (svn r10359) -Codechange [FS#935]: add some explanations what the different make "commands" do. 17 years ago
rubidium 926d103482 (svn r10358) -Codechange: remove the cargopacket leakchecker as it never asserted in almost a week of stresstesting, so I'm pretty sure all cornercases are tested by now. 17 years ago
rubidium 0ab80d824b (svn r10357) -Fix: and when we're at it... yet another memory leak, but only when you start a new game; can't find any other memory leaks we can fix. 17 years ago
rubidium 43a85ee94f (svn r10356) -Fix (r10143): another memory leak eliminated. 17 years ago
rubidium 4f73e2a030 (svn r10355) -Fix (r10092): memory leak when encoding (reading) sprites. 17 years ago
rubidium 36e05116ae (svn r10354) -Fix [FS#950]: loading indicator showed "^" when the train would load at the given station. 17 years ago
rubidium 1cff472501 (svn r10353) -Fix/Feature [FS#669]: disallow (in the GUI) the building of infrastructure you do not have available vehicles for. This means that the airport building button is disabled till you can actually build aircraft. The game itself will not disallow you to build the infrastructure and this "new" behaviour can be overriden with a patch setting. 17 years ago
rubidium f603383eb9 (svn r10352) -Fix: the network did not request the newgrf names of newgrfs that it couldn't find; it only wanted to request the newgrf names of newgrfs that where available locally and than were called "<Unknown>". 17 years ago
KUDr 3332b21b19 (svn r10349) -Fix [FS#941, YAPF, r10301]: tile/trackdir must be used as node key and also as segment key in the cache (SmatZ).
In the past it was possible to use tile/exitdir as the key because segments beginning on the same tile/exitdir were incorrectly considered the same. What I still don't understand is why this bug happened only on 64 bit systems (linux, Win64).
17 years ago
rubidium ab52e3da52 (svn r10348) -Fix (r10347): compile errors; do not think it compiles fine when you run make on the wrong working copy. 17 years ago
rubidium 89a4ee256e (svn r10347) -Fix [FS#948]: industries with a very low production could never recover when using smooth economy.
-Fix: in smooth economy producing industries could not close, whereas they could close in non-smooth economy.
-Fix: in smooth economy the "do not increase production" flag of industries was ignored.
17 years ago
matthijs 875a376039 (svn r10346) -Fix: Forgotten "else" in r10345 (thanks peter1138). 17 years ago
matthijs 25f7e8c8a0 (svn r10345) -Fix [FS#290]: Make OPF handle coming out of a tunnel as well as going into a tunnel, to support road vehicles looking back when finding a depot while in a tunnel.
-Fix [FS#290]: Make NPF look back when finding a depot for road vehicles.
17 years ago