Commit Graph

4835 Commits (58c5b6106e1c78732926f0935157f70f2a7ab1bf)

Author SHA1 Message Date
rubidium 58c5b6106e (svn r14963) -Codechange: remember what entry was clicked instead of the index (Alberth) 16 years ago
rubidium c91930e94c (svn r14962) -Codechange: add the concept of patch entries and patch (sub) pages 16 years ago
rubidium bc8d1d7b0d (svn r14961) -Update: remove the string from r14960 from the other languages too. 16 years ago
rubidium a54e957416 (svn r14960) -Codechange: add some this where appropriate (Alberth) 16 years ago
rubidium 88e3815176 (svn r14959) -Fix [FS#2508]: wrong defaults for service interval when switching between service interval in days and service interval in percentages. 16 years ago
smatz c5db2ea181 (svn r14958) -Codechange [FS#1923]: when checking for unique names, compare only with manually set names
There are situations that aren't solvable (because of different language files), so if the user really wants to have duplicated name, allow him to do so. It solves desyncs between server and clients using different languages. It behaves the same in SP and MP, so users won't see the different behaviour as a bug (and even checking in SP could be worked around by the user).
16 years ago
frosch 818b162b35 (svn r14957) -Fix [FS#2516]: Do not abort train movement, when we are just about to reach the end of the platform. 16 years ago
rubidium 70b434355d (svn r14956) -Fix [FS#1832]: building new station parts didn't allocate a new station spec effectively breaking variable 41. This was due to the limited number of station specs that we can have per station. This fix makes newly build station parts create a new spec until one cannot allocate new station specs anymore and it'll revert to the old behaviour (sharing station specs). 16 years ago
rubidium 2887ff3077 (svn r14955) -Fix: newgrf station specs didn't get deallocated when building a new station part over them. 16 years ago
rubidium 905631d9df (svn r14954) -Fix [FS#1890]: sharing/cloning/inserting of orders that the/a vehicle (in the shared list) can't go to (wrong station type etc) 16 years ago
rubidium de9b394557 (svn r14953) -Fix (r14952): the "available aircraft" list caused a crash 16 years ago
rubidium 0543f50181 (svn r14952) -Codechange: unify the "can vehicle go to station" tests 16 years ago
rubidium 28ea38ae55 (svn r14949) -Cleanup: pointer coding style 16 years ago
smatz 86d50b6415 (svn r14948) -Codechange: enumification and more comments in the statusbar code 16 years ago
rubidium 66876e890f (svn r14947) -Fix [FS#2519]: vehicle following did not update the location from where to smooth scroll, thus any new viewport center would smooth scroll from the location where you were just before you started following the vehicle 16 years ago
rubidium 48c97558f7 (svn r14946) -Fix: copying a location from the extra viewport to the main viewport did not cancel vehicle following 16 years ago
frosch e13dc4d99d (svn r14945) -Feature(ette): Support var 0x45 (curvature info) also for road vehicles. 16 years ago
rubidium c0e7434f38 (svn r14944) -Cleanup: add spaces around some operators 16 years ago
rubidium 054787f082 (svn r14943) -Cleanup: remove some rogue spaces/replace some rogue tabs with spaces 16 years ago
smatz 11822aa8ef (svn r14940) -Fix: let the statusbar know the current news are invalid or bad things will happen 16 years ago
peter1138 7175ff116e (svn r14939) -Codechange: Follow standard *ChangeInfo() pattern for global variables during reservation. Whilst not strictly necessary for global variables, following the same pattern makes it easier to follow. This also solves the long standing ChangeInfoResult/bool warning for MSVC. 16 years ago
rubidium f902e3097d (svn r14938) -Fix: some small inconsistencies w.r.t. "0 is disabled" setting handling 16 years ago
frosch b0b6285c26 (svn r14936) -Fix: INDUSTRYBEH_ONLY_NEARTOWN bypassed the clear-test and could e.g. result in incomplete clearing of protected houses. 16 years ago
rubidium ee45f0fb03 (svn r14935) -Fix [FS#2498]: the new operator may not return NULL, so don't. 16 years ago
rubidium a5e835ab89 (svn r14934) -Fix: in (extreme) cases CanAllocateItem could return true when there's not enough space. 16 years ago
rubidium d197060137 (svn r14933) -Codechange: check the whether a pool item can be constructed instead of trying to make it and check for NULL. 16 years ago
rubidium de9413454e (svn r14931) -Fix [FS#2512]: the "animation state" of the bubbles was stored in a variable that was not stored in the savegame. Using a variable that gets saved in the savegame solves the desync and makes it a bit clearer. 16 years ago
belugas f0033f8003 (svn r14927) -Codechange: constify widget numbers in network chat gui. 16 years ago
peter1138 544e04fe62 (svn r14926) -Feature: Automatically set last engine ageing year to the last 'introduction year plus half model life', to allow engines later than 2050 to appear. 16 years ago
frosch eec8c04586 (svn r14925) -Fix [FS#2500]: Abort dragging of vehicles in the group window when they are deleted. 16 years ago
frosch 10b664dbac (svn r14924) -Fix (r7403): Do not unnecessarily reset the cursor, when a different vehicle is dragged. 16 years ago
translators ffd7b75fb7 (svn r14922) -Update: WebTranslator2 update to 2009-01-08 18:49:15
afrikaans  - 20 fixed, 52 changed by wpduplessis (72)
bulgarian  - 46 fixed, 1 changed by Ar4i (47)
catalan    - 6 fixed by arnaullv (6)
dutch      - 3 fixed, 1 changed by habell (4)
finnish    - 10 fixed by jpx_ (10)
french     - 3 fixed by glx (3)
indonesian - 1 changed by fanioz (1)
italian    - 3 fixed by lorenzodv (3)
korean     - 23 fixed by leejaeuk5 (23)
norwegian_bokmal - 3 fixed by khh (3)
polish     - 3 fixed by xaxa (3)
ukrainian  - 21 fixed by znikoz (21)
16 years ago
frosch fc381496b7 (svn r14921) -Fix [FS#2507]: Do not try to calculate a center of a train-station, when there is none. 16 years ago
rubidium 7a5798695d (svn r14919) -Feature: distant joining of stations (Frostregen and PhilSophus) 16 years ago
rubidium d29dc478dd (svn r14918) -Cleanup: remove unused constant. 16 years ago
rubidium 78c43297e2 (svn r14916) -Codechange: make it possible to send CommandContainers directly to DoCommand(P). 16 years ago
rubidium 0e1127e8b5 (svn r14915) -Codechange: unify the receiving and sending of commands, and thus unifying most of the validity checking too. 16 years ago
belugas da7da4c1c8 (svn r14914) -Documentation: Correct doxygen comment for file name. <nitpicked> by Swallow 16 years ago
peter1138 384e6c764d (svn r14912) -Codechange: Autoprobe 'null' blitter when built as dedicated-only. 16 years ago
peter1138 2ef54545c7 (svn r14911) -Fix (r14909): -D did not work 16 years ago
rubidium 4df86694a7 (svn r14910) -Codechange: merge the command queue handling into a single location 16 years ago
peter1138 8591ff41cc (svn r14909) -Codechange: Remove global option for the extmidi driver and make it a driver parameter with the name cmd instead. This means if you have an "extmidi = ..." line in your config you must change it to "musicdriver = extmidi:cmd=...", in the [misc] section. 16 years ago
peter1138 91866a381d (svn r14908) -Codechange: Add support for text parameters. 16 years ago
peter1138 553d65f584 (svn r14907) -Codechange: Remove 32 character limit from driver/blitter selection and parameters. 16 years ago
rubidium 7b4fba0f89 (svn r14905) -Fix (r14899): in some corner cases already freed memory could be read. 16 years ago
translators f9e50a9e4d (svn r14904) -Update: WebTranslator2 update to 2009-01-07 18:44:43
catalan    - 19 fixed, 6 changed by arnaullv (25)
danish     - 3 fixed by beruic (3)
finnish    - 15 fixed by UltimateSephiroth (15)
french     - 4 fixed by glx (4)
indonesian - 15 fixed by fanioz (12), rindu (3)
norwegian_bokmal - 37 fixed, 12 changed by khh (49)
norwegian_nynorsk - 8 fixed by Grilldyret (8)
polish     - 14 fixed by xaxa (14)
romanian   - 29 fixed by kkmic (29)
thai       - 10 fixed by angelix (10)
turkish    - 29 fixed by Emin (29)
16 years ago
frosch 62f3aa89f2 (svn r14903) -Fix: First create all articulated parts of roadvehicles, then call callback 36 capacity, also call it for all articulated parts. 16 years ago
frosch eb6df17b1a (svn r14902) -Feature: Advanced setting to keep various building tools active, which are usually closed after placing an object. (planetmaker) 16 years ago
rubidium 567b262901 (svn r14899) -Feature: remove the window limit, but leave a configurable limit on the number of non-sticky non-vital windows.
-Fix [FS#2499]: crashes/misbehaviours when (almost) all windows are stickied.
16 years ago
rubidium 32d65845d4 (svn r14898) -Fix (r14897): ccache's caching seems to be a bit too agressive or so. 16 years ago