frosch
|
a47fb85cd8
|
(svn r27893) -Codechange: Use fallthrough attribute. (LordAro)
|
2017-08-13 18:38:42 +00:00 |
|
alberth
|
f286ba8db2
|
(svn r27653) -Fix(r27647): Rename FileOperation enum and values to SaveLoadOperation to avoid nameclash with windows compiler toolkit.
|
2016-09-04 16:06:50 +00:00 |
|
alberth
|
e735bbebce
|
(svn r27651) -Codechange: Introduce methods for setting the name and title of _file_to_saveload.
|
2016-09-04 12:58:04 +00:00 |
|
alberth
|
a959c0c965
|
(svn r27650) -Codechange: Replace SaveOrLoadMode by FileOperation and DetailedFileType.
|
2016-09-04 12:57:43 +00:00 |
|
alberth
|
c3bed437ee
|
(svn r27649) -Codechange: Introduce detailed file type enum, rebuild FiosType with it.
|
2016-09-04 12:57:20 +00:00 |
|
alberth
|
3b84827773
|
(svn r27648) -Codechange: Remove remaining _saveload_mode usage.
|
2016-09-04 12:56:56 +00:00 |
|
alberth
|
ec2b2fad58
|
(svn r27647) -Codechange: Introduce file operations, and use it to replace most of SaveLoadDialogMode
|
2016-09-04 12:56:23 +00:00 |
|
alberth
|
ac72a6b1ed
|
(svn r27646) -Codechange: Move _fios_items variable into the SaveLoadWindow class.
|
2016-09-04 12:55:54 +00:00 |
|
alberth
|
8a9e9f838b
|
(svn r27644) -Codechange: Split GetFiosItem into BuildFileList and FindItem, and move both to FileList.
|
2016-09-04 12:54:52 +00:00 |
|
alberth
|
93baf192a0
|
(svn r27642) -Codechange: FiosGet* file query functions take a destination file list.
|
2016-09-04 12:54:03 +00:00 |
|
alberth
|
a38cdeccc0
|
(svn r27641) -Codechange: Fold the _fios_items file list vector into its own class.
|
2016-09-04 12:50:22 +00:00 |
|
alberth
|
e78627f2f1
|
(svn r27638) -Codechange: Move FiosType enum, move and rename SetFiosType function.
|
2016-09-04 12:47:07 +00:00 |
|
alberth
|
757bc0a97b
|
(svn r27636) -Codechange: Rename FileType to AbstractFileType.
|
2016-09-04 12:46:07 +00:00 |
|
alberth
|
55c7c21c5d
|
(svn r27633) -Codechange: Extract _saveload_mode use from BuildFileList
|
2016-09-04 12:44:42 +00:00 |
|
peter1138
|
6872b647f1
|
(svn r26960) -Codechange: Draw sort button symbols as sprites, and pad sort buttons with non-static width.
|
2014-10-05 11:20:02 +00:00 |
|
frosch
|
9649cd8bea
|
(svn r26634) -Fix: 'Load' button was not properly enabled/disabled for old savegames without NewGRF information.
|
2014-06-08 15:49:54 +00:00 |
|
rubidium
|
5c7c2445d8
|
(svn r26489) -Codechange: properly account for the end of buffers in the file io code instead of assuming MAX_PATH is okay
|
2014-04-23 21:23:21 +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 |
|
planetmaker
|
8370162118
|
(svn r26428) -Add [FS#5953]: Load button for heightmap list
|
2014-03-25 21:47:07 +00:00 |
|
michi_cc
|
872acc5287
|
(svn r25668) -Codechange: Pass proper Unicode UCS-4 characters instead of just UCS-2 to the window key press handlers.
|
2013-08-05 20:36:24 +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
|
16feb5c4e9
|
(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
|
9c23446b2b
|
(svn r25089) -Codechange: Move CharSetFilter from QueryString to Textbuf.
|
2013-03-17 13:04:10 +00:00 |
|
frosch
|
18dcd2e6a4
|
(svn r24742) -Codechange: Remove QueryStringBaseWindow and store QueryStrings per widget instead.
|
2012-11-14 22:50:35 +00:00 |
|
frosch
|
ec27bcb6a6
|
(svn r24740) -Codechange: Remove duplicate members from QueryStringBaseWindow and directly use QueryString.
|
2012-11-14 22:50:26 +00:00 |
|
frosch
|
838388dcd5
|
(svn r24739) -Codechange: Simplify some code by using Textbuf::Assign.
|
2012-11-14 22:50:21 +00:00 |
|
frosch
|
0ab8e7939b
|
(svn r24738) -Codechange: Remove Textbuf::Initialize in favour of a constructor.
|
2012-11-14 22:50:17 +00:00 |
|
frosch
|
08e92e6f23
|
(svn r24733) -Codechange: Move handling of editbox keys to window class.
|
2012-11-13 21:47:02 +00:00 |
|
frosch
|
8f611527e9
|
(svn r24732) -Codechange: Unify handling of OK and CANCEL actions for editboxes.
|
2012-11-13 21:46:58 +00:00 |
|
frosch
|
e0f59fb049
|
(svn r24726) -Codechange: Move editbox mouseloop handling to Window class.
|
2012-11-13 21:46:33 +00:00 |
|
frosch
|
e95b757c11
|
(svn r24724) -Codechange: Move drawing of editboxes to the widget drawing code.
|
2012-11-13 21:46:19 +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
|
9b196d0fb4
|
(svn r24324) -Codechange: Turn functions dealing with Textbufs into member functions.
|
2012-06-04 15:30:29 +00:00 |
|
smatz
|
cbf64bbc6c
|
(svn r23901) -Fix: memory leak everytime one clicked a savegame in the load GUI
|
2012-02-05 15:51:13 +00:00 |
|
truebrain
|
000ff60e25
|
(svn r23531) -Codechange: document and rename widgets to be consistent and understandable
|
2011-12-16 16:27:45 +00:00 |
|
truebrain
|
49e88dcbf0
|
(svn r23528) -Codechange: move widget enums to widgets/NNN_type.h
|
2011-12-15 22:22:55 +00:00 |
|
rubidium
|
43e78a88ca
|
(svn r23475) -Codechange: queue critical error messages, so when multiple happen you won't miss any
|
2011-12-10 15:14:11 +00:00 |
|
rubidium
|
9aab2dc861
|
(svn r23474) -Codechange: move the declaration error related functions to error.h
|
2011-12-10 13:54:10 +00:00 |
|
yexo
|
442caecab0
|
(svn r23465) -Feature [FS#4827]: add 'find missing content online' button to 'load savegame' and 'find network game' windows
|
2011-12-09 21:49:52 +00:00 |
|
yexo
|
047957487a
|
(svn r23065) -Add: -q option to read a savegame, write some general info and exit
|
2011-10-30 13:47:45 +00:00 |
|
alberth
|
c8a1de957b
|
(svn r22513) -Add: Allow for saving a heightmap from the file dialogue window.
|
2011-05-28 13:55:59 +00:00 |
|
alberth
|
cae2d84af3
|
(svn r22512) -Add: Save heightmap.
|
2011-05-28 13:55:34 +00:00 |
|
alberth
|
19a9fc4a40
|
(svn r22500) -Doc: Fix and add fios doxygen documentation.
|
2011-05-27 21:20:07 +00:00 |
|
frosch
|
7e38395928
|
(svn r22463) -Fix [FS#4615]: Update the fios GUI immediatelly after scanning a new directory, so queued events reach the window when already updated.
|
2011-05-15 12:30:14 +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 |
|
terkhen
|
23f42e5769
|
(svn r22345) -Change: Remove pixel limiter for text buffers.
|
2011-04-17 18:44:09 +00:00 |
|
frosch
|
8c8349d5da
|
(svn r22249) -Codechange: Process some more invalidation of IDs during command scope.
|
2011-03-13 21:35:50 +00:00 |
|
frosch
|
4b4a40a72e
|
(svn r22241) -Codechange: Add additional to-be-used parameter to OnInvalidateData().
|
2011-03-13 21:31:29 +00:00 |
|