Charles Dang
becdecd0f5
Small fixup/cleanup to the handling of window flags
...
* Merged the resolution keys into one pair
* Don't flag maximized off when switching to fullscreen. This fixes a case where
toggling back from fullscreen on a maximized window wouldn't return to maximized
* Fixed a typo in the maximized getter
2016-03-05 01:58:04 +11:00
Charles Dang
dc8e937164
tpreferences: disable Animate Water when deselecting Animate Map
2016-03-05 01:02:56 +11:00
Ignacio R. Morelle
89e05207e9
gui2/tpreferences: Clearer single-letter translatable strings
2016-03-04 02:43:31 -03:00
Ignacio R. Morelle
726f4b477d
log/windows: Don't call logging facilities during static var destruction
...
This is UB and a sure recipe for disaster if log.o's variables are
destructed first. The message is superfluous and not actually intended
to be displayed in normal use (hence debug level), so let's just not
poke dead men walking.
2016-03-04 01:56:50 -03:00
Celtic Minstrel
fab6633bc4
Update changelogs
2016-03-03 16:38:40 -05:00
Ignacio R. Morelle
dbebd452cc
Merge pull request #614 from techtonik/patch-1
...
Force console on Windows when --help is specified
2016-03-03 18:28:37 -03:00
Celtic Minstrel
e2c4bc6e53
THoT: Reimplement inspire ability using the new $other_unit variable
...
Bonus: It can now be used on units of level 0, 4, or 5.
(Might be useful for others copying this code.)
2016-03-03 16:19:38 -05:00
Celtic Minstrel
21bda20859
Update XCode project
2016-03-03 16:19:38 -05:00
ln-zookeeper
7ac79a4ea4
Updated RELEASE_NOTES
2016-03-03 23:11:31 +02:00
gfgtdf
e6ef29da5b
fix compilation
2016-03-03 22:07:28 +01:00
gfgtdf
7c27a3109c
attempt to fix 'continue play' button in replay view.
2016-03-03 21:58:20 +01:00
gfgtdf
215b7b3b7f
Add some log to wesnothd
...
mainly for the travis mp tests.
2016-03-03 21:58:20 +01:00
gfgtdf
699432f119
fix reset replay button
...
https://gna.org/bugs/?24490
2016-03-03 21:58:20 +01:00
gfgtdf
f25385690a
Update RELEASE_NOTES
2016-03-03 21:47:27 +01:00
loonycyborg
0b7b820f4f
scons: remove redundant source file reference
2016-03-03 21:12:03 +03:00
anatoly techtonik
a1dfb9924f
Use pipes in if for consistency
2016-03-03 19:41:35 +03:00
Charles Dang
1e68fcdb0a
tpreferences: fixed regression where certain advanced options weren't opening
...
This was accidentally broken in 2b6566682386cb4e30d474765e8b5d3f8b26cab3
2016-03-04 03:11:49 +11:00
Charles Dang
d66e33c80f
Merge contents of two prefs files
...
This moves these functions' implementations with others in the same header
2016-03-04 01:17:25 +11:00
Charles Dang
5267d83ebc
Cleaned up some unused preferences stuff
2016-03-04 00:55:18 +11:00
Charles Dang
c07d0d2365
Made ;friend <empty> and ;ignore <empty> open prefs to friends list (bug #24244 )
...
This also removed ;list and its alias ;display
2016-03-04 00:47:49 +11:00
Charles Dang
3d0f1364fb
tpreferences: added support for opening preferences to specific main/tab pages
2016-03-04 00:47:48 +11:00
Charles Dang
02597f0230
tstacked_widget: added getter method for layer grids
2016-03-04 00:47:47 +11:00
Charles Dang
ff7128f8dc
GUI.pyw: New years copyright update
2016-03-04 00:47:46 +11:00
gfgtdf
ab8bf2d97e
fix replay pause button description
...
https://gna.org/bugs/?24490
2016-03-03 12:03:07 +01:00
Charles Dang
fbad6bdddd
Merge pull request #604 from vn971/patch-2
...
help.cfg: healing clarification
2016-03-03 13:59:48 +11:00
Ignacio R. Morelle
c548e4a61a
New Year copyright update
2016-03-02 22:16:50 -03:00
Celtic Minstrel
13d52154fc
Add missing --noaddons and -u flags to manpage
2016-03-02 15:44:34 -05:00
ln-zookeeper
bc8c973a53
Added some missing translation markers for preferences tooltips
2016-03-02 19:38:14 +02:00
ln-zookeeper
a695558836
Restored name= SUF with a fix to actually make it work
2016-03-02 17:59:54 +02:00
anatoly techtonik
1516ab6fde
Force console on Windows when --help is specified
2016-03-02 16:19:20 +03:00
ln-zookeeper
d9326e13bf
Added an "Animate water" toggle to display preferences
2016-03-02 13:42:11 +02:00
Sergey Popov
703d783bad
Merge pull request #612 from techtonik/patch-1
...
SConstruct: Mention how to build Windows installer
2016-03-02 11:20:36 +03:00
Andreas Löf
8a5b4fed41
Make some transient messages transparent again
...
The transient messages transparency relies on the restorer
pattern. This enables it for certain transient messages, making sure
that they are drawn properly. Enabling it across all messages will
cause breakage.
This is a bit of a workaround, it should be changed to not rely on the
background restore functionality.
2016-03-02 20:58:48 +13:00
Celtic Minstrel
dfcdefeb2d
Merge pull request #613 from Wedge009/Spelling_corrections
...
Spelling corrections
2016-03-01 23:23:36 -05:00
Wedge009
b148907938
Spelling corrections
2016-03-02 15:20:44 +11:00
Ignacio R. Morelle
d8f302f7c9
pot and documentation update
2016-03-01 19:52:02 -03:00
anatoly techtonik
015cb9b3d9
SConstruct: Mention how to build Windows installer
2016-03-01 17:16:36 +03:00
Charles Dang
3d3541cd0d
tpreferences: fixed hotkeys not being saved across game sessions
...
The hotkeys dialog refactor accidentally removed the inclusion of
preferences::save_hotkeys();
2016-03-01 23:38:17 +11:00
Charles Dang
6ae882838b
tgame_load: manually truncate displayed name if too long
2016-03-01 21:58:54 +11:00
ln-zookeeper
1a70c37a46
Made "unit placed" events respect [unstore_unit] fire_event=
2016-03-01 11:26:33 +02:00
Celtic Minstrel
a72afff440
Fix gamestate inspector dialog
2016-03-01 02:23:05 -05:00
Charles Dang
475b710f73
tgrid: don't assert when failing to place grid
2016-03-01 15:02:38 +11:00
Charles Dang
0bcd76867f
tpreferences: some layout tweaks
2016-03-01 14:07:40 +11:00
Charles Dang
cc87fcbb58
Further cleanup, hopefully fixed build
2016-03-01 13:39:01 +11:00
Charles Dang
05b0d478ee
Cleaned out old GUI1 hotkeys dialog implementation
2016-03-01 08:07:40 +11:00
Charles Dang
fdb8b392c1
tpreferences: removed old Hotkey button under General
2016-03-01 08:02:11 +11:00
Charles Dang
cc8b2d0cd0
tpreferences: renamed pref panel files in order of appearance (fixup 7f5fe8c7f62b)
...
Since these files are included directly by WML and their number prefixes determines
the order in which the preprocessor reads them, they have to be renamed.
2016-03-01 07:52:53 +11:00
Charles Dang
40edd58872
tpreferences: formatting and minor code cleanup
2016-03-01 07:49:59 +11:00
Charles Dang
073188f727
tpreferences: switch Hotkeys status section to an icon view
2016-03-01 07:43:15 +11:00
Charles Dang
7f5fe8c7f6
tpreferences: moved Hotkeys option second
2016-03-01 07:23:20 +11:00