Author: silene Date: Fri May 1 18:14:33 2009 New Revision: 35383 URL: http://svn.gna.org/viewcvs/wesnoth?rev=35383&view=rev Log: The dependency graph of Wesnoth is plain idiotic. As if pathfind.cpp needed to depend on font.hpp...
Modified:
trunk/src/actions.cpp
trunk/src/ai/ai_actions.hpp
trunk/src/ai/contexts.hpp
trunk/src/config_adapter.cpp
trunk/src/formula_function.cpp
trunk/src/game_display.cpp
trunk/src/game_preferences.cpp
trunk/src/gamestatus.cpp
trunk/src/gamestatus.hpp
trunk/src/generate_report.cpp
trunk/src/help.cpp
trunk/src/intro.cpp
trunk/src/menu_events.hpp
trunk/src/pathfind.cpp
trunk/src/playturn.cpp
trunk/src/replay.cpp
trunk/src/savegame.cpp
trunk/src/savegame.hpp
trunk/src/tests/utils/fake_display.cpp
trunk/src/tests/utils/play_scenario.cpp
trunk/src/unit.cpp
trunk/src/unit_animation.cpp
trunk/src/unit_animation.hpp
trunk/src/unit_frame.cpp
trunk/src/unit_frame.hpp
trunk/src/unit_types.cpp
trunk/src/unit_types.hpp
trunk/src/upload_log.cpp
trunk/src/variable.cpp
[This mail would be too long, it was shortened to contain the URLs only.]
Modified: trunk/src/actions.cpp
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/src/actions.cpp?rev=35383&r1=35382&r2=35383&view=diff
Modified: trunk/src/ai/ai_actions.hpp
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/src/ai/ai_actions.hpp?rev=35383&r1=35382&r2=35383&view=diff
Modified: trunk/src/ai/contexts.hpp
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/src/ai/contexts.hpp?rev=35383&r1=35382&r2=35383&view=diff
Modified: trunk/src/config_adapter.cpp
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/src/config_adapter.cpp?rev=35383&r1=35382&r2=35383&view=diff
Modified: trunk/src/formula_function.cpp
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/src/formula_function.cpp?rev=35383&r1=35382&r2=35383&view=diff
Modified: trunk/src/game_display.cpp
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/src/game_display.cpp?rev=35383&r1=35382&r2=35383&view=diff
Modified: trunk/src/game_preferences.cpp
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/src/game_preferences.cpp?rev=35383&r1=35382&r2=35383&view=diff
Modified: trunk/src/gamestatus.cpp
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/src/gamestatus.cpp?rev=35383&r1=35382&r2=35383&view=diff
Modified: trunk/src/gamestatus.hpp
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/src/gamestatus.hpp?rev=35383&r1=35382&r2=35383&view=diff
Modified: trunk/src/generate_report.cpp
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/src/generate_report.cpp?rev=35383&r1=35382&r2=35383&view=diff
Modified: trunk/src/help.cpp
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/src/help.cpp?rev=35383&r1=35382&r2=35383&view=diff
Modified: trunk/src/intro.cpp
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/src/intro.cpp?rev=35383&r1=35382&r2=35383&view=diff
Modified: trunk/src/menu_events.hpp
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/src/menu_events.hpp?rev=35383&r1=35382&r2=35383&view=diff
Modified: trunk/src/pathfind.cpp
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/src/pathfind.cpp?rev=35383&r1=35382&r2=35383&view=diff
Modified: trunk/src/playturn.cpp
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/src/playturn.cpp?rev=35383&r1=35382&r2=35383&view=diff
Modified: trunk/src/replay.cpp
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/src/replay.cpp?rev=35383&r1=35382&r2=35383&view=diff
Modified: trunk/src/savegame.cpp
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/src/savegame.cpp?rev=35383&r1=35382&r2=35383&view=diff
Modified: trunk/src/savegame.hpp
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/src/savegame.hpp?rev=35383&r1=35382&r2=35383&view=diff
Modified: trunk/src/tests/utils/fake_display.cpp
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/src/tests/utils/fake_display.cpp?rev=35383&r1=35382&r2=35383&view=diff
Modified: trunk/src/tests/utils/play_scenario.cpp
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/src/tests/utils/play_scenario.cpp?rev=35383&r1=35382&r2=35383&view=diff
Modified: trunk/src/unit.cpp
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/src/unit.cpp?rev=35383&r1=35382&r2=35383&view=diff
Modified: trunk/src/unit_animation.cpp
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/src/unit_animation.cpp?rev=35383&r1=35382&r2=35383&view=diff
Modified: trunk/src/unit_animation.hpp
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/src/unit_animation.hpp?rev=35383&r1=35382&r2=35383&view=diff
Modified: trunk/src/unit_frame.cpp
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/src/unit_frame.cpp?rev=35383&r1=35382&r2=35383&view=diff
Modified: trunk/src/unit_frame.hpp
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/src/unit_frame.hpp?rev=35383&r1=35382&r2=35383&view=diff
Modified: trunk/src/unit_types.cpp
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/src/unit_types.cpp?rev=35383&r1=35382&r2=35383&view=diff
Modified: trunk/src/unit_types.hpp
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/src/unit_types.hpp?rev=35383&r1=35382&r2=35383&view=diff
Modified: trunk/src/upload_log.cpp
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/src/upload_log.cpp?rev=35383&r1=35382&r2=35383&view=diff
Modified: trunk/src/variable.cpp
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/src/variable.cpp?rev=35383&r1=35382&r2=35383&view=diff
_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits
