Commit Graph

4662 Commits (2df539e30d548d33a2a2acde4b1e68e5fe4d1c99)
 

Author SHA1 Message Date
bjarni 16fe2503d3 (svn r6464) -Fix r6393: killed a warning when compiling without asserts
added an error popup in the game if autoreplace fails to refit
   Since it's only triggered by conditions bugs can trigger, it works kind of like a non-fatal assert in builds without asserts
18 years ago
Darkvater e493bd6079 (svn r6463) -Fix (r6462): Reset the string width to zero on every new line of course... 18 years ago
Darkvater 552570f9e6 (svn r6462) -Codechange: Have GetStringWidth() return width as well as the height bounding
box of the string. Therefore rename the function to GetStringBoundingRect()
 and have it return a BoundingRect type of width/height
18 years ago
miham dca7aa29f6 (svn r6461) WebTranslator2 update to 2006-09-16 14:47:23
catalan    - 21 fixed, 46 changed by arnaullv (67)
french     - 20 fixed by glx (20)
german     - 13 fixed, 2 changed by Neonox (15)
hungarian  - 20 fixed by miham (20)
polish     - 20 fixed by meush (20)
portuguese - 2 fixed by izhirahider (2)
slovak     - 6 fixed, 8 changed by lengyel (14)
turkish    - 20 fixed by jnmbk (20)
18 years ago
peter1138 26bceabaaa (svn r6459) - Fix (r6433): An enum mixup caused oilrigs to not have a station part. Thanks to Znuff for pointing out. 18 years ago
peter1138 7f13f4e82f (svn r6458) - Fix (r6457): ... but close the colour window if the company is removed. (Thanks Rubidium) 18 years ago
peter1138 05f7677b9d (svn r6457) - Codechange: Allow the company colour window to stay open after the
company information window has been closed, as the company colour window 
is now much larger.
18 years ago
peter1138 53e90c0628 (svn r6456) - Replace single colour scheme for passenger wagons with separate schemes for each of steam, diesel or electric engines. Savegames from the previous revision will not load. 18 years ago
peter1138 e47dd91c8b (svn r6455) - Feature: Add 2cc (two company colours) livery schemes. This replaces the original colour selection window and bumps the saveload version. Liveries are supported for all vehicles, not just those with 2cc support. Thanks to lakie for GUI inspiration. 18 years ago
belugas d1508bbd6c (svn r6454) -Fix(r6108) : Allow custom currency to display both prefix and suffix
-Codechange : Divide rate of conversion from grf by 1000, to match OTTD internal system
18 years ago
belugas 326e74055e (svn r6453) -Feature: FS#305 Turkish currency (jnmbk) 18 years ago
Darkvater c34691d2b0 (svn r6450) -Feature: Make the 'patch' console command available for offline use and for
online use for player-based settings.
18 years ago
Darkvater 8515079501 (svn r6449) -Fix (Win32): The dedicated server could overwrite the keyboard input buffer
before it was handled by OpenTTD. Thanks to glx for noticing.
-While here, also do really minor coding style, and proper variable names.
18 years ago
glx b387320c9e (svn r6448) -Fix r6446: Remove the accidentaly added empty strings 18 years ago
glx ee4e3f0fc0 (svn r6447) -Fix r6446: Readd the accidentally removed translations 18 years ago
miham a692bd52eb (svn r6446) WebTranslator2 update to 2006-09-13 16:54:09
slovak     - 2 fixed, 1 changed by lengyel (3)
swedish    - 50 fixed by daishan (50)
18 years ago
miham 416cd95b93 (svn r6445) WebTranslator2 update to 2006-09-13 07:46:55
catalan    - 57 changed by arnaullv (57)
18 years ago
miham 383f683e5b (svn r6444) WebTranslator2 update to 2006-09-12 19:42:24
catalan    - 1 fixed, 37 changed by arnaullv (38)
turkish    - 1 fixed by jnmbk (1)
18 years ago
Darkvater 84cd451bd5 (svn r6443) -Fix (r6001): Please update the documentation if you mess with the _m[] bits! 18 years ago
bjarni dea1edd024 (svn r6442) -Fix: ship depots windows now only draws the ships inside the depot instead of all ships in the depot tile
This bug was visible when a ship left. The window redraw was called, but it still saw the ship since it didn't leave the tile yet and it left a ghost in the depot window
18 years ago
miham b9411321e7 (svn r6441) WebTranslator2 update to 2006-09-11 20:35:18
catalan    - 2 fixed, 23 changed by arnaullv (25)
18 years ago
KUDr 6a245eb11d (svn r6440) -Fix: [YAPF] some YAPF settings were not saved (i misunderstood how save flags work). This probably caused some MP desyncs. Thanks Maedhros for noticing and peter1138 for this patch. 18 years ago
miham 6a18f9cba3 (svn r6439) WebTranslator2 update to 2006-09-11 18:24:37
catalan    - 102 fixed, 10 changed by arnaullv (112)
18 years ago
miham 20f32d1cd6 (svn r6438) WebTranslator2 update to 2006-09-11 09:18:20
brazilian_portuguese - 1 fixed by tucalipe (1)
dutch      - 7 fixed by habell (7)
18 years ago
rubidium 7a5cc51a36 (svn r6437) -Fix: reset the location of the last sound as that location can be outside the map when you are loading another (smaller) map. Thanks to MeusH for noticing. 18 years ago
miham d62cc9df99 (svn r6436) WebTranslator2 update to 2006-09-10 06:59:06
brazilian_portuguese - 99 fixed by tucalipe (99)
18 years ago
rubidium 8e0855aafd (svn r6435) -Fix (FS#340): show an error message when executing 'scrollto x' with x < 0 or >= MapSize() instead of asserting later on. 18 years ago
miham 61bfcc7449 (svn r6434) WebTranslator2 update to 2006-09-09 10:29:44
dutch      - 8 fixed by habell (8)
german     - 8 fixed by Neonox (8)
polish     - 8 fixed by meush (8)
portuguese - 8 fixed by izhirahider (8)
18 years ago
rubidium 92c742f250 (svn r6433) -Codechange: replace some magic numbers (industry gfx indices) by enums. 18 years ago
bjarni dcad28dd22 (svn r6432) -Fix r4987: [OSX] added CCFLAGS to OSX targets as well 18 years ago
bjarni ee05c4cd93 (svn r6431) -Fix r6424: removed a declaration after statement in ReplaceVehicleWndProc() 18 years ago
bjarni f6719443ad (svn r6430) -Fix r6424: fixed failure to init the whole array of engines when starting a new player 18 years ago
bjarni 7d9ab2e4e2 (svn r6429) -Fix: [autoreplace GUI] selecting an empty line will now deselect the engine instead of selecting the first in the list (consistent with all other windows)
-Fix: [autoreplace GUI] engine info is now drawn in the right side even if the left list is empty
18 years ago
bjarni d9e07719f4 (svn r6428) -Codechange: [autoreplace] removed duplicated code to draw the info text in the autoreplace window 18 years ago
miham 902b31adbc (svn r6427) WebTranslator2 update to 2006-09-08 13:49:45
hungarian  - 8 fixed by miham (8)
18 years ago
miham 5840d59cc5 (svn r6426) [langchanges] WT2 screwed up hungarian translations, because server ran out of disc space (nightlies took up too much space).
First step: restore hungarian languagefile
18 years ago
miham 1ae82450b4 (svn r6425) WebTranslator2 update to 2006-09-08 13:42:53
hungarian  - 8 fixed by miham (8)
turkish    - 7 fixed by edokan (7)
18 years ago
bjarni c545edf46f (svn r6424) -Codechange: [autoreplace] removed a loop though all vehicles from each time the window is redrawn
To do this, the player struct contains an array, that contains the count of each engine type that the player owns
   Those arrays are updated each time a vehicle is build or deleted and is calculated on load (it's not saved)
   It's possible to access the arrays outside of the autoreplace GUI, so feel free to read from them in other patches as well
18 years ago
belugas 3d1bde020a (svn r6423) -Codechange: Replace two magic numbers by appropriate enum/define value 18 years ago
Darkvater 5b67443d04 (svn r6421) -Revert r6420: The dedicated server's console actually needs to work. It misses half the input at the moment. Sorry, too hasty commit. 18 years ago
Darkvater c1fa005024 (svn r6420) -Feature [Win32]: Use an existing console if openttd was started from one.
Unfortunately this only works for WindowsXP or higher, all older MS-OS's
 are stuck with the old behaviour.
18 years ago
miham 1735dfc816 (svn r6419) WebTranslator2 update to 2006-09-07 20:36:09
american   - 8 fixed by WhiteRabbit (8)
french     - 7 changed by glx (7)
spanish    - 11 fixed by eusebio (11)
turkish    - 2 fixed by edokan (2)
18 years ago
bjarni 3980db4623 (svn r6418) -Fix: [autoreplace] now multiheaded engines and other locomotives consisting of more than one unit will only be counted once
This also cleaned up the counting loop alot and it will also (hopefully) be faster (didn't benchmark it)
18 years ago
miham a3688401d4 (svn r6417) WebTranslator2 update to 2006-09-07 08:38:16
french     - 8 fixed by glx (8)
18 years ago
bjarni 79fb2b87a8 (svn r6416) -Fix r6414 r6415: forgot to apply the new colours to the strings in the translations in lang/unfinished 18 years ago
bjarni d14bfcd4cf (svn r6415) -Fix r6414: switched orange and light blue colours in last commit, so they now fit what we agreed upon (oops)
stopping is now orange and service is now light blue
18 years ago
bjarni 87ca6ea0a1 (svn r6414) -GUI change: heading for depot is now shown as either "Service at depot" (service) in orange or "Heading for depot" (stopping) in light blue 18 years ago
glx 952a9e9496 (svn r6412) -Fix(r6411): forgot to remove some lines in openttd*.sln (thx michi_cc) 18 years ago
glx c72b00b30d (svn r6411) -Fix(r6410): forgot to update openttd*.sln (thx Darkvater and michi_cc :) )
-Cleanup: Removed UNITTEST preprocessor checks
18 years ago
glx b3dae23976 (svn r6410) -remove unittest 18 years ago