pelya
8a0247fb39
Cloudsave support
2014-08-26 02:04:54 +03:00
pelya
b0b9043159
WIP save to network - fixed UI
2014-08-25 01:51:44 +03:00
pelya
35baed064a
WIP backup savegames to network
2014-08-25 01:49:35 +03:00
frosch
b702e94d70
(svn r26652) [1.4] -Backport from trunk:
...
- Fix: Segmentation fault when encountering a .obg/.obs/.obm with empty string/zero length MD5 checksums [FS#6038] (r26637)
- Fix: The 'Load' button was not properly enabled/disabled for old savegames without NewGRF information (r26634)
- Fix: If the video driver fails to supply a list of resolutions, display an error message [FS#6012] (r26629)
2014-08-19 19:25:25 +03:00
Sergii Pylypenko
7c024612f6
Merge remote-tracking branch 'upstream/master'
2014-04-02 22:54:47 +03:00
planetmaker
8370162118
(svn r26428) -Add [FS#5953]: Load button for heightmap list
2014-03-25 21:47:07 +00:00
pelya
9f48f8fab6
Fixed file selector GUI once again
2014-03-22 02:32:54 +02:00
pelya
6bdb30fea5
Fix to file selector GUI
2014-03-22 01:44:41 +02:00
Sergii Pylypenko
390776ea07
Centered strings in file lists
2014-03-19 23:52:22 +02:00
Sergii Pylypenko
53c5f2bae3
Revert "Centered strings in file lists and in dropdowns"
...
This reverts commit 383826139c .
2014-03-19 23:50:56 +02:00
Sergii Pylypenko
31904e34d6
Centered strings in file lists
2014-03-19 22:40:59 +02:00
Sergii Pylypenko
661b461567
Fixed save/load dialog too tall
2014-03-19 21:44:52 +02:00
Juanjo
0442649289
Add min sizing.
2014-03-15 21:35:16 +02: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
rubidium
c46cadf3fd
(svn r21895) -Cleanup: get rid of the unused SLD_NEW_GAME
2011-01-22 23:08:32 +00:00
rubidium
05199a641a
(svn r21890) -Cleanup: remove some unneeded includes
2011-01-22 14:52:20 +00:00
rubidium
28da832781
(svn r21406) -Codechange: rename some textbuf related names to make them a bit more descriptive
2010-12-05 22:21:37 +00:00
rubidium
07987cc6a9
(svn r21151) -Fix [FS#4221]: Sort arrow wasn't accounted for in two windows causing it to be overwritten by the "sort by" string
2010-11-12 16:29:09 +00:00
planetmaker
98de280343
(svn r21116) -Add [FS#3012]: Reduce the chances to accidentially break savegames with NewGRFs
2010-11-07 21:46:41 +00:00
frosch
2d5ef5e5a8
(svn r20461) -Codechange: Replace WWT_HSCROLLBAR, WWT_SCROLLBAR and WWT_SCROLL2BAR with NWID_HSCROLLBAR and NWID_VSCROLLBAR.
2010-08-12 09:16:43 +00:00