Age | Commit message (Expand) | Author |
2009-02-08 | (svn r15410) -Cleanup: get rid of most of the references to the 'patches' exc... | rubidium |
2009-02-04 | (svn r15338) -Fix [FS#2598]: close all construction related windows whenever ... | rubidium |
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-10 | (svn r14949) -Cleanup: pointer coding style | rubidium |
2009-01-07 | (svn r14902) -Feature: Advanced setting to keep various building tools active... | frosch |
2008-12-28 | (svn r14754) -Codechange: get rid of _cmd_text and just pass it as (optional)... | 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-23 | (svn r14390) -Codechange: replace magic constants with symbolic constants. | rubidium |
2008-09-15 | (svn r14331) -Codechange: use an enum as additional parameter for ShowQuerySt... | smatz |
2008-08-06 | (svn r14003) -Codechange: Replace numbers with Colours enum opn some DrawArro... | belugas |
2008-08-01 | (svn r13917) -Fix [FS#2178]: wrong tooltip for the industry directory's list. | rubidium |
2008-07-30 | (svn r13879) -Codechange: Replace numbers with Colours enum on engine, indust... | 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-06-05 | (svn r13387) -Fix: industry directory sorting not working correctly (= != ==) | rubidium |
2008-05-29 | (svn r13325) -Codechange: split the client-side only settings from the settin... | rubidium |
2008-05-28 | (svn r13311) -Codechange: Use GUIList for the industry directory window | skidd13 |
2008-05-27 | (svn r13294) -Codechange: convert the inheritance of GUIList in IndustryDirec... | skidd13 |
2008-05-27 | (svn r13291) -Fix (r13266): qsort passed wrong sizeof data | peter1138 |
2008-05-26 | (svn r13266) -Codechange: Use SmallVector in GUIList | peter1138 |
2008-05-25 | (svn r13255) -Codechange: move _opt to _settings. | rubidium |
2008-05-25 | (svn r13251) -Codechange: rename _patches to _settings as that is more logic. | rubidium |
2008-05-25 | (svn r13249) -Fix [FS#2039]: make industry sorting by transported percentage ... | smatz |
2008-05-19 | (svn r13185) -Codechange: remove everything related to the WindowProc callbacks. | rubidium |
2008-05-19 | (svn r13175) -Fix (r13174): sorting criteria and order for industry directory... | glx |
2008-05-18 | (svn r13174) -Codechange: make a class of the IndustryDirectoryWindow. | glx |
2008-05-17 | (svn r13139) -Codechange: move DrawWindowWidgets and DrawWindowViewport to th... | rubidium |
2008-05-13 | (svn r13069) -Codechange: it is no longer needed to pass a void *data pointer... | rubidium |
2008-05-12 | (svn r13060) -Codechange: update build industry window when raw_industry_cons... | glx |
2008-05-11 | (svn r13050) -Codechange: make a class of IndustryViewWindow. | glx |
2008-05-11 | (svn r13047) -Codechange: remove vp_d | glx |
2008-05-11 | (svn r13041) -Fix: calling a virtual function on a not fully constructed obje... | rubidium |
2008-05-10 | (svn r13036) -Codechange: make a class of the BuildIndustry Window. | glx |
2008-05-10 | (svn r13032) -Codechange: make industry view window resizable and truncate st... | glx |
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 |
2008-05-08 | (svn r13020) -Codechange: make industry directory window horizontally resizab... | glx |
2008-05-08 | (svn r13005) -Codechange: prepare AllocateWindowDescFront for subclassing of ... | rubidium |
2008-05-07 | (svn r12987) -Codechange: split viewport and tile selection. | rubidium |
2008-05-06 | (svn r12976) -Codechange: use w->SetDirty() instead of SetWindowDirty(w) when... | rubidium |
2008-05-06 | (svn r12971) -Documentation: add @file in files that missed them and add some... | rubidium |
2008-05-06 | (svn r12970) -Codechange: coding style for some function names | glx |
2008-05-05 | (svn r12965) -Codechange: add support for callback 37 in industries directory... | glx |
2008-05-05 | (svn r12964) -Codechange: rewrite callback 37 related code so it will be easi... | glx |
2008-05-05 | (svn r12959) -Fix: don't assume no production when the first produced cargo i... | glx |
2008-05-05 | (svn r12956) -Codechange: Code-style application on switch-case aligment | belugas |
2008-05-05 | (svn r12953) -Feature: Open a new viewport when ctrl-clicking on a 'Location'... | peter1138 |
2008-04-21 | (svn r12818) -Codechange: make callbacks 31 and 37 behave like they do in TTD... | rubidium |