summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2007-03-12(svn r9132) [Translations] -Fix: Removed empty strings added by last commitmiham
2007-03-12(svn r9130) -Codechange: move the fileio functions that do open a file into a...rubidium
2007-03-12(svn r9129) -Codechange: unify parts of DeterminePaths.rubidium
2007-03-11(svn r9127) -Codechange: Check if a cargo is valid before displaying it in a ...peter1138
2007-03-11(svn r9126) -Feature: "Function of scrollwheel" can now be set to off as wellbjarni
2007-03-11(svn r9125) -Fix r9111: default scrollwheel setting is now zooming, not scrol...bjarni
2007-03-11(svn r9118) -Update: WebTranslator2 update to 2007-03-11 16:16:39miham
2007-03-11(svn r9117) -Fix: the (current) difficulty level button was not selected when...rubidium
2007-03-11(svn r9116) [Translations] -Change: force remove of changed translations (r91...miham
2007-03-11(svn r9115) -Fix [FS#622]: make clear in the tooltips when the canal build to...rubidium
2007-03-11(svn r9112) -Feature r9111: scrollwheel scrolling can now also scroll the sma...bjarni
2007-03-11(svn r9111) -Feature: [OSX] mighty mice and touchpads can now scroll the map ...bjarni
2007-03-11(svn r9108) -Fix(9093) : MSVC was a bit unhappy with some of the type changes...belugas
2007-03-10(svn r9105) -Fix [FS#629]: disable the ability to make flooding water with th...rubidium
2007-03-10(svn r9104) -Fix(r9080, r9081): UINT32_MAX is undefined on MSVC, std::numeric...KUDr
2007-03-10(svn r9102) -Codechange: (NewGRF) Apply cargo translation table to vehicle re...peter1138
2007-03-10(svn r9097) -Fix [FS#525]: open and close messages now have their own setting...truelight
2007-03-10(svn r9094) -Codechange: Don't set up refit masks for engine types not in the...peter1138
2007-03-10(svn r9093) -Codechange: variable scope / typepeter1138
2007-03-10(svn r9092) -Codechange: (NewGRF) (re r8885) Also set cargo type as invalid i...peter1138
2007-03-10(svn r9089) -Codechange: Remove the 32 widgets limit on News Options window.belugas
2007-03-10(svn r9088) -Add : a new type of widget, called WWT_TEXT. It is a simple tru...belugas
2007-03-10(svn r9086) -Feature/Fix: [win32] Rewrite keyboard input and handle all keypr...Darkvater
2007-03-10(svn r9085) -Codechange/Fix: [win32] Move the initialisation of _codepage (no...Darkvater
2007-03-10(svn r9084) -Fix: [win9x] Clipboard paste for Windows95 (doesn't have CF_UNIC...Darkvater
2007-03-10(svn r9083) -Codechange: Be more lenient when trimming UTF-8 strings and don'...Darkvater
2007-03-09(svn r9081) -Fix(r9080): UINT32_MAX is undefined on MSVC. Use std::numeric_li...KUDr
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