Commit Graph

5588 Commits

Author SHA1 Message Date
frosch e17ded04f1 (svn r15646) -Fix: Be lenient on users who do stupid things like loading newgrfs statically, which modify engine names, while dynamic_engines is enabled or the to be modified engine is not (yet) present. 2009-03-08 18:08:30 +00:00
frosch 987e72f4f2 (svn r15645) -Fix (r12924)[FS#2612]: Add an EngineOverrideManager to give the term 'compatible newgrf' again some sense and to not crash because of trivial changes. 2009-03-08 16:51:08 +00:00
rubidium 4a5c4f6089 (svn r15644) -Fix [FS#2710]: closing a network connection twice in the case that sending packets starts failing while disconnecting 2009-03-08 16:14:14 +00:00
smatz e124aa8fd6 (svn r15643) -Fix [FS#2711]: be more strict with zeroing unused map array bits 2009-03-08 16:10:39 +00:00
smatz 7c8474da13 (svn r15642) -Codechange: use a default parameter value in CalcClosestTownFromTile 2009-03-08 01:20:11 +00:00
rubidium f5c1365471 (svn r15641) -Fix: some gcc compilers seem to be chosing the C++ standard for strrchr, others the C standard... 2009-03-07 23:02:28 +00:00
smatz 642dc1ea5e (svn r15640) -Fix [FS#2712]: game crashes when network pools are empty, so always allocate at least one pool block 2009-03-07 22:40:47 +00:00
yexo 3f73152b7f (svn r15639) -Change: When you disable "Towns are allowed to build roads", pressing "Expand" in the town window in the scenario editor will no longer build roads. 2009-03-07 21:36:13 +00:00
truebrain 3ca01c64f7 (svn r15638) -Fix: there is a time in your life you should stop coding for a project. You know that time is there when you make two huge mistakes in just 10 lines of code. I wish you all the best of luck :) (ps: HUGE mistakes!) 2009-03-07 20:55:24 +00:00
truebrain 3adc0d77b8 (svn r15637) -Fix: when you try to protect something from doing something it shouldn't be doing, make sure that the actions happening after that, doesn't start doing what it shouldn't be doing. This of course would only happen in rare corner cases. 2009-03-07 20:53:32 +00:00
translators 81dde09c27 (svn r15636) -Update: WebTranslator2 update to 2009-03-07 18:58:32
greek      - 211 fixed, 4 changed by hellis (215)
korean     - 2 changed by dlunch (2)
2009-03-07 18:58:35 +00:00
rubidium accb79049e (svn r15635) -Fix [FS#2707]: don't allow more than 64 road vehicles to reserve a slot at a single road stop. 255 + 1 gives trouble, but 64 is even more than the roadstop would be able to handle within the slot timeout time. 2009-03-07 18:19:53 +00:00
rubidium 0d2d5565a6 (svn r15634) -Fix (r15632): some compilers seem to warn about the return value of fscanf. 2009-03-07 17:57:54 +00:00
yexo d1a9fcc67f (svn r15633) -Fix (r15632): apparently there are several conflicting definitions of the arguments / return values of strrchr. 2009-03-06 21:07:01 +00:00
rubidium 406832fed8 (svn r15632) -Feature: allow downloading scenarios and heightmaps via bananas. 2009-03-06 19:33:45 +00:00
translators bc58d4ef9a (svn r15631) -Update: WebTranslator2 update to 2009-03-06 18:47:57
catalan    - 1 fixed by arnaullv (1)
german     - 33 changed by planetmaker (33)
greek      - 14 fixed by hellis (14)
korean     - 1 fixed by darkttd (1)
luxembourgish - 818 fixed by Gubius (818)
persian    - 72 fixed by ali sattari (72)
romanian   - 1 fixed by kkmic (1)
russian    - 1 fixed by Smoky555 (1)
welsh      - 1 fixed by PlayDead (1)
2009-03-06 18:48:10 +00:00
yexo 3633fd9a06 (svn r15630) -Fix (r15027): Make sure OpenTTD loads the dummy AI script when no other AI is available instead of a non-existing file. 2009-03-06 15:20:18 +00:00
yexo b520d73285 (svn r15629) -Fix (r15027): Validate strings that are passed from squirrel to the API, not strings passed from the API to squirrel. 2009-03-06 14:21:26 +00:00
smatz f3ed8268b6 (svn r15628) -Fix [FS#2705]: kicking/banning a client from the Client list window crashed the server 2009-03-06 12:42:01 +00:00
belugas 3d05c31031 (svn r15627) -Documentation: Add two Doxygen strings (Alberth). 2009-03-06 03:01:35 +00:00
rubidium 86ca408d46 (svn r15626) -Fix [FS#2698]: UTF8 string handling could cause buffer overruns. 2009-03-06 01:23:25 +00:00
smatz c3a7e6b693 (svn r15625) -Codechange: remove unneeded assert 2009-03-06 00:41:58 +00:00
smatz a92cd2b72e (svn r15624) -Fix (r15621): warning about comparing signed and unsigned integer types 2009-03-05 22:55:47 +00:00
rubidium f2f2a6d303 (svn r15623) -Fix (r15615): close the files you've opened 2009-03-05 22:14:27 +00:00
peter1138 7dd6f218ef (svn r15622) -Codechange: Duplication. 2009-03-05 17:52:35 +00:00
peter1138 1bde2d97b5 (svn r15621) -Feature: When cloning a vehicle with a custom name, add and/or increment a number at the end of name and assign it to the new vehicle (for emma) 2009-03-05 17:37:56 +00:00
belugas 05fe2d8d21 (svn r15620) -Fix[FS#2699]: Error in documentation (Conditional Zenith). 2009-03-05 17:21:42 +00:00
michi_cc a4aba77e49 (svn r15619) -Fix [FS#2701]: When trying to reserve a self-crossing path the failed reservation was sometimes not cleared completely. 2009-03-05 16:14:56 +00:00
rubidium c0d71b84f9 (svn r15617) -Change [FS#2694]: vehicle variables 40-43 weren't cached (though spec stated they are). Caching these variables can yield a 10+% speed increase when those vehicle variables are queried often. 2009-03-04 23:32:23 +00:00
yexo 890c5e3ae4 (svn r15616) -Change [API CHANGE]: Rename AIOrder::ChangeOrder() to AIOrder::SetOrderFlags(). 2009-03-04 23:12:48 +00:00
rubidium 15e9fdd47a (svn r15615) -Feature: show scenarios/heightmaps from both your home directory and installation directory.
-Change [FS#2692]: make it more likely that scenarios are saved to the directory where openttd.cfg is and not the installation directory (gives problems with e.g. Vista). The working directory still overrides the openttd.cfg directory though, but only if it has a scenario directory.
2009-03-04 23:12:15 +00:00
yexo ffe2caf20f (svn r15614) -Add [NoAI]: AIVehicleList_Group(group_id) and AIVehicleList_DefaultGroup(vehicle_type). 2009-03-04 22:37:25 +00:00
translators 5fd7c79987 (svn r15613) -Update: WebTranslator2 update to 2009-03-04 18:38:03
finnish    - 1 fixed by UltimateSephiroth (1)
french     - 1 fixed by glx (1)
german     - 17 changed by planetmaker (17)
icelandic  - 73 fixed by pall (73)
italian    - 1 fixed by lorenzodv (1)
ukrainian  - 1 fixed by mad (1)
2009-03-04 18:38:12 +00:00
rubidium a52d50c62f (svn r15612) -Codechange: unduplicate directory creation 2009-03-04 14:25:53 +00:00
rubidium 6cbf131318 (svn r15611) -Change: when sorting files on modification date and the modification date is equal sort on the title so reversing the sorting direction actually reverses the order the listed files 2009-03-04 10:02:00 +00:00
rubidium 0d8da02ec1 (svn r15610) -Change: allow loading of heightmaps and savegames (any form) that are in .tar files 2009-03-04 09:53:31 +00:00
peter1138 f0de54bc10 (svn r15609) -Fix: Code style... 2009-03-04 08:02:16 +00:00
rubidium 0682c1c46c (svn r15608) -Codechange: use the file scanner to find the files for the saveload window. 2009-03-04 01:09:48 +00:00
rubidium 4f3da358ee (svn r15607) -Codechange: support searching files without filtering on extension. 2009-03-04 00:19:42 +00:00
rubidium d1d0778a54 (svn r15606) -Codechange: make it possible to not recursively search with the file scanner (i.e. only search a single directory). 2009-03-04 00:17:51 +00:00
rubidium 908e850b5a (svn r15605) -Codechange: constify a function 2009-03-04 00:13:52 +00:00
rubidium f1a96c5577 (svn r15604) -Fix [FS#2661]: towns would only build houses where the grid would not be, even when they aren't allowed to build roads and the user 'implements' another layout. 2009-03-03 22:46:08 +00:00
rubidium b55ed2e668 (svn r15603) -Fix [FS#2696]: crash when using an extraordinarily large sprite as cursor. 2009-03-03 20:33:57 +00:00
translators 07df0d05dc (svn r15602) -Update: WebTranslator2 update to 2009-03-03 18:40:15
brazilian_portuguese - 1 fixed by tucalipe (1)
dutch      - 1 fixed by habell (1)
german     - 1 fixed, 12 changed by planetmaker (13)
hungarian  - 1 fixed by alyr (1)
indonesian - 1 fixed by fanioz (1)
persian    - 102 fixed by ali sattari (102)
spanish    - 1 fixed by eusebio (1)
2009-03-03 18:40:23 +00:00
rubidium 7831346ef8 (svn r15601) -Fix [FS#2615]: bridges/tunnels don't store tram owner making it possible to remove someone's tram tracks.
-Feature: allow building road stops on road/tram tracks of competitors.
2009-03-02 22:57:47 +00:00
yexo 6dd3703a4c (svn r15600) -Fix (r0): Replace a newline in a news message by four spaces before drawing it in the statusbar. 2009-03-02 21:01:19 +00:00
translators 9ff4ae0f5d (svn r15599) -Update: WebTranslator2 update to 2009-03-02 18:39:38
brazilian_portuguese - 4 fixed by tucalipe (4)
german     - 35 changed by planetmaker (35)
lithuanian - 49 fixed, 33 changed by Devastator (82)
2009-03-02 18:39:42 +00:00
rubidium b1c105e77e (svn r15598) -Fix [FS#2695]: crash when opening viewport while scrolling the map and the mouse 'lands' on the window decoration of the viewport. 2009-03-02 18:01:33 +00:00
rubidium 52f5717a66 (svn r15596) -Change: road vehicles can stop at stops when they own the stop, not when they own the road/tram track. 2009-03-01 21:48:03 +00:00
translators 6082ba65d7 (svn r15595) -Update: WebTranslator2 update to 2009-03-01 18:35:59
german     - 39 changed by planetmaker (39)
icelandic  - 80 fixed by scrooge (80)
italian    - 2 changed by lorenzodv (2)
lithuanian - 116 fixed by Devastator (116)
persian    - 219 fixed by ali sattari (219)
serbian    - 4 fixed by marko85nis (4)
2009-03-01 18:36:05 +00:00
translators ff348c8972 (svn r15594) -Update: WebTranslator2 update to 2009-02-28 18:51:15
arabic_egypt - 7 fixed by khaloofah (7)
french     - 1 fixed by glx (1)
frisian    - 51 fixed by luc (51)
german     - 25 changed by planetmaker (25)
italian    - 2 changed by lorenzodv (2)
korean     - 1 changed by leejaeuk5 (1)
persian    - 147 fixed, 2 changed by ali sattari (149)
swedish    - 4 fixed by Wiggelicous (4)
traditional_chinese - 87 changed by josesun (87)
ukrainian  - 4 fixed by mad (4)
urdu       - 22 fixed by yasirniazkhan (22)
2009-02-28 18:51:26 +00:00
yexo dbec2ec628 (svn r15593) -Change: the background of the the waypoint sign is now in the company color. 2009-02-27 22:26:06 +00:00
frosch e01106f66b (svn r15592) -Fix: Refit-info in purchase list did only check the first articulated part. 2009-02-27 20:40:39 +00:00
translators 7299728472 (svn r15591) -Update: WebTranslator2 update to 2009-02-27 18:16:01
afrikaans  - 6 changed by Ludslad (6)
catalan    - 1 fixed by arnaullv (1)
danish     - 4 fixed by ThomasA (4)
dutch      - 4 fixed by habell (4)
finnish    - 1 fixed by jpx_ (1)
frisian    - 41 fixed, 8 changed by luc (49)
german     - 1 fixed by planetmaker (1)
hungarian  - 1 fixed by alyr (1)
indonesian - 4 fixed by fanioz (4)
italian    - 1 fixed, 2 changed by lorenzodv (3)
korean     - 4 fixed, 35 changed by leejaeuk5 (8), darkttd (31)
portuguese - 1 fixed by izhirahider (1)
romanian   - 1 fixed, 1 changed by kkmic (2)
russian    - 1 fixed by Smoky555 (1)
spanish    - 4 fixed by eusebio (3), erregerre (1)
turkish    - 4 fixed by Emin (4)
welsh      - 1 fixed, 5 changed by PlayDead (6)
2009-02-27 18:16:21 +00:00
yexo eafdc200c8 (svn r15590) -Fix (r15584): _screenshot_name is an array, not a char * pointer. 2009-02-26 20:30:41 +00:00
smatz 1a940c24e3 (svn r15589) -Fix: drawing of waypoints with invalid owner was broken
-Change: don't take over waypoints without owner, it could belong to a bankrupted company (and the code was broken) - savegame conversion code is a bit more liberal now, too
2009-02-26 14:10:57 +00:00
smatz 3fdac6f702 (svn r15588) -Fix: change owner of waypoints and deleted stations when merging companies or when a company benkrupts 2009-02-26 14:07:42 +00:00
yexo a41b143e58 (svn r15587) -Fix (r15345): I should really test even those simple api functions better. 2009-02-26 07:30:13 +00:00
yexo a78724e824 (svn r15586) -Fix [FS#2687]: Changing vehicle.dynamic_engines when there are already vehicles can cause crashes. 2009-02-26 01:53:22 +00:00
yexo a0c4f1156a (svn r15585) -Codechange: Remove TILE_ASSERT and replace all instances with assert(tile < MapSize()). 2009-02-25 21:50:54 +00:00
yexo fb7b0536e7 (svn r15584) -Codechange: Move several variables from variables.h to more appropriate headers. 2009-02-25 21:45:14 +00:00
frosch c5684e56ec (svn r15583) -Fix: Do not use TILE_MASK when you do not want to wrap around them map. 2009-02-25 21:29:50 +00:00
frosch c7e324bb40 (svn r15582) -Cleanup: Remove unused function AdjustTileCoordRandomly(). Btw. it would also cause desyncs and wrap around the map. 2009-02-25 21:24:42 +00:00
translators 0a2e46c6c7 (svn r15581) -Update: WebTranslator2 update to 2009-02-25 18:44:53
afrikaans  - 7 changed by Ludslad (7)
catalan    - 3 fixed by arnaullv (3)
czech      - 3 fixed by Hadez (3)
danish     - 12 fixed, 13 changed by ThomasA (25)
dutch      - 3 fixed by habell (3)
english_US - 3 fixed by WhiteRabbit (3)
estonian   - 54 fixed by t2t2 (54)
finnish    - 3 fixed by jpx_ (3)
french     - 3 fixed, 8 changed by belugas (8), glx (3)
german     - 3 fixed by planetmaker (3)
hungarian  - 3 fixed by alyr (3)
italian    - 3 fixed by lorenzodv (3)
norwegian_bokmal - 7 fixed by christian (7)
romanian   - 3 fixed, 5 changed by kkmic (8)
russian    - 3 fixed by Smoky555 (3)
slovak     - 3 fixed by James (3)
traditional_chinese - 37 fixed by irvin (37)
welsh      - 3 fixed by welshdragon (3)
2009-02-25 18:45:16 +00:00
rubidium 3ae9851bd8 (svn r15580) -Fix [FS#2684]: last activity time not properly updated causing downloads to be aborted after a minute. 2009-02-25 17:00:59 +00:00
rubidium 1ad50ce4e6 (svn r15578) -Change: unexternalise squirrel. 2009-02-25 01:21:50 +00:00
rubidium 66a8c0a132 (svn r15577) -Codechange: bool _networking belongs in network/ not gfx.cpp 2009-02-25 00:48:04 +00:00
yexo 3bb872e7dd (svn r15576) -Codechange: rename SwitchModes to SwitchMode and don't hardcode the values for that enum. 2009-02-25 00:45:52 +00:00
yexo 901230bde1 (svn r15575) -Codechange: Rename GameModes to GameMode and store _game_mode as GameMode instead of as byte. 2009-02-25 00:14:46 +00:00
rubidium d86ae1fde6 (svn r15574) -Fix [FS#2680]: force unload not working when trying to force unload at the station where you received the cargo 2009-02-25 00:12:57 +00:00
yexo 1104e10695 (svn r15573) -Fix (r15538): Terrain type and sea level couldn't be changed in the scenario editor. 2009-02-24 23:20:17 +00:00
smatz 13f390be3e (svn r15572) -Fix (r13730): theoretical buffer overflow when company with too long name funded a road reconstruction 2009-02-24 22:57:02 +00:00
smatz 846044ee26 (svn r15571) -Fix: incorrect use of memset 2009-02-24 22:25:23 +00:00
yexo 2860399397 (svn r15570) -Fix: Too long strings in the advanced settings window are now truncated. 2009-02-24 22:23:47 +00:00
smatz 425fe86a3d (svn r15569) -Codechange: replace MallocT + memset( 0 ) calls by CallocT 2009-02-24 21:32:23 +00:00
smatz d73c1fa7bf (svn r15568) -Cleanup: *allocT/AllocaM doesn't return NULL when allocating fails 2009-02-24 20:59:17 +00:00
yexo 8beca127dd (svn r15567) -Fix [FS#2674]: When building signals by dragging from a pre/entry/combo block signal, the signal you started at became a normal block signal. 2009-02-24 19:15:23 +00:00
rubidium 8fa247c4b1 (svn r15566) -Change: reintroduce space as valid method of selecting 'content' as long as the filter box is not focused. Enter will also work when the filter box is focused. 2009-02-24 13:32:18 +00:00
rubidium 4bf2f4a166 (svn r15565) -Fix [FS#2675]: dependency information wasn't requested after the content state was reset causing the dependencies not always being selected (and thus downloaded) automatically. 2009-02-24 13:25:35 +00:00
yexo 391fe952b9 (svn r15564) -Fix: Refresh all industry windows if the modify production cheat is enabled/disabled. 2009-02-23 22:00:29 +00:00
yexo 932b1c24b2 (svn r15563) -Change [API CHANGE]: Remove AIIndustry::GetMaxIndustryID(). 2009-02-23 21:07:01 +00:00
yexo 1884ba20bc (svn r15562) -Change: Use GetName() to determine the unique AI name instead of GetInstanceName() to make branching of AIs easier. 2009-02-23 20:57:55 +00:00
rubidium c876e3e1b2 (svn r15561) -Fix [FS#2646]: segfault when saving a preset with unknown NewGRFs 2009-02-23 20:45:34 +00:00
rubidium cfc233e2ab (svn r15560) -Fix: typos in Spanish town names (Erregerre) 2009-02-23 20:42:20 +00:00
frosch a987c7299b (svn r15559) -Feature: Show required/already-delivered cargo needed for town-growth in town-view-window. (and only if it is really needed) 2009-02-23 20:03:38 +00:00
yexo cabfe35e54 (svn r15558) -Cleanup: Remove some unnecessary friend declarations. 2009-02-23 19:35:19 +00:00
rubidium 85c0276d0e (svn r15557) -Fix: the font width cache was not updated when changing fonts causing the font spacing to be off when changing fonts in-game (auto font detection). 2009-02-23 18:14:18 +00:00
rubidium 3ba802e995 (svn r15556) -Change: don't temporary malloc+free when encoding sprites, just reuse the same piece of allocated memory for each encoding. 2009-02-23 17:54:02 +00:00
rubidium 0c1b8ea602 (svn r15555) -Codechange: remove the mallocs + frees for temporary data from loading sprites. 2009-02-23 10:50:25 +00:00
rubidium 2433ba042b (svn r15554) -Fix: -v null crashing in 2051 due to trying to show the high score of the spectator. 2009-02-23 01:51:19 +00:00
translators c81866fb8d (svn r15553) -Update: WebTranslator2 update to 2009-02-22 18:58:31
french     - 2 changed by belugas (2)
japanese   - 67 fixed by ickoonite (67)
polish     - 3 fixed by xaxa (3)
spanish    - 38 changed by erregerre (38)
2009-02-22 18:58:44 +00:00
rubidium 54f852f094 (svn r15552) -Fix (r15544): some compiler/OS combinations don't like closing the same FD twice and zlib's docs weren't very clear about whether it would close a FD it didn't open. 2009-02-22 02:57:15 +00:00
rubidium 731c1e90e8 (svn r15551) -Fix [FS#2656]: [NoAI] crash when setting a depot order to the southern part of a ship depot 2009-02-22 00:30:36 +00:00
rubidium b68a870fe3 (svn r15550) -Fix [FS#2654]: bogus secondary error message when dynamiting industries/unmoveables; "X is in the way" isn't helpful at all in that case. 2009-02-21 21:38:46 +00:00
translators 930a31f5f5 (svn r15549) -Update: WebTranslator2 update to 2009-02-21 18:48:25
brazilian_portuguese - 5 changed by tucalipe (5)
german     - 7 changed by planetmaker (7)
indonesian - 4 changed by fanioz (4)
korean     - 2 changed by darkttd (2)
norwegian_nynorsk - 1 fixed, 7 changed by Thor (8)
polish     - 15 fixed by xaxa (11), coolik (4)
romanian   - 2 changed by kkmic (2)
simplified_chinese - 3 fixed by ww9980 (3)
spanish    - 2 changed by eusebio (2)
2009-02-21 18:48:38 +00:00
rubidium 87751dc95d (svn r15548) -Fix: incorrect error message when removing non-existing diagonal rail (TRACK_X/Y) with the single directional rail tool (i.e. not autorail). 2009-02-21 18:10:08 +00:00
frosch 6390ece34f (svn r15547) -Codechange: Eliminate all == and != comparisons between v->cargo_cap and v->cargo.Count() to improve behaviour wrt. broken/incompatible grfs. 2009-02-21 15:56:02 +00:00
rubidium 81d8e55c38 (svn r15546) -Fix [FS#2651]: keep_all_autosave ignored for dedicated servers/spectators. 2009-02-21 15:23:49 +00:00
rubidium 8316c4381f (svn r15545) -Fix [FS#2653]: if a buoy was placed directly in front of a dock, that dock was seen as a buoy and thus skipped once within 3 tiles. 2009-02-21 14:02:00 +00:00
rubidium fdc2e85184 (svn r15544) -Fix [FS#2650]: extracting downloaded content didn't work for Windows if one uses a non-ASCII. 2009-02-21 14:00:35 +00:00
rubidium a4567f243d (svn r15543) -Change: allow the default debug level of 6 for a dedicated server to be overriden by -d (if used after -D). 2009-02-21 13:27:09 +00:00
frosch 157e0481ad (svn r15542) -Feature(ette): Support vehicle vars 0x47 and 0xF2 in purchase list. 2009-02-21 13:24:55 +00:00
frosch d3850e101c (svn r15541) -Revert (r15399): 'v->cargo_type' is also used in other places, which cannot accept CT_INVALID.
-Codechange: Add Engine::GetDefaultCargoType() and Engine::CanCarryCargo() and use them.
-Fix [FS#2617]: When articulated parts have no available default cargo, use the cargo type of the first part for livery selection.
-Change: To decide whether a vehicle is refittable do not test its current capacity for being zero, but always use the 'capacity property'.
  Note: The property is used unmodifed without calling CB 15/36. By setting it to a non-zero value and returning zero in the callback vehicles can be refitted to/from zero capacity for e.g. livery effects.
  Note: It is intentional that you cannot control refittability by CB 36.
2009-02-21 12:52:41 +00:00
frosch b674d1f6f5 (svn r15540) -Fix: Testing of 'only_this' in CmdRefitRoadVeh() could be skipped by 'continue'. 2009-02-21 11:54:25 +00:00
frosch 85333d4211 (svn r15539) -Fix: If an aircraft cannot carry any available cargo, it should not be available either instead of falling back to passenger/mail. Just like the other vehicle types also do. 2009-02-21 11:50:17 +00:00
yexo c3c549f731 (svn r15538) -Fix (r15334): The difficulty level wasn't set to custom when changing the amount of towns/industries from the newgame gui. 2009-02-21 02:34:53 +00:00
rubidium 13bc604fde (svn r15537) -Fix (r5215): don't allow special sprite characters (e.g. the ship sprite) as characters in input like filenames or text that is sent over the network. 2009-02-21 00:47:59 +00:00
glx ab3fc1d437 (svn r15535) -Fix (r15460, pre noai merge): use '.' as 'any' for squirrel calls typechecking as stated in squirrel docs 2009-02-21 00:43:18 +00:00
frosch 15789a76c1 (svn r15534) -Codechange: Rename some variables. 2009-02-20 23:21:04 +00:00
rubidium c4fb879561 (svn r15532) -Fix (r15525): don't try to load (and forget) AI data from a non-existing AI when joining a server. In other words: you can join network servers again. 2009-02-20 21:05:27 +00:00
yexo 7dc607b2d1 (svn r15531) -Fix (r15467): AIs were stopped at every error, whether they caught it or not. 2009-02-20 13:39:18 +00:00
yexo 07a37af14c (svn r15530) -Fix (r15519): The AIWaypoint classes were not exported to squirrel. 2009-02-20 10:03:16 +00:00
rubidium c5677da94d (svn r15529) -Fix [FS#2644]: the local command queue didn't get properly cleaned when leaving a game meaning you could end up executing commands of the previous network game. 2009-02-20 00:03:29 +00:00
yexo ef67e59145 (svn r15528) -Fix (r15525): Check should be the other way around (thanks SmatZ). 2009-02-20 00:02:25 +00:00
yexo a54061f840 (svn r15527) -Fix (r15526): A ')' too much. 2009-02-19 23:22:31 +00:00
yexo b3fe664d90 (svn r15526) -Add [NoAI]: Support for conditional orders. 2009-02-19 23:12:57 +00:00
yexo 2fdc395d45 (svn r15525) -Fix: Don't try to find the AIs the server runs when joining a mp server. 2009-02-19 23:10:32 +00:00
yexo 3491b0fab9 (svn r15524) -Add [NoAI]: AIEngine::GetPower, AIEngine::GetWeight and AIEngine::GetMaxTractiveEffort. 2009-02-19 19:44:19 +00:00
translators ce5b380a1d (svn r15523) -Update: WebTranslator2 update to 2009-02-19 16:58:17
afrikaans  - 3 fixed, 8 changed by Ludslad (11)
estonian   - 14 fixed by t2t2 (14)
latvian    - 1 changed by v3rb0 (1)
luxembourgish - 336 fixed by Gubius (336)
2009-02-19 16:58:24 +00:00
rubidium a5f30dd553 (svn r15521) -Codechange: add helper function to get the display tractive effort of a vehicle. 2009-02-19 09:45:44 +00:00
yexo 459a855e60 (svn r15520) -Cleanup [NoAI]: Fix some typos, unify the comment style and update some documentation since a few enums have been renamed. 2009-02-19 09:01:34 +00:00
yexo c0e7ddeb9e (svn r15519) -Add [NoAI]: support for waypoints by adding AIRail::Build/Remove RailWaypoint, AIWaypoint and AIWaypointList. 2009-02-19 07:40:08 +00:00
rubidium c2d9c85c0f (svn r15518) -Fix [FS#2631]: use distance to closest station tile as estimate for YAPF too (NPF already does so). This makes it behave 'better' with wide stations. 2009-02-19 00:15:36 +00:00
frosch 336fda62be (svn r15517) -Fix [FS#2642](r6455): Wagonoverrides and articulated engine parts use the colour scheme of the engine, but not its recolour callback, nor its 2CC flag. Same applies to roadvehicles. 2009-02-18 20:40:24 +00:00
frosch 3542b1dced (svn r15516) -Fix (r10097): Livery overrides for articulated parts of roadvehicles were not applied. 2009-02-18 20:35:02 +00:00
translators b832881a6e (svn r15515) -Update: WebTranslator2 update to 2009-02-18 18:31:54
afrikaans  - 10 fixed, 1 changed by Ludslad (11)
brazilian_portuguese - 6 fixed by ferrerow (6)
bulgarian  - 11 fixed by Ar4i (11)
hungarian  - 13 changed by alyr (13)
indonesian - 3 fixed by adjayanto (3)
japanese   - 19 fixed by ickoonite (19)
latvian    - 8 fixed by silentKnight (8)
lithuanian - 52 fixed by Enternald (52)
luxembourgish - 70 fixed by Gubius (70)
romanian   - 23 changed by kkmic (23)
russian    - 14 fixed by Smoky555 (14)
slovak     - 1 fixed by James (1)
swedish    - 48 fixed by giddorah (48)
welsh      - 282 fixed, 2 changed by PlayDead (284)
2009-02-18 18:32:10 +00:00
rubidium 3e1664aff1 (svn r15514) -Fix: make the join/spectate command require to be connected to a network game; in SP it could lead to crashes. 2009-02-18 15:17:27 +00:00
peter1138 fd6a480004 (svn r15513) -Cleanup: Unavailable varaction variable value does not matter, but at least it can be consistent. 2009-02-18 09:14:41 +00:00
peter1138 fe5acb59f7 (svn r15512) -Cleanup: Codestyle fixes. 2009-02-18 09:10:02 +00:00
yexo e5d6f3ef2e (svn r15511) -Fix [FS#2641] (r15190): Generating a map with the original map generator with freeform edges on resulted in an assert. 2009-02-17 20:33:13 +00:00
translators 5d0e1f70de (svn r15510) -Update: WebTranslator2 update to 2009-02-17 17:50:34
croatian   - 22 fixed by tifached (22)
czech      - 20 fixed by joeprusa (19), miris2009 (1)
english_US - 81 changed by WhiteRabbit (81)
hungarian  - 1 changed by alyr (1)
korean     - 3 fixed by darkttd (3)
latvian    - 8 fixed by Reinis (5), waste (3)
luxembourgish - 50 fixed by Gubius (50)
norwegian_bokmal - 60 fixed by khh (60)
russian    - 6 fixed by MajestiC (6)
slovak     - 49 fixed by James (49)
swedish    - 145 fixed by Andreas (9), giddorah (136)
turkish    - 3 fixed by Emin (3)
welsh      - 76 fixed by PlayDead (76)
2009-02-17 17:50:53 +00:00
smatz e9378e17c8 (svn r15509) -Codechange: move definition of some Window methods to class definition 2009-02-17 12:41:29 +00:00
smatz b8471e5401 (svn r15508) -Fix: three header files had incorrect 'anti-multiple-inclusion' header 2009-02-17 02:08:53 +00:00
smatz 42c0faf9e1 (svn r15507) -Update (r15506): rename strings in other languages too 2009-02-17 00:30:59 +00:00
smatz 42747e222c (svn r15506) -Codechange: rename ScenarioEditorTownGenerationWindow to FoundTownWindow 2009-02-17 00:21:08 +00:00
smatz 0878541cf2 (svn r15505) -Codechange: pass name of new town as parameter to CMD_BUILD_TOWN 2009-02-16 23:23:33 +00:00
smatz b9b14bd803 (svn r15500) -Fix (r12648): pre-0.5 OTTD stored new_nonstop and full_load_any in a different way, savegame conversion wasn't working for them 2009-02-16 21:43:44 +00:00
smatz 2f767e77e8 (svn r15499) -Fix (r15340): the default town layout was changed 2009-02-16 20:17:07 +00:00
translators de07228f68 (svn r15498) -Update: WebTranslator2 update to 2009-02-16 18:45:15
catalan    - 2 changed by arnaullv (2)
dutch      - 3 fixed by Excel20 (3)
english_US - 7 fixed by WhiteRabbit (7)
german     - 3 fixed by planetmaker (2), ralph (1)
hungarian  - 1 changed by alyr (1)
lithuanian - 1 fixed by Enternald (1)
luxembourgish - 140 fixed by Gubius (140)
norwegian_nynorsk - 9 fixed, 5 changed by Thor (14)
portuguese - 4 fixed by SnowFlake (4)
romanian   - 2 fixed, 5 changed by kkmic (7)
slovak     - 53 fixed by James (53)
slovenian  - 20 fixed by Necrolyte (20)
2009-02-16 18:45:30 +00:00
smatz e1c43f4fac (svn r15497) -Fix (r15027): when trains crashed, AIEvent was created only for one train 2009-02-16 17:16:58 +00:00
smatz f65d70476b (svn r15496) -Codechange: one division less in the train acceleration code 2009-02-16 01:57:55 +00:00
yexo 1f9ec758aa (svn r15495) -Revert (r15383,r15422): Loading NewGRFs depends on correct settings, but the economy can only be started after loading NewGRFs. In short: r15383 causes more problems then it's worth. 2009-02-14 23:17:32 +00:00
yexo a0b57c849e (svn r15494) -Change [API CHANGE]: Split AIRoad::BuildRoadStation in BuildRoadStation and BuildDriveThroughRoadStation. 2009-02-14 22:06:11 +00:00
yexo 2b221f5afc (svn r15492) -Change [API CHANGE]: Split AIVehicle::MoveWagon in MoveWagon and MoveWagonChain (frosch). 2009-02-14 21:22:42 +00:00
yexo 336abd66a2 (svn r15491) -Change [API CHANGE]: AIMarine::BuildWaterDepot now accepts a front tile instead of a bool is_vertical (frosch). 2009-02-14 21:19:33 +00:00
yexo 7d88077add (svn r15490) -Change [API CHANGE]: Remove AIBridge::GetYearAvailable. AIBridge::IsValidBridge now only returns true for available bridges. 2009-02-14 21:17:35 +00:00
yexo 16954ba378 (svn r15489) -Change [API CHANGE]: Remove AIAirport::AirportAvailable. AIAirport::IsValidAirportType now only returns true for available AirportTypes. 2009-02-14 21:16:21 +00:00
yexo bce1bcb0f2 (svn r15488) -Change [API CHANGE]: Add support for distant-join stations. 2009-02-14 21:15:23 +00:00
yexo 5a5bc8ab52 (svn r15487) -Change [API CHANGE]: Remove the never implemented function AIEventVehicleCrashed::CloneCrashedVehicle. 2009-02-14 21:13:45 +00:00
yexo 8ceb92e699 (svn r15486) -Change [API CHANGE]: Remove AITown::GetMaxTownID. 2009-02-14 21:13:15 +00:00
yexo cea470e687 (svn r15485) -Change [API CHANGE]: Split AIIndustry::HasHeliportAndDock and GetHeliportAndDockLocation in HasHeliport/HasDock and GetHeliportLocation/GetDockLocation. 2009-02-14 21:09:48 +00:00
yexo 58359b8d6e (svn r15484) -Change [API CHANGE]: Remove AICompany::GetCompanyName and SetCompanyName. They've been replaced with GetName and SetName. 2009-02-14 21:06:58 +00:00
yexo 7fdde2fec0 (svn r15483) -Change [API CHANGE]: Remove AIIndustry::GetProduction, use AIIndustry::GetLastMonthProduction instead. 2009-02-14 21:05:57 +00:00
yexo 92fc2e692c (svn r15482) -Fix [NoAI]: Typos in api docs. 2009-02-14 20:07:05 +00:00
yexo 37819fc8c5 (svn r15481) -Fix [NoAI]: Make sure AIs can't call functions they shouldn't call. 2009-02-14 20:03:06 +00:00
michi_cc 84deeecc5b (svn r15480) -Feature(tte): Show the cargo subtype in the vehicle details window. 2009-02-14 18:42:03 +00:00
frosch b123756c9f (svn r15479) -Fix: Documentation of AIIndustryType::CanBuildIndustry(). 2009-02-14 18:40:31 +00:00
translators 03a1051de9 (svn r15478) -Update: WebTranslator2 update to 2009-02-14 18:38:28
catalan    - 3 fixed by arnaullv (3)
finnish    - 2 fixed by UltimateSephiroth (2)
french     - 2 fixed by glx (2)
hungarian  - 3 fixed by IPG (1), alyr (2)
italian    - 3 fixed, 4 changed by lorenzodv (7)
norwegian_nynorsk - 42 fixed, 14 changed by Thor (56)
romanian   - 1 fixed by kkmic (1)
spanish    - 3 fixed by Dominus (3)
ukrainian  - 3 fixed by mad (3)
2009-02-14 18:38:39 +00:00
rubidium 7f245b22dc (svn r15476) -Fix [FS#2630]: crash when opening the game options when the currently loaded base graphics pack has less than 2 valid graphics files. For example when someone replaces all his/her original base graphics with custom work (but keeps the name) or renames the dos ones to windows or vice versa. 2009-02-14 01:42:12 +00:00
rubidium 7b5c5d4432 (svn r15475) -Update: do r15474 also for the other languages. 2009-02-14 01:40:26 +00:00
rubidium 53caa6cb21 (svn r15474) -Cleanup: remove some (long) unused strings. 2009-02-14 01:29:18 +00:00
rubidium 9554b8aafe (svn r15473) -Fix: add two missing tooltips in the intro gui 2009-02-13 21:24:21 +00:00
rubidium 424a494c7b (svn r15472) -Fix: consistency of capitalisation of words in the intro gui and of NewGRF. 2009-02-13 21:19:32 +00:00
translators 9e6363a7d9 (svn r15471) -Update: WebTranslator2 update to 2009-02-13 18:45:45
dutch      - 12 changed by Excel20 (12)
finnish    - 1 fixed by jpx_ (1)
french     - 1 fixed, 2 changed by glx (3)
luxembourgish - 333 fixed by Gubius (333)
ukrainian  - 5 fixed by mad (5)
2009-02-13 18:45:53 +00:00
yexo e84f25a2bd (svn r15470) -Fix [NoAI]: Check the types of the parameters passed to AddSetting, AddLabels and RegisterAI. 2009-02-13 18:43:56 +00:00
rubidium f33bf2dddd (svn r15469) -Fix (r15468): why doesn't subversion trigger the save of my text editor before doing the commit? 2009-02-13 17:55:45 +00:00
rubidium 8535ceb5e2 (svn r15468) -Fix: reword the multiplayer tooltip so it doesn't mention the (incorrect) number of players anymore. 2009-02-13 17:50:33 +00:00
yexo 8e14d77d05 (svn r15467) -Fix [NoAI]: AIs with an error in their info.nut are no longer available in-game. 2009-02-13 17:17:34 +00:00
yexo 15b9366f06 (svn r15466) -Fix (r15330): The squirrel instance object was freed twice if an info.nut failed to compile. 2009-02-13 16:25:53 +00:00
smatz d3f018a7e3 (svn r15465) -Codechange: constify most of AIInfo/AIFileInfo methods, move definition of very simple getters to header file 2009-02-13 02:11:54 +00:00
yexo 9292c90360 (svn r15464) -Codechange [NoAI]: Call all info.nut functions exactly once and only during initialization. 2009-02-13 01:44:56 +00:00
yexo b9c66aa750 (svn r15463) -Change [API CHANGE]: Replace AIInfo::CanLoadFromVersion(version) with AIInfo::MinVersionToLoad() which should return a single integer, the minimum version the AI is able to load data from. 2009-02-13 01:24:30 +00:00
yexo 4c7106dad7 (svn r15462) -Change [NoAI]: Make AIController::GetTick() and AIController::GetSetting() static functions.
-Fix (r15460): ai_controller.hpp.sq was forgotten.
2009-02-13 00:18:56 +00:00
rubidium 806807e16b (svn r15461) -Fix (r15459): massive removal of strings from serbian. 2009-02-12 23:47:13 +00:00
rubidium dea3490b2f (svn r15460) -Fix [NoAI]: don't require an instance to exist in the scope for static functions and limit exposure of the internal function GetClassName. 2009-02-12 22:25:53 +00:00
translators 3314ef39d2 (svn r15459) -Update: WebTranslator2 update to 2009-02-12 18:45:56
afrikaans  - 5 fixed, 3 changed by Ludslad (8)
dutch      - 18 changed by Excel20 (18)
german     - 3 changed by planetmaker (3)
hungarian  - 1 changed by alyr (1)
ido        - 27 fixed by Cecile (12), Selene (15)
indonesian - 10 changed by rindu (10)
luxembourgish - 346 fixed by Gubius (346)
serbian    - 19 fixed by burek (19)
spanish    - 4 changed by eusebio (4)
2009-02-12 18:46:07 +00:00
frosch 565602fe90 (svn r15458) -Fix: Missing 'static'. 2009-02-12 18:08:47 +00:00
rubidium 9fb19be134 (svn r15457) -Fix: typo in stringid. 2009-02-12 15:17:10 +00:00
rubidium 0a673d870b (svn r15456) -Fix(ish): add strgen support to add 'directional formatting codes', so one can guide the bidirectional rendering a bit better. 2009-02-12 10:42:22 +00:00
rubidium 1d362442ec (svn r15455) -Fix: font autodetection didn't occur when directly loading a game via e.g. -g. 2009-02-12 10:13:30 +00:00
rubidium e8dbf62761 (svn r15454) -Fix [FS#2614]: towns did not know about build_on_slopes in some cases, or made decisions on the 'original' slope instead the slope after applying the foundation.. 2009-02-11 20:41:17 +00:00
frosch 81cf1cac8f (svn r15453) -Fix [FS#2450](r14613): Founding industries as OWNER_TOWN resulted in unwanted effects. 2009-02-11 20:09:29 +00:00
frosch 032346cf8a (svn r15452) -Codechange: Add DC_NO_MODIFY_TOWN_RATING. 2009-02-11 18:50:47 +00:00
translators 92584d0149 (svn r15451) -Update: WebTranslator2 update to 2009-02-11 18:46:59
afrikaans  - 5 fixed, 9 changed by Ludslad (14)
german     - 7 changed by planetmaker (1), eddi (6)
hungarian  - 5 fixed by alyr (5)
indonesian - 17 fixed, 2 changed by rindu (2), fanioz (1), adjayanto (16)
persian    - 11 fixed, 31 changed by ali sattari (42)
romanian   - 5 fixed, 14 changed by kkmic (19)
serbian    - 500 fixed, 14 changed by syndrome (514)
slovak     - 4 fixed by choze (4)
spanish    - 5 fixed by eusebio (5)
2009-02-11 18:49:06 +00:00
peter1138 15152cdc03 (svn r15450) -Codechange: Remove unused RailTypesByte, unused RAILTYPES_... enum values, and change INVALID_RAILTYPES to be UINT_MAX. 2009-02-11 18:37:13 +00:00
frosch 3e3a158610 (svn r15449) -Codechange: Rename DC_NO_TOWN_RATING to DC_NO_TEST_TOWN_RATING as that is what it does. 2009-02-11 18:33:27 +00:00
peter1138 3728df8323 (svn r15448) -Codechange: Don't show rail types in selection drop downs if they have no label. 2009-02-11 18:10:12 +00:00
peter1138 e73a4e490c (svn r15447) -Codechange: void functions don't tend to return true if and only if anyway 2009-02-11 07:17:39 +00:00
belugas 62be0ce7e6 (svn r15446) -Revert(r15445): Seems that "iff" stands for "if and only if". So not much of a typo.
Thanks, Yexo.  I feel less ignorant today :D
2009-02-11 02:53:15 +00:00
belugas c26426a44e (svn r15445) -Fix: little typos 2009-02-11 02:30:08 +00:00
rubidium 5239eee6ac (svn r15444) -Fix (r15425): the chat messages gone gray. That gray colour was technically right. The string contained {GRAY}, but due to a latent bug (accidentally fixed in r15425) in the string drawing routing the gray would be interpreted as use palette colour 14, which is a white. 2009-02-11 01:46:09 +00:00
rubidium dba12992e8 (svn r15442) -Codechange: don't do magic on magic numbers when you can also use a single named constant. 2009-02-11 01:28:10 +00:00
yexo 8d25202067 (svn r15441) -Cleanup: Use a return value instead of passing a pointer to where the result should be stored. 2009-02-11 00:48:15 +00:00
yexo 1eeb0f6748 (svn r15440) -Fix: Backup AIObject::GetAllowDoCommand and restore the old value so AIs can't work around it. 2009-02-10 19:22:09 +00:00
smatz 3072a5d7c2 (svn r15439) -Fix [FS#2626]: call Vehicle::LeaveStation() before reversing overlength loading train (station triggers were missed, PBS reservation could cause crash) 2009-02-10 12:49:12 +00:00
glx d6e8601a62 (svn r15438) -Fix (r15434): MSVC performance warning 2009-02-10 04:23:37 +00:00
belugas da9783aaf7 (svn r15437) -Codechange: Do not run a code section when you already know it is useless
-Codechange: Do not rely on a decision based on something that has already been evaluated
2009-02-10 00:50:04 +00:00
peter1138 ad30a3c4ca (svn r15436) -Codechange: Return index of station spec within station class as a return parameter of GetCustomStationSpecByGrf(), as the index is already known. Saves on an extra loop and an extern... 2009-02-09 22:49:28 +00:00
rubidium d846eef0b6 (svn r15434) -Codechange: bit of type safety for the DC_xxx flags. 2009-02-09 21:20:05 +00:00
peter1138 cd0b38d234 (svn r15433) -Fix (r15126): Content download progress bar was not centered properly. 2009-02-09 20:30:16 +00:00