Commit Graph

11302 Commits (1c9749dba842da7557a8160f3c4929a906a006c7)
 

Author SHA1 Message Date
michi_cc 1c9749dba8 (svn r15655) -Codechange: Initialise vehicle vars only after a placement new so possible default constructors don't overwrite the values. 16 years ago
frosch 90a81da62b (svn r15654) -Fix: Only ever call any vehicle callbacks after the whole articulated engine has been built. (except 0x16) 16 years ago
translators 0f2af50231 (svn r15653) -Update: WebTranslator2 update to 2009-03-09 18:42:57
dutch      - 1 fixed by habell (1)
german     - 1 fixed by planetmaker (1)
luxembourgish - 387 fixed by Gubius (387)
romanian   - 1 fixed by kkmic (1)
thai       - 29 fixed by meemee1983 (29)
welsh      - 1 fixed by PlayDead (1)
16 years ago
michi_cc 80133f67ea (svn r15652) -Fix [FS#2706]: new (this) is seldom a good idea as destructors of member variables aren't run causing memory leaks. 16 years ago
peter1138 0418e2c9d1 (svn r15651) -Codechange: Codestyle and comments. 16 years ago
peter1138 c952464447 (svn r15650) -Codechange: Use a ReusableBuffer for loading NewGRF pseudo-sprites into instead of using malloc()/free() for every single one. 16 years ago
rubidium 75a32223c6 (svn r15649) -Fix (r15556): don't unnecessarily reallocate 16 years ago
rubidium 236ca3ae17 (svn r15648) -Fix (r14773): hack around an OSX stupidity in < 10.4 w.r.t. signals by not having any signal handling support for OSX < 10.4. Thanks to PearPC and TrueBrain's OSX compiler. 16 years ago
translators 59cdb3e085 (svn r15647) -Update: WebTranslator2 update to 2009-03-08 18:32:50
arabic_egypt - 2 fixed, 20 changed by khaloofah (22)
catalan    - 1 fixed by arnaullv (1)
dutch      - 4 changed by Yexo (4)
english_US - 3 fixed by WhiteRabbit (3)
finnish    - 1 fixed, 1 changed by jpx_ (2)
french     - 1 fixed by glx (1)
greek      - 57 fixed by hellis (57)
hungarian  - 1 fixed by alyr (1)
italian    - 1 fixed by lorenzodv (1)
korean     - 1 fixed by leejaeuk5 (1)
traditional_chinese - 2 changed by josesun (2)
ukrainian  - 1 fixed by mad (1)
16 years ago
frosch fd1609fd11 (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. 16 years ago
frosch 959c297fb9 (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. 16 years ago
rubidium 880d296b25 (svn r15644) -Fix [FS#2710]: closing a network connection twice in the case that sending packets starts failing while disconnecting 16 years ago
smatz e57699d8c0 (svn r15643) -Fix [FS#2711]: be more strict with zeroing unused map array bits 16 years ago
smatz f5b24edc1e (svn r15642) -Codechange: use a default parameter value in CalcClosestTownFromTile 16 years ago
rubidium c718984618 (svn r15641) -Fix: some gcc compilers seem to be chosing the C++ standard for strrchr, others the C standard... 16 years ago
smatz 19c01ee0ec (svn r15640) -Fix [FS#2712]: game crashes when network pools are empty, so always allocate at least one pool block 16 years ago
yexo 47803bc3a7 (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. 16 years ago
truebrain 6f9cb26000 (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!) 16 years ago
truebrain bc56b0edf7 (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. 16 years ago
translators 08aa328934 (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)
16 years ago
rubidium 7c084bb3e6 (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. 16 years ago
rubidium 8c68010ace (svn r15634) -Fix (r15632): some compilers seem to warn about the return value of fscanf. 16 years ago
yexo 83c6b98232 (svn r15633) -Fix (r15632): apparently there are several conflicting definitions of the arguments / return values of strrchr. 16 years ago
rubidium d5762a5069 (svn r15632) -Feature: allow downloading scenarios and heightmaps via bananas. 16 years ago
translators 86229361c8 (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)
16 years ago
yexo 76c0f51cf5 (svn r15630) -Fix (r15027): Make sure OpenTTD loads the dummy AI script when no other AI is available instead of a non-existing file. 16 years ago
yexo a53062dd80 (svn r15629) -Fix (r15027): Validate strings that are passed from squirrel to the API, not strings passed from the API to squirrel. 16 years ago
smatz 154b4da4cc (svn r15628) -Fix [FS#2705]: kicking/banning a client from the Client list window crashed the server 16 years ago
belugas ef4476d92d (svn r15627) -Documentation: Add two Doxygen strings (Alberth). 16 years ago
rubidium 34bd9ee636 (svn r15626) -Fix [FS#2698]: UTF8 string handling could cause buffer overruns. 16 years ago
smatz 9c6d6c0d0e (svn r15625) -Codechange: remove unneeded assert 16 years ago
smatz 488b7e6bf6 (svn r15624) -Fix (r15621): warning about comparing signed and unsigned integer types 16 years ago
rubidium bb48bfe1df (svn r15623) -Fix (r15615): close the files you've opened 16 years ago
peter1138 85569a4559 (svn r15622) -Codechange: Duplication. 16 years ago
peter1138 c50730d57b (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) 16 years ago
belugas 866e0d0924 (svn r15620) -Fix[FS#2699]: Error in documentation (Conditional Zenith). 16 years ago
michi_cc 09f95fa801 (svn r15619) -Fix [FS#2701]: When trying to reserve a self-crossing path the failed reservation was sometimes not cleared completely. 16 years ago
rubidium 0619b4a389 (svn r15618) -Cleanup: remove unneeded (empty) scenario directory.
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.
16 years ago
rubidium b9aa5e17f2 (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. 16 years ago
yexo 0860685417 (svn r15616) -Change [API CHANGE]: Rename AIOrder::ChangeOrder() to AIOrder::SetOrderFlags(). 16 years ago
rubidium 8a6f72d26a (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.
16 years ago
yexo 89fc2b2b08 (svn r15614) -Add [NoAI]: AIVehicleList_Group(group_id) and AIVehicleList_DefaultGroup(vehicle_type). 16 years ago
translators 25d0b8893a (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)
16 years ago
rubidium 013e354c47 (svn r15612) -Codechange: unduplicate directory creation 16 years ago
rubidium f16f7e2c92 (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 16 years ago
rubidium a6ca7b8237 (svn r15610) -Change: allow loading of heightmaps and savegames (any form) that are in .tar files 16 years ago
peter1138 ceea4927df (svn r15609) -Fix: Code style... 16 years ago
rubidium 1bd82bf71d (svn r15608) -Codechange: use the file scanner to find the files for the saveload window. 16 years ago
rubidium d82e5d205f (svn r15607) -Codechange: support searching files without filtering on extension. 16 years ago
rubidium fb978c04b1 (svn r15606) -Codechange: make it possible to not recursively search with the file scanner (i.e. only search a single directory). 16 years ago