Commit Graph

7330 Commits (715c5566a398c73c023535f4f6efa3d04338248b)
 

Author SHA1 Message Date
peter1138 a8b385d77d (svn r10453) -Codechange: Allow save/load of empty (unallocated) strings 17 years ago
rubidium 1af0fc0a33 (svn r10452) -Update: remove the string that has been removed in r10451 from all other translations. 17 years ago
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. 17 years ago
peter1138 94315ff15f (svn r10450) -Fix (r10444): Fix search & replace errors 17 years ago
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)
17 years ago
belugas b9dad0d82f (svn r10448) -Codechange: Industry Tiles and Houses share almost the same spritegroup format. 17 years ago
belugas f21f6554d8 (svn r10447) -Codechange: Don't need to specify values on an enum when those values are contiguous 17 years ago
peter1138 b953493930 (svn r10446) -Codechange: Move extmidi's global data into its class. 17 years ago
KUDr c4aff8b0a4 (svn r10445) -Fix (Win32, r10444): remove #include "hal.h" 17 years ago
peter1138 68c6add8cc (svn r10444) -Codechange: switch to c++ classes and inheritance for sound/music/video drivers, using self-registration based on the blitter-model. 17 years ago
peter1138 b507907176 (svn r10443) -Fix: randomizing triggers should be called with callback type set to 1 17 years ago
rubidium 86c14c239f (svn r10442) -Codechange: implement the industry production callback. 17 years ago
rubidium 9bc6a1cc8e (svn r10441) -Fix (r10440): something went wrong "porting" fixes from one place to another; like compiling the wrong checkout. 17 years ago
rubidium 997871063f (svn r10440) -Fix: CBM_IND defines bits to be set, not bitsets. 17 years ago
rubidium 1bdb72ebd4 (svn r10439) -Codechange: initial steps for customized industry productions. 17 years ago
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)
17 years ago
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. 17 years ago
maedhros 156f149625 (svn r10436) -Cleanup: Doxygenise some comments, update others, and make a few statements more consistent with everything else. 17 years ago
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. 17 years ago
maedhros b863e50ac8 (svn r10434) -Fix (r9315): When setting multiple house overrides in one Action 0, don't override them all with the first ID. 17 years ago
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.
17 years ago
peter1138 ca49b1e997 (svn r10432) -Codechange: use existing function instead of data duplication 17 years ago
peter1138 0645454aaa (svn r10431) -Codechange: constness on static array 17 years ago
peter1138 e9c38a97b0 (svn r10430) -Fix: Too many town rating entry lookups (KUDr) 17 years ago
KUDr 415d5af03d (svn r10429) -Fix: VC8 Code Analyzer warning: buffer overrun 17 years ago
KUDr 255389a963 (svn r10428) -Fix: some more VC code analyzer warnings disabled 17 years ago
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) 17 years ago
belugas a85d72c60d (svn r10426) -Codechange: Activate the reset of industry/tiles mapping upon initialization or new game. 17 years ago
belugas de43302419 (svn r10425) -Fix (r10418): do not compare bitmasks with HASBIT. Strike two. Forgotten code :) 17 years ago
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.
17 years ago
KUDr dd697570e5 (svn r10423) -Fix [YAPF, r10301]: INVALID_TRACKDIR causing buffer overrun leading to desync in MP game (many thanks Rubidium) 17 years ago
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 17 years ago
KUDr 7dc5d11448 (svn r10421) -Fix [MSVC]: suppress some code analyzer warnings for VC8 17 years ago
KUDr 6878ca0213 (svn r10420) -Fix [MSVC]: Disabled 'Treat Warnings As Errors' for VC8 17 years ago
rubidium bad85b08c2 (svn r10419) -Fix (r10418): do not compare bitmasks with HASBIT. Thanks to Maedhros for spotting this. 17 years ago
rubidium b67cfd4825 (svn r10418) -Codechange: implement/resurrect the industry production flags. 17 years ago
glx aca9846479 (svn r10417) -Fix: r10416 partly reverted r10415 17 years ago
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)
17 years ago
glx 53ab57cbe4 (svn r10415) -Revert (r10403), Fix (r10323): 'message from company' test must use {STRING1}, so pass it the correct params 17 years ago
rubidium 95d2abf81d (svn r10414) -Fix: the network protocol check for required newgrfs sent static newgrfs too. 17 years ago
glx e08965fdcb (svn r10413) -Fix r10211: t->townnamegrfid was not cleared when renaming a town 17 years ago
peter1138 b1bad4ab46 (svn r10412) -Codechange: Remove unnecessary inclusion of hal.h in various files (and add one) 17 years ago
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)
17 years ago
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
17 years ago
rubidium 90f85c957a (svn r10409) -Codechange: replace (Aircraft|RoadVeh|Ship|Train)_Tick with a Tick method in the Vehicle class. 17 years ago
rubidium 83a880c882 (svn r10408) -Codechange: make GetImage a class method of Vehicle instead of Get(Aircraft|RoadVeh|Ship|Train)Image. 17 years ago
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)
17 years ago
rubidium d73e490c52 (svn r10406) -Fix [FS#968]: only industries in the temperate climate should be affected by the "do not increase production" flag. 17 years ago
rubidium 82dbf4b467 (svn r10405) -Fix [FS#972]: do not try to determine the default railtype in the scenario editor. 17 years ago
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. 17 years ago