Age | Commit message (Expand) | Author |
2021-04-02 | Fix: adjust object and rail station selection window padding to be consistent... | Didac Perez Parera |
2021-04-02 | Add: Hotkey to focus the build object class name filter editbox. | stormcone |
2021-04-01 | Codechange: Suppress warnings when asserts are disabled (#8917) | Patric Stout |
2021-03-08 | Fix #8817: keep NewGRF order for object class sorting (#8818) | Didac Perez Parera |
2021-02-20 | Codechange: Apply coding style | SamuXarick |
2021-02-19 | Feature: Object class selection string filtering (#8603) | Didac Perez Parera |
2021-01-08 | Codechange: Remove min/max functions in favour of STL variants (#8502) | Charles Pigott |
2019-11-10 | Cleanup: Removed SVN headers | S. D. Cloudt |
2019-04-10 | Codechange: Use null pointer literal instead of the NULL macro | Henry Wilson |
2019-03-24 | Codechange: Use override specifier in Window-derived classes. | peter1138 |
2018-10-31 | Doc: Lots and lots of doxymentation fixes | Charles Pigott |
2015-11-07 | (svn r27438) -Fix (r27346) [FS#6387]: The build object hotkey no longer check... | frosch |
2015-07-28 | (svn r27346) -Feature: Make the object placement gui an independent window. | alberth |
2015-07-28 | (svn r27345) -Fix-ish: Hide selected view if no object selected. | alberth |
2015-02-01 | (svn r27134) -Codechange: Simplify GUI scaling by adding UnScaleGUI() and Sca... | frosch |
2014-10-04 | (svn r26950) -Codechange: GUI-scale dancing for NewGRF objects window. | peter1138 |
2014-06-10 | (svn r26640) -Cleanup: Remove some pointless STR_JUST_STRING detours. | frosch |
2014-04-23 | (svn r26482) -Codechange: add an include that allows us to undefine/redefine ... | rubidium |
2014-01-12 | (svn r26241) -Codechange: Remember the GRFFile which filled the TextRefStack ... | frosch |
2013-10-12 | (svn r25830) -Fix [FS#5742] (r25540): In BuildObjectWindow, ensure the object... | frosch |
2013-08-18 | (svn r25726) -Fix: Right side of object class string was misaligned. (sbr) | frosch |
2013-06-30 | (svn r25543) -Cleanup: Make the bridge and object picker not restore their pr... | frosch |
2013-06-30 | (svn r25540) -Fix: Unify selecting a new object class in the object GUI. (sbr) | frosch |
2013-06-30 | (svn r25539) -Codechange: Setup object GUI matrix before restoring selected o... | frosch |
2013-06-30 | (svn r25538) -Fix [FS#5567] (r25283): Use the UI index of the selected object... | frosch |
2013-06-30 | (svn r25537) -Codechange: Optionally make WWT_MATRIX compute the number of ro... | frosch |
2013-06-30 | (svn r25534) -Codechange: FinishInitNested calls OnResize, no need to setup s... | frosch |
2013-06-30 | (svn r25532) -Fix: Do not make the minimal size of matrix or panel widgets de... | frosch |
2013-06-30 | (svn r25531) -Codechange: Use separate function to set data of WWT_MATRIX wid... | frosch |
2013-05-26 | (svn r25294) -Feature: Add another button to window title bars to resize the ... | frosch |
2013-05-26 | (svn r25290) -Add: Assign string names to notable windows. | frosch |
2013-05-26 | (svn r25287) -Codechange: Keep a reference to the WindowDesc in the Window af... | frosch |
2013-05-24 | (svn r25284) -Feature: When opening the object-build window, restore the obje... | alberth |
2013-05-24 | (svn r25283) -Add: When opening the object-build window, make the selected ob... | alberth |
2013-05-24 | (svn r25282) -Add: When opening the object-build window, try to restore the l... | alberth |
2013-05-24 | (svn r25281) -Add: When opening the object-build window, make the last select... | alberth |
2013-05-20 | (svn r25274) -Cleanup: remove unused class instance variables | rubidium |
2013-01-08 | (svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagl... | planetmaker |
2012-07-07 | (svn r24379) -Fix [FS#5218-ish]: Do not resize the object GUI when selecting ... | frosch |
2012-05-28 | (svn r24299) -Change [FS#5057]: Center object previews in 1- and 2-view selec... | frosch |
2012-04-24 | (svn r24178) -Fix [FS#5110]: The object name from property A was not displaye... | frosch |
2012-04-24 | (svn r24176) -Fix (r21772): The object GUI did not draw objects when all obje... | frosch |
2012-04-24 | (svn r24175) -Fix (r24171): Make sure to select a object class with visible o... | frosch |
2012-04-22 | (svn r24171) -Fix [FS#4967, FS#5120]: Hide object specs/classes from the GUI,... | frosch |
2012-04-22 | (svn r24167) -Codechange: Rename NewGRFClass::GetCount() to NewGRFClass::GetC... | frosch |
2012-04-22 | (svn r24166) -Codechange: Turn NewGRFClass::Get(Tid, uint) and GetCount(Tid) ... | frosch |
2012-04-22 | (svn r24162) -Codechange: Remove NewGRFClass::GetName() and SetName() in favo... | frosch |
2012-04-22 | (svn r24159) -Fix: If you spent hard work on finding an available object ID, ... | frosch |
2012-01-03 | (svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp files | rubidium |
2011-12-16 | (svn r23545) -Codechange: Consistently name widgets in build object window | planetmaker |