Author: fendrin Date: Sat Mar 12 19:09:17 2011 New Revision: 48864 URL: http://svn.gna.org/viewcvs/wesnoth?rev=48864&view=rev Log: Made the side management and the info displaying for the sides complete.
Modified:
branches/editor/data/themes/editor.cfg
branches/editor/src/actions.cpp
branches/editor/src/display.cpp
branches/editor/src/display.hpp
branches/editor/src/editor/editor_controller.cpp
branches/editor/src/editor/editor_controller.hpp
branches/editor/src/editor/editor_display.cpp
branches/editor/src/editor/editor_display.hpp
branches/editor/src/editor/mouse_action.cpp
branches/editor/src/game_display.cpp
branches/editor/src/game_display.hpp
branches/editor/src/menu_events.cpp
branches/editor/src/mouse_events.cpp
branches/editor/src/mouse_events.hpp
branches/editor/src/pathfind/pathfind.cpp
branches/editor/src/play_controller.cpp
branches/editor/src/playmp_controller.cpp
branches/editor/src/playsingle_controller.cpp
branches/editor/src/playturn.cpp
branches/editor/src/replay_controller.cpp
branches/editor/src/reports.cpp
branches/editor/src/savegame.cpp
branches/editor/src/scripting/lua.cpp
branches/editor/src/unit.cpp
branches/editor/src/unit_display.cpp
branches/editor/src/whiteboard/utility.cpp
[This mail would be too long, it was shortened to contain the URLs only.]
Modified: branches/editor/data/themes/editor.cfg
URL:
http://svn.gna.org/viewcvs/wesnoth/branches/editor/data/themes/editor.cfg?rev=48864&r1=48863&r2=48864&view=diff
Modified: branches/editor/src/actions.cpp
URL:
http://svn.gna.org/viewcvs/wesnoth/branches/editor/src/actions.cpp?rev=48864&r1=48863&r2=48864&view=diff
Modified: branches/editor/src/display.cpp
URL:
http://svn.gna.org/viewcvs/wesnoth/branches/editor/src/display.cpp?rev=48864&r1=48863&r2=48864&view=diff
Modified: branches/editor/src/display.hpp
URL:
http://svn.gna.org/viewcvs/wesnoth/branches/editor/src/display.hpp?rev=48864&r1=48863&r2=48864&view=diff
Modified: branches/editor/src/editor/editor_controller.cpp
URL:
http://svn.gna.org/viewcvs/wesnoth/branches/editor/src/editor/editor_controller.cpp?rev=48864&r1=48863&r2=48864&view=diff
Modified: branches/editor/src/editor/editor_controller.hpp
URL:
http://svn.gna.org/viewcvs/wesnoth/branches/editor/src/editor/editor_controller.hpp?rev=48864&r1=48863&r2=48864&view=diff
Modified: branches/editor/src/editor/editor_display.cpp
URL:
http://svn.gna.org/viewcvs/wesnoth/branches/editor/src/editor/editor_display.cpp?rev=48864&r1=48863&r2=48864&view=diff
Modified: branches/editor/src/editor/editor_display.hpp
URL:
http://svn.gna.org/viewcvs/wesnoth/branches/editor/src/editor/editor_display.hpp?rev=48864&r1=48863&r2=48864&view=diff
Modified: branches/editor/src/editor/mouse_action.cpp
URL:
http://svn.gna.org/viewcvs/wesnoth/branches/editor/src/editor/mouse_action.cpp?rev=48864&r1=48863&r2=48864&view=diff
Modified: branches/editor/src/game_display.cpp
URL:
http://svn.gna.org/viewcvs/wesnoth/branches/editor/src/game_display.cpp?rev=48864&r1=48863&r2=48864&view=diff
Modified: branches/editor/src/game_display.hpp
URL:
http://svn.gna.org/viewcvs/wesnoth/branches/editor/src/game_display.hpp?rev=48864&r1=48863&r2=48864&view=diff
Modified: branches/editor/src/menu_events.cpp
URL:
http://svn.gna.org/viewcvs/wesnoth/branches/editor/src/menu_events.cpp?rev=48864&r1=48863&r2=48864&view=diff
Modified: branches/editor/src/mouse_events.cpp
URL:
http://svn.gna.org/viewcvs/wesnoth/branches/editor/src/mouse_events.cpp?rev=48864&r1=48863&r2=48864&view=diff
Modified: branches/editor/src/mouse_events.hpp
URL:
http://svn.gna.org/viewcvs/wesnoth/branches/editor/src/mouse_events.hpp?rev=48864&r1=48863&r2=48864&view=diff
Modified: branches/editor/src/pathfind/pathfind.cpp
URL:
http://svn.gna.org/viewcvs/wesnoth/branches/editor/src/pathfind/pathfind.cpp?rev=48864&r1=48863&r2=48864&view=diff
Modified: branches/editor/src/play_controller.cpp
URL:
http://svn.gna.org/viewcvs/wesnoth/branches/editor/src/play_controller.cpp?rev=48864&r1=48863&r2=48864&view=diff
Modified: branches/editor/src/playmp_controller.cpp
URL:
http://svn.gna.org/viewcvs/wesnoth/branches/editor/src/playmp_controller.cpp?rev=48864&r1=48863&r2=48864&view=diff
Modified: branches/editor/src/playsingle_controller.cpp
URL:
http://svn.gna.org/viewcvs/wesnoth/branches/editor/src/playsingle_controller.cpp?rev=48864&r1=48863&r2=48864&view=diff
Modified: branches/editor/src/playturn.cpp
URL:
http://svn.gna.org/viewcvs/wesnoth/branches/editor/src/playturn.cpp?rev=48864&r1=48863&r2=48864&view=diff
Modified: branches/editor/src/replay_controller.cpp
URL:
http://svn.gna.org/viewcvs/wesnoth/branches/editor/src/replay_controller.cpp?rev=48864&r1=48863&r2=48864&view=diff
Modified: branches/editor/src/reports.cpp
URL:
http://svn.gna.org/viewcvs/wesnoth/branches/editor/src/reports.cpp?rev=48864&r1=48863&r2=48864&view=diff
Modified: branches/editor/src/savegame.cpp
URL:
http://svn.gna.org/viewcvs/wesnoth/branches/editor/src/savegame.cpp?rev=48864&r1=48863&r2=48864&view=diff
Modified: branches/editor/src/scripting/lua.cpp
URL:
http://svn.gna.org/viewcvs/wesnoth/branches/editor/src/scripting/lua.cpp?rev=48864&r1=48863&r2=48864&view=diff
Modified: branches/editor/src/unit.cpp
URL:
http://svn.gna.org/viewcvs/wesnoth/branches/editor/src/unit.cpp?rev=48864&r1=48863&r2=48864&view=diff
Modified: branches/editor/src/unit_display.cpp
URL:
http://svn.gna.org/viewcvs/wesnoth/branches/editor/src/unit_display.cpp?rev=48864&r1=48863&r2=48864&view=diff
Modified: branches/editor/src/whiteboard/utility.cpp
URL:
http://svn.gna.org/viewcvs/wesnoth/branches/editor/src/whiteboard/utility.cpp?rev=48864&r1=48863&r2=48864&view=diff
_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits
