Age | Commit message (Expand) | Author |
2009-03-22 | (svn r15808) -Codechange: use the new DrawString API in a number of GUIs | rubidium |
2009-03-21 | (svn r15797) -Codechange: make users of the old DrawStringMultiLine use the n... | rubidium |
2009-03-15 | (svn r15723) -Codechange: use a constructor for WindowDescs as that makes exp... | rubidium |
2009-03-15 | (svn r15718) -Cleanup: apply some comment coding style on the rest of the sou... | rubidium |
2009-02-23 | (svn r15559) -Feature: Show required/already-delivered cargo needed for town-... | frosch |
2009-02-17 | (svn r15506) -Codechange: rename ScenarioEditorTownGenerationWindow to FoundT... | smatz |
2009-02-16 | (svn r15505) -Codechange: pass name of new town as parameter to CMD_BUILD_TOWN | smatz |
2009-02-09 | (svn r15425) -Codechange: some color->colour changes and type safety. | rubidium |
2009-02-05 | (svn r15357) -Codechange: unify the way buttons are updated in the 'found tow... | smatz |
2009-02-05 | (svn r15356) -Codechange: make PlaceProc_Town and some global variables a sta... | smatz |
2009-02-05 | (svn r15353) -Feature(tte): make it possible to have cities of various sizes | smatz |
2009-02-05 | (svn r15352) -Codechange: make the arguments passed around while founding a t... | smatz |
2009-02-04 | (svn r15342) -Feature: allow changing town layout in the 'Found new town' window | smatz |
2009-02-04 | (svn r15336) -Fix: do not use _current_company in the GUI as there are no gua... | rubidium |
2009-01-31 | (svn r15299) -Cleanup: remove many redundant includes | smatz |
2009-01-19 | (svn r15149) -Codechange: GetMaskOfTownActions() is used by a Cmd handler, th... | peter1138 |
2009-01-15 | (svn r15088) -Fix [FS#2536]: Resize company list in town authority window if ... | peter1138 |
2009-01-15 | (svn r15087) -Codechange: Less hardcoding of y positions in town authority wi... | peter1138 |
2009-01-07 | (svn r14902) -Feature: Advanced setting to keep various building tools active... | frosch |
2009-01-03 | (svn r14807) -Codechange: use INVALID_TILE instead of 0 to mark invalid depot... | smatz |
2008-12-28 | (svn r14754) -Codechange: get rid of _cmd_text and just pass it as (optional)... | rubidium |
2008-11-18 | (svn r14591) -Fix [FS#2388](r14528): cached nearest town could be invalid aft... | smatz |
2008-10-25 | (svn r14528) -Codechange: cache the closest town for all road tiles instead o... | rubidium |
2008-09-30 | (svn r14422) -Codechange: also reflect the changes of r14421 in the filenames. | rubidium |
2008-09-30 | (svn r14421) -Codechange: rename all player variables/types to company *or* c... | rubidium |
2008-09-15 | (svn r14334) -Feature: ability to reset name to default/automatic value (for ... | smatz |
2008-09-15 | (svn r14331) -Codechange: use an enum as additional parameter for ShowQuerySt... | smatz |
2008-08-13 | (svn r14063) -Codechange: replace some "magic" constants with enumified const... | rubidium |
2008-08-02 | (svn r13919) -Codechange: Replace numbers with Colours enum on osk(forgot 2 a... | belugas |
2008-07-18 | (svn r13731) -Codechange: make a pool of the array of players. | rubidium |
2008-07-17 | (svn r13719) -Codechange: rename IsValidPlayer to IsValidPlayerID in line wit... | rubidium |
2008-07-09 | (svn r13683) -Codechange: privatize a function that is not used outside of th... | belugas |
2008-06-16 | (svn r13533) -Codechange: Replace direct class member access of GUIList with ... | skidd13 |
2008-05-29 | (svn r13325) -Codechange: split the client-side only settings from the settin... | rubidium |
2008-05-27 | (svn r13301) -Fix [FS#1997]: resolve more MSVC 9 x64 warnings. | rubidium |
2008-05-27 | (svn r13297) -Codechange: Use GUIList for the town directory window | peter1138 |
2008-05-25 | (svn r13251) -Codechange: rename _patches to _settings as that is more logic. | rubidium |
2008-05-25 | (svn r13244) -Fix: allow only one town directory window to be opened | smatz |
2008-05-24 | (svn r13226) -Feature: Allow to have more than only two airports per town. T... | belugas |
2008-05-23 | (svn r13225) -Fix (r13041): Missing calls to FindWindowPlacementAndResize() f... | peter1138 |
2008-05-22 | (svn r13210) -Codechange: make town (previously named t) a private member of ... | belugas |
2008-05-22 | (svn r13209) -Codechange: Privatize what should be private. | belugas |
2008-05-19 | (svn r13185) -Codechange: remove everything related to the WindowProc callbacks. | rubidium |
2008-05-19 | (svn r13180) -Codechange: make a window class of the TownDirectoryWindow. | peter1138 |
2008-05-19 | (svn r13176) -Fix (r13153): town window was glitchy while opening | smatz |
2008-05-18 | (svn r13153) -Codechange: make classes of the TownViewWindow and the Scenario... | rubidium |
2008-05-17 | (svn r13139) -Codechange: move DrawWindowWidgets and DrawWindowViewport to th... | rubidium |
2008-05-15 | (svn r13113) -Codechange: make a class of the TownAuthorityWindow. | rubidium |
2008-05-10 | (svn r13027) -Codechange: use StrEmpty instead of arr[0] == '\0' and remove t... | rubidium |
2008-05-09 | (svn r13024) -Codechange: do not use WE_MOUSELOOP when WE_TICK suffices, rena... | rubidium |