Commit Graph

1762 Commits

Author SHA1 Message Date
belugas 26a7f3df84 (svn r10456) -Codechange: Enable loading newgrf strings for Industries 2007-07-06 20:36:32 +00:00
miham c70a275a50 (svn r10455) -Update: WebTranslator2 update to 2007-07-06 20:02:29
brazilian_portuguese - 4 fixed by tucalipe (4)
dutch      - 4 fixed by habell (4)
estonian   - 3 fixed by t2t2 (3)
french     - 4 fixed by glx (4)
galician   - 32 fixed by Condex (32)
hungarian  - 4 fixed by miham (4)
italian    - 4 fixed by lorenzodv (4)
korean     - 2 changed by darkttd (2)
russian    - 4 fixed, 1 changed by Smoky555 (5)
slovak     - 4 fixed by lengyel (4)
spanish    - 4 fixed by eusebio (4)
traditional_chinese - 4 fixed by xbddc (4)
turkish    - 10 fixed by jnmbk (10)
ukrainian  - 4 fixed by mad (4)
2007-07-06 18:03:09 +00:00
glx 281718011a (svn r10454) -Fix r10452: forgot unfinished langs 2007-07-06 13:43:50 +00:00
peter1138 a8b385d77d (svn r10453) -Codechange: Allow save/load of empty (unallocated) strings 2007-07-06 08:32:00 +00:00
rubidium 1af0fc0a33 (svn r10452) -Update: remove the string that has been removed in r10451 from all other translations. 2007-07-06 07:29:04 +00:00
rubidium 0d68a919d9 (svn r10451) -Add: support for "prospecting" raw industries, i.e. you pay an amount of money and then it might (with a given chance) build a raw industry somewhere on the map. 2007-07-06 07:24:10 +00:00
peter1138 94315ff15f (svn r10450) -Fix (r10444): Fix search & replace errors 2007-07-05 18:21:53 +00:00
miham 463b851ad8 (svn r10449) -Update: WebTranslator2 update to 2007-07-05 18:40:00
catalan    - 1 changed by arnaullv (1)
french     - 4 changed by glx (4)
russian    - 2 fixed by Smoky555 (2)
2007-07-05 16:40:19 +00:00
belugas b9dad0d82f (svn r10448) -Codechange: Industry Tiles and Houses share almost the same spritegroup format. 2007-07-05 16:39:56 +00:00
belugas f21f6554d8 (svn r10447) -Codechange: Don't need to specify values on an enum when those values are contiguous 2007-07-05 16:26:56 +00:00
peter1138 b953493930 (svn r10446) -Codechange: Move extmidi's global data into its class. 2007-07-05 13:19:35 +00:00
KUDr c4aff8b0a4 (svn r10445) -Fix (Win32, r10444): remove #include "hal.h" 2007-07-05 12:30:22 +00:00
peter1138 68c6add8cc (svn r10444) -Codechange: switch to c++ classes and inheritance for sound/music/video drivers, using self-registration based on the blitter-model. 2007-07-05 12:23:54 +00:00
peter1138 b507907176 (svn r10443) -Fix: randomizing triggers should be called with callback type set to 1 2007-07-05 06:35:09 +00:00
rubidium 86c14c239f (svn r10442) -Codechange: implement the industry production callback. 2007-07-05 05:41:56 +00:00
rubidium 9bc6a1cc8e (svn r10441) -Fix (r10440): something went wrong "porting" fixes from one place to another; like compiling the wrong checkout. 2007-07-04 22:24:57 +00:00
rubidium 997871063f (svn r10440) -Fix: CBM_IND defines bits to be set, not bitsets. 2007-07-04 22:18:33 +00:00
rubidium 1bdb72ebd4 (svn r10439) -Codechange: initial steps for customized industry productions. 2007-07-04 18:27:21 +00:00
miham 2d1a3d920c (svn r10438) -Update: WebTranslator2 update to 2007-07-04 19:52:16
american   - 20 fixed by WhiteRabbit (20)
danish     - 21 fixed, 1 changed by ThomasA (22)
portuguese - 10 fixed by izhirahider (10)
traditional_chinese - 2 changed by xbddc (2)
2007-07-04 17:52:32 +00:00
peter1138 efef78f786 (svn r10437) -Feature: Automatic signal completion, enabled by pressing ctrl when dragging signals. Signals will continue following track until an existing signal, junction or station are reached. This currently replaces the existing use of ctrl-drag for changing existing signal type. 2007-07-04 17:21:28 +00:00
maedhros 156f149625 (svn r10436) -Cleanup: Doxygenise some comments, update others, and make a few statements more consistent with everything else. 2007-07-04 13:30:33 +00:00
maedhros facf261b63 (svn r10435) -Fix (r9315): numinfo starts from 1, not 0, so make it possible to define a house with a local id of 255. 2007-07-04 13:01:55 +00:00
maedhros b863e50ac8 (svn r10434) -Fix (r9315): When setting multiple house overrides in one Action 0, don't override them all with the first ID. 2007-07-04 12:57:07 +00:00
maedhros 122bd53809 (svn r10433) -Codechange: Remove FOR_EACH_OBJECT by moving the for loops in the Action 0
handlers outside the switch statements. This allows ignoring only the invalid
IDs when changing the properties for many objects, rather than ignoring the
whole block if one ID is invalid.
2007-07-04 12:52:43 +00:00
peter1138 ca49b1e997 (svn r10432) -Codechange: use existing function instead of data duplication 2007-07-04 09:42:47 +00:00
peter1138 0645454aaa (svn r10431) -Codechange: constness on static array 2007-07-04 09:41:35 +00:00
peter1138 e9c38a97b0 (svn r10430) -Fix: Too many town rating entry lookups (KUDr) 2007-07-04 06:37:43 +00:00
KUDr 415d5af03d (svn r10429) -Fix: VC8 Code Analyzer warning: buffer overrun 2007-07-04 02:41:39 +00:00
KUDr 255389a963 (svn r10428) -Fix: some more VC code analyzer warnings disabled 2007-07-04 02:37:48 +00:00
KUDr 1d5b84d808 (svn r10427) -Fix: snprintf behaves differently in gcc than in VC causing unreadable artifacts in output. Now CStrT::AddFormatL() should behave correctly also when compiled by gcc (Rubidium) 2007-07-04 02:35:40 +00:00
belugas a85d72c60d (svn r10426) -Codechange: Activate the reset of industry/tiles mapping upon initialization or new game. 2007-07-04 01:34:28 +00:00
belugas de43302419 (svn r10425) -Fix (r10418): do not compare bitmasks with HASBIT. Strike two. Forgotten code :) 2007-07-04 00:54:38 +00:00
belugas 2c38514a84 (svn r10424) -Fix : Toy shop seems to be working exactly like power stations, water tower and banks, i.e: they require cargo but do nothing with it.
So, make it an INDUSTRYLIFE_BLACK_HOLE, exactly like the above mentioned industries.
Thanks to glx who spotted, and Csaboka who confirmed it could very well be a CS bug.
2007-07-04 00:49:03 +00:00
KUDr dd697570e5 (svn r10423) -Fix [YAPF, r10301]: INVALID_TRACKDIR causing buffer overrun leading to desync in MP game (many thanks Rubidium) 2007-07-04 00:12:02 +00:00
KUDr 232cfb0fc1 (svn r10422) -Fix: VC8 Code Analyzer warning C6297: Arithmetic overflow: 32-bit value is shifted, then cast to 64-bit value. Results might not be an expected value 2007-07-03 23:23:38 +00:00
KUDr 7dc5d11448 (svn r10421) -Fix [MSVC]: suppress some code analyzer warnings for VC8 2007-07-03 23:08:51 +00:00
rubidium bad85b08c2 (svn r10419) -Fix (r10418): do not compare bitmasks with HASBIT. Thanks to Maedhros for spotting this. 2007-07-03 19:25:06 +00:00
rubidium b67cfd4825 (svn r10418) -Codechange: implement/resurrect the industry production flags. 2007-07-03 19:16:34 +00:00
glx aca9846479 (svn r10417) -Fix: r10416 partly reverted r10415 2007-07-03 17:34:43 +00:00
miham 844d5d2371 (svn r10416) -Update: WebTranslator2 update to 2007-07-03 19:20:58
norwegian_nynorsk - 3 fixed by pollux (3)
slovak     - 3 fixed by lengyel (3)
traditional_chinese - 6 fixed by xbddc (6)
2007-07-03 17:21:10 +00:00
glx 53ab57cbe4 (svn r10415) -Revert (r10403), Fix (r10323): 'message from company' test must use {STRING1}, so pass it the correct params 2007-07-03 17:20:17 +00:00
rubidium 95d2abf81d (svn r10414) -Fix: the network protocol check for required newgrfs sent static newgrfs too. 2007-07-03 16:14:29 +00:00
glx e08965fdcb (svn r10413) -Fix r10211: t->townnamegrfid was not cleared when renaming a town 2007-07-03 15:24:50 +00:00
peter1138 b1bad4ab46 (svn r10412) -Codechange: Remove unnecessary inclusion of hal.h in various files (and add one) 2007-07-03 11:31:38 +00:00
miham f5028dfb85 (svn r10411) -Update: WebTranslator2 update to 2007-07-02 19:21:47
dutch      - 2 fixed by webfreakz (2)
polish     - 4 fixed, 7 changed by meush (11)
portuguese - 9 fixed, 2 changed by devilRed (11)
simplified_chinese - 30 fixed by Fishingsnow (30)
slovenian  - 2 fixed by Necrolyte (2)
ukrainian  - 2 fixed by mad (2)
2007-07-02 17:23:51 +00:00
bjarni beb673733a (svn r10410) -Fix [FS458]: [OSX] if the resolution is changed to something that's too high for the monitor, then it's reduced to fit the monitor size (PinguTux)
This solves a possible crash
  This also solves a graphical glitch where the titlebar can be drawn on top of the game area
  Those issues only aplied to window mode
2007-07-02 16:37:12 +00:00
rubidium 90f85c957a (svn r10409) -Codechange: replace (Aircraft|RoadVeh|Ship|Train)_Tick with a Tick method in the Vehicle class. 2007-07-01 19:24:54 +00:00
rubidium 83a880c882 (svn r10408) -Codechange: make GetImage a class method of Vehicle instead of Get(Aircraft|RoadVeh|Ship|Train)Image. 2007-07-01 19:11:47 +00:00
miham c49fd0957d (svn r10407) -Update: WebTranslator2 update to 2007-07-01 20:12:34
brazilian_portuguese - 2 fixed by tucalipe (2)
catalan    - 2 fixed by arnaullv (2)
hungarian  - 2 fixed by miham (2)
italian    - 1 changed by lorenzodv (1)
japanese   - 4 fixed by ickoonite (4)
korean     - 2 fixed by darkttd (2)
spanish    - 2 fixed by eusebio (2)
2007-07-01 18:12:59 +00:00
rubidium d73e490c52 (svn r10406) -Fix [FS#968]: only industries in the temperate climate should be affected by the "do not increase production" flag. 2007-07-01 17:21:25 +00:00
rubidium 82dbf4b467 (svn r10405) -Fix [FS#972]: do not try to determine the default railtype in the scenario editor. 2007-07-01 17:11:24 +00:00
peter1138 fe2e9ea795 (svn r10404) -Fix (r10266): Adding a cargo packet to cargo list could overflow. Now we detect this and just leave the cargo in its own packet. 2007-07-01 12:25:08 +00:00
peter1138 1c4f7001d4 (svn r10403) -Fix (r10323): 'message from company' text used {STRING1} instead of {COMPANY} 2007-06-30 19:46:18 +00:00
miham 9aa21b54e1 (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)
2007-06-30 19:33:02 +00:00
peter1138 f3aebc411d (svn r10401) -Feature: new sign editor features including switching to previous/next sign (XeryusTC) 2007-06-30 17:51:50 +00:00
glx 69586c94ae (svn r10399) -Fix (FS#962): [Windows] _wnd.has_focus was not properly set after using ALT-TAB 2007-06-30 15:02:21 +00:00
peter1138 9043900ed6 (svn r10398) -Fix (r10271): transparency menu option wasn't moved properly in the scenario editor 2007-06-30 11:28:26 +00:00
peter1138 2bd72b978b (svn r10397) -Fix [FS#969]: subsidy awarded messages broken due to {COMPANY} now taking 1 (not 2) parameters. also remove an unnecessary dereference. 2007-06-30 08:26:34 +00:00
peter1138 9d6136e89e (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) 2007-06-30 06:31:49 +00:00
KUDr f9cac3c71b (svn r10395) -Fix [YAPF]: missing include + some signed/unsigned comparison warnings 2007-06-30 00:17:07 +00:00
KUDr cbbee4da48 (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. 2007-06-29 23:55:16 +00:00
KUDr 09ef044f9d (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. 2007-06-29 23:50:42 +00:00
KUDr c37dc87ad2 (svn r10392) -Add [YAPF]: added structured dump support into some essential YAPF classes (node-list, nodes, keys, etc.) and CArrayT 2007-06-29 23:45:13 +00:00
KUDr a88a1b6f53 (svn r10391) -Add: debug support - structured dump of variables/classes/structures (with anti-recursion repository) into string 2007-06-29 23:30:14 +00:00
KUDr 622235d8cd (svn r10390) -Fix: constness 2007-06-29 22:39:50 +00:00
KUDr 91d6051adb (svn r10389) -Add: CStrA, CStrCiA, CStrW, CStrCiW - case sensitive/insensitive ANSI/UNICODE string classes that support formatted (sprintf like) output. 2007-06-29 22:33:58 +00:00
KUDr 3269660c4f (svn r10388) -Cleanup: coding style (CBlobT & CBlobBaseSimple), removed CStrA 2007-06-29 22:16:15 +00:00
glx 0cbb62b632 (svn r10387) -Fix (r10326, r10330): update unfinished langs 2007-06-29 14:35:29 +00:00
miham 9e20907209 (svn r10386) -Fix: [translations] croatian translators made a few type which prevented croatian langfile to be compiled. reported by boekabart 2007-06-29 13:32:28 +00:00
miham 8cde9d7810 (svn r10385) -Change: [Translations] Croatian is an accepted language 2007-06-29 12:27:13 +00:00
miham 0b21f5d5a6 (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)
2007-06-29 12:04:40 +00:00
rubidium 178582b65d (svn r10382) -Fix (strgen): it was not possible to use --warning and --todo at the same time. 2007-06-28 22:58:59 +00:00
rubidium 3a82c1e9ea (svn r10381) -Fix [FS#951]: skipping an order made train reverse immediatelly. Patch by boekabart. 2007-06-28 22:03:34 +00:00
peter1138 b3c3171c1e (svn r10380) -Fix (r10364): when checking for unique names, only check vehicles that can have names, and skip inactive players. 2007-06-28 19:14:29 +00:00
belugas 42f0593b82 (svn r10379) -Codechange: silence a compiler warning (which was right) about a variable too little for what's been asked to do 2007-06-28 19:03:14 +00:00
miham df35ea0ae9 (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)
2007-06-28 18:46:35 +00:00
peter1138 bee164f6a7 (svn r10371) -Fix (r9874): Remove never-used GetGroupName() function 2007-06-28 11:53:22 +00:00
peter1138 81170b5206 (svn r10370) -Fix: Heightmap GUI abused custom name system and used unnecessary globals. All details are now kept within the window's custom data. 2007-06-28 10:50:26 +00:00
belugas c1218e88e1 (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
2007-06-28 02:14:40 +00:00
peter1138 191f4be3e7 (svn r10368) -Fix: when renaming waypoints, ownership was only checked client-side, not in the command. 2007-06-27 23:40:21 +00:00
rubidium e0a94a94a5 (svn r10367) -Fix: do not crash horribly when the file you are trying to load is too short or decompressing it fails. 2007-06-27 23:26:40 +00:00
KUDr 15bf8e1e58 (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.
2007-06-27 22:29:57 +00:00
rubidium 26d6ba98ee (svn r10365) -Fix: compiling without png and networking support under MSVC. 2007-06-27 22:26:27 +00:00
peter1138 c692d897cd (svn r10364) -Fix [FS#706]: checking for duplicate custom names was inconsistent, and tested all 'namespaces'. now only check names of the same type. 2007-06-27 20:53:25 +00:00
peter1138 de357c74c1 (svn r10363) -Fix [FS#911]: invalidating autoreplace windows didn't take account of vehicle group (Matthias Wolf) 2007-06-27 20:40:20 +00:00
rubidium 2a96ca6983 (svn r10362) -Codechange: make tunnel costs less exponential for (very) long tunnels. 2007-06-27 19:00:14 +00:00
miham 06be10925d (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)
2007-06-27 18:59:42 +00:00
rubidium 67f46b40ab (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. 2007-06-27 17:19:05 +00:00
rubidium 3c5622ee9a (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. 2007-06-27 17:05:06 +00:00
rubidium ffffde515f (svn r10356) -Fix (r10143): another memory leak eliminated. 2007-06-27 16:54:50 +00:00
rubidium 45ae73e03f (svn r10355) -Fix (r10092): memory leak when encoding (reading) sprites. 2007-06-27 16:41:37 +00:00
rubidium 0c8ca15c18 (svn r10354) -Fix [FS#950]: loading indicator showed "^" when the train would load at the given station. 2007-06-27 14:37:46 +00:00
rubidium 52fbdd62a2 (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. 2007-06-27 14:15:48 +00:00
rubidium a775cdc03a (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>". 2007-06-27 10:02:55 +00:00
KUDr 5b8e48f555 (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).
2007-06-26 22:29:52 +00:00
rubidium 735c47d7d7 (svn r10348) -Fix (r10347): compile errors; do not think it compiles fine when you run make on the wrong working copy. 2007-06-26 21:17:51 +00:00
rubidium 667e8eaaf8 (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.
2007-06-26 21:11:17 +00:00
matthijs 02c54475fa (svn r10346) -Fix: Forgotten "else" in r10345 (thanks peter1138). 2007-06-26 20:23:09 +00:00
matthijs a0a9a7f3cd (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.
2007-06-26 20:15:33 +00:00
peter1138 a6da8c9519 (svn r10344) -Fix (r10317): confusion between TRACK_n and TRACK_BIT_n stopped NW/SE slopes being picked up, and compare middle of tile against current z, not previous. 2007-06-26 20:03:17 +00:00
belugas 15d4a27c89 (svn r10343) -Cleanup: Add documentation of functions and code-style fix.
Thanks of 45 degree patch for bringing it up
2007-06-26 16:58:40 +00:00
miham 6efd909fc9 (svn r10342) -Update: WebTranslator2 update to 2007-06-26 18:48:16
american   - 3 fixed by WhiteRabbit (3)
brazilian_portuguese - 17 fixed by tucalipe (17)
catalan    - 15 fixed, 10 changed by arnaullv (25)
dutch      - 9 fixed by Zr40 (9)
estonian   - 1 fixed by kristjans (1)
french     - 17 fixed by glx (17)
german     - 29 fixed by moewe2 (29)
hungarian  - 17 fixed by miham (17)
italian    - 17 fixed, 1 changed by lorenzodv (17), bluesboy84 (1)
japanese   - 19 fixed by ickoonite (19)
korean     - 19 fixed by darkttd (19)
norwegian_bokmal - 58 fixed by oletk (58)
polish     - 113 fixed, 32 changed by meush (145)
romanian   - 18 fixed by kneekoo (18)
russian    - 15 fixed by Smoky555 (15)
slovak     - 86 fixed by lengyel (86)
spanish    - 113 fixed by eusebio (113)
swedish    - 30 fixed by giddorah (30)
traditional_chinese - 16 fixed by xbddc (16)
turkish    - 21 fixed by jnmbk (21)
ukrainian  - 15 fixed by znikoz (10), fevral13 (4), mad (1)
2007-06-26 16:50:00 +00:00
maedhros 821d10f44c (svn r10341) -Fix (r10236): Only update the timetable when leaving stations if this is a scheduled stop. 2007-06-26 14:43:41 +00:00
truelight 90fa779a24 (svn r10340) -Fix: make sure no industry production can ever hit < 32 with smooth_economy 2007-06-26 13:46:56 +00:00
truelight 189fa7cca5 (svn r10339) -Fix r10311: if you fix your own name, at least also update your description ;) 2007-06-26 13:36:00 +00:00
maedhros 6fe1113382 (svn r10338) -Codechange: Show the total time that the timetable will take. 2007-06-26 11:01:06 +00:00
peter1138 8b314ffd1f (svn r10337) -Fix [FS#880]: Autoreplace is only valid for the standard vehicle list, not station or shared order lists. 2007-06-26 08:11:11 +00:00
peter1138 dc78cf178c (svn r10336) -Fix [FS#910]: reaching the end of a line in certain cases incorrectly stopped signal updates 2007-06-26 06:57:14 +00:00
maedhros fb284a9264 (svn r10335) -Fix (r10331): Increment the current order index *after* using it in UpdateVehicleTimetable. 2007-06-25 23:14:13 +00:00
peter1138 217765fc0b (svn r10334) -Fix [FS#937]: with smooth scrolling enabled, the viewport destination was not clamped to the map 2007-06-25 21:50:36 +00:00
rubidium 36945fd628 (svn r10333) -Fix [FS#943]: News messages were shown on top of the endgame screen and high score chart. 2007-06-25 21:36:16 +00:00
rubidium 3c3c02d0fb (svn r10332) -Fix [FS#940]: ratings where also shown on drop-off stations. 2007-06-25 21:15:17 +00:00
maedhros 4af9ca5335 (svn r10331) -Feature: Add the possibility of automatically filling in timetables based on
the times from the first (or subsequent) run-throughs.
2007-06-25 20:55:43 +00:00
peter1138 2fce0506a6 (svn r10330) -Fix [FS#939]: budget window used wrong param for loan repay/borrow amounts 2007-06-25 20:32:05 +00:00
rubidium 8b2c8b6164 (svn r10329) -Feature [FS#812]: (patch) option to select the "default" rail type when you start a new game or load a game. This is done either static, i.e. rail, electrified rail, monorail and maglev, or dynamic which takes either the first or last available railtype or the railtype that is used most on the map. 2007-06-25 19:13:55 +00:00
maedhros 992d64b0fb (svn r10328) -Codechange: Close the timetable window when closing the vehicle window. 2007-06-25 17:29:03 +00:00
maedhros 9216eabb54 (svn r10327) -Fix (r10236) [FS#934]: Vehicles wait at stations when they arrive early even
if they haven't been timetabled to wait, so make sure the lateness counter gets
updated as well.
2007-06-25 17:17:40 +00:00
peter1138 ff126a9c1d (svn r10326) -Update: change to new string codes used in english.txt 2007-06-25 17:02:37 +00:00
peter1138 b957786ea4 (svn r10325) -Fix (r10323): Missed 3 company name references 2007-06-25 15:59:37 +00:00
peter1138 d69589b3c2 (svn r10324) -Codechange: reference engine names by index 2007-06-25 14:46:32 +00:00
peter1138 eb6594caa8 (svn r10323) -Codechange: reference company name, number and player (president) name
by index
2007-06-25 13:30:38 +00:00
maedhros 0e59b4dc57 (svn r10322) -Codechange: Make the timetable window smaller by default so it doesn't take up so much space on small resolutions. 2007-06-25 10:49:31 +00:00
peter1138 fd73ea2058 (svn r10321) -Codechange: refer to sign text by index 2007-06-25 10:40:56 +00:00
rubidium 5c6106cbcf (svn r10320) -Fix [FS#278]: one could only build a limited number of stations before one had to rename them. 2007-06-25 10:22:48 +00:00
rubidium 1904f8e838 (svn r10319) -Fix (r10266): the limit of 65535 references was not enough for cargo packets. Increase this limit to approximately 2^32, which noone should ever be able to reach on any normal system ;) 2007-06-25 10:10:37 +00:00
miham 15de25dd83 (svn r10318) -Update: WebTranslator2 update to 2007-06-25 11:14:04
bulgarian  - 7 fixed by thetitan (7)
catalan    - 2 fixed, 2 changed by arnaullv (4)
danish     - 15 fixed, 5 changed by ThomasA (20)
dutch      - 8 fixed, 39 changed by Zr40 (45), webfreakz (2)
estonian   - 2 fixed, 2 changed by t2t2 (4)
french     - 7 fixed by Skiper (7)
hungarian  - 1 fixed by miham (1)
italian    - 2 fixed, 2 changed by lorenzodv (4)
russian    - 57 fixed by Smoky555 (57)
spanish    - 8 fixed by eusebio (8)
traditional_chinese - 1 fixed, 2 changed by xbddc (3)
turkish    - 52 fixed by jnmbk (52)
ukrainian  - 3 fixed, 2 changed by fevral13 (5)
2007-06-25 09:15:59 +00:00
rubidium 9c0ccadbe0 (svn r10317) -Fix [FS#786]: acceleration not calculated properly when a train goes up a hill between tunnels. 2007-06-25 08:24:03 +00:00
peter1138 74e34ee729 (svn r10316) -Codechange: (consistently) use index to refer to group names. Also the group string_id is irrelevant unless it is a custom name, so don't 'waste' a savegame string id. 2007-06-25 07:33:40 +00:00
miham d1805ed054 (svn r10315) -Update: WebTranslator2 update to 2007-06-25 06:40:44
american   - 5 fixed by WhiteRabbit (5)
estonian   - 11 fixed by t2t2 (11)
hungarian  - 6 fixed, 2 changed by miham (8)
italian    - 2 changed by lorenzodv (2)
japanese   - 5 fixed by ickoonite (5)
norwegian_nynorsk - 6 fixed by pollux (6)
romanian   - 6 fixed, 2 changed by kneekoo (8)
russian    - 8 fixed, 2 changed by Smoky555 (10)
slovenian  - 5 fixed by Sonicelo (5)
traditional_chinese - 5 fixed by xbddc (5)
ukrainian  - 10 fixed by fevral13 (10)
2007-06-25 04:41:10 +00:00
peter1138 fc7418d19d (svn r10314) -Codechange: Refer to vehicle names by index 2007-06-24 22:42:11 +00:00
rubidium ce91598e3c (svn r10313) -Fix (r8546): value for password "protected" was sent toggled for UDP packets, i.e. unpassworded companies showed up passworded and vice versa. 2007-06-24 22:18:46 +00:00
rubidium 7f8535526b (svn r10312) -Fix (r10210): the 64 values in the 'players' console command were not printed properly; they did even "overflow" into the next to-be-printed values. 2007-06-24 21:58:05 +00:00
orudge a191162f59 (svn r10311) -Fix: I'm not retired, just relatively inactive ;) 2007-06-24 20:44:36 +00:00
orudge 0bad65bf78 (svn r10310) -Fix: Trunk can now be built on OS/2 :) 2007-06-24 20:41:24 +00:00
rubidium 58451059de (svn r10309) -Revert (part of r10308): "fixing" the bounding box for bridge entrances reveals one of the bugs that will be fixed when FS#119 is fixed. 2007-06-24 20:17:39 +00:00
rubidium 1caa0f7fb7 (svn r10308) -Codechange: some "cleanup" chunks from B. N. SmatZ!' work on fixing FS#119. 2007-06-24 20:06:10 +00:00
rubidium b17b9351dd (svn r10306) -Fix [FS#890]: the fix in r10219 was not enough to stop this bug from happening. 2007-06-24 16:44:06 +00:00
miham af5667394c (svn r10305) -Update: WebTranslator2 update to 2007-06-24 18:32:39
american   - 33 fixed by WhiteRabbit (33)
brazilian_portuguese - 5 fixed by tucalipe (5)
catalan    - 5 fixed, 7 changed by arnaullv (12)
italian    - 5 fixed by lorenzodv (5)
japanese   - 8 fixed by ickoonite (8)
korean     - 5 fixed, 2 changed by darkttd (7)
norwegian_nynorsk - 36 fixed by pollux (36)
portuguese - 7 fixed by izhirahider (7)
slovenian  - 32 fixed by Necrolyte (32)
traditional_chinese - 78 fixed, 2 changed by xbddc (80)
2007-06-24 16:33:10 +00:00
KUDr 59090c53d8 (svn r10304) -Fix [YAPF](r10301): removed assert which could violate without danger when searching for the nearest depot. From now on the segment can be closed without reason in that case (peter1138) 2007-06-24 14:40:54 +00:00
KUDr ac9fb1c34e (svn r10303) -Fix [YAPF](r10301): warning: unused variable tile_cost (peter1138) 2007-06-24 13:30:03 +00:00
KUDr a7d5363e65 (svn r10302) -Fix [YAPF, MP]: now (with r10301) it is no longer needed to invalidate the YAPF segment cache every tick in MP. Segment cost now doesn't contain the curves between segments. As a result the cache should be now accurate. 2007-06-24 13:22:41 +00:00
KUDr ef4c335cb4 (svn r10301) -Fix [FS#901, YAPF]: another assert violation in some special cases (immeR) 2007-06-24 13:18:54 +00:00
rubidium c600158c1d (svn r10300) -Fix [FS#917]: give a better explanation why the loading of a savegame failed and do not crash on loading savegames that were altered by patches or branches. 2007-06-24 12:27:11 +00:00
rubidium e12e83ef5f (svn r10299) -Codechange [FS#931]: industry foundations should be drawn as all other foundations, i.e. with DrawFoundation, instead of writing the same functionality itself. 2007-06-24 10:20:05 +00:00
rubidium 6402d00190 (svn r10298) -Fix [FS#903]: show the subdirectory below the default data directory in this filename in the newgrf list. The directory was removed in r9560 because then it used to full path instead of the path relative to the data directory, but since the inclusion of "search paths" that is not necessary anymore. 2007-06-23 21:12:09 +00:00
rubidium be35df3f03 (svn r10297) -Codechange: increase the performance of CargoPacket::AllocateRaw using a very simple "caching" system. 2007-06-23 20:38:28 +00:00
miham e1958a1d59 (svn r10296) -Update: WebTranslator2 update to 2007-06-23 20:35:10
brazilian_portuguese - 38 fixed by tucalipe (38)
catalan    - 35 fixed, 10 changed by arnaullv (45)
dutch      - 33 fixed by webfreakz (14), habell (19)
estonian   - 4 fixed by kristjans (4)
french     - 32 fixed by glx (32)
hungarian  - 7 fixed by miham (7)
italian    - 34 fixed, 1 changed by lorenzodv (35)
korean     - 34 fixed by darkttd (34)
romanian   - 59 fixed by kneekoo (59)
russian    - 45 fixed, 11 changed by Smoky555 (56)
swedish    - 29 fixed by giddorah (29)
ukrainian  - 1 fixed by mad (1)
2007-06-23 18:35:37 +00:00
truelight 0844eaabc5 (svn r10295) -Fix [FS#775]: flush stdout on dedicated server output to ensure an update of stdout (Zuu) 2007-06-23 14:40:19 +00:00
truelight 62cb041238 (svn r10294) -Fix [FS#914]: WKC_PAUSE didn't work in SE (+ some cosmetic) (Smoovious) 2007-06-23 14:17:31 +00:00
truelight 834d0cf79e (svn r10293) -Add [FS#885]: a sticky button for the client list window (oxygene) 2007-06-23 14:13:05 +00:00
KUDr 6ced6f8f5f (svn r10292) -Fix: suppress VC 7.1 warning: "\src\texteff.cpp(251) : warning C4258: 'y' : definition from the for loop is ignored; the definition from the enclosing scope is used" which prevents compilation on MSVC 2003 2007-06-23 09:04:07 +00:00
truelight 2d591ec1af (svn r10291) -Fix [FS#920]: double click in town-GUI didn't work as expected 2007-06-23 00:33:15 +00:00
truelight 27a6e21975 (svn r10290) -Fix: with smooth_economy, when industry production hit 32, it stayed there for ever. Give it some chance to get out of that uber-lowness (although it is a very slim chance, at least it has one) 2007-06-22 23:53:16 +00:00
rubidium 2d42f4544d (svn r10289) -Fix [FS#735]: {COMPANY} takes two arguments. As this was not properly accounted for the plural rule used the second argument of {COMPANY} instead of the later {COMMA}. 2007-06-22 23:41:33 +00:00
truelight 34723257f0 (svn r10288) -Fix [FS#202]: also age engines that aren't front-engines (based on a patch by kaan) 2007-06-22 22:42:18 +00:00
rubidium 117368a5a9 (svn r10287) -Fix (r10266): some surprises from that (almost always) complaining compiler... 2007-06-22 22:28:15 +00:00
truelight 8d415469cc (svn r10286) -Fix r10284: nice typo (tnx glx) 2007-06-22 22:25:21 +00:00
truelight cc6ee1840a (svn r10284) -Fix [FS#899]: in the unlucky event 2 clients join at the same time to start a new company while there is only one spot left, all clients became spectator. Now only make either one of the joining clients spectator (much more game-friendly ;)) 2007-06-22 22:14:42 +00:00
rubidium a56661fcc1 (svn r10283) -Fix [FS#913]: catenary was drawn on bridges when elrail was disabled. Patch by B. N. SmatZ!. 2007-06-22 21:48:41 +00:00
truelight 60f0610a85 (svn r10278) -Fix r10276: make the _realtime_tick less demanding on the CPU 2007-06-22 20:07:39 +00:00
truelight 2e19d3cf78 (svn r10276) -Codechange: made a counter based on milliseconds and independent of the game-state to base double-click and TGP Generation Process on
-Codechange: renamed _timer_counter to _palette_animation_counter, as that is what it is
2007-06-22 20:04:21 +00:00
glx e90b072c11 (svn r10273) -Change: remove the strings removed in r10270 from the translations 2007-06-22 19:42:00 +00:00
glx 337d56d4bb (svn r10272) -Fix (FS#916): remove more invalid characters from savegame names 2007-06-22 19:30:59 +00:00
truelight cc533d77e5 (svn r10271) -Fix r9563: move the Transparency Option menu item to the place it should have been in the first place: Option Menu, not Map Menu (go figure :p) 2007-06-22 18:43:11 +00:00
truelight f80fa33cc5 (svn r10270) -Add: prefixed the loading indicator with an arrow, up meaning vehicle is loading, down meaning vehicle is unloading 2007-06-22 18:28:44 +00:00
rubidium 74b867db72 (svn r10269) -Fix [FS#912]: station ratings were shown for all cargos instead of only the cargos that have been transported. 2007-06-22 17:34:04 +00:00
rubidium 96d208d04b (svn r10268) -Fix: some old savegames could have the wrong bits unset (follow up of r10147) 2007-06-22 17:33:13 +00:00
glx 8dff21e421 (svn r10267) -Add: enable double clic to add in 'add newgrf' window 2007-06-22 13:10:56 +00:00
rubidium e5c352818d (svn r10266) -Codechange: keep track of the origin, time of travel and accumulated feeder share (transfers) of individual pieces of cargo. This means that cargo isn't thrown on a big pile when it's put in a station or unloaded at a station, however the GUI does not reflect these changes yet so you will not actually see it. 2007-06-22 11:58:59 +00:00
truelight 6159f58948 (svn r10265) -Feature: allow double-clicking on certain places: build-vehicle and town-action 2007-06-22 10:57:53 +00:00
rubidium 046b6f18da (svn r10263) -Fix (r10262): due to 64 bits alignment a struct became a little too large. 2007-06-21 19:18:49 +00:00
rubidium 0b34c9aefe (svn r10262) -Fix (r10258): some places that needed to be changed to uint64 were hidden/forgotten, which caused memory corruptions and that in caused all kinds of assertions to trigger. 2007-06-21 19:08:47 +00:00
rubidium fb7964e902 (svn r10261) -Cleanup: we do not need CURRENCY64 and CURRCOMPACT64 anymore, because everything is already 64 bits by default. 2007-06-21 17:38:59 +00:00
miham e432c7459e (svn r10260) -Update: WebTranslator2 update to 2007-06-21 19:36:07
piglatin   - 12 fixed by adammw (12)
2007-06-21 17:36:16 +00:00
rubidium 9feb9f84fc (svn r10259) -Fix (r10258): committed a little too much.. would've made pretty cheap tunnels though :) 2007-06-21 17:27:21 +00:00
rubidium 9c0944aa09 (svn r10258) -Codechange: as we are now using int64 all over the place, it's better to use int64 variables in the string generating too instead of packing them into two int32s.
-Fix: some displays of money were wrong.
2007-06-21 17:25:17 +00:00
miham c5225992c1 (svn r10257) -Update: WebTranslator2 update to 2007-06-21 19:15:05
danish     - 25 fixed, 50 changed by ThomasA (75)
finnish    - 117 fixed by habazi (117)
hungarian  - 6 fixed by miham (6)
romanian   - 8 fixed, 9 changed by CrystyB (17)
spanish    - 7 fixed by jfrank (7)
ukrainian  - 28 fixed by mad (25), fevral13 (3)
2007-06-21 17:18:33 +00:00
belugas 240bba540e (svn r10256) -Add: Addition of IndustryTileOverrideManager 2007-06-21 17:09:10 +00:00
truelight af8a234db0 (svn r10255) -Codechange: remove some old debug code nobody was using anymore 2007-06-21 16:53:57 +00:00
truelight 56eb1738ee (svn r10254) -Feature: loading indicator, which shows in % how full a vehicle is while loading/unloading (TheJosh) 2007-06-21 16:17:47 +00:00
rubidium 2792019b78 (svn r10253) -Fix (r10249): putting the < the wrong way around made the new towns pretty small. 2007-06-21 16:12:31 +00:00
rubidium 02154f38b8 (svn r10252) -Fix: never overflow when applying exchange rates before drawing the amount of money. 2007-06-21 15:57:14 +00:00
glx 3fe19238b2 (svn r10251) -Fix (r10186, FS#907): alt-tab back into openttd could leave the taskbar visible 2007-06-21 15:48:00 +00:00
rubidium bc01e53967 (svn r10250) -Fix: money is always 64 bits, so always parse those 64 bits. 2007-06-21 15:37:05 +00:00
rubidium b6cbd30c3f (svn r10249) -Fix [FS#906]: town tried to gather information about the neighbourhood of a tile when it couldn't even *ever* build on that tile. 2007-06-21 15:13:09 +00:00
rubidium 709ec29563 (svn r10248) -Codechange: don't limit the cost of tunnels. 2007-06-21 14:58:30 +00:00
rubidium eb1472a82d (svn r10247) -Fix (r10210): *always* call SetDParamMoney when you want to place money in some string. 2007-06-21 14:54:51 +00:00
rubidium f806b46cc9 (svn r10246) -Fix (r10297): some forgotten money conversions and truncation issues. Thanks to benc for providing the patch. 2007-06-21 14:32:27 +00:00
truelight 06fded123a (svn r10245) -Codechange: added GetName also to all Blitters, instead of only the Factory 2007-06-21 13:56:59 +00:00
truelight e8f9332af9 (svn r10244) -Fix: make sure to let 32bpp-anim report the increased buffer-size it needs 2007-06-21 13:31:41 +00:00
glx edf68a04b0 (svn r10243) -Fix: crash when resizing with 32bpp and 'broken' display with 'non-standard' resolutions 2007-06-21 13:30:23 +00:00
truelight 1fa725ecae (svn r10242) -Fix: avoid a segfault if you move your mouse at startup with 32bpp-anim 2007-06-21 12:45:41 +00:00
truelight 3fa3d2e365 (svn r10241) -Codechange: CopyToBuffer now produces a buffer that is unreadable from outside the blitter, so the blitter can store anything he likes
-Codechange: added CopyImageToBuffer, which produces a readable buffer for screenshots
-Fix: 32bpp-anim now holds animation on transparent objects to avoid strange graphical effects
-Fix: 32bpp-anim now works correct on mouse-movement (it holds the palette animation correctly)
2007-06-21 12:36:46 +00:00
miham 3b12e7b6b0 (svn r10240) -Update: WebTranslator2 update to 2007-06-21 08:03:49
american   - 30 fixed, 1 changed by WhiteRabbit (31)
bulgarian  - 1 fixed by thetitan (1)
dutch      - 1 fixed by habell (1)
estonian   - 25 fixed by kristjans (25)
french     - 1 fixed by glx (1)
german     - 15 fixed by Neonox (15)
hungarian  - 24 fixed by miham (24)
italian    - 1 fixed by lorenzodv (1)
japanese   - 25 fixed by ickoonite (25)
korean     - 1 fixed by darkttd (1)
slovenian  - 1 fixed by Necrolyte (1)
2007-06-21 06:09:50 +00:00
maedhros e93d82d4b2 (svn r10239) -Fix (r10236): The pin button didn't move when resizing the timetable gui. 2007-06-20 20:02:30 +00:00
maedhros 996fde1699 (svn r10238) -Fix (r10236): Resizing the timetable window caused it to think it could only show one line at a time. 2007-06-20 19:57:18 +00:00
maedhros b2609653e4 (svn r10237) -Fix (r10236): It helps if you use svn add with new files... 2007-06-20 19:26:25 +00:00
maedhros cf0118ee63 (svn r10236) -Feature: Introduce a form of timetabling for vehicles. 2007-06-20 19:17:22 +00:00
truelight a982fe2e80 (svn r10235) -Fix: the 32bpp-anim blitter repainted pixel color 0, which is transparency and therefor should never be repainted (spotted by Rubidium) 2007-06-20 12:09:47 +00:00
truelight 636db862a5 (svn r10234) -Fix r10233: make peter1138 happy 2007-06-20 10:30:25 +00:00
truelight d7acd238ac (svn r10233) -Fix: 8bpp-optimized encoder fucked up if 255+ pixels in a row were non-transparent (tnx boekabart) 2007-06-20 10:26:39 +00:00
belugas 436eb69a39 (svn r10232) -Fix(r1): _numof_industry_table never was composed of 12 entries. Only 11.
It never hurt before, but it would have...
2007-06-20 03:03:00 +00:00
rubidium 55b93b1c05 (svn r10230) -Fix [FS#594]: terraforming wipes out canals. Now you always have to remove the canal before terraforming, instead of "just" removing the canal. 2007-06-19 21:15:14 +00:00
glx 6e4264237e (svn r10229) -Cleanup: removed duplicate include (dihedral) 2007-06-19 19:49:03 +00:00
rubidium aec52c4ebd (svn r10228) -Fix [FS#894]: why MSVC must always bitch about stuff? 2007-06-19 19:04:25 +00:00
truelight b2bd361dae (svn r10227) -Add: added 32bpp-anim blitter, a 32bpp blitter that does palette animation (at the cost of an animation-buffer to keep track of the 'm'-channel of all sprites) 2007-06-19 17:43:30 +00:00
belugas 2ad0d708cc (svn r10226) -Codechange: Add support for newindustry tiles drawing.
Heavily based on Maedhros's newhouses implementation
2007-06-19 17:33:12 +00:00
truelight 2a6b7e4e02 (svn r10225) -Codechange: move common Colour routines for 32bpp to the base class (and nick it colour, not color) 2007-06-19 17:32:01 +00:00
rubidium b11bf3e157 (svn r10224) -Fix [FS#891]: the town road belongs to didn't get set properly when a town builds road over tram bits. 2007-06-19 17:27:59 +00:00
glx 9e2e73f30b (svn r10223) -Fix r10211: GCF_INIT_ONLY flag was never cleared 2007-06-19 17:13:25 +00:00
peter1138 e7191fc57a (svn r10222) -Fix [FS#892]: Only 2 trains could crash at one time as collision checking stopped on the first hit. This could cause desyncs in network games as the collision hash order is not guaranteed. (patch by B. N. Smatz) 2007-06-19 16:40:59 +00:00
rubidium e51a513eb8 (svn r10221) -Fix: the one way sprites weren't drawn in the correct order, so they could remove the tramtrack in some cases. 2007-06-19 15:56:03 +00:00
truelight 65a3abe1c1 (svn r10220) -Fix r10216: even more fuck-ups for non-SDL video backends 2007-06-19 15:40:27 +00:00
rubidium 265f8b7d5d (svn r10219) -Fix [FS#882,FS#890]: land under foundations was terraform when it shouldn't be terraformed. 2007-06-19 15:34:43 +00:00
glx fc3ec8689b (svn r10218) -Fix r10216: more compile errors 2007-06-19 15:26:10 +00:00
truelight a7dd710f06 (svn r10217) -Fix r10216: forgot to declare 'blitter' in win32 and cocoa driver (tnx glx) 2007-06-19 15:18:26 +00:00
truelight 1c4760ee06 (svn r10216) -Fix: palette animation always redid all palette entries, where in fact only a few indexes were needed
-Codechange: allow blitters to handle palette animation internally or even disable it; 8bpp uses video-backend for palette animation
2007-06-19 15:04:08 +00:00
truelight 9ad02c11c6 (svn r10215) -Fix r10214: forgot 2 cases of the same mistake 2007-06-19 12:19:31 +00:00
truelight b98e0ea648 (svn r10214) -Fix: off-by-one in draw-rect-color-remapping (peter1138) 2007-06-19 12:18:24 +00:00
rubidium 16ce2192e4 (svn r10212) -Fix [FS#723]: money overflow bugs in many locations. 2007-06-19 00:05:26 +00:00
glx 23af871615 (svn r10211) -Feature: [NewGRF] Add support for action 0F 2007-06-18 23:00:55 +00:00
rubidium 7d6c255044 (svn r10210) -Codechange: make all money related variables 64 bits, so overflowing them should become a little harder. 2007-06-18 22:49:55 +00:00
rubidium fbb22487fc (svn r10209) -Fix/Codechange: forgot a few changes of int32 -> Money in the previous commit 2007-06-18 22:09:54 +00:00
rubidium 2ee73b50b8 (svn r10208) -Codechange: replace int32 with Money where appropriate. 2007-06-18 21:44:47 +00:00
rubidium 7a72dcb3b5 (svn r10207) -Codechange: remove the redundant player_money in favour of the money64, which is now renamed to player_money. 2007-06-18 21:00:14 +00:00
truelight 26e9b5ca5f (svn r10206) -Codechange: more moving things to blitter-layer: ScrollBuffer 2007-06-18 20:08:21 +00:00
rubidium 49220cc6f1 (svn r10205) -Codechange: refactor returning of cost, so it can be more easily modified. 2007-06-18 19:53:50 +00:00
truelight 09879ea308 (svn r10203) -Codechange: more moving things to blitter-layer: DrawLine 2007-06-18 19:38:23 +00:00
peter1138 c31ff284c3 (svn r10201) -Codechange: Replace Blitter::SetHorizontalLine with Blitter::DrawRect, as the former was only used by the rectangle drawing code anyway. This lets us draw rectangles in one go. 2007-06-18 18:45:12 +00:00
rubidium b09431478d (svn r10200) -Codechange: add "shortcut" for !CmdFailed (CmdSucceeded). 2007-06-18 16:42:40 +00:00
KUDr fad2a36b8f (svn r10199) -Fix [FS#884, YAPF]: 'target_seen' flag that is set prematurely in some cases (1 tile long cached segment followed by target station) stops on assert (immeR) 2007-06-18 14:40:07 +00:00
rubidium 0c369c21e0 (svn r10198) -Fix (r10194): did not search all search paths. 2007-06-18 11:04:12 +00:00
rubidium 966e2738b9 (svn r10197) -Codechange: replace int32 with CommandCost where appropriate. 2007-06-18 10:48:15 +00:00
miham f6be61bb34 (svn r10196) -Update: WebTranslator2 update to 2007-06-18 10:15:44
japanese   - 2 fixed by ickoonite (2)
slovenian  - 3 fixed by Necrolyte (3)
2007-06-18 08:17:31 +00:00
rubidium 5938dea88d (svn r10194) -Codechange: prefer the current working directory above the user's home directory when openttd.cfg exists in the current working directory, otherwise prefer the home directory. 2007-06-17 21:26:57 +00:00
truelight f5776a8c6b (svn r10193) -Fix r10190: somehow an other partly-patch was applied too 2007-06-17 20:47:11 +00:00
truelight 9a93a6006b (svn r10192) -Fix r10190: forgot to change the includes of win32 and cocoa video-driver 2007-06-17 20:40:02 +00:00
rubidium 6680a6a0e6 (svn r10191) -Backport (r9148 from NoAI): detecting of CPU type (32 vs 64 bits). 2007-06-17 20:36:14 +00:00
truelight 003375d375 (svn r10190) -Codechange: merged renderer and blitter to one single class API: blitter
-Codechange: introduced a hierachy of blitters to avoid a lot of code duplication
 Note: this allows much easier adding other types of video-drivers, like OpenGL
2007-06-17 20:30:28 +00:00
rubidium b2799961bc (svn r10188) -Codechange: make it a little easier to load a savegame from the console:
-g <absolute path>
 -g <relative path from current working directory>
 -g <relative path from within the savegame directory>
2007-06-17 20:09:05 +00:00
rubidium 6d9393cb60 (svn r10187) -Fix: don't do a 270 degree turn on the international airport when a 90 degree turn is enough. 2007-06-17 19:46:01 +00:00
glx 22257f46c2 (svn r10186) -Fix (FS#876): don't mess desktop when using alt-tab (win32) 2007-06-17 19:00:45 +00:00
rubidium 3afa69052d (svn r10185) -Codechange: make the bounding boxes of the drive through road stops a little larger so NewGRFs authors have more possibilities when replacing them (minime). 2007-06-17 18:22:43 +00:00
rubidium 28b1809725 (svn r10184) -Fix: remove empty strings that are clearly bad. WT2 shouldn't add them anymore. 2007-06-17 18:18:18 +00:00
rubidium 347c28b71a (svn r10182) -Codechange: rewrite most part of the file loading/searching to be more flexible.
-Codechange: add support for personal directories on Windows.
-Fix [FS#153, FS#193, FS#502, FS#816, FS#854]: fix issues related to fixed names, fixed places of files/directories and application bundles.
2007-06-17 15:48:57 +00:00
rubidium 5fdde681c2 (svn r10181) -Fix (r10093): clamp the zoom level so it won't try to use a wrong zoom level when loading an old savegame. 2007-06-17 13:27:50 +00:00
rubidium 6c67bdcc71 (svn r10180) -Fix (r10167): do not reset the 2cc loaded feature setting when a (later) newgrf does not have 2cc. 2007-06-17 13:26:19 +00:00
maedhros 5a9c7b5899 (svn r10178) -Fix: Don't deactivate newgrf files when skipping the rest of the file during the initialisation stage. 2007-06-17 11:01:58 +00:00
peter1138 94bd08fc17 (svn r10177) -Fix: Passengers has one A and two Es (ln) 2007-06-17 10:47:30 +00:00
maedhros cf4911ddaf (svn r10176) -Fix (r10071): Deselect the currently selected order when clicking on an empty part of the orders window. 2007-06-17 10:14:47 +00:00