63288 Commits

Author SHA1 Message Date
Charles Dang
34838f3819 tcampaign_selection: fixed some bad_lexcical_cast assertions 2016-02-11 00:19:50 +11:00
Charles Dang
7740fe1f87 tpreferences: update file copyright 2016-02-10 23:49:35 +11:00
Charles Dang
77e2eb8228 tpreferences: display proper symbol for infinite autosaves 2016-02-10 23:47:13 +11:00
Charles Dang
5d60f991a1 Merge pull request #581 from Vultraz/prefs_dialog_refactor
GUI2 prefs dialog refactor
2016-02-10 21:09:18 +11:00
Charles Dang
0ff4830f8d Allow preferences::remove_acquaintance to return a bool success value
Also made use of the new value in tpreferences
2016-02-10 19:51:09 +11:00
Charles Dang
3c6edb49a0 Cleaned up some preferences-related includes and helper functions 2016-02-10 19:51:09 +11:00
Charles Dang
4e5a42cc42 tpreferences: refactored Advanced section to use a listbox
This allows the details widgets to stay in the same listbox cell as the main
displayed names
2016-02-10 19:51:08 +11:00
Charles Dang
fda94c8148 Removed unused [option] name_short keys from combobox-type advanced prefs 2016-02-10 19:51:07 +11:00
Charles Dang
d54490ec78 Removed some unnecessary dynamic_casts in callback bind helpers 2016-02-10 19:51:07 +11:00
Charles Dang
acd46a8353 gui2/tmp_alerts_options: applied some formatting 2016-02-10 19:51:06 +11:00
Charles Dang
faf5d82a4e gui2/tpreferences: switch back to Alerts dialog (as opposed to tab) for now 2016-02-10 19:51:05 +11:00
Charles Dang
1668b7518f Updated GUI2 unit tests 2016-02-10 19:51:05 +11:00
Charles Dang
758847d545 Cleaned up show_theme_dialog() a bit 2016-02-10 19:51:04 +11:00
Charles Dang
a8ca6a0543 Remove code for old GUI1 preferences dialog 2016-02-10 19:51:03 +11:00
Charles Dang
28acb89a77 Added advanced preferences for Adv. Graphics and Orb Colors 2016-02-10 19:51:02 +11:00
Charles Dang
9eecc28ef9 Moved 'Accept whispers from friends only' pref from Advanced to Multiplayer 2016-02-10 19:51:02 +11:00
Charles Dang
b7d56e0c11 gui2/tpreferences: implemented new gui2 Preferences dialog 2016-02-10 19:51:01 +11:00
Charles Dang
78ff082934 Merge pull request #593 from sigurdfdragon/AOI_Cleanup_&_Fixes
AOI cleanup & fixes
2016-02-10 13:05:51 +11:00
Charles Dang
b564fb7c5b Merge pull request #592 from sigurdfdragon/AOI_advisor_fix
AOI: Fix unreported bug of advisor dialog not showing in S4 & S5.
2016-02-10 13:05:36 +11:00
Charles Dang
9cfa7f55ae Merge pull request #591 from sigurdfdragon/Fix_Typo_in_Trolls_Description
Help: Fix typo in Trolls description.
2016-02-10 13:04:33 +11:00
Charles Dang
157b76fb1d Merge pull request #590 from sigurdfdragon/Typo_Fix_in_Orcs_Description
Help: Fix typo in Orcs description.
2016-02-10 13:03:12 +11:00
sigurdfdragon
36683cfb9b AOI: Fix unreported bug of advisor dialog not showing in S4 & S5.
Changes a few more occurrences than needed for standardization.
2016-02-09 20:39:32 -05:00
sigurdfdragon
b8d3935a1a AOI S7: Make Elvish Rangers loyal trait clearly indicated to the player. 2016-02-09 19:44:37 -05:00
sigurdfdragon
da273c5bc9 AOI: Make Lomarfel so he has same traits in both scenarios and loyal clearly indicated. 2016-02-09 19:37:24 -05:00
sigurdfdragon
652b0c0873 AOI S3: Remove duplicate die event.
It's already included with the {HERODEATH_ERLORNAS} macro.
2016-02-09 19:04:47 -05:00
sigurdfdragon
7a035a79c2 AOI S5: Change Linaera's side name to Mages & hide side in status table.
'Mages' is more common usage in Wesnoth, and there's no reason to see that side in the status table.
2016-02-09 19:00:40 -05:00
sigurdfdragon
953a9442b3 AOI: Standardize player and enemy team_name key. 2016-02-09 18:55:15 -05:00
sigurdfdragon
c7618d95ab AOI: Standardize all recruit lists.
Using quotes, alphabetical order by id, and no spaces.
2016-02-09 18:49:45 -05:00
sigurdfdragon
3501f6eb91 Help: Fix typo in Trolls description. 2016-02-09 18:31:28 -05:00
sigurdfdragon
2fe58d3e67 Help: Fix typo in Orcs description. 2016-02-09 18:25:56 -05:00
ln-zookeeper
457e0cea74 Fixed stray pixel 2016-02-09 09:20:43 +02:00
ln-zookeeper
e7188fbfa8 Replace water->void transition with a simpler void->water transition 2016-02-09 09:19:15 +02:00
ln-zookeeper
15a235232a Some small optimization of water rules 2016-02-09 09:04:18 +02:00
gfgtdf
acc5ef3b8d fix sample lua cavegen 2016-02-08 23:38:06 +01:00
gfgtdf
527c3b1a1e fix sample lua cavegen 2016-02-08 23:37:23 +01:00
gfgtdf
fc1c9ff699 fix error in lua sample mapgenerator 2016-02-08 23:34:07 +01:00
gfgtdf
ac79ff350a improve lua sample cave generator. 2016-02-08 23:14:03 +01:00
gfgtdf
37e613b6fc Added a sample lua map generator
this is more or less the code of the cavegen as used in HttT scenario 17
ported to lua.
2016-02-08 21:22:27 +01:00
gfgtdf
80a99f828c make wesnoth.random avaiable in for lua map gerneration
It has the same interface as math.random and the normal wesnoth.random
that is used in games.
2016-02-08 21:22:26 +01:00
gfgtdf
12b40cf458 make wesnoth.find_path function available to lua ganerators.
it doesn't support all parameters of the original find_path function
that is used during the game, because things like units or maps are not
avaiable.
2016-02-08 21:10:35 +01:00
gfgtdf
c1e080f2d4 always proceed with a mp campaign if you are the host. 2016-02-08 21:10:32 +01:00
gfgtdf
969157d79e fix color in help unit resitances
https://gna.org/bugs/?24381
2016-02-08 21:10:28 +01:00
gfgtdf
6d1d5f09b8 remove useless check_valid_name() calls
they are not needed anymore since the name is now checked with
config::valid_id()
2016-02-08 21:10:24 +01:00
gfgtdf
c55faadecc fix config::valid_id()
previously config::valid_id() had the following issues:
1) It passed its parameter by copy.
2) It used isalnum, which depends on the current locale, this means that
its reults might be different on different machines and it also means
that its slow becasue it must check the current locale.
2016-02-08 21:10:21 +01:00
Nils Kneuper
84ff8f4d96 updated Galician translation 2016-02-07 18:21:36 +01:00
Lari Nieminen
72100d866f Remove some unnecessary uses of * in rule maps 2016-02-07 14:51:19 +02:00
gfgtdf
a32371f40b Merge pull request #587 from Wedge009/vcproj_update
vcproj: Add missing combobox and drop_down_list files.
2016-02-07 01:21:46 +01:00
Charles Dang
6626bbce22 Add flag to get_available_resolutions() to include current resolution 2016-02-06 20:19:46 +11:00
Charles Dang
9a11e9e86a Remove reliance on static acquaintances_initialized variable
It wasn't set to true anywhere before anyway
2016-02-06 20:19:45 +11:00
Charles Dang
8b31f8fa28 Name lobby joins enum 2016-02-06 20:19:45 +11:00