rubidium
|
26b203e3ff
|
(svn r18781) -Codechange: pass the CommandCost to the callback instead of whether it succeeded or not.
-Fix: AIs did update their last cost incorrectly in network games if the cost of the DC_EXEC phase differed from the ~DC_EXEC phase.
|
2010-01-11 18:46:09 +00:00 |
|
rubidium
|
2b97f38cd1
|
(svn r18781) -Codechange: pass the CommandCost to the callback instead of whether it succeeded or not.
-Fix: AIs did update their last cost incorrectly in network games if the cost of the DC_EXEC phase differed from the ~DC_EXEC phase.
|
2010-01-11 18:46:09 +00:00 |
|
alberth
|
0e9dac92d2
|
(svn r18588) -Feature [FS#2943]: Add shading and unshading of windows.
|
2009-12-21 16:24:29 +00:00 |
|
alberth
|
91872aca48
|
(svn r18588) -Feature [FS#2943]: Add shading and unshading of windows.
|
2009-12-21 16:24:29 +00:00 |
|
alberth
|
f20e477a02
|
(svn r18580) -Codechange: Use widget information only for setting scrollbar capacity.
|
2009-12-20 20:08:39 +00:00 |
|
alberth
|
5a083f183e
|
(svn r18580) -Codechange: Use widget information only for setting scrollbar capacity.
|
2009-12-20 20:08:39 +00:00 |
|
rubidium
|
8c11679381
|
(svn r18342) -Fix: erroneous spaces before ;
|
2009-11-29 19:20:39 +00:00 |
|
rubidium
|
2e2f72b971
|
(svn r18342) -Fix: erroneous spaces before ;
|
2009-11-29 19:20:39 +00:00 |
|
rubidium
|
45eb0be570
|
(svn r18322) -Codechange: remove the WDP duplication; no need to tell the same twice.
|
2009-11-28 14:42:35 +00:00 |
|
rubidium
|
293dfd7c3e
|
(svn r18322) -Codechange: remove the WDP duplication; no need to tell the same twice.
|
2009-11-28 14:42:35 +00:00 |
|
rubidium
|
ab417c6c06
|
(svn r18280) -Codechange: remove widget indices that are not needed for custom drawing/handling input
|
2009-11-24 21:13:36 +00:00 |
|
rubidium
|
8d6e323ef8
|
(svn r18280) -Codechange: remove widget indices that are not needed for custom drawing/handling input
|
2009-11-24 21:13:36 +00:00 |
|
rubidium
|
50359b2d08
|
(svn r18277) -Codechange: remove unneeded widget indices for close, resize and sticky boxes and for window captions
|
2009-11-24 18:05:55 +00:00 |
|
rubidium
|
14300d309c
|
(svn r18277) -Codechange: remove unneeded widget indices for close, resize and sticky boxes and for window captions
|
2009-11-24 18:05:55 +00:00 |
|
rubidium
|
f8b79068e6
|
(svn r18274) -Codechange: remove the unused WDF flags
|
2009-11-24 17:28:29 +00:00 |
|
rubidium
|
69b6d9309a
|
(svn r18274) -Codechange: remove the unused WDF flags
|
2009-11-24 17:28:29 +00:00 |
|
rubidium
|
d4d7347157
|
(svn r18237) -Codechange: make the group GUI big font aware
|
2009-11-22 19:18:51 +00:00 |
|
rubidium
|
3d6edbdf46
|
(svn r18237) -Codechange: make the group GUI big font aware
|
2009-11-22 19:18:51 +00:00 |
|
rubidium
|
6f82d2b53b
|
(svn r18236) -Codechange: make the group gui behave 'better aligned'
|
2009-11-22 18:51:58 +00:00 |
|
rubidium
|
c95963a0d7
|
(svn r18236) -Codechange: make the group gui behave 'better aligned'
|
2009-11-22 18:51:58 +00:00 |
|
alberth
|
5bee09c924
|
(svn r18230) -Codechange: Allow fill stepsize to be set from Window::UpdateWidgetSize().
|
2009-11-22 18:28:14 +00:00 |
|
alberth
|
450e40b997
|
(svn r18230) -Codechange: Allow fill stepsize to be set from Window::UpdateWidgetSize().
|
2009-11-22 18:28:14 +00:00 |
|
alberth
|
18b33fde83
|
(svn r18229) -Codechange: Make fill_x, fill_y a number instead of a bool.
|
2009-11-22 18:26:01 +00:00 |
|
alberth
|
2b6f792513
|
(svn r18229) -Codechange: Make fill_x, fill_y a number instead of a bool.
|
2009-11-22 18:26:01 +00:00 |
|
rubidium
|
c227abd7c3
|
(svn r18213) -Codechange: it's not needed to manually set the fill, (re)size and tooltip for scrollbars
|
2009-11-22 11:24:30 +00:00 |
|
rubidium
|
8204f226f1
|
(svn r18213) -Codechange: it's not needed to manually set the fill, (re)size and tooltip for scrollbars
|
2009-11-22 11:24:30 +00:00 |
|
rubidium
|
f106bbbe5c
|
(svn r18212) -Codechange: remove unneeded 'parameters' for WWT_CAPTION, WWT_CLOSEBOX and WWT_STICKYBOX in the nested widget arrays
|
2009-11-22 11:20:12 +00:00 |
|
rubidium
|
d913282e7a
|
(svn r18212) -Codechange: remove unneeded 'parameters' for WWT_CAPTION, WWT_CLOSEBOX and WWT_STICKYBOX in the nested widget arrays
|
2009-11-22 11:20:12 +00:00 |
|
rubidium
|
ef4e936acb
|
(svn r18211) -Cleanup: remove unneeded tooltip, size and fill 'parameters' from WWT_RESIZEBOX instances
|
2009-11-22 11:10:17 +00:00 |
|
rubidium
|
e9b6e73333
|
(svn r18211) -Cleanup: remove unneeded tooltip, size and fill 'parameters' from WWT_RESIZEBOX instances
|
2009-11-22 11:10:17 +00:00 |
|
rubidium
|
8e11cd3a42
|
(svn r18152) -Codechange: remove the 'minimum window size' from the WindowDesc; it's determined from the (nested) widgets
|
2009-11-17 19:16:48 +00:00 |
|
rubidium
|
5f2ddfbc5a
|
(svn r18152) -Codechange: remove the 'minimum window size' from the WindowDesc; it's determined from the (nested) widgets
|
2009-11-17 19:16:48 +00:00 |
|
rubidium
|
ab85bb7080
|
(svn r18134) -Codechange: scale the offset of the text/vehicle in the vehicle lists based on the font and the unit numbers in the list
|
2009-11-17 09:09:20 +00:00 |
|
rubidium
|
bdb118aa69
|
(svn r18134) -Codechange: scale the offset of the text/vehicle in the vehicle lists based on the font and the unit numbers in the list
|
2009-11-17 09:09:20 +00:00 |
|
rubidium
|
684e63e2b5
|
(svn r18130) -Codechange: initial steps into making the vehicle/group lists big font and RTL aware
|
2009-11-16 21:28:12 +00:00 |
|
rubidium
|
e438fc6a80
|
(svn r18130) -Codechange: initial steps into making the vehicle/group lists big font and RTL aware
|
2009-11-16 21:28:12 +00:00 |
|
rubidium
|
a13fd6ddce
|
(svn r18126) -Codechange: remove duplicate (since r18119) scrollbar capacity/matrix initialisation
|
2009-11-16 20:34:57 +00:00 |
|
rubidium
|
626de6b128
|
(svn r18126) -Codechange: remove duplicate (since r18119) scrollbar capacity/matrix initialisation
|
2009-11-16 20:34:57 +00:00 |
|
rubidium
|
b01251092e
|
(svn r18086) -Codechange: remove 'widget' from WindowDesc
|
2009-11-15 10:26:01 +00:00 |
|
rubidium
|
3d2d7af88f
|
(svn r18086) -Codechange: remove 'widget' from WindowDesc
|
2009-11-15 10:26:01 +00:00 |
|
alberth
|
d2095a15e8
|
(svn r18066) -Codechange: Make group gui window use pure nested widgets.
|
2009-11-13 21:42:49 +00:00 |
|
alberth
|
e016fa0fac
|
(svn r18066) -Codechange: Make group gui window use pure nested widgets.
|
2009-11-13 21:42:49 +00:00 |
|
alberth
|
33386b5a9c
|
(svn r18059) -Codechange: Move some variable declarations to their use.
|
2009-11-13 18:17:46 +00:00 |
|
alberth
|
ad2c2c2be3
|
(svn r18059) -Codechange: Move some variable declarations to their use.
|
2009-11-13 18:17:46 +00:00 |
|
alberth
|
125ca20d45
|
(svn r17865) -Codechange: Remove references to specific widgets and step-heights from BaseVehicleListWindow::DrawVehicleListItems().
|
2009-10-25 13:33:56 +00:00 |
|
alberth
|
413f6b880f
|
(svn r17865) -Codechange: Remove references to specific widgets and step-heights from BaseVehicleListWindow::DrawVehicleListItems().
|
2009-10-25 13:33:56 +00:00 |
|
rubidium
|
c1365b3cc1
|
(svn r17853) -Codechange: remove the 'delta' parameter from OnResize; it was used in ways that aren't always wanted, causing bugs and the like. Also with nested widgets most reasons for handling OnResize have gone.
|
2009-10-24 14:53:55 +00:00 |
|
rubidium
|
ca0521f89f
|
(svn r17853) -Codechange: remove the 'delta' parameter from OnResize; it was used in ways that aren't always wanted, causing bugs and the like. Also with nested widgets most reasons for handling OnResize have gone.
|
2009-10-24 14:53:55 +00:00 |
|
rubidium
|
b72898c8a3
|
(svn r17786) -Fix [FS#3265]: graphical glitches (matrices/scrollbars with wrong 'size') upon reiniting windows
|
2009-10-17 14:29:10 +00:00 |
|
rubidium
|
d1d35b95b6
|
(svn r17786) -Fix [FS#3265]: graphical glitches (matrices/scrollbars with wrong 'size') upon reiniting windows
|
2009-10-17 14:29:10 +00:00 |
|