From: The B. P. S. U. <civ...@li...> - 2008-08-26 04:40:30
|
Revision: 1202 http://civ4bug.svn.sourceforge.net/civ4bug/?rev=1202&view=rev Author: emperorfool Date: 2008-08-26 04:40:27 +0000 (Tue, 26 Aug 2008) Log Message: ----------- * Created BugCore to define Game and Mod abstractions to track Options and provide different types of accessors. * Changed Mod IDs: - City -> CityScreen - Main -> MainInterface * Added event-logging configuration. Modified Paths: -------------- branches/bug-new-core-3.1/BUG Mod/CustomAssets/Config/BUG City Screen.xml branches/bug-new-core-3.1/BUG Mod/CustomAssets/Config/BUG Main Interface.xml branches/bug-new-core-3.1/BUG Mod/CustomAssets/Config/Civ4lerts.xml branches/bug-new-core-3.1/BUG Mod/CustomAssets/Config/Plot List Enhancements.xml branches/bug-new-core-3.1/BUG Mod/CustomAssets/Config/init.xml branches/bug-new-core-3.1/BUG Mod/CustomAssets/Python/BUG/BugConfig.py branches/bug-new-core-3.1/BUG Mod/CustomAssets/Python/BUG/BugEventManager.py branches/bug-new-core-3.1/BUG Mod/CustomAssets/Python/BUG/BugInit.py branches/bug-new-core-3.1/BUG Mod/CustomAssets/Python/BUG/BugOptions.py branches/bug-new-core-3.1/BUG Mod/CustomAssets/Python/BUG/Scoreboard.py branches/bug-new-core-3.1/BUG Mod/CustomAssets/Python/BUG/Tabs/BugGeneralOptionsTab.py branches/bug-new-core-3.1/BUG Mod/CustomAssets/Python/Contrib/AStarTools.py branches/bug-new-core-3.1/BUG Mod/CustomAssets/Python/Contrib/Civ4lerts.py branches/bug-new-core-3.1/BUG Mod/CustomAssets/Python/Contrib/MoreCiv4lerts.py branches/bug-new-core-3.1/BUG Mod/CustomAssets/Python/Contrib/ReminderEventManager.py branches/bug-new-core-3.1/BUG Mod/CustomAssets/Python/Contrib/UnitNameEventManager.py branches/bug-new-core-3.1/BUG Mod/CustomAssets/Python/Contrib/autolog.py branches/bug-new-core-3.1/BUG Mod/CustomAssets/Python/Contrib/autologEventManager.py branches/bug-new-core-3.1/BUG Mod/CustomAssets/Python/EntryPoints/CvScreensInterface.py branches/bug-new-core-3.1/BUG Mod/CustomAssets/Python/Screens/CvCustomizableDomesticAdvisor.py branches/bug-new-core-3.1/BUG Mod/CustomAssets/Python/Screens/CvEspionageAdvisor.py branches/bug-new-core-3.1/BUG Mod/CustomAssets/Python/Screens/CvExoticForeignAdvisor.py branches/bug-new-core-3.1/BUG Mod/CustomAssets/Python/Screens/CvMainInterface.py branches/bug-new-core-3.1/BUG Mod/CustomAssets/Python/Screens/CvTechChooser.py branches/bug-new-core-3.1/BUG Mod/CustomAssets/Python/Screens/CvVictoryScreen.py branches/bug-new-core-3.1/BUG Mod/CustomAssets/XML/Text/BUGOptions_CIV4GameText.xml Added Paths: ----------- branches/bug-new-core-3.1/BUG Mod/CustomAssets/Python/BUG/BugCore.py Property Changed: ---------------- branches/bug-new-core-3.1/BUG Mod/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |