Age | Commit message (Expand) | Author |
2010-03-28 | (svn r19522) -Feature: Sort industries alphabetically at the fund new industr... | terkhen |
2010-03-28 | (svn r19521) -Codechange: Use a IndustryType array to sort industries by name... | terkhen |
2010-03-26 | (svn r19519) -Update from WebTranslator v3.0: | translators |
2010-03-25 | (svn r19518) -Update from WebTranslator v3.0: | translators |
2010-03-24 | (svn r19517) -Fix (r19516): compile before commit (a gcc warning was hidden) | glx |
2010-03-24 | (svn r19516) -Fix (r19467): MSVC 64bit warnings | glx |
2010-03-24 | (svn r19515) -Add: Client setting 'gui.newgrf_developer_tools' to enable othe... | frosch |
2010-03-24 | (svn r19514) -Codechange: Allow console hooks to deny existance of commands. | frosch |
2010-03-24 | (svn r19513) -Update from WebTranslator v3.0: | translators |
2010-03-24 | (svn r19512) -Fix (r19511): using the 'alias' console command it's possible t... | yexo |
2010-03-24 | (svn r19511) -Codechange: use a template for IConsoleAddSorted | yexo |
2010-03-23 | (svn r19510) -Codechange: remove superfluous semicolons from *.sq files | smatz |
2010-03-23 | (svn r19509) -Codechange: remove superfluous semicolons after function defini... | smatz |
2010-03-23 | (svn r19508) -Codechange: remove semicolon after DEFINE_UNAVAILABLE_CONTENT_R... | smatz |
2010-03-23 | (svn r19507) -Codechange: remove semicolon after DECLARE_POSTFIX_INCREMENT an... | smatz |
2010-03-23 | (svn r19506) -Fix: Tunnels, bridges and roadstops are build with only one roa... | frosch |
2010-03-23 | (svn r19505) -Codechange: silence a gcc<4.2 warning | smatz |
2010-03-23 | (svn r19504) -Update from WebTranslator v3.0: | translators |
2010-03-23 | (svn r19503) -Feature: Sort industries alphabetically at the smallmap legend. | terkhen |
2010-03-23 | (svn r19502) -Codechange: During NewGRF loading, store rail type labels in te... | peter1138 |
2010-03-22 | (svn r19501) -Update from WebTranslator v3.0: | translators |
2010-03-21 | (svn r19500) -Update from WebTranslator v3.0: | translators |
2010-03-21 | (svn r19499) -Remove: same_industry_close setting did not do what it said and... | frosch |
2010-03-21 | (svn r19498) -Feature [FS#3710]: Keep number padding intact when cloning vehi... | peter1138 |
2010-03-21 | (svn r19497) -Fix: [NewGRF] Bytes and words get sign-extended for temporary/p... | frosch |
2010-03-20 | (svn r19495) -Update from WebTranslator v3.0: | translators |
2010-03-20 | (svn r19494) -Codechange: Remove _error_message. | alberth |
2010-03-20 | (svn r19493) -Codechange: Keep track of last error in CmdDepotSellAllVehicles(). | alberth |
2010-03-20 | (svn r19492) -Codechange: Keep track of last error in CmdClearArea(). | alberth |
2010-03-20 | (svn r19491) -Codechange: Keep track of last error in CmdRemoveLongRoad(). | alberth |
2010-03-20 | (svn r19490) -Fix: Return to old behaviour of CmdLevelLand() by keeping track... | alberth |
2010-03-20 | (svn r19489) -Codechange: Introduce a had_success variable in SendAllVehicles... | alberth |
2010-03-20 | (svn r19488) -Codechange: Use last_error data for removal in CmdRailTrackHelp... | alberth |
2010-03-20 | (svn r19487) -Codechange: Removed non-reachable return statement. | alberth |
2010-03-20 | (svn r19486) -Codechange: Code style, move var declarations closer to their f... | alberth |
2010-03-20 | (svn r19485) -Codechange: Re-implement CalcBridgeLenCostFactor() in a more re... | alberth |
2010-03-20 | (svn r19484) -Codechange: Rename parameter 'x' of CalcBridgeLenCostFactor() t... | alberth |
2010-03-20 | (svn r19483) -Codechange: Code layout fixes, and parentheses reduction. | alberth |
2010-03-20 | (svn r19482) -Doc: Doxygen additions/updates. | alberth |
2010-03-20 | (svn r19481) -Codechange: Turn _industry_counts into a static member of Indus... | frosch |
2010-03-20 | (svn r19480) -Fix: Stop reducing the size of the vehicle list after selecting... | terkhen |
2010-03-20 | (svn r19479) -Codechange: Test range of town size and layout instead of again... | alberth |
2010-03-20 | (svn r19478) -Codechange: Resolve TS_ prefix clash between TileSource and Tow... | alberth |
2010-03-19 | (svn r19477) -Fix (r1946x): removed a few too functions including the copy co... | yexo |
2010-03-19 | (svn r19476) -Codechange: simplify the 'is conflicting industry nearby' check... | yexo |
2010-03-19 | (svn r19475) -Cleanup: Remove an unneeded for when drawing detail panels. | terkhen |
2010-03-19 | (svn r19474) -Cleanup: remove ByteBlob::Append(T*, num_items) | yexo |
2010-03-19 | (svn r19473) -Codechange: remove unused variables in the Blob::SmartAlloc cod... | yexo |
2010-03-19 | (svn r19472) -Codechange: reorder the static members of ByteBlob and add Zero... | yexo |
2010-03-19 | (svn r19471) -Codechange: rename ByteBlob methods to fit common style (skidd13) | yexo |