[Commits] [wesnoth/wesnoth] a74f10: Always use underscores in event names
GitHub
noreply at github.com
Fri Aug 5 05:44:13 UTC 2016
Branch: refs/heads/master
Home: https://github.com/wesnoth/wesnoth
Commit: a74f1054caceb2fb32afe1b48fa841955273c202
https://github.com/wesnoth/wesnoth/commit/a74f1054caceb2fb32afe1b48fa841955273c202
Author: Jyrki Vesterinen <sandgtx at gmail.com>
Date: 2016-08-05 (Fri, 05 Aug 2016)
Changed paths:
M data/campaigns/Eastern_Invasion/scenarios/07b_Undead_Crossing.cfg
M data/campaigns/Eastern_Invasion/scenarios/11_Captured.cfg
M data/campaigns/Heir_To_The_Throne/scenarios/01_The_Elves_Besieged.cfg
M data/campaigns/Legend_of_Wesmere/scenarios/chapter2/04_The_Elvish_Treasury.cfg
M data/campaigns/Legend_of_Wesmere/scenarios/chapter2/07_Elves_Last_Stand.cfg
M data/campaigns/Liberty/scenarios/08_Glory.cfg
M data/campaigns/Son_Of_The_Black_Eye/scenarios/09_Shan_Taum_the_Smug.cfg
M data/campaigns/Son_Of_The_Black_Eye/scenarios/10_Saving_Inarix.cfg
M data/campaigns/The_Rise_Of_Wesnoth/scenarios/22_The_Rise_of_Wesnoth.cfg
M data/campaigns/Under_the_Burning_Suns/scenarios/01_The_Morning_After.cfg
M data/campaigns/Under_the_Burning_Suns/scenarios/08_Out_of_the_Frying_Pan.cfg
M data/core/macros/ai_controller.cfg
M src/actions/attack.cpp
M src/actions/create.cpp
M src/actions/unit_creator.cpp
M src/ai/manager.cpp
M src/play_controller.cpp
M src/playsingle_controller.cpp
M src/scripting/game_lua_kernel.cpp
M src/synced_commands.cpp
Log Message:
-----------
Always use underscores in event names
Follow-up of 3cbf249b. This commit changes event names to be written with
underscores everywhere where events are fired (or every place I found in a
quick search, anyway).
More information about the Commits
mailing list