rubidium
|
927734e6ce
|
(svn r24065) -Feature-ish [FS#5101]: debug option for showing the redrawn dirty blocks/rectangles
|
2012-03-25 19:06:59 +00:00 |
|
truebrain
|
05af1d176b
|
(svn r23536) -Codechange: document and rename widgets to be consistent and understandable
|
2011-12-16 16:49:53 +00:00 |
|
truebrain
|
2aa774e831
|
(svn r23528) -Codechange: move widget enums to widgets/NNN_type.h
|
2011-12-15 22:22:55 +00:00 |
|
truebrain
|
df0afdf0dc
|
(svn r23525) -Codechange: make Window::flags4 WindowFlags instead of uint16, with only values known in WindowFlags (and move out 2 timers to their own variable)
-Codechange: rename Window::flags4 to Window::flags
-Codechange: move some non-inline functions from .hpp to .cpp
|
2011-12-15 19:54:23 +00:00 |
|
peter1138
|
4e97261315
|
(svn r23314) -Add: Add settings to restrict viewport zoom levels.
|
2011-11-24 12:20:14 +00:00 |
|
yexo
|
ad232bd497
|
(svn r22932) -Fix [FS#4766]: disable the white border on window creation for several windows (based on patch by monoid)
|
2011-09-15 13:26:27 +00:00 |
|
rubidium
|
421053a694
|
(svn r22788) -Codechange: move modal progress related functions and variables to progress.cpp/h
|
2011-08-21 12:48:46 +00:00 |
|
rubidium
|
37415b9cf7
|
(svn r22785) -Codechange: rename IsGeneratingWorld to HasModalProgress
|
2011-08-21 12:46:46 +00:00 |
|
planetmaker
|
3045c3fd2a
|
(svn r22675) -Change: Add a menu entry for the sprite bounding box debuging feature in the help menu and enable bounding boxes only in conjunction with the newgrf developer tools
|
2011-07-20 16:19:48 +00:00 |
|
rubidium
|
1a515e6344
|
(svn r22405) -Document: some more "random-ish" tidbits
|
2011-05-01 19:14:12 +00:00 |
|
rubidium
|
bc9a803ea9
|
(svn r22362) -Codechange: NetworkFindClientInfoFromClientID -> NetworkClientInfo::GetByClientID
|
2011-04-22 15:54:16 +00:00 |
|
terkhen
|
10caf391a1
|
(svn r22343) -Change: Remove pixel limiter for query strings.
|
2011-04-17 18:42:17 +00:00 |
|
frosch
|
ec9540a12a
|
(svn r22241) -Codechange: Add additional to-be-used parameter to OnInvalidateData().
|
2011-03-13 21:31:29 +00:00 |
|
frosch
|
19b7249ade
|
(svn r22135) -Fix [FS#4523]: When commands need to invalidate windows, process these events asynchronously before the next redraw. Calling window code directly from command scope uses wrong _current_company and might issue nested DoCommands() which interfer with the running command.
|
2011-02-23 20:54:55 +00:00 |
|
rubidium
|
5286de116b
|
(svn r22028) -Cleanup: remove traces of a debugging "feature" that got disabled a long time ago
|
2011-02-08 20:47:48 +00:00 |
|
rubidium
|
bc3ce1e53b
|
(svn r22018) -Cleanup: remove some (now) unneeded includes of functions.h
|
2011-02-07 22:37:22 +00:00 |
|
frosch
|
d82475cf88
|
(svn r21988) -Change: Disable smooth scrolling for GHK_CENTER_ZOOM when zooming is also involved.
|
2011-02-05 21:07:25 +00:00 |
|
frosch
|
9e1695aa1e
|
(svn r21977) -Codechange: Always cal Window::OnMouseWheel(), independent of viewport scroll/zoom settings.
|
2011-02-05 16:36:37 +00:00 |
|
rubidium
|
849772f0fd
|
(svn r21889) -Fix [FS#4434]: crash when scrolling outside of the main window (with some video backends)
|
2011-01-22 14:51:36 +00:00 |
|
terkhen
|
679cd3c21b
|
(svn r21803) -Cleanup: Remove unnecessary semicolons.
|
2011-01-15 15:36:58 +00:00 |
|
alberth
|
852e647bcc
|
(svn r21627) -Codechange: Remove _place_proc global variable.
|
2010-12-24 15:08:19 +00:00 |
|
planetmaker
|
9336dccee6
|
(svn r21459) -Feature(tte) [FS#3217]: Hotkey Ctrl+W for returning to the main menu
|
2010-12-10 23:38:26 +00:00 |
|
alberth
|
8f24ec9471
|
(svn r21018) -Doc: Add Doxygen comments to some function.
|
2010-10-23 18:28:20 +00:00 |
|
rubidium
|
6431055810
|
(svn r21000) -Feature[tte]: chat directly to the server or a bot/admin/irc channel monitoring the server (dihedral)
|
2010-10-20 07:30:15 +00:00 |
|
smatz
|
ee3d635eb8
|
(svn r20840) -Fix: make write to NULL pointer volatile so it's not optimised away
|
2010-09-24 13:45:02 +00:00 |
|
rubidium
|
1e0e4b8cb6
|
(svn r20618) -Fix [FS#4081]: drawing the "OpenTTD" text in the intro game caused crashes with very low resolutions
|
2010-08-25 19:02:51 +00:00 |
|
terkhen
|
2339b34021
|
(svn r20361) -Fix [FS#3989]: Stop vehicle following after zooming out.
|
2010-08-04 08:58:45 +00:00 |
|
rubidium
|
e356cb9405
|
(svn r20281) -Codechange: unify case scope closure + break coding style
|
2010-08-01 18:53:30 +00:00 |
|
alberth
|
be6c058424
|
(svn r20211) -Codechange: Indented code should have curly braces around it.
|
2010-07-24 10:14:39 +00:00 |
|
yexo
|
902cefaa41
|
(svn r20077) -Codechange: remove the space between "open" and "ttd" in the title screen
|
2010-07-04 12:49:51 +00:00 |
|
yexo
|
063909962a
|
(svn r20074) -Fix (r20065): highscore window should use the same hotkey for quit as the toolbar
|
2010-07-04 11:28:16 +00:00 |
|
yexo
|
70a35a94b5
|
(svn r20059) -Feature: customizable hotkeys for the main window (the global hotkeys)
|
2010-07-03 13:42:27 +00:00 |
|
rubidium
|
a2d6961ab3
|
(svn r19813) -Fix (r19807): initialising viewports kinda failed
|
2010-05-13 10:00:51 +00:00 |
|
rubidium
|
3118292b14
|
(svn r19807) -Codechange: instead of having an unnamed enum and passing it as an int, name the enum and pass that
|
2010-05-13 08:56:01 +00:00 |
|
smatz
|
0ef33548c2
|
(svn r19614) -Codechange: "it's" => "its" where appropriate
|
2010-04-12 14:12:47 +00:00 |
|
rubidium
|
82fc28f77f
|
(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header
|
2010-01-15 16:41:15 +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 |
|
rubidium
|
0e78fdb54c
|
(svn r18486) -Fix: when switching language and you're getting a different font, recalculate the coordinates/sizes of the viewport signs. Otherwise it gets glitchy or abbreviated (in the smallmap)
|
2009-12-13 19:33:07 +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
|
458c73aecb
|
(svn r18318) -Codechange: add an enum value for manual window placement
|
2009-11-28 13:54:28 +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
|
3d2d7af88f
|
(svn r18086) -Codechange: remove 'widget' from WindowDesc
|
2009-11-15 10:26:01 +00:00 |
|
rubidium
|
e1f0d0476e
|
(svn r17953) -Fix: when you start giving money (input window for amount), then get moved to spectators and you click 'Ok' a crash would occur
|
2009-11-02 15:39:03 +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
|
d6cded5380
|
(svn r17693) -Cleanup: remove some unneeded includes
|
2009-10-04 17:16:41 +00:00 |
|
rubidium
|
0032405093
|
(svn r17673) -Codechange: make InvalidateThisWindowData a function of the window class
|
2009-09-30 21:00:35 +00:00 |
|
alberth
|
116c77c342
|
(svn r17572) -Codechange: Use the Window::GetWidget() function to access nested widgets through the nested_array.
|
2009-09-19 11:31:12 +00:00 |
|
rubidium
|
7fbc33dae1
|
(svn r17248) -Fix: add GPL license notice where appropriate
|
2009-08-21 20:21:05 +00:00 |
|
rubidium
|
1fe3ad3288
|
(svn r17075) -Codechange: rename ~750 strings to be more uniform with their relatives
|
2009-08-05 17:59:21 +00:00 |
|
alberth
|
9734c0922c
|
(svn r17021) -Codechange: Use nested widgets for the main window.
|
2009-08-01 12:42:27 +00:00 |
|