Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-01-09 | (svn r14945) -Feature(ette): Support var 0x45 (curvature info) also for road ↵ | frosch | |
vehicles. | |||
2009-01-09 | (svn r14944) -Cleanup: add spaces around some operators | rubidium | |
2009-01-09 | (svn r14943) -Cleanup: remove some rogue spaces/replace some rogue tabs with ↵ | rubidium | |
spaces | |||
2009-01-09 | (svn r14940) -Fix: let the statusbar know the current news are invalid or ↵ | smatz | |
bad things will happen | |||
2009-01-09 | (svn r14939) -Codechange: Follow standard *ChangeInfo() pattern for global ↵ | peter1138 | |
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. | |||
2009-01-09 | (svn r14938) -Fix: some small inconsistencies w.r.t. "0 is disabled" setting ↵ | rubidium | |
handling | |||
2009-01-09 | (svn r14936) -Fix: INDUSTRYBEH_ONLY_NEARTOWN bypassed the clear-test and ↵ | frosch | |
could e.g. result in incomplete clearing of protected houses. | |||
2009-01-09 | (svn r14935) -Fix [FS#2498]: the new operator may not return NULL, so don't. | rubidium | |
2009-01-09 | (svn r14934) -Fix: in (extreme) cases CanAllocateItem could return true when ↵ | rubidium | |
there's not enough space. | |||
2009-01-09 | (svn r14933) -Codechange: check the whether a pool item can be constructed ↵ | rubidium | |
instead of trying to make it and check for NULL. | |||
2009-01-09 | (svn r14931) -Fix [FS#2512]: the "animation state" of the bubbles was stored ↵ | rubidium | |
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. | |||
2009-01-08 | (svn r14927) -Codechange: constify widget numbers in network chat gui. | belugas | |
2009-01-08 | (svn r14926) -Feature: Automatically set last engine ageing year to the last ↵ | peter1138 | |
'introduction year plus half model life', to allow engines later than 2050 to appear. | |||
2009-01-08 | (svn r14925) -Fix [FS#2500]: Abort dragging of vehicles in the group window ↵ | frosch | |
when they are deleted. | |||
2009-01-08 | (svn r14924) -Fix (r7403): Do not unnecessarily reset the cursor, when a ↵ | frosch | |
different vehicle is dragged. | |||
2009-01-08 | (svn r14922) -Update: WebTranslator2 update to 2009-01-08 18:49:15 | translators | |
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) | |||
2009-01-08 | (svn r14921) -Fix [FS#2507]: Do not try to calculate a center of a ↵ | frosch | |
train-station, when there is none. | |||
2009-01-08 | (svn r14919) -Feature: distant joining of stations (Frostregen and PhilSophus) | rubidium | |
2009-01-08 | (svn r14918) -Cleanup: remove unused constant. | rubidium | |
2009-01-08 | (svn r14916) -Codechange: make it possible to send CommandContainers ↵ | rubidium | |
directly to DoCommand(P). | |||
2009-01-08 | (svn r14915) -Codechange: unify the receiving and sending of commands, and ↵ | rubidium | |
thus unifying most of the validity checking too. | |||
2009-01-08 | (svn r14914) -Documentation: Correct doxygen comment for file name. ↵ | belugas | |
<nitpicked> by Swallow | |||
2009-01-08 | (svn r14913) -Codechange: (Well, Buildchange:) Don't include unnecessary ↵ | peter1138 | |
blitters or drivers when built as dedicated-only. | |||
2009-01-08 | (svn r14912) -Codechange: Autoprobe 'null' blitter when built as dedicated-only. | peter1138 | |
2009-01-08 | (svn r14911) -Fix (r14909): -D did not work | peter1138 | |
2009-01-08 | (svn r14910) -Codechange: merge the command queue handling into a single ↵ | rubidium | |
location | |||
2009-01-08 | (svn r14909) -Codechange: Remove global option for the extmidi driver and ↵ | peter1138 | |
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. | |||
2009-01-08 | (svn r14908) -Codechange: Add support for text parameters. | peter1138 | |
2009-01-08 | (svn r14907) -Codechange: Remove 32 character limit from driver/blitter ↵ | peter1138 | |
selection and parameters. | |||
2009-01-07 | (svn r14905) -Fix (r14899): in some corner cases already freed memory could ↵ | rubidium | |
be read. | |||
2009-01-07 | (svn r14904) -Update: WebTranslator2 update to 2009-01-07 18:44:43 | translators | |
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) | |||
2009-01-07 | (svn r14903) -Fix: First create all articulated parts of roadvehicles, then ↵ | frosch | |
call callback 36 capacity, also call it for all articulated parts. | |||
2009-01-07 | (svn r14902) -Feature: Advanced setting to keep various building tools ↵ | frosch | |
active, which are usually closed after placing an object. (planetmaker) | |||
2009-01-07 | (svn r14899) -Feature: remove the window limit, but leave a configurable ↵ | rubidium | |
limit on the number of non-sticky non-vital windows. -Fix [FS#2499]: crashes/misbehaviours when (almost) all windows are stickied. | |||
2009-01-07 | (svn r14898) -Fix (r14897): ccache's caching seems to be a bit too agressive ↵ | rubidium | |
or so. | |||
2009-01-07 | (svn r14897) -Codechange: don't allow a few command flags to be sent over ↵ | rubidium | |
the network as it's bogus information anyway; e.g. the "do not send over network" flag as it will be set whenever the command is received from the server/client. -Codechange: test earlier whether the command (send from the server) is actually valid. | |||
2009-01-07 | (svn r14896) -Codechange: remove an unused constant and the related dead code. | rubidium | |
2009-01-07 | (svn r14895) -Change: move CMD_NO_WATER from all DoCommandPs to the command ↵ | rubidium | |
table | |||
2009-01-07 | (svn r14890) -Codechange: move the notest information into the command table. | rubidium | |
2009-01-07 | (svn r14889) -Codechange: replace some magic numbers with constants. | rubidium | |
2009-01-07 | (svn r14888) -Change/Fix: don't make makedepend look in whatever's included ↵ | rubidium | |
for headers; it takes ages *and* it will not find all headers anyways as they are placed in locations where only the compiler can easily find them | |||
2009-01-07 | (svn r14886) -Fix: remove (3) strings with non-UTF8 characters in Afrikaans. | rubidium | |
-Fix: using non-ASCII characters in Afrikaans and Icelandic when there's an equivalent ASCII character, thus not needing a font to display all characters. | |||
2009-01-07 | (svn r14885) -Fix: if settings minimum != 1 and 0-is-disabled is enabled, ↵ | rubidium | |
one could set the setting in-game to an out-of-valid-range value. | |||
2009-01-07 | (svn r14884) -Codechange: simplify code responsible for opening vehicle view ↵ | smatz | |
windows | |||
2009-01-06 | (svn r14882) -Change: move widgets related files to their own category (MSVC) | glx | |
2009-01-06 | (svn r14881) -Fix (r14880): somehow make didn't think that ↵ | rubidium | |
widgets/dropdown.cpp did depend on window_gui.h... | |||
2009-01-06 | (svn r14880) -Codechange: make it clear which way the FOR_ALL_WINDOWS goes ↵ | rubidium | |
(from back to front or vice versa) and make it iterate over the Window* instead of Window**. | |||
2009-01-06 | (svn r14876) -Fix [FS#2509] (r14849): Reserved path loop detection was ↵ | michi_cc | |
broken for stations. Don't set the test tile to the tile the very first iteration handles. Update the test tile instead in the loop. | |||
2009-01-06 | (svn r14869) -Feature: Allow road vehicles to move multiple steps in a tick ↵ | peter1138 | |
(code based on train movement code) and add support for RV prop 15. This gives RVs a maximum speed of 318mph instead 79mph. This only implements higher speeds, not 'realistic acceleration'. | |||
2009-01-06 | (svn r14862) -Fix (r14421): min_players became min_active_clients, not ↵ | peter1138 | |
min_clients |