Age | Commit message (Expand) | Author |
2010-10-04 | (svn r20902) -Fix [FS#4032]: Make IsProductionAlterable() work for most NewGR... | frosch |
2010-10-04 | (svn r20901) -Fix/Change: When using non-smooth or newgrf-economy changing pr... | frosch |
2010-10-04 | (svn r20899) -Codechange: Switch order of if-tests in IndustryViewWindow::OnC... | frosch |
2010-10-04 | (svn r20898) -Change: When entering a production rate, round to nearest possi... | frosch |
2010-10-04 | (svn r20897) -Codechange: Store the result of IsProductionAlterable() in a me... | frosch |
2010-10-04 | (svn r20895) -Codechange: Use an enum to identify the rows of buttons in the ... | frosch |
2010-10-03 | (svn r20892) -Fix (maybe r10624): Scenario editor resp. cheat-buttons to alte... | frosch |
2010-09-22 | (svn r20837) -Fix [FS#4132]: Set height of industry directory to 5 lines like... | frosch |
2010-09-05 | (svn r20751) -Fix: IndustryCargoesWindow::HousesCanAccept() did not check cli... | frosch |
2010-08-26 | (svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some... | rubidium |
2010-08-15 | (svn r20499) -Doc: Spelling fixes, and one doxygen comment addition. | alberth |
2010-08-15 | (svn r20496) -Codechange: Remove IsProductionMinimum()/Maximum(). The 0 and 2... | frosch |
2010-08-12 | (svn r20461) -Codechange: Replace WWT_HSCROLLBAR, WWT_SCROLLBAR and WWT_SCROL... | frosch |
2010-08-12 | (svn r20453) -Codechange: Remove direct accesses to Window::hscroll, vscroll ... | frosch |
2010-08-12 | (svn r20452) -Codechange: Remove NWidgetCore::FindScrollbar() and associate s... | frosch |
2010-08-10 | (svn r20440) -Fix: MSVC warning about shifting a 32 bit value and then conver... | rubidium |
2010-08-08 | (svn r20415) -Add: Clicking at the smallmap disables updates from the industr... | alberth |
2010-08-08 | (svn r20414) -Feature: Enable industries in the smallmap displayed in the ind... | alberth |
2010-08-08 | (svn r20412) -Codechange: Replace an if by a switch in IndustryCargoesWindow:... | alberth |
2010-08-07 | (svn r20397) -Feature: Display industry smallmap colour in the industry chain... | alberth |
2010-08-06 | (svn r20387) -Fix [FS#4000]: Allow the industry-chain button for non-fundable... | alberth |
2010-08-06 | (svn r20386) -Fix: Initialize fund-industry buttons when opening window. | alberth |
2010-08-06 | (svn r20385) -Codechange: Move updating of buttons in the fund-industry windo... | alberth |
2010-08-01 | (svn r20283) -Codechange: Unify start of doygen comments. | frosch |
2010-08-01 | (svn r20281) -Codechange: unify case scope closure + break coding style | rubidium |
2010-07-31 | (svn r20266) -Doc: Mostly typo fixes, a few doxygen-related improvements. | alberth |
2010-07-30 | (svn r20241) -Codechange: Move variable declarations to their first use. | alberth |
2010-07-26 | (svn r20223) -Codechange: Replace scrolled row calculations by a call to GetS... | alberth |
2010-07-25 | (svn r20216) -Fix: Increase scrolling speed of industry cargoes window, enlar... | alberth |
2010-07-23 | (svn r20210) -Fix (r20206): Allow other compilers to enjoy the new window too. | alberth |
2010-07-23 | (svn r20209) -Add: Allow access to the industry cargoes window from the fund ... | alberth |
2010-07-23 | (svn r20208) -Add: Allow access of the industry cargoes window from the indus... | alberth |
2010-07-23 | (svn r20207) -Codechange: Move variable declaration to first use. | alberth |
2010-07-23 | (svn r20206) -Feature: Display suppliers and customers of an industry or cargo. | alberth |
2010-07-19 | (svn r20192) -Cleanup: bye bye variables.h, bye bye VARDEF... you won't be mi... | rubidium |
2010-07-19 | (svn r20190) -Codechange: unVARDEF _generate_world and move it to genworld | rubidium |
2010-07-07 | (svn r20086) -Add: Textstack support for CB 38. | frosch |
2010-06-05 | (svn r19931) -Fix (r19914): Convert assertion in Backup<> destructor into DEB... | frosch |
2010-05-31 | (svn r19914) -Codechange: Wrap a helper class around temporary assignments of... | frosch |
2010-04-24 | (svn r19709) -Feature: NewGRF debugging/inspecting of (primarily) enabled cal... | rubidium |
2010-04-23 | (svn r19701) -Fix [FS#3787]: Check for industry availability more thoroughly ... | frosch |
2010-04-02 | (svn r19538) -Fix: sorting industries by production was broken for newgrf ind... | yexo |
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-14 | (svn r19423) -Codechange: Move error message reporting of industry build in S... | alberth |
2010-02-24 | (svn r19224) -Codechange: change parameters passed to ShowErrorMessage() a bit | smatz |
2010-02-20 | (svn r19176) -Fix [FS#3632] (r17859): when selecting "build many industries" ... | yexo |
2010-02-10 | (svn r19087) -Codechange: some typos in StringIDs | rubidium |
2010-01-30 | (svn r18966) -Codechange: Remove Window::OnDoubleClick() in favour of a param... | frosch |
2010-01-15 | (svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if... | rubidium |