summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2007-03-09(svn r9080) -Codechange: dynamically build cargo filter buttons in the statio...peter1138
2007-03-09(svn r9079) -Codechange: add WWT_LAST widget when dynamically building cargo ...peter1138
2007-03-09(svn r9078) -Codechange: coding style.rubidium
2007-03-09(svn r9077) -Fix [FS#612]: the wrong catenary wires were drawn for tunnel ent...rubidium
2007-03-09(svn r9076) -Fix [FS#529]: the intercontinental airport used 'T-junction' run...rubidium
2007-03-09(svn r9075) -Codechange: Cleanup of industry_cmd (Step-7). Small step that i...belugas
2007-03-09(svn r9074) -Codechange: win32 dedicated console now doesn't need an extra 'e...glx
2007-03-08(svn r9073) -Codechange: moved autoreplace to a file of it's own (now autorep...bjarni
2007-03-08(svn r9072) -Codechange: [Orders] added methods to orders to free them and ch...bjarni
2007-03-08(svn r9071) -Fix [FS#459]: when in networking an other player takes over an A...truelight
2007-03-08(svn r9070) -Fix [FS#404]: if bribe failed and you didn't pick up cargo yet, ...truelight
2007-03-08(svn r9069) -Codechange: Change a do ... while loop with a for loop. This fix...peter1138
2007-03-08(svn r9068) -Codechange: capitalize the VEH_Train etc. enums to match the cod...rubidium
2007-03-08(svn r9067) -Fix [FS#637]: don't make owner signs transparent, as then you lo...truelight
2007-03-08(svn r9066) -Fix [FS#638]: store the owner of a statue, so when it gets remov...truelight
2007-03-08(svn r9065) -Fix: possible dereference of NULL pointer.rubidium
2007-03-08(svn r9064) -Fix [FS#663]: don't keep on scrolling for non-numeric values in ...truelight
2007-03-08(svn r9062) -Fix (r4822, FS#595): The station list, sorted by cargo rating, n...celestar
2007-03-08(svn r9061) -Fix [r9038, FS#668]: passwords are send when the server is in th...rubidium
2007-03-07(svn r9055) -Codechange: Change windows unicode handling and allow a pure non...Darkvater
2007-03-07(svn r9054) -Update: WebTranslator2 update to 2007-03-07 18:39:14miham
2007-03-07(svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {};rubidium
2007-03-07(svn r9050) -Codechange: Foo(void) -> Foo()rubidium
2007-03-06(svn r9048) -Fix r9040: non-bool used as boolglx
2007-03-06(svn r9043) -Fix [FS#652]: the personal (.openttd) directories were hidden in...rubidium
2007-03-06(svn r9042) -Add : Maedhros as a developperbelugas
2007-03-06(svn r9040) -Codechange: the build window and CmdBuildAircraft() now shares t...bjarni
2007-03-06(svn r9039) -Fix r9034: missed the _pause in cocoa_v.mmbjarni
2007-03-06(svn r9038) -Fix [FS#115]: inactive connections are not automatically kicked,...rubidium
2007-03-06(svn r9037) -Feature: [NewGRF] Add support for Action 13, which allows you to...maedhros
2007-03-06(svn r9036) -Fix [SunOS]: SunOS/Solaris does not have stdint.h, so use inttyp...rubidium
2007-03-06(svn r9035) -Fix [SunOS]: Solaris sometimes has pid_t defined as long. Fix wa...truelight
2007-03-06(svn r9034) -Codechange: renamed _pause to _pause_game, as some targets alrea...truelight
2007-03-06(svn r9031) -Codechange: Introduce grfconfig->status, and use it for states t...maedhros
2007-03-06(svn r9029) -Fix (r7326): Only call the gradual loading amount callback if th...maedhros
2007-03-06(svn r9027) -Fix [FS#664]: desync caused by buffer overrun.rubidium
2007-03-05(svn r9022) -Fix [FS#660]: Airport state machine fails if the adjustment in p...richk
2007-03-05(svn r9021) [Translations] -Fix: removed empty strings once again.miham
2007-03-05(svn r9020) -Update: WebTranslator2 update to 2007-03-05 19:56:28miham
2007-03-05(svn r9019) -Fix: use <> for system-headerstruelight
2007-03-05(svn r9018) -Change: added SunOS as OS name in the quit dialogmiham
2007-03-05(svn r9016) [SunOS] -Fix: Don't use a struct-member that doesn't exist.celestar
2007-03-05(svn r9015) -Fixtron
2007-03-05(svn r9014) -Fixtron
2007-03-05(svn r9013) -Fixtron
2007-03-05(svn r9012) -Fix/Feature (UTF8): When cutting strings into multiple lines als...Darkvater
2007-03-05(svn r9011) -Codechange (r9003): Rework Utf8PrevChar so that it returns a poi...Darkvater
2007-03-04(svn r9009) -Fix (r1): Determine whether to play a sound or not when entering...Darkvater
2007-03-04(svn r9005) -Update: WebTranslator2 update to 2007-03-04 09:03:25miham
2007-03-04(svn r9003) -Codechange: Introduce a function Utf8PrevCharLen that finds the ...Darkvater