frosch
|
00d0649f62
|
(svn r24379) -Fix [FS#5218-ish]: Do not resize the object GUI when selecting objects. Rather clip the object name.
|
2012-07-07 11:59:43 +00:00 |
|
frosch
|
ce5391c31c
|
(svn r24299) -Change [FS#5057]: Center object previews in 1- and 2-view selectors based on the 4-view selector layout.
|
2012-05-28 13:44:55 +00:00 |
|
frosch
|
21f63bd589
|
(svn r24178) -Fix [FS#5110]: The object name from property A was not displayed in the object GUI.
|
2012-04-24 20:01:34 +00:00 |
|
frosch
|
919a4ec7b8
|
(svn r24176) -Fix (r21772): The object GUI did not draw objects when all objects of a class are disabled.
|
2012-04-24 17:27:50 +00:00 |
|
frosch
|
3e05b66609
|
(svn r24175) -Fix (r24171): Make sure to select a object class with visible objects when opening the object GUI.
|
2012-04-24 17:26:08 +00:00 |
|
frosch
|
6e471388e4
|
(svn r24171) -Fix [FS#4967, FS#5120]: Hide object specs/classes from the GUI, if they will never be available to the user.
|
2012-04-22 16:28:37 +00:00 |
|
frosch
|
97608f0814
|
(svn r24167) -Codechange: Rename NewGRFClass::GetCount() to NewGRFClass::GetClassCount()
|
2012-04-22 16:28:19 +00:00 |
|
frosch
|
3d7ac6af1a
|
(svn r24166) -Codechange: Turn NewGRFClass::Get(Tid, uint) and GetCount(Tid) into non-static members GetSpec(uint) and GetSpecCount().
|
2012-04-22 16:28:14 +00:00 |
|
frosch
|
d42bd940b2
|
(svn r24162) -Codechange: Remove NewGRFClass::GetName() and SetName() in favour of using Get() and direct member access (which is needed anyway for GRF string resolving).
|
2012-04-22 16:27:55 +00:00 |
|
frosch
|
2dd6a0dc8e
|
(svn r24159) -Fix: If you spent hard work on finding an available object ID, you should probably also use it instead of always 0.
|
2012-04-22 16:27:41 +00:00 |
|
rubidium
|
d5eeab43b7
|
(svn r23740) -Codechange: remove some 300 unneeded includes from the .cpp files
|
2012-01-03 21:32:51 +00:00 |
|
planetmaker
|
f73a9826f2
|
(svn r23545) -Codechange: Consistently name widgets in build object window
|
2011-12-16 18:06:16 +00:00 |
|
truebrain
|
49e88dcbf0
|
(svn r23528) -Codechange: move widget enums to widgets/NNN_type.h
|
2011-12-15 22:22:55 +00:00 |
|
frosch
|
6365d92776
|
(svn r23142) -Change: [NewGRF v8] Unify the return values of callbacks returning D0xx texts.
|
2011-11-08 17:24:43 +00:00 |
|
frosch
|
c6783955aa
|
(svn r22725) -Fix: Always draw NewGRF supplied texts with a default colour.
|
2011-08-06 13:56:27 +00:00 |
|
frosch
|
e7971ab5df
|
(svn r22627) -Codechange: Rename PrepareTextRefStackUsage() to StartTextRefStackUsage() to make it more obvious that you must call StopTextRefStackUsage() at some point. Also extent the documentation.
|
2011-07-03 13:49:29 +00:00 |
|
alberth
|
a70556dac2
|
(svn r22459) -Doc: Typo fixes and doxygen markup improvements.
|
2011-05-14 18:35:40 +00:00 |
|
frosch
|
7b251297c9
|
(svn r22429) -Add: some constants for specific palette colours used in the GUI.
|
2011-05-06 21:13:29 +00:00 |
|
frosch
|
7cc3d3e143
|
(svn r22421) -Fix: Replace various references to Windows palette greyscale indices with the DOS palette indices.
|
2011-05-04 17:45:16 +00:00 |
|
frosch
|
ca6ab50e61
|
(svn r22231) -Feature(ette): [NewGRF] Make var 0x48 available in CB 0x15C.
|
2011-03-10 19:32:24 +00:00 |
|
rubidium
|
05199a641a
|
(svn r21890) -Cleanup: remove some unneeded includes
|
2011-01-22 14:52:20 +00:00 |
|
alberth
|
c4d148ec7a
|
(svn r21801) -Fix (r21772): Attach scrollbar to select matrix in object gui.
|
2011-01-15 14:17:53 +00:00 |
|
alberth
|
51e479c9de
|
(svn r21775) -Add: Allow vertical resizing of the newobject gui.
|
2011-01-13 22:02:13 +00:00 |
|
alberth
|
a273f94bc9
|
(svn r21773) -Change: Remove the dropdown, and make BOW_OBJECT_LIST a list of newobject classes.
|
2011-01-13 21:59:39 +00:00 |
|
alberth
|
eba9ad04de
|
(svn r21772) -Feature: Add a clickable display of the available objects in the newobject gui.
|
2011-01-13 21:55:41 +00:00 |
|
rubidium
|
36a50de1e0
|
(svn r21455) -Feature [NewGRF]: selecting of different views of an object
|
2010-12-10 21:34:36 +00:00 |
|
rubidium
|
e590fe22ac
|
(svn r21454) -Codechange: add support for object variable 48
|
2010-12-10 21:32:52 +00:00 |
|
alberth
|
0722492c1b
|
(svn r21331) -Codechange: Make drawing the widgets default behaviour in OnPaint().
|
2010-11-26 15:22:18 +00:00 |
|
rubidium
|
fbc606fdbb
|
(svn r20907) -Fix [FS#4156-ish]: callback 15C's string didn't actually get drawn
|
2010-10-08 20:33:23 +00:00 |
|
rubidium
|
03c5a93809
|
(svn r20671) -Add: feature F (not action F as written mistakenly in the previous message) support for the scenario editor
|
2010-08-28 19:45:56 +00:00 |
|
rubidium
|
0c509c7b48
|
(svn r20670) -Add: support for action F
-Add: a window to select (NewGRF) objects
|
2010-08-28 19:43:41 +00:00 |
|