summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2009-01-09(svn r14947) -Fix [FS#2519]: vehicle following did not update the location fr...rubidium
2009-01-09(svn r14946) -Fix: copying a location from the extra viewport to the main vie...rubidium
2009-01-09(svn r14945) -Feature(ette): Support var 0x45 (curvature info) also for road ...frosch
2009-01-09(svn r14944) -Cleanup: add spaces around some operatorsrubidium
2009-01-09(svn r14943) -Cleanup: remove some rogue spaces/replace some rogue tabs with ...rubidium
2009-01-09(svn r14940) -Fix: let the statusbar know the current news are invalid or bad...smatz
2009-01-09(svn r14939) -Codechange: Follow standard *ChangeInfo() pattern for global va...peter1138
2009-01-09(svn r14938) -Fix: some small inconsistencies w.r.t. "0 is disabled" setting ...rubidium
2009-01-09(svn r14936) -Fix: INDUSTRYBEH_ONLY_NEARTOWN bypassed the clear-test and coul...frosch
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
2009-01-09(svn r14933) -Codechange: check the whether a pool item can be constructed in...rubidium
2009-01-09(svn r14931) -Fix [FS#2512]: the "animation state" of the bubbles was stored ...rubidium
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
2009-01-08(svn r14925) -Fix [FS#2500]: Abort dragging of vehicles in the group window w...frosch
2009-01-08(svn r14924) -Fix (r7403): Do not unnecessarily reset the cursor, when a diff...frosch
2009-01-08(svn r14922) -Update: WebTranslator2 update to 2009-01-08 18:49:15translators
2009-01-08(svn r14921) -Fix [FS#2507]: Do not try to calculate a center of a train-stat...frosch
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 directly...rubidium
2009-01-08(svn r14915) -Codechange: unify the receiving and sending of commands, and th...rubidium
2009-01-08(svn r14914) -Documentation: Correct doxygen comment for file name. <nitpicke...belugas
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 workpeter1138
2009-01-08(svn r14910) -Codechange: merge the command queue handling into a single loca...rubidium
2009-01-08(svn r14909) -Codechange: Remove global option for the extmidi driver and mak...peter1138
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 selec...peter1138
2009-01-07(svn r14905) -Fix (r14899): in some corner cases already freed memory could b...rubidium
2009-01-07(svn r14904) -Update: WebTranslator2 update to 2009-01-07 18:44:43translators
2009-01-07(svn r14903) -Fix: First create all articulated parts of roadvehicles, then c...frosch
2009-01-07(svn r14902) -Feature: Advanced setting to keep various building tools active...frosch
2009-01-07(svn r14899) -Feature: remove the window limit, but leave a configurable limi...rubidium
2009-01-07(svn r14898) -Fix (r14897): ccache's caching seems to be a bit too agressive ...rubidium
2009-01-07(svn r14897) -Codechange: don't allow a few command flags to be sent over the...rubidium
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 t...rubidium
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 r14886) -Fix: remove (3) strings with non-UTF8 characters in Afrikaans.rubidium
2009-01-07(svn r14885) -Fix: if settings minimum != 1 and 0-is-disabled is enabled, one...rubidium
2009-01-07(svn r14884) -Codechange: simplify code responsible for opening vehicle view ...smatz
2009-01-06(svn r14881) -Fix (r14880): somehow make didn't think that widgets/dropdown.c...rubidium
2009-01-06(svn r14880) -Codechange: make it clear which way the FOR_ALL_WINDOWS goes (f...rubidium
2009-01-06(svn r14876) -Fix [FS#2509] (r14849): Reserved path loop detection was broken...michi_cc
2009-01-06(svn r14869) -Feature: Allow road vehicles to move multiple steps in a tick (...peter1138
2009-01-06(svn r14862) -Fix (r14421): min_players became min_active_clients, not min_cl...peter1138
2009-01-06(svn r14855) -Documentation: Apply some widget naming to the widget arrays. ...belugas