Author: esr
Date: Sun Apr 12 02:40:07 2009
New Revision: 34747

URL: http://svn.gna.org/viewcvs/wesnoth?rev=34747&view=rev
Log:
Change the trannstive verb "stone" (as in "turn to stone") to "petrify", and
all related words such as "unstone", "stoned", etc. Former usage was not 
really correct and led to unhelpful ambigiuity with both "to stone" is in to hit
with thrown stones, and "stoned" meaning intoxicated.

All C++ code, WML, and tags are changed. New wmllint rules will handle all
lifting for UMC.  The wiki has been updated.

Will cause incompatibility with old savefiles containing stoned units.

Added:
    trunk/data/core/sounds/petrified.ogg   (props changed)
      - copied unchanged from r34746, trunk/data/core/sounds/stoned.ogg
    trunk/images/misc/petrified.png   (props changed)
      - copied unchanged from r34746, trunk/images/misc/stone.png
Removed:
    trunk/data/core/sounds/stoned.ogg
    trunk/images/misc/stone.png
Modified:
    trunk/changelog
    trunk/data/ai/formula/recruitment.fai
    trunk/data/campaigns/The_Rise_Of_Wesnoth/scenarios/09_Fallen_Lich_Point.cfg
    trunk/data/campaigns/The_South_Guard/scenarios/06b_The_Long_March.cfg
    
trunk/data/campaigns/Under_the_Burning_Suns/scenarios/09_Blood_is_Thicker_Than_Water.cfg
    trunk/data/core/macros/abilities.cfg
    trunk/data/core/macros/special-notes.cfg
    trunk/data/multiplayer/scenarios/2p_Caves_of_the_Basilisk.cfg
    trunk/data/multiplayer/scenarios/2p_Sullas_Ruins.cfg
    trunk/data/scenario-test.cfg
    trunk/data/tools/emacs_mode/wesnoth-wml-data.el
    trunk/data/tools/wmllint
    trunk/doc/manual/manual.txt
    trunk/players_changelog
    trunk/src/actions.cpp
    trunk/src/actions.hpp
    trunk/src/ai.cpp
    trunk/src/ai_attack.cpp
    trunk/src/attack_prediction.cpp
    trunk/src/attack_prediction_display.cpp
    trunk/src/display.hpp
    trunk/src/font.cpp
    trunk/src/font.hpp
    trunk/src/formula_ai.cpp
    trunk/src/game_events.cpp
    trunk/src/generate_report.cpp
    trunk/src/menu_events.cpp
    trunk/src/unit.cpp
    trunk/src/unit.hpp
    trunk/src/unit_frame.cpp

[This mail would be too long, it was shortened to contain the URLs only.]

Modified: trunk/changelog
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/changelog?rev=34747&r1=34746&r2=34747&view=diff

Modified: trunk/data/ai/formula/recruitment.fai
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/ai/formula/recruitment.fai?rev=34747&r1=34746&r2=34747&view=diff

Modified: 
trunk/data/campaigns/The_Rise_Of_Wesnoth/scenarios/09_Fallen_Lich_Point.cfg
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/campaigns/The_Rise_Of_Wesnoth/scenarios/09_Fallen_Lich_Point.cfg?rev=34747&r1=34746&r2=34747&view=diff

Modified: trunk/data/campaigns/The_South_Guard/scenarios/06b_The_Long_March.cfg
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/campaigns/The_South_Guard/scenarios/06b_The_Long_March.cfg?rev=34747&r1=34746&r2=34747&view=diff

Modified: 
trunk/data/campaigns/Under_the_Burning_Suns/scenarios/09_Blood_is_Thicker_Than_Water.cfg
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/campaigns/Under_the_Burning_Suns/scenarios/09_Blood_is_Thicker_Than_Water.cfg?rev=34747&r1=34746&r2=34747&view=diff

Modified: trunk/data/core/macros/abilities.cfg
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/core/macros/abilities.cfg?rev=34747&r1=34746&r2=34747&view=diff

Modified: trunk/data/core/macros/special-notes.cfg
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/core/macros/special-notes.cfg?rev=34747&r1=34746&r2=34747&view=diff

Removed: trunk/data/core/sounds/stoned.ogg
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/core/sounds/stoned.ogg?rev=34746&view=auto

Modified: trunk/data/multiplayer/scenarios/2p_Caves_of_the_Basilisk.cfg
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/multiplayer/scenarios/2p_Caves_of_the_Basilisk.cfg?rev=34747&r1=34746&r2=34747&view=diff

Modified: trunk/data/multiplayer/scenarios/2p_Sullas_Ruins.cfg
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/multiplayer/scenarios/2p_Sullas_Ruins.cfg?rev=34747&r1=34746&r2=34747&view=diff

Modified: trunk/data/scenario-test.cfg
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/scenario-test.cfg?rev=34747&r1=34746&r2=34747&view=diff

Modified: trunk/data/tools/emacs_mode/wesnoth-wml-data.el
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/tools/emacs_mode/wesnoth-wml-data.el?rev=34747&r1=34746&r2=34747&view=diff

Modified: trunk/data/tools/wmllint
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/data/tools/wmllint?rev=34747&r1=34746&r2=34747&view=diff

Modified: trunk/doc/manual/manual.txt
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/doc/manual/manual.txt?rev=34747&r1=34746&r2=34747&view=diff

Removed: trunk/images/misc/stone.png
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/images/misc/stone.png?rev=34746&view=auto

Modified: trunk/players_changelog
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/players_changelog?rev=34747&r1=34746&r2=34747&view=diff

Modified: trunk/src/actions.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/actions.cpp?rev=34747&r1=34746&r2=34747&view=diff

Modified: trunk/src/actions.hpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/actions.hpp?rev=34747&r1=34746&r2=34747&view=diff

Modified: trunk/src/ai.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/ai.cpp?rev=34747&r1=34746&r2=34747&view=diff

Modified: trunk/src/ai_attack.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/ai_attack.cpp?rev=34747&r1=34746&r2=34747&view=diff

Modified: trunk/src/attack_prediction.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/attack_prediction.cpp?rev=34747&r1=34746&r2=34747&view=diff

Modified: trunk/src/attack_prediction_display.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/attack_prediction_display.cpp?rev=34747&r1=34746&r2=34747&view=diff

Modified: trunk/src/display.hpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/display.hpp?rev=34747&r1=34746&r2=34747&view=diff

Modified: trunk/src/font.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/font.cpp?rev=34747&r1=34746&r2=34747&view=diff

Modified: trunk/src/font.hpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/font.hpp?rev=34747&r1=34746&r2=34747&view=diff

Modified: trunk/src/formula_ai.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/formula_ai.cpp?rev=34747&r1=34746&r2=34747&view=diff

Modified: trunk/src/game_events.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/game_events.cpp?rev=34747&r1=34746&r2=34747&view=diff

Modified: trunk/src/generate_report.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/generate_report.cpp?rev=34747&r1=34746&r2=34747&view=diff

Modified: trunk/src/menu_events.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/menu_events.cpp?rev=34747&r1=34746&r2=34747&view=diff

Modified: trunk/src/unit.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/unit.cpp?rev=34747&r1=34746&r2=34747&view=diff

Modified: trunk/src/unit.hpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/unit.hpp?rev=34747&r1=34746&r2=34747&view=diff

Modified: trunk/src/unit_frame.cpp
URL: 
http://svn.gna.org/viewcvs/wesnoth/trunk/src/unit_frame.cpp?rev=34747&r1=34746&r2=34747&view=diff


_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits

Reply via email to