summaryrefslogtreecommitdiff
path: root/src/table
AgeCommit message (Expand)Author
2010-01-15(svn r18807) -Codechange: introduce AirportSpec and move several non-statemac...yexo
2010-01-15(svn r18806) -Codechange: Typo in commentpeter1138
2010-01-15(svn r18805) -Codechange: move airport_movement.h to table/rubidium
2010-01-09(svn r18766) -Codechange: Make train acceleration type (rail/elrail/monorail ...peter1138
2010-01-03(svn r18703) -Feature-ish: allow virtually paying a percentage of the leg pro...rubidium
2009-12-31(svn r18674) -Feature (FS#3459): Configurable slope steepness for trains from...peter1138
2009-12-25(svn r18626) -Fix [FS#3425]: {CARGO} takes 2 parameters, not 1. This made {N:...rubidium
2009-12-22(svn r18608) -Change: add the concept of music setsrubidium
2009-12-21(svn r18585) -Codechange: replace some magic numbers by constantsrubidium
2009-12-20(svn r18581) -Change (r18570): Update sprite tables for the window shading sp...alberth
2009-12-20(svn r18572) -Change: Enable 'multiple NewGRF engine sets' by default.frosch
2009-12-20(svn r18567) -Fix [FS#2613]: [NewGRF] House property 15 did not workrubidium
2009-12-19(svn r18541) -Feature: Additional map variety option for TGP landscape genera...peter1138
2009-12-17(svn r18522) -Feature: add the possibility to not make new tree tiles in-gamerubidium
2009-12-15(svn r18509) -Codechange (r2515,r2753): Data for drawing single_x/y rail piec...peter1138
2009-12-13(svn r18481) -Codechange: unify the curve pathfinder penalty defaults; 0.01 t...rubidium
2009-12-05(svn r18413) -Doc: Added doxygen strings for cargo-type related enums, struct...alberth
2009-12-05(svn r18409) -Change [FS#3349]: Recolour the bubble generator just like any o...frosch
2009-12-04(svn r18404) -Codechange: link drive through stops better togetherrubidium
2009-12-04(svn r18403) -Codechange: Re-arrange header of table _original_house_specsbelugas
2009-12-01(svn r18362) -Cleanup: remove OPF for RVs and NTP to clean up lots of code an...rubidium
2009-11-29(svn r18339) -Cleanup: remove SKIP support from strgen toorubidium
2009-11-28(svn r18329) -Remove: [strgen] Support for {SETX} and {SETXY}. Let it rest in...frosch
2009-11-25(svn r18285) -Feature: show the expected arrival/departure dates in the timet...rubidium
2009-11-24(svn r18283) -Feature: [NewGRF] Add new price bases for removing industries, ...frosch
2009-11-24(svn r18282) -Codechange: Remove IndustrySpec::raw_industry_cost_multiplier a...frosch
2009-11-24(svn r18281) -Feature: founding towns in-game (based on work by Belugas, TheJ...smatz
2009-11-24(svn r18278) -Cleanup (r1): No need to set a cost multiplier for raw-industry...frosch
2009-11-24(svn r18268) -Feature: [NewGRF] Make price base multipliers related to vehicl...frosch
2009-11-19(svn r18192) -Codechange: make the music window RTL awarerubidium
2009-11-19(svn r18181) -Add: the concept of zero filled numbers to strgenrubidium
2009-11-09(svn r18027) -Codechange: make some unneededly global variables static and re...rubidium
2009-11-08(svn r18008) -Codechange: Rename NUM_PRICES to PR_END, and use the Price enum...frosch
2009-11-07(svn r18005) -Codechange: Convert the Prices struct into an array and an enum.frosch
2009-11-04(svn r17971) -Codechange: make the code of the toolbar more uniform; give the...rubidium
2009-11-02(svn r17955) -Codechange: s/SPR_PLAYER_ICON/SPR_COMPANY_ICON/rubidium
2009-10-29(svn r17902) -Fix: make the plane speed setting unchangeable in network games...rubidium
2009-10-29(svn r17900) -Fix (r2497): ExtraPaletteValues' tables were all a factor 3 too...rubidium
2009-10-27(svn r17893) -Feature [FS#2633]: make it possible to disable background savin...rubidium
2009-10-10(svn r17758) -Revert (r17208): Use assert_compile() if you cannot count.frosch
2009-10-04(svn r17701) -Codechange: don't start line with a space if it's not inside co...smatz
2009-09-26(svn r17651) -Fix [FS#3238] (r17644): crashes when commands related to compan...rubidium
2009-09-26(svn r17646) -Fix (r17644): GCC 4.4/4.5 compile failurerubidium
2009-09-26(svn r17644) -Fix [FS#3219]: some inconsistencies with the difficulty setting...rubidium
2009-09-21(svn r17597) -Codechange: rename namegen* to townname*smatz
2009-09-20(svn r17596) -Codechange: constify some tablessmatz
2009-09-19(svn r17570) -Fix: a number of Doxygen warnings about missing parameters, whi...rubidium
2009-09-09(svn r17488) -Feature [FS#2339]: add the date to all logging in the (real, no...rubidium
2009-09-07(svn r17464) -Codechange: use C++0x mode when compiling with gcc >= 4.3 or ic...smatz
2009-09-07(svn r17455) -Codechange: use sprite names instead of magic numbers in table/...yexo