summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-03-07(svn r15635) -Fix [FS#2707]: don't allow more than 64 road vehicles to ↵rubidium
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(svn r15634) -Fix (r15632): some compilers seem to warn about the return ↵rubidium
value of fscanf.
2009-03-06(svn r15633) -Fix (r15632): apparently there are several conflicting ↵yexo
definitions of the arguments / return values of strrchr.
2009-03-06(svn r15632) -Feature: allow downloading scenarios and heightmaps via bananas.rubidium
2009-03-06(svn r15631) -Update: WebTranslator2 update to 2009-03-06 18:47:57translators
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(svn r15630) -Fix (r15027): Make sure OpenTTD loads the dummy AI script when ↵yexo
no other AI is available instead of a non-existing file.
2009-03-06(svn r15629) -Fix (r15027): Validate strings that are passed from squirrel ↵yexo
to the API, not strings passed from the API to squirrel.
2009-03-06(svn r15628) -Fix [FS#2705]: kicking/banning a client from the Client list ↵smatz
window crashed the server
2009-03-06(svn r15627) -Documentation: Add two Doxygen strings (Alberth).belugas
2009-03-06(svn r15626) -Fix [FS#2698]: UTF8 string handling could cause buffer overruns.rubidium
2009-03-06(svn r15625) -Codechange: remove unneeded assertsmatz
2009-03-05(svn r15624) -Fix (r15621): warning about comparing signed and unsigned ↵smatz
integer types
2009-03-05(svn r15623) -Fix (r15615): close the files you've openedrubidium
2009-03-05(svn r15622) -Codechange: Duplication.peter1138
2009-03-05(svn r15621) -Feature: When cloning a vehicle with a custom name, add and/or ↵peter1138
increment a number at the end of name and assign it to the new vehicle (for emma)
2009-03-05(svn r15620) -Fix[FS#2699]: Error in documentation (Conditional Zenith).belugas
2009-03-05(svn r15619) -Fix [FS#2701]: When trying to reserve a self-crossing path the ↵michi_cc
failed reservation was sometimes not cleared completely.
2009-03-04(svn r15618) -Cleanup: remove unneeded (empty) scenario directory.rubidium
Note: as you might know subversion has the tendency to also remove unversioned files when a directory is removed, so scenarios and heightmaps in that directory will be gone too.
2009-03-04(svn r15617) -Change [FS#2694]: vehicle variables 40-43 weren't cached ↵rubidium
(though spec stated they are). Caching these variables can yield a 10+% speed increase when those vehicle variables are queried often.
2009-03-04(svn r15616) -Change [API CHANGE]: Rename AIOrder::ChangeOrder() to ↵yexo
AIOrder::SetOrderFlags().
2009-03-04(svn r15615) -Feature: show scenarios/heightmaps from both your home ↵rubidium
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(svn r15614) -Add [NoAI]: AIVehicleList_Group(group_id) and ↵yexo
AIVehicleList_DefaultGroup(vehicle_type).
2009-03-04(svn r15613) -Update: WebTranslator2 update to 2009-03-04 18:38:03translators
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(svn r15612) -Codechange: unduplicate directory creationrubidium
2009-03-04(svn r15611) -Change: when sorting files on modification date and the ↵rubidium
modification date is equal sort on the title so reversing the sorting direction actually reverses the order the listed files
2009-03-04(svn r15610) -Change: allow loading of heightmaps and savegames (any form) ↵rubidium
that are in .tar files
2009-03-04(svn r15609) -Fix: Code style...peter1138
2009-03-04(svn r15608) -Codechange: use the file scanner to find the files for the ↵rubidium
saveload window.
2009-03-04(svn r15607) -Codechange: support searching files without filtering on ↵rubidium
extension.
2009-03-04(svn r15606) -Codechange: make it possible to not recursively search with ↵rubidium
the file scanner (i.e. only search a single directory).
2009-03-04(svn r15605) -Codechange: constify a functionrubidium
2009-03-03(svn r15604) -Fix [FS#2661]: towns would only build houses where the grid ↵rubidium
would not be, even when they aren't allowed to build roads and the user 'implements' another layout.
2009-03-03(svn r15603) -Fix [FS#2696]: crash when using an extraordinarily large ↵rubidium
sprite as cursor.
2009-03-03(svn r15602) -Update: WebTranslator2 update to 2009-03-03 18:40:15translators
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-02(svn r15601) -Fix [FS#2615]: bridges/tunnels don't store tram owner making ↵rubidium
it possible to remove someone's tram tracks. -Feature: allow building road stops on road/tram tracks of competitors.
2009-03-02(svn r15600) -Fix (r0): Replace a newline in a news message by four spaces ↵yexo
before drawing it in the statusbar.
2009-03-02(svn r15599) -Update: WebTranslator2 update to 2009-03-02 18:39:38translators
brazilian_portuguese - 4 fixed by tucalipe (4) german - 35 changed by planetmaker (35) lithuanian - 49 fixed, 33 changed by Devastator (82)
2009-03-02(svn r15598) -Fix [FS#2695]: crash when opening viewport while scrolling the ↵rubidium
map and the mouse 'lands' on the window decoration of the viewport.
2009-03-01(svn r15597) -Fix (r15563): regression wasn't updated after the removal of ↵rubidium
AIIndustry::GetMaxIndustryID().
2009-03-01(svn r15596) -Change: road vehicles can stop at stops when they own the ↵rubidium
stop, not when they own the road/tram track.
2009-03-01(svn r15595) -Update: WebTranslator2 update to 2009-03-01 18:35:59translators
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-02-28(svn r15594) -Update: WebTranslator2 update to 2009-02-28 18:51:15translators
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-27(svn r15593) -Change: the background of the the waypoint sign is now in the ↵yexo
company color.
2009-02-27(svn r15592) -Fix: Refit-info in purchase list did only check the first ↵frosch
articulated part.
2009-02-27(svn r15591) -Update: WebTranslator2 update to 2009-02-27 18:16:01translators
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-26(svn r15590) -Fix (r15584): _screenshot_name is an array, not a char * pointer.yexo
2009-02-26(svn r15589) -Fix: drawing of waypoints with invalid owner was brokensmatz
-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(svn r15588) -Fix: change owner of waypoints and deleted stations when ↵smatz
merging companies or when a company benkrupts
2009-02-26(svn r15587) -Fix (r15345): I should really test even those simple api ↵yexo
functions better.
2009-02-26(svn r15586) -Fix [FS#2687]: Changing vehicle.dynamic_engines when there are ↵yexo
already vehicles can cause crashes.