wesnoth/src
Steve Cotton 5a1a8663a1 Allow translatable strings to display carets to the user (#4359)
Treat "editor^The overlays '^Uf' and '^Ufi' are deprecated because ..."
as a having translation hint "editor", and show "The overlays ..." to the
user. This disallows using carets inside the translation hint itself.

Code already reviewed in the discussion in #4359.
2019-10-06 23:55:38 +02:00
..
actions Removed trailing tabs and whitespaces from C++ source 2019-08-04 22:31:10 +11:00
addon Clean up some Cppcheck warnings by passing args as const refs (#4364) 2019-09-20 09:34:19 +02:00
ai Prepend 'SDL2/' to all SDL includes 2019-07-22 15:35:55 +11:00
boost-patched/bind Formatting cleanup: > > to '>>` 2018-02-21 12:11:21 +11:00
campaign_server campaignd: Explicitly check for before= and after= in add-ons list requests 2019-01-16 20:37:19 -03:00
crypt_blowfish Upgrade to PHP 5.6.27 bcrypt 2018-03-13 19:58:43 -05:00
desktop Clean up some Cppcheck warnings by passing args as const refs (#4364) 2019-09-20 09:34:19 +02:00
editor make maps with scenario_generation usable in editor 2019-08-16 21:23:17 +02:00
font New font::span_color overload. 2019-09-26 16:07:44 +00:00
formula Fix Wdeprecated-copy in wfl::variant, and add move operations 2019-07-16 09:53:47 +11:00
game_events Remove support for legacy menu markup 2019-09-18 22:48:53 -04:00
game_initialization Fix the MP lobby reloaded indicator always saying the game isn't reloaded. 2019-10-06 17:31:20 +02:00
generators Removed trailing tabs and whitespaces from C++ source 2019-08-04 22:31:10 +11:00
gui Improve the terrain code's encapsulation (#4411) 2019-10-03 14:30:04 +02:00
help Improve the terrain code's encapsulation (#4411) 2019-10-03 14:30:04 +02:00
hotkey Try to clarify that these commands are for Replay point-of-view. 2019-09-25 13:49:05 +10:00
lua Lua: implement our own load() instead of monkey-patching Lua code 2018-10-07 03:23:46 +00:00
macosx We no longer support OS X Lion - remove legacy code 2018-10-07 03:24:09 +00:00
map Improve the terrain code's encapsulation (#4411) 2019-10-03 14:30:04 +02:00
pathfind Throw exception as per request 2019-07-11 21:20:06 +11:00
preferences Removed trailing tabs and whitespaces from C++ source 2019-08-04 22:31:10 +11:00
scripting Partly revert "Lua: make side.flag and side.flag_icon writable" 2019-09-29 18:38:56 +00:00
sdl Wrap the SDL render batch hint with SDL version conditional. 2019-09-24 16:59:44 +10:00
serialization Allow '1-infinity' in ranges, and tighten the schema's validation of ranges 2019-08-29 22:28:22 +02:00
server Use BIT(1) for fields with only 2 possible non-NULL values. 2019-09-28 09:27:20 +02:00
spirit_po codespell fixes to /src 2018-02-08 21:54:09 +11:00
storyscreen Fix building with Xcode 10 (#3460) 2018-10-07 03:24:17 +00:00
terrain Improve the terrain code's encapsulation (#4411) 2019-10-03 14:30:04 +02:00
tests Clean up some Cppcheck warnings by passing args as const refs (#4364) 2019-09-20 09:34:19 +02:00
units Alter the special notes syntax in EffectWML so that the note macros can be reused in that context 2019-10-04 23:49:05 -04:00
utils Made regex for matching network addresses stricter 2019-01-06 12:49:50 +03:00
whiteboard Removed trailing tabs and whitespaces from C++ source 2019-08-04 22:31:10 +11:00
widgets Migrate links to https if available 2019-09-08 07:53:28 +02:00
xBRZ Migrate links to https if available - Fwd c18537edc0 2018-10-07 03:23:36 +00:00
.clang-format Clang Format: added SpaceAfterTemplateKeyword (disabled) 2017-05-22 01:32:54 +11:00
about.cpp Migrate links to https if available - Fwd c18537edc0 2018-10-07 03:23:36 +00:00
about.hpp Migrate links to https if available - Fwd c18537edc0 2018-10-07 03:23:36 +00:00
animated.cpp Prepend 'SDL2/' to all SDL includes 2019-07-22 15:35:55 +11:00
animated.hpp Migrate links to https if available - Fwd c18537edc0 2018-10-07 03:23:36 +00:00
animated.tpp Migrate links to https if available - Fwd c18537edc0 2018-10-07 03:23:36 +00:00
arrow.cpp Migrate links to https if available - Fwd c18537edc0 2018-10-07 03:23:36 +00:00
arrow.hpp Migrate links to https if available - Fwd c18537edc0 2018-10-07 03:23:36 +00:00
attack_prediction.cpp Clean up some Cppcheck warnings by passing args as const refs (#4364) 2019-09-20 09:34:19 +02:00
attack_prediction.hpp Migrate links to https if available - Fwd c18537edc0 2018-10-07 03:23:36 +00:00
boilerplate-header.cpp Migrate links to https if available - Fwd c18537edc0 2018-10-07 03:23:36 +00:00
buffered_istream.hpp Migrate links to https if available - Fwd c18537edc0 2018-10-07 03:23:36 +00:00
build_info.cpp Prepend 'SDL2/' to all SDL includes 2019-07-22 15:35:55 +11:00
build_info.hpp Migrate links to https if available - Fwd c18537edc0 2018-10-07 03:23:36 +00:00
carryover.cpp add [set_menu_item] persistent=yes/no 2019-03-20 20:27:58 +01:00
carryover.hpp Migrate links to https if available - Fwd c18537edc0 2018-10-07 03:23:36 +00:00
chat_command_handler.cpp Remove client-side nickserv command functionality. 2019-08-22 10:41:51 +02:00
chat_command_handler.hpp Remove client-side nickserv command functionality. 2019-08-22 10:41:51 +02:00
chat_events.cpp Migrate links to https if available - Fwd c18537edc0 2018-10-07 03:23:36 +00:00
chat_events.hpp Migrate links to https if available - Fwd c18537edc0 2018-10-07 03:23:36 +00:00
chat_log.cpp Implement saving MP chat message history (#1194, #2802) 2018-10-07 03:19:26 +00:00
chat_log.hpp Implement saving MP chat message history (#1194, #2802) 2018-10-07 03:19:26 +00:00
CMakeLists.txt Remove check for boost.thread from buildsystems since it's not used anymore 2019-09-28 14:21:04 +03:00
color.cpp Migrate links to https if available - Fwd c18537edc0 2018-10-07 03:23:36 +00:00
color.hpp Fix error: missing noexcept 2018-10-07 03:24:38 +00:00
color_range.cpp Migrate links to https if available - Fwd c18537edc0 2018-10-07 03:23:36 +00:00
color_range.hpp Migrate links to https if available - Fwd c18537edc0 2018-10-07 03:23:36 +00:00
commandline_options.cpp Add --output option to redirect diff/patch output to a file of your choice 2019-08-30 23:23:10 -04:00
commandline_options.hpp Add --output option to redirect diff/patch output to a file of your choice 2019-08-30 23:23:10 -04:00
config.cpp Removed trailing tabs and whitespaces from C++ source 2019-08-04 22:31:10 +11:00
config.hpp put [resource] before other content (again); fixes #3345 2018-10-18 19:25:49 +02:00
config_attribute_value.cpp Migrate links to https if available - Fwd c18537edc0 2018-10-07 03:23:36 +00:00
config_attribute_value.hpp Migrate links to https if available - Fwd c18537edc0 2018-10-07 03:23:36 +00:00
config_cache.cpp Prepend 'SDL2/' to all SDL includes 2019-07-22 15:35:55 +11:00
config_cache.hpp Implement validation of the core game config WML 2018-10-23 22:36:40 -04:00
configr_assign.hpp Migrate links to https if available - Fwd c18537edc0 2018-10-07 03:23:36 +00:00
controller_base.cpp iOS: double-tap for context menu 2018-10-28 18:21:54 +02:00
controller_base.hpp Removed trailing tabs and whitespaces from C++ source 2019-08-04 22:31:10 +11:00
countdown_clock.cpp Migrate links to https if available - Fwd c18537edc0 2018-10-07 03:23:36 +00:00
countdown_clock.hpp Prepend 'SDL2/' to all SDL includes 2019-07-22 15:35:55 +11:00
cursor.cpp Cleaned up various surface-related backend things 2019-07-22 15:39:00 +11:00
cursor.hpp Migrate links to https if available - Fwd c18537edc0 2018-10-07 03:23:36 +00:00
deprecation.cpp Fix building with Xcode 10 (#3460) 2018-10-07 03:24:17 +00:00
deprecation.hpp Migrate links to https if available - Fwd c18537edc0 2018-10-07 03:23:36 +00:00
display.cpp Clean up some Cppcheck warnings by passing args as const refs (#4364) 2019-09-20 09:34:19 +02:00
display.hpp Clean up some Cppcheck warnings by passing args as const refs (#4364) 2019-09-20 09:34:19 +02:00
display_chat_manager.cpp Prepend 'SDL2/' to all SDL includes 2019-07-22 15:35:55 +11:00
display_chat_manager.hpp Migrate links to https if available - Fwd c18537edc0 2018-10-07 03:23:36 +00:00
display_context.cpp Bad const_cast. Shoo. 2019-07-11 17:51:18 +11:00
display_context.hpp Bad const_cast. Shoo. 2019-07-11 17:51:18 +11:00
events.cpp Rule of Five for event::sdl_handler 2019-08-15 01:39:45 +11:00
events.hpp Rule of Five for event::sdl_handler 2019-08-15 01:39:45 +11:00
exceptions.hpp Migrate links to https if available - Fwd c18537edc0 2018-10-07 03:23:36 +00:00
fake_unit_manager.cpp Migrate links to https if available - Fwd c18537edc0 2018-10-07 03:23:36 +00:00
fake_unit_manager.hpp Migrate links to https if available - Fwd c18537edc0 2018-10-07 03:23:36 +00:00
fake_unit_ptr.cpp Removed trailing tabs and whitespaces from C++ source 2019-08-04 22:31:10 +11:00
fake_unit_ptr.hpp Migrate links to https if available - Fwd c18537edc0 2018-10-07 03:23:36 +00:00
filesystem.cpp fs: Drop filesystem::init() and Windows XP-specific code in it 2019-09-24 06:49:55 -03:00
filesystem.hpp fs: Drop filesystem::init() and Windows XP-specific code in it 2019-09-24 06:49:55 -03:00
filesystem_common.cpp Migrate links to https if available - Fwd c18537edc0 2018-10-07 03:23:36 +00:00
filesystem_sdl.cpp Prepend 'SDL2/' to all SDL includes 2019-07-22 15:35:55 +11:00
filter_context.hpp Migrate links to https if available - Fwd c18537edc0 2018-10-07 03:23:36 +00:00
floating_label.cpp Cleaned up various surface-related backend things 2019-07-22 15:39:00 +11:00
floating_label.hpp Migrate links to https if available - Fwd c18537edc0 2018-10-07 03:23:36 +00:00
floating_textbox.cpp Migrate links to https if available 2019-09-08 07:53:28 +02:00
floating_textbox.hpp Migrate links to https if available 2019-09-08 07:53:28 +02:00
format_time_summary.cpp Migrate links to https if available - Fwd c18537edc0 2018-10-07 03:23:36 +00:00
format_time_summary.hpp Migrate links to https if available - Fwd c18537edc0 2018-10-07 03:23:36 +00:00
formatter.hpp Migrate links to https if available - Fwd c18537edc0 2018-10-07 03:23:36 +00:00
game_board.cpp heal units on recall list at scenario end 2019-09-05 15:05:19 +02:00
game_board.hpp Bad const_cast. Shoo. 2019-07-11 17:51:18 +11:00
game_classification.cpp Fix -Wdeprecated-copy compiler warnings with gcc 9 2019-07-16 13:11:05 +03:00
game_classification.hpp Fix -Wdeprecated-copy compiler warnings with gcc 9 2019-07-16 13:11:05 +03:00
game_config.cpp Document game_config::team_rgb_name 2019-09-16 20:49:49 +00:00
game_config.hpp Adds a preference item for a sound being played and desktop notifications in the lobby when a new game is created. 2019-08-27 13:41:01 +10:00
game_config_manager.cpp Do a better job of catching pbl parse errors for addons 2019-04-24 18:45:59 -05:00
game_config_manager.hpp Migrate links to https if available - Fwd c18537edc0 2018-10-07 03:23:36 +00:00
game_data.cpp Migrate links to https if available - Fwd c18537edc0 2018-10-07 03:23:36 +00:00
game_data.hpp Support [disallow_end_turn]reason= and use it in the tutorial 2018-11-24 17:46:29 -05:00
game_display.cpp Cleaned up various surface-related backend things 2019-07-22 15:39:00 +11:00
game_display.hpp unit_moves: Show the predicted unit moves, not the current ones 2019-05-24 15:34:32 +00:00
game_end_exceptions.cpp Migrate links to https if available - Fwd c18537edc0 2018-10-07 03:23:36 +00:00
game_end_exceptions.hpp Migrate links to https if available - Fwd c18537edc0 2018-10-07 03:23:36 +00:00
game_errors.hpp Migrate links to https if available - Fwd c18537edc0 2018-10-07 03:23:36 +00:00
game_launcher.cpp Prepend 'SDL2/' to all SDL includes 2019-07-22 15:35:55 +11:00
game_launcher.hpp Clean up some Cppcheck warnings by passing args as const refs (#4364) 2019-09-20 09:34:19 +02:00
game_state.cpp Prepend 'SDL2/' to all SDL includes 2019-07-22 15:35:55 +11:00
game_state.hpp Healing: Instead of hardcoding a turn-and-side-number check, indirect through a boolean. 2018-10-21 17:16:53 +00:00
game_version.cpp Codacy: Error-prone Code 2018-10-27 14:11:30 -05:00
game_version.hpp Codacy: Error-prone Code 2018-10-27 14:11:30 -05:00
generic_event.cpp Migrate links to https if available - Fwd c18537edc0 2018-10-07 03:23:36 +00:00
generic_event.hpp Migrate links to https if available - Fwd c18537edc0 2018-10-07 03:23:36 +00:00
gettext.cpp Allow translatable strings to display carets to the user (#4359) 2019-10-06 23:55:38 +02:00
gettext.hpp Campaign selection: Add search functionality 2019-01-27 23:44:19 +11:00
global.hpp Migrate links to https if available - Fwd c18537edc0 2018-10-07 03:23:36 +00:00
halo.cpp Cleaned up various surface-related backend things 2019-07-22 15:39:00 +11:00
halo.hpp Migrate links to https if available - Fwd c18537edc0 2018-10-07 03:23:36 +00:00
hash.cpp #3634, #3557: Port from iOS: Compile with Apple crypto framework instead of OpenSSL. 2018-10-25 23:20:04 -07:00
hash.hpp Migrate links to https if available - Fwd c18537edc0 2018-10-07 03:23:36 +00:00
image_modifications.cpp Cleaned up various surface-related backend things 2019-07-22 15:39:00 +11:00
image_modifications.hpp Migrate links to https if available - Fwd c18537edc0 2018-10-07 03:23:36 +00:00
joystick.cpp Migrate links to https if available 2019-09-08 07:53:28 +02:00
joystick.hpp Migrate links to https if available 2019-09-08 07:53:28 +02:00
key.cpp Migrate links to https if available - Fwd c18537edc0 2018-10-07 03:23:36 +00:00
key.hpp Prepend 'SDL2/' to all SDL includes 2019-07-22 15:35:55 +11:00
language.cpp Migrate links to https if available - Fwd c18537edc0 2018-10-07 03:23:36 +00:00
language.hpp Migrate links to https if available - Fwd c18537edc0 2018-10-07 03:23:36 +00:00
language_win32.ii Addressed most of the remaining whitespace issues from #2613 2018-03-11 14:59:37 +11:00
lexical_cast.hpp Migrate links to https if available - Fwd c18537edc0 2018-10-07 03:23:36 +00:00
libc_error.hpp Migrate links to https if available - Fwd c18537edc0 2018-10-07 03:23:36 +00:00
log.cpp Migrate links to https if available - Fwd c18537edc0 2018-10-07 03:23:36 +00:00
log.hpp Migrate links to https if available - Fwd c18537edc0 2018-10-07 03:23:36 +00:00
log_windows.cpp Migrate links to https if available 2019-09-08 07:53:28 +02:00
log_windows.hpp Migrate links to https if available - Fwd c18537edc0 2018-10-07 03:23:36 +00:00
lua_jailbreak_exception.cpp Migrate links to https if available - Fwd c18537edc0 2018-10-07 03:23:36 +00:00
lua_jailbreak_exception.hpp Migrate links to https if available - Fwd c18537edc0 2018-10-07 03:23:36 +00:00
map_command_handler.hpp Clean up some Cppcheck warnings by passing args as const refs (#4364) 2019-09-20 09:34:19 +02:00
map_settings.cpp Fix building with Xcode 10 (#3460) 2018-10-07 03:24:17 +00:00
map_settings.hpp Fix building with Xcode 10 (#3460) 2018-10-07 03:24:17 +00:00
menu_events.cpp recall: When checking whether the recall list is empty, account for whiteboard. 2019-09-26 16:07:44 +00:00
menu_events.hpp Migrate links to https if available - Fwd c18537edc0 2018-10-07 03:23:36 +00:00
minimap.cpp Cleaned up various surface-related backend things 2019-07-22 15:39:00 +11:00
minimap.hpp Migrate links to https if available - Fwd c18537edc0 2018-10-07 03:23:36 +00:00
mouse_events.cpp Prepend 'SDL2/' to all SDL includes 2019-07-22 15:35:55 +11:00
mouse_events.hpp Prepend 'SDL2/' to all SDL includes 2019-07-22 15:35:55 +11:00
mouse_handler_base.cpp iOS: Long-touch context menu. Work around event queue delays. 2018-10-28 18:21:54 +02:00
mouse_handler_base.hpp Prepend 'SDL2/' to all SDL includes 2019-07-22 15:35:55 +11:00
movetype.cpp Improve the terrain code's encapsulation (#4411) 2019-10-03 14:30:04 +02:00
movetype.hpp Refactoring [movetype] to deprecate the "flies" key, use "flying" instead 2019-08-01 18:58:56 +02:00
mp_game_settings.cpp fix not generating leaders when loading a start of scenario save 2018-10-22 01:34:23 +02:00
mp_game_settings.hpp fix not generating leaders when loading a start of scenario save 2018-10-22 01:34:23 +02:00
mp_ui_alerts.cpp Remove trailing white-space. 2019-08-27 13:41:01 +10:00
mp_ui_alerts.hpp Address comments against #3246 in order to resolve #2016. 2019-08-27 13:41:01 +10:00
mt_rng.cpp fix mt_rng::rotate_random 2019-03-19 01:17:50 +01:00
mt_rng.hpp Migrate links to https if available - Fwd c18537edc0 2018-10-07 03:23:36 +00:00
multiplayer_error_codes.hpp Migrate links to https if available - Fwd c18537edc0 2018-10-07 03:23:36 +00:00
network_asio.cpp Migrate links to https if available - Fwd c18537edc0 2018-10-07 03:23:36 +00:00
network_asio.hpp Migrate links to https if available - Fwd c18537edc0 2018-10-07 03:23:36 +00:00
overlay.hpp add z_order attribute to wesnoth.add_tile_overlay fixes #3156 2018-10-21 03:06:08 +02:00
pathutils.cpp Removed trailing tabs and whitespaces from C++ source 2019-08-04 22:31:10 +11:00
pathutils.hpp Migrate links to https if available - Fwd c18537edc0 2018-10-07 03:23:36 +00:00
pathutils_impl.hpp Removed trailing tabs and whitespaces from C++ source 2019-08-04 22:31:10 +11:00
persist_context.cpp Migrate links to https if available - Fwd c18537edc0 2018-10-07 03:23:36 +00:00
persist_context.hpp Migrate links to https if available - Fwd c18537edc0 2018-10-07 03:23:36 +00:00
persist_manager.cpp Migrate links to https if available - Fwd c18537edc0 2018-10-07 03:23:36 +00:00
persist_manager.hpp Migrate links to https if available - Fwd c18537edc0 2018-10-07 03:23:36 +00:00
persist_var.cpp inculde header file for gettext (#3962) 2019-03-11 13:08:59 +01:00
persist_var.hpp Migrate links to https if available - Fwd c18537edc0 2018-10-07 03:23:36 +00:00
picture.cpp Removed set_pixel_format 2019-07-23 12:30:01 +11:00
picture.hpp Removed set_pixel_format 2019-07-23 12:30:01 +11:00
play_controller.cpp Rename [unit_type_fix] to [modify_unit_type] for clarity. 2019-10-04 11:17:41 -05:00
play_controller.hpp Revert #4188 and its fixup #4230 2019-08-16 14:49:38 +00:00
playmp_controller.cpp Fix [leave_game] being ignored by clients during linger. 2019-09-25 14:57:59 -05:00
playmp_controller.hpp Removed trailing tabs and whitespaces from C++ source 2019-08-04 22:31:10 +11:00
playsingle_controller.cpp Add optional reason when using the stopgame command. 2019-09-13 09:32:20 +02:00
playsingle_controller.hpp Revert #4188 and its fixup #4230 2019-08-16 14:49:38 +00:00
playturn.cpp Fix [leave_game] being ignored by clients during linger. 2019-09-25 14:57:59 -05:00
playturn.hpp Migrate links to https if available - Fwd c18537edc0 2018-10-07 03:23:36 +00:00
playturn_network_adapter.cpp Clean up some Cppcheck warnings by passing args as const refs (#4364) 2019-09-20 09:34:19 +02:00
playturn_network_adapter.hpp Clean up some Cppcheck warnings by passing args as const refs (#4364) 2019-09-20 09:34:19 +02:00
quit_confirmation.cpp Migrate links to https if available - Fwd c18537edc0 2018-10-07 03:23:36 +00:00
quit_confirmation.hpp VS2019 seems to complain if std::string is used but <string> is not actually #included. 2019-04-06 17:20:14 +11:00
random.cpp Migrate links to https if available - Fwd c18537edc0 2018-10-07 03:23:36 +00:00
random.hpp Migrate links to https if available - Fwd c18537edc0 2018-10-07 03:23:36 +00:00
random_deterministic.cpp Migrate links to https if available - Fwd c18537edc0 2018-10-07 03:23:36 +00:00
random_deterministic.hpp Migrate links to https if available - Fwd c18537edc0 2018-10-07 03:23:36 +00:00
random_synced.cpp Migrate links to https if available - Fwd c18537edc0 2018-10-07 03:23:36 +00:00
random_synced.hpp Migrate links to https if available - Fwd c18537edc0 2018-10-07 03:23:36 +00:00
recall_list_manager.cpp Migrate links to https if available - Fwd c18537edc0 2018-10-07 03:23:36 +00:00
recall_list_manager.hpp RCA AI: remove unused function get_recall_list() 2018-11-16 06:43:36 -08:00
replay.cpp small team.cpp cleanup 2018-11-13 13:28:29 +01:00
replay.hpp Migrate links to https if available - Fwd c18537edc0 2018-10-07 03:23:36 +00:00
replay_controller.cpp Remove code from replay_controller that's already handled by the hotkey system 2019-07-28 18:38:18 +02:00
replay_controller.hpp Remove code from replay_controller that's already handled by the hotkey system 2019-07-28 18:38:18 +02:00
replay_helper.cpp Migrate links to https if available - Fwd c18537edc0 2018-10-07 03:23:36 +00:00
replay_helper.hpp Migrate links to https if available - Fwd c18537edc0 2018-10-07 03:23:36 +00:00
replay_recorder_base.cpp Migrate links to https if available - Fwd c18537edc0 2018-10-07 03:23:36 +00:00
replay_recorder_base.hpp Migrate links to https if available - Fwd c18537edc0 2018-10-07 03:23:36 +00:00
reports.cpp Sidebar: Do not show the ten-thousands-of-a-percent digit. 2019-09-30 15:08:28 +00:00
reports.hpp Migrate links to https if available - Fwd c18537edc0 2018-10-07 03:23:36 +00:00
resources.cpp Migrate links to https if available - Fwd c18537edc0 2018-10-07 03:23:36 +00:00
resources.hpp Migrate links to https if available - Fwd c18537edc0 2018-10-07 03:23:36 +00:00
save_blocker.cpp Migrate links to https if available - Fwd c18537edc0 2018-10-07 03:23:36 +00:00
save_blocker.hpp Prepend 'SDL2/' to all SDL includes 2019-07-22 15:35:55 +11:00
save_index.cpp save_index: Move a space out of a translatable string. 2019-09-30 17:58:42 +00:00
save_index.hpp Migrate links to https if available - Fwd c18537edc0 2018-10-07 03:23:36 +00:00
saved_game.cpp Rename [unit_type_fix] to [modify_unit_type] for clarity. 2019-10-04 11:17:41 -05:00
saved_game.hpp put [resource] before other content (again); fixes #3345 2018-10-18 19:25:49 +02:00
savegame.cpp Minor code cleanup 2019-07-01 18:31:06 +11:00
savegame.hpp Ensure invalid savename characters are stripped from scenario names earlier (fixes #4116) 2019-07-01 18:31:05 +11:00
SConscript WIP: implement battery status querying on GNU/Linux 2018-10-30 07:48:11 +02:00
SConstruct Basic 2to3 fixes 2017-09-20 15:04:50 +02:00
seed_rng.cpp Migrate links to https if available - Fwd c18537edc0 2018-10-07 03:23:36 +00:00
seed_rng.hpp Migrate links to https if available - Fwd c18537edc0 2018-10-07 03:23:36 +00:00
show_dialog.cpp Migrate links to https if available 2019-09-08 07:53:28 +02:00
show_dialog.hpp Migrate links to https if available 2019-09-08 07:53:28 +02:00
side_filter.cpp Migrate links to https if available - Fwd c18537edc0 2018-10-07 03:23:36 +00:00
side_filter.hpp Migrate links to https if available - Fwd c18537edc0 2018-10-07 03:23:36 +00:00
sound.cpp Prepend 'SDL2/' to all SDL includes 2019-07-22 15:35:55 +11:00
sound.hpp Extend the image localization system to sounds and music (#3935) 2019-03-03 16:13:30 -05:00
sound_music_track.cpp Cross-platform music track reading 2019-01-22 11:26:05 +11:00
sound_music_track.hpp Fixes track titles not being set from WML. 2018-10-07 03:24:14 +00:00
soundsource.cpp Prepend 'SDL2/' to all SDL includes 2019-07-22 15:35:55 +11:00
soundsource.hpp Migrate links to https if available - Fwd c18537edc0 2018-10-07 03:23:36 +00:00
statistics.cpp statistics: Move the hitrate_t ostream formatter to the correct namespace, to match the declaration. 2019-06-13 19:15:29 +00:00
statistics.hpp Code formatting changes. 2019-06-05 10:31:10 +00:00
synced_checkup.cpp Migrate links to https if available - Fwd c18537edc0 2018-10-07 03:23:36 +00:00
synced_checkup.hpp Migrate links to https if available - Fwd c18537edc0 2018-10-07 03:23:36 +00:00
synced_commands.cpp Removed trailing tabs and whitespaces from C++ source 2019-08-04 22:31:10 +11:00
synced_commands.hpp VS2019 seems to complain if std::string is used but <string> is not actually #included. 2019-04-06 17:20:14 +11:00
synced_context.cpp Migrate links to https if available - Fwd c18537edc0 2018-10-07 03:23:36 +00:00
synced_context.hpp Migrate links to https if available - Fwd c18537edc0 2018-10-07 03:23:36 +00:00
synced_user_choice.cpp Fix two typos in comments. 2019-04-28 15:33:37 +03:00
synced_user_choice.hpp Make the remaining string of #3962 translatable 2019-03-11 13:50:44 +01:00
syncmp_handler.cpp Migrate links to https if available - Fwd c18537edc0 2018-10-07 03:23:36 +00:00
syncmp_handler.hpp Migrate links to https if available - Fwd c18537edc0 2018-10-07 03:23:36 +00:00
team.cpp fix [modify_side] controller=ai for the current side 2019-10-05 16:27:04 +02:00
team.hpp Add color names to the Status Table, sidebar and top bar 2019-09-26 15:58:02 +00:00
teambuilder.cpp Migrate links to https if available - Fwd c18537edc0 2018-10-07 03:23:36 +00:00
teambuilder.hpp Migrate links to https if available - Fwd c18537edc0 2018-10-07 03:23:36 +00:00
theme.cpp Fix #3744: Changing theme twice (#3779) 2018-12-15 18:24:42 +02:00
theme.hpp Prepend 'SDL2/' to all SDL includes 2019-07-22 15:35:55 +11:00
time_of_day.cpp Migrate links to https if available - Fwd c18537edc0 2018-10-07 03:23:36 +00:00
time_of_day.hpp Migrate links to https if available - Fwd c18537edc0 2018-10-07 03:23:36 +00:00
tod_manager.cpp Merge pull request #2664 from holius-fr/liminal_bonus 2018-11-17 13:04:49 -05:00
tod_manager.hpp Merge pull request #2664 from holius-fr/liminal_bonus 2018-11-17 13:04:49 -05:00
tooltips.cpp Prepend 'SDL2/' to all SDL includes 2019-07-22 15:35:55 +11:00
tooltips.hpp Migrate links to https if available - Fwd c18537edc0 2018-10-07 03:23:36 +00:00
tracer.cpp Migrate links to https if available - Fwd c18537edc0 2018-10-07 03:23:36 +00:00
tracer.hpp Migrate links to https if available - Fwd c18537edc0 2018-10-07 03:23:36 +00:00
tstring.cpp fixup! Fix textdomain id computation when there are >=128 textdomains and char is signed (as on windows). 2019-01-07 18:16:45 +00:00
tstring.hpp Migrate links to https if available - Fwd c18537edc0 2018-10-07 03:23:36 +00:00
variable.cpp Migrate links to https if available - Fwd c18537edc0 2018-10-07 03:23:36 +00:00
variable.hpp Migrate links to https if available - Fwd c18537edc0 2018-10-07 03:23:36 +00:00
variable_info.cpp Migrate links to https if available - Fwd c18537edc0 2018-10-07 03:23:36 +00:00
variable_info.hpp Migrate links to https if available - Fwd c18537edc0 2018-10-07 03:23:36 +00:00
variable_info_detail.hpp Revert "Disallow creating variables with invalid WML tag names (fixes #3877)" 2019-01-19 17:29:55 +02:00
variable_info_private.hpp Migrate links to https if available - Fwd c18537edc0 2018-10-07 03:23:36 +00:00
video.cpp Removed set_pixel_format 2019-07-23 12:30:01 +11:00
video.hpp Migrate links to https if available - Fwd c18537edc0 2018-10-07 03:23:36 +00:00
wesconfig.h Post-release version bump 2019-08-20 00:56:10 +11:00
wesnoth.cpp fs: Drop filesystem::init() and Windows XP-specific code in it 2019-09-24 06:49:55 -03:00
wesnoth_lua_config.h Migrate links to https if available - Fwd c18537edc0 2018-10-07 03:23:36 +00:00
wesnoth_lua_config.md Upgrade to Lua 5.3.5 2018-10-07 03:23:26 +00:00
wesnothd_connection.cpp Wesnothd Connection: fixed debug code 2019-08-06 22:02:35 +11:00
wesnothd_connection.hpp Wednothd Connection: reimplement wait_and_receive_data with std::conditional_variable 2019-08-06 19:37:13 +11:00
wesnothd_connection_error.hpp Fix [leave_game] being ignored by clients during linger. 2019-09-25 14:57:59 -05:00
wml_exception.cpp Migrate links to https if available - Fwd c18537edc0 2018-10-07 03:23:36 +00:00
wml_exception.hpp Migrate links to https if available - Fwd c18537edc0 2018-10-07 03:23:36 +00:00
wml_separators.hpp Migrate links to https if available - Fwd c18537edc0 2018-10-07 03:23:36 +00:00