frosch
|
06e97d529b
|
(svn r27173) -Fix [FS#6237] (r27134): Use the regular clipping functions in the sprite aligner instead of some magic.
|
2015-02-28 20:09:49 +00:00 |
|
frosch
|
a4756c477d
|
(svn r27173) -Fix [FS#6237] (r27134): Use the regular clipping functions in the sprite aligner instead of some magic.
|
2015-02-28 20:09:49 +00:00 |
|
frosch
|
8767a11d60
|
(svn r27134) -Codechange: Simplify GUI scaling by adding UnScaleGUI() and ScaleGUITrad().
|
2015-02-01 20:54:24 +00:00 |
|
frosch
|
a8080b6256
|
(svn r27134) -Codechange: Simplify GUI scaling by adding UnScaleGUI() and ScaleGUITrad().
|
2015-02-01 20:54:24 +00:00 |
|
alberth
|
8f6df8c230
|
(svn r27086) -Codechange: Simplify opening of windows by always returning a valid window pointer.
|
2014-12-18 18:22:23 +00:00 |
|
alberth
|
107bf32953
|
(svn r27086) -Codechange: Simplify opening of windows by always returning a valid window pointer.
|
2014-12-18 18:22:23 +00:00 |
|
peter1138
|
04c78761b7
|
(svn r26942) -Codechange: Make sprite aligner useful for people making full-zoom graphics.
|
2014-09-30 11:35:21 +00:00 |
|
peter1138
|
17cd86d762
|
(svn r26942) -Codechange: Make sprite aligner useful for people making full-zoom graphics.
|
2014-09-30 11:35:21 +00:00 |
|
peter1138
|
3911ea1f90
|
(svn r26941) -Codechange: Make NewGRF sprite aligner work with GUI size.
|
2014-09-30 11:29:23 +00:00 |
|
peter1138
|
1273ca8e8d
|
(svn r26941) -Codechange: Make NewGRF sprite aligner work with GUI size.
|
2014-09-30 11:29:23 +00:00 |
|
rubidium
|
b886c8db8c
|
(svn r26506) -Codechange: replace most of vsnprintf with vseprintf
|
2014-04-24 19:51:45 +00:00 |
|
rubidium
|
e61fe21237
|
(svn r26506) -Codechange: replace most of vsnprintf with vseprintf
|
2014-04-24 19:51:45 +00:00 |
|
rubidium
|
2be4215f43
|
(svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values
|
2014-04-23 20:13:33 +00:00 |
|
rubidium
|
0463dbdc9e
|
(svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values
|
2014-04-23 20:13:33 +00:00 |
|
frosch
|
6bceb8b7ab
|
(svn r25946) -Add: [NewGRF Debuggnig] Inspecting other vehicles in a chain.
|
2013-11-07 18:17:21 +00:00 |
|
frosch
|
0aae2fd606
|
(svn r25946) -Add: [NewGRF Debuggnig] Inspecting other vehicles in a chain.
|
2013-11-07 18:17:21 +00:00 |
|
frosch
|
d4a5a50ad4
|
(svn r25945) -Codechange: Use member function of NewGRFInspectWindow to resolve FeatureIndex.
|
2013-11-07 18:15:32 +00:00 |
|
frosch
|
b0c2ab4501
|
(svn r25945) -Codechange: Use member function of NewGRFInspectWindow to resolve FeatureIndex.
|
2013-11-07 18:15:32 +00:00 |
|
frosch
|
af71445e1b
|
(svn r25943) -Fix: NewGRF inspect window in RTL mode.
|
2013-11-06 15:10:17 +00:00 |
|
frosch
|
df10f7b9f9
|
(svn r25943) -Fix: NewGRF inspect window in RTL mode.
|
2013-11-06 15:10:17 +00:00 |
|
frosch
|
538159cb1d
|
(svn r25537) -Codechange: Optionally make WWT_MATRIX compute the number of rows and columns from the resize step size.
|
2013-06-30 14:36:31 +00:00 |
|
frosch
|
43ec0bf0c1
|
(svn r25537) -Codechange: Optionally make WWT_MATRIX compute the number of rows and columns from the resize step size.
|
2013-06-30 14:36:31 +00:00 |
|
frosch
|
f6d27acb51
|
(svn r25531) -Codechange: Use separate function to set data of WWT_MATRIX widgets.
|
2013-06-30 14:32:31 +00:00 |
|
frosch
|
98fdd20f84
|
(svn r25531) -Codechange: Use separate function to set data of WWT_MATRIX widgets.
|
2013-06-30 14:32:31 +00:00 |
|
frosch
|
13badddd75
|
(svn r25294) -Feature: Add another button to window title bars to resize the window to its default size.
|
2013-05-26 19:30:07 +00:00 |
|
frosch
|
4e4e635916
|
(svn r25294) -Feature: Add another button to window title bars to resize the window to its default size.
|
2013-05-26 19:30:07 +00:00 |
|
frosch
|
16feb5c4e9
|
(svn r25290) -Add: Assign string names to notable windows.
|
2013-05-26 19:25:01 +00:00 |
|
frosch
|
8157a8afd8
|
(svn r25290) -Add: Assign string names to notable windows.
|
2013-05-26 19:25:01 +00:00 |
|
frosch
|
25adefca23
|
(svn r25287) -Codechange: Keep a reference to the WindowDesc in the Window after construction.
|
2013-05-26 19:23:42 +00:00 |
|
frosch
|
56e4a8c4d6
|
(svn r25287) -Codechange: Keep a reference to the WindowDesc in the Window after construction.
|
2013-05-26 19:23:42 +00:00 |
|
planetmaker
|
f00d9976f9
|
(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagle_rainbow)
|
2013-01-08 22:46:42 +00:00 |
|
planetmaker
|
c24374f99c
|
(svn r24900) -Fix [FS#5389]: Comments with typos (most fixes supplied by Eagle_rainbow)
|
2013-01-08 22:46:42 +00:00 |
|
frosch
|
3b06409153
|
(svn r24700) -Cleanup: Remove WDF_UNCLICK_BUTTONS and make it the default.
|
2012-11-11 16:10:43 +00:00 |
|
frosch
|
03736af2ae
|
(svn r24700) -Cleanup: Remove WDF_UNCLICK_BUTTONS and make it the default.
|
2012-11-11 16:10:43 +00:00 |
|
alberth
|
8a297ca5f1
|
(svn r24692) -Cleanup: Cleanup final parts of the old resolver code.
|
2012-11-10 20:45:59 +00:00 |
|
alberth
|
4c9bea2a71
|
(svn r24692) -Cleanup: Cleanup final parts of the old resolver code.
|
2012-11-10 20:45:59 +00:00 |
|
alberth
|
c70c67d5b0
|
(svn r24690) -Codechange: Add resolver classes for industry tiles.
|
2012-11-10 20:44:38 +00:00 |
|
alberth
|
e087503fd6
|
(svn r24690) -Codechange: Add resolver classes for industry tiles.
|
2012-11-10 20:44:38 +00:00 |
|
alberth
|
0b8097be6b
|
(svn r24689) -Codechange: Add resolver classes for industries.
|
2012-11-10 20:44:10 +00:00 |
|
alberth
|
f7352871fa
|
(svn r24689) -Codechange: Add resolver classes for industries.
|
2012-11-10 20:44:10 +00:00 |
|
alberth
|
a2fe66cc02
|
(svn r24685) -Codechange: Add resolver classes for rail types.
|
2012-11-10 20:41:45 +00:00 |
|
alberth
|
82e6001451
|
(svn r24685) -Codechange: Add resolver classes for rail types.
|
2012-11-10 20:41:45 +00:00 |
|
alberth
|
6a619b40d5
|
(svn r24678) -Codechange: Introduce scope resolver base class and prepare for adding derived classes.
|
2012-11-10 20:37:31 +00:00 |
|
alberth
|
438495b433
|
(svn r24678) -Codechange: Introduce scope resolver base class and prepare for adding derived classes.
|
2012-11-10 20:37:31 +00:00 |
|
planetmaker
|
3f60a3d18a
|
(svn r23541) -Codechange: Consistent naming of widgets in NewGRF debug window
|
2011-12-16 17:15:40 +00:00 |
|
planetmaker
|
7c7bd7fe86
|
(svn r23541) -Codechange: Consistent naming of widgets in NewGRF debug window
|
2011-12-16 17:15:40 +00:00 |
|
truebrain
|
49e88dcbf0
|
(svn r23528) -Codechange: move widget enums to widgets/NNN_type.h
|
2011-12-15 22:22:55 +00:00 |
|
truebrain
|
2aa774e831
|
(svn r23528) -Codechange: move widget enums to widgets/NNN_type.h
|
2011-12-15 22:22:55 +00:00 |
|
rubidium
|
ac1e1e3a3f
|
(svn r23419) -Fix [FS#4864] (r23316): the sprite aligner was broken as it didn't scale properly to 'GUI' scale
|
2011-12-04 09:15:13 +00:00 |
|
rubidium
|
5fc4ce1eb1
|
(svn r23419) -Fix [FS#4864] (r23316): the sprite aligner was broken as it didn't scale properly to 'GUI' scale
|
2011-12-04 09:15:13 +00:00 |
|