summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2009-01-05(svn r14853) -Codechange: rename GetClosestStationFromTile to GetClosestDelet...rubidium
2009-01-05(svn r14852) -Feature: Automatic reversing in front of block signals can now ...michi_cc
2009-01-05(svn r14851) -Fix: A train reversing in a non-PBS block can't be stuck.michi_cc
2009-01-05(svn r14850) -Fix [FS#2503]: Reversing a stuck train that is then not stuck a...michi_cc
2009-01-05(svn r14849) -Fix [FS#2478]: A train meeting its end could lead to an endless...michi_cc
2009-01-05(svn r14848) -Update: WebTranslator2 update to 2009-01-05 18:44:14translators
2009-01-05(svn r14847) -Codechange: generalise the circular search to search around a r...rubidium
2009-01-04(svn r14840) -Cleanup: remove duplicate includesglx
2009-01-04(svn r14839) -Fix [FS#2496](r14835): one occurence of train_income_warn wasn'...smatz
2009-01-04(svn r14838) -Fix: race condition between me and WT2's translatorssmatz
2009-01-04(svn r14837) -Update: WebTranslator2 update to 2009-01-04 18:46:20translators
2009-01-04(svn r14836) -Update (r14835): remove changed string from other languagessmatz
2009-01-04(svn r14835) -Change: apply the 'warn if train's income is negative' setting ...smatz
2009-01-04(svn r14834) -Fix: some strings (in unfinished/) were forgotten when removed/...rubidium
2009-01-04(svn r14833) -Update (r14831): remove changed strings from other languagessmatz
2009-01-04(svn r14831) -Codechange: use {VEHICLE} instead of Train/Ship/Road veh/Aircra...smatz
2009-01-04(svn r14830) -Fix [FS#2495]: overflow of number of orders per vehicle (based ...rubidium
2009-01-04(svn r14829) -Fix (r14828): forgot CH_LASTsmatz
2009-01-04(svn r14828) -Codechange: move most of save/load-specific code to separate filessmatz
2009-01-04(svn r14827) -Feature [FS#1984]: few (optional) optimisations to making (init...rubidium
2009-01-04(svn r14826) -Fix [FS#2494]: infinite loop in order lookahead when reserving ...rubidium
2009-01-04(svn r14825) -Fix: pay the correct amount of interest instead of a few percen...rubidium
2009-01-04(svn r14824) -Fix [FS#1725]: mouse events could be treated twice (illogict)rubidium
2009-01-04(svn r14823) -Document: some variables/structs (Alberth)rubidium
2009-01-04(svn r14822) -Change: save 'build station' settings in the config file, like ...rubidium
2009-01-04(svn r14821) -Change [FS#2390]: make the road grids of town match, when all a...rubidium
2009-01-03(svn r14820) -Codechange: use (the correct) enum-type instead of just int (Zuu)rubidium
2009-01-03(svn r14819) -Change: make details and order menu stickyable, like the timeta...rubidium
2009-01-03(svn r14817) -Cleanup: unify the place where the @file header is placedsmatz
2009-01-03(svn r14816) -Fix: signed/unsigned warnings (MSVC)glx
2009-01-03(svn r14815) -Codechange: separate 'highscore' code from 'company' codesmatz
2009-01-03(svn r14814) -Update: WebTranslator2 update to 2009-01-03 18:29:54translators
2009-01-03(svn r14813) -Codechange: use uint instead of 'just' unsigned.rubidium
2009-01-03(svn r14812) -Codechange: use INVALID_TILE instead of 0 to mark company witho...smatz