Commit Graph

4696 Commits (e4c59a44d3e22873ba0f500a5aa0566c765c837f)
 

Author SHA1 Message Date
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
glx 431c22029b (svn r6408) -Fix(r6406): compilation was broken
-Codechange: Rename TileIndexDiffCByDir to TileIndexDiffCByDiagDir because it accepts DiagDirections
18 years ago
Darkvater 544ff2aaf9 (svn r6407) -Fix: Check return values of DoCommand() with CmdFailed and that of DoCommandP
with a boolean type.
18 years ago
Darkvater 7e4d0f112e (svn r6406) -Codechange: Rename TileOffsByDir to TileOffsByDiagDir because it accepts
DiagDirections, and add TileOffsByDir that handles Directions.
-Codechange: Make the treeloop use TileOffsByDir().
18 years ago
Darkvater a53c92464f (svn r6405) -Codechange: When showing tooltips, properly position the tooltip, considering
cursor size and cursor offset (hotspot). The maximum and minimum y-values
 for the tooltip are just below the mainbar and statusbar. Also, if the tooltip
 would be too low, flip it above the cursor.
18 years ago
Darkvater 4721a3fcce (svn r6404) -Fix: GetStringWidth failed to calculate correct string width if the string
contained newlines.
18 years ago
glx ab5135dd38 (svn r6395) -Fix: when converting a depot from/to elrail, update the power of trains that are in it 18 years ago
bjarni 75d8a724fa (svn r6394) -Fix r6393: removed a warning originally removed in r6376 accidentally readded in r6393 18 years ago
bjarni 965693bdce (svn r6393) -Fix: [autoreplace] now refit costs are added to the estimated costs (could spend more than allowed when estimate and actual cost were not the same)
-Fix: [autoreplace] fixed a very rare failure when building an engine could cost more than the player could pay before selling the old one
   this happened when the replacing the front cost so much that the the rear end didn't have enough money to build as expected
   now the estimate keeps track of the price for the wagons/engines in front of the unit it's currently looking at
-Codechange: [autoreplace] added function to learn if and what cargo type to refit to. Needed to allow the estimation to tell refit costs
18 years ago
miham c0fcbab793 (svn r6392) WebTranslator2 update to 2006-09-05 08:11:55
slovak     - 12 fixed, 5 changed by lengyel (17)
18 years ago
glx 0abece8805 (svn r6387) Fix: removed OSX specific warning 18 years ago
glx 9965957986 (svn r6386) -Fix(r6376): removed a warning 18 years ago
rubidium 973064a2bd (svn r6385) -Fix (r6380): one instance of QZ_AskQuit was left out in the conversion to HandleExitGameRequest. 18 years ago
rubidium 21ac20aeca (svn r6381) -Cleanup: make the '/* */' comments that span multiple lines more uniform.
-Cleanup: whitespace alignment of a few tables.
18 years ago
rubidium ca9ec81fd1 (svn r6380) -Codechange: unify all ways to quit OTTD.
This means that in the intro menu the 'Quit' button immediatelly quits
  and the 'Quit' in the menu of the normal game and scenario editor
  immediatelly quits when the 'autosave_on_exit' patch is turned on.
  This is the same way as the OS/window manager initiated quits, like
  alt-F4 and the 'x' in the (OS/window manager drawn) title bar of OTTD.
18 years ago
Darkvater 2ca590ab75 (svn r6379) -Codechange: cast 'remove babel' on widget's unkA and rename it to 'data'. 18 years ago
Darkvater 52fa30022a (svn r6378) -Codechange: Rename VLW_FLAGS to VLW_MASK as it is a mask 18 years ago