From: The B. P. S. U. <civ...@li...> - 2008-08-19 06:29:53
|
Revision: 1146 http://civ4bug.svn.sourceforge.net/civ4bug/?rev=1146&view=rev Author: emperorfool Date: 2008-08-19 06:29:48 +0000 (Tue, 19 Aug 2008) Log Message: ----------- Initial checkin of new BUG core with fully working BUG. TODO: - Add INI files with comments and defaults - Split apart options XML files - Test test test! Modified Paths: -------------- branches/bug-new-core-3.1/BUG Mod/CustomAssets/Python/BUG/AttitudeUtils.py branches/bug-new-core-3.1/BUG Mod/CustomAssets/Python/BUG/BugConfigTracker.py branches/bug-new-core-3.1/BUG Mod/CustomAssets/Python/BUG/BugHelp.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/BugOptionsEventManager.py branches/bug-new-core-3.1/BUG Mod/CustomAssets/Python/BUG/BugOptionsScreen.py branches/bug-new-core-3.1/BUG Mod/CustomAssets/Python/BUG/BugOptionsTab.py branches/bug-new-core-3.1/BUG Mod/CustomAssets/Python/BUG/BugPath.py branches/bug-new-core-3.1/BUG Mod/CustomAssets/Python/BUG/BugUtil.py branches/bug-new-core-3.1/BUG Mod/CustomAssets/Python/BUG/ColorUtil.py branches/bug-new-core-3.1/BUG Mod/CustomAssets/Python/BUG/GPUtil.py branches/bug-new-core-3.1/BUG Mod/CustomAssets/Python/BUG/HelpEventManager.py branches/bug-new-core-3.1/BUG Mod/CustomAssets/Python/BUG/RawYields.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/BugAdvisorOptionsTab.py branches/bug-new-core-3.1/BUG Mod/CustomAssets/Python/BUG/Tabs/BugAlertsOptionsTab.py branches/bug-new-core-3.1/BUG Mod/CustomAssets/Python/BUG/Tabs/BugAutologOptionsTab.py branches/bug-new-core-3.1/BUG Mod/CustomAssets/Python/BUG/Tabs/BugConfigTrackerTab.py branches/bug-new-core-3.1/BUG Mod/CustomAssets/Python/BUG/Tabs/BugCreditsOptionsTab.py branches/bug-new-core-3.1/BUG Mod/CustomAssets/Python/BUG/Tabs/BugErrorOptionsTab.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/BUG/Tabs/BugNJAGCOptionsTab.py branches/bug-new-core-3.1/BUG Mod/CustomAssets/Python/BUG/Tabs/BugPleOptionsTab.py branches/bug-new-core-3.1/BUG Mod/CustomAssets/Python/BUG/Tabs/BugScoreOptionsTab.py branches/bug-new-core-3.1/BUG Mod/CustomAssets/Python/BUG/Tabs/BugUnitNameOptionsTab.py branches/bug-new-core-3.1/BUG Mod/CustomAssets/Python/BUG/TechPrefs.py branches/bug-new-core-3.1/BUG Mod/CustomAssets/Python/BUG/TechUtil.py branches/bug-new-core-3.1/BUG Mod/CustomAssets/Python/BUG/TraitUtil.py branches/bug-new-core-3.1/BUG Mod/CustomAssets/Python/BUG/UnitGrouper.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/CvAllErasDawnOfManScreenEventManager.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/Sevopedia/SevoPediaMain.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/CvUtil.py branches/bug-new-core-3.1/BUG Mod/CustomAssets/Python/EntryPoints/CvEventInterface.py branches/bug-new-core-3.1/BUG Mod/CustomAssets/Python/EntryPoints/CvOptionsScreenCallbackInterface.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/CvBUGMilitaryAdvisor.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/Python/Screens/IconGrid_BUG.py branches/bug-new-core-3.1/BUG Mod/CustomAssets/XML/Text/BUGOptions_CIV4GameText.xml branches/bug-new-core-3.1/BUG Mod/CustomAssets/XML/Text/BUG_CIV4GameText.xml Added Paths: ----------- branches/bug-new-core-3.1/BUG Mod/CustomAssets/Config/ branches/bug-new-core-3.1/BUG Mod/CustomAssets/Config/Advanced Scoreboard.xml branches/bug-new-core-3.1/BUG Mod/CustomAssets/Config/All Eras Dawn of Man Screen.xml branches/bug-new-core-3.1/BUG Mod/CustomAssets/Config/Autolog.xml branches/bug-new-core-3.1/BUG Mod/CustomAssets/Config/BUG Advisors.xml 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/Better Espionage.xml branches/bug-new-core-3.1/BUG Mod/CustomAssets/Config/Civ4lerts.xml branches/bug-new-core-3.1/BUG Mod/CustomAssets/Config/MoreCiv4lerts.xml branches/bug-new-core-3.1/BUG Mod/CustomAssets/Config/Not Just Another Game Clock.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/Reminder.xml branches/bug-new-core-3.1/BUG Mod/CustomAssets/Config/Unit Naming.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/GGUtil.py branches/bug-new-core-3.1/BUG Mod/CustomAssets/Python/BUG/InputUtil.py branches/bug-new-core-3.1/BUG Mod/CustomAssets/Python/Contrib/PlotListEnhancements.py branches/bug-new-core-3.1/BUG Mod/CustomAssets/XML/Text/Colors_CIV4GameText.xml Removed Paths: ------------- branches/bug-new-core-3.1/BUG Mod/CustomAssets/Python/BUG/Options/BugAlertsOptions.py branches/bug-new-core-3.1/BUG Mod/CustomAssets/Python/BUG/Options/BugAutologOptions.py branches/bug-new-core-3.1/BUG Mod/CustomAssets/Python/BUG/Options/BugCityScreenOptions.py branches/bug-new-core-3.1/BUG Mod/CustomAssets/Python/BUG/Options/BugEspionageOptions.py branches/bug-new-core-3.1/BUG Mod/CustomAssets/Python/BUG/Options/BugInitOptions.py branches/bug-new-core-3.1/BUG Mod/CustomAssets/Python/BUG/Options/BugNJAGCOptions.py branches/bug-new-core-3.1/BUG Mod/CustomAssets/Python/BUG/Options/BugPleOptions.py branches/bug-new-core-3.1/BUG Mod/CustomAssets/Python/BUG/Options/BugScoreOptions.py branches/bug-new-core-3.1/BUG Mod/CustomAssets/Python/BUG/Options/BugScreensOptions.py branches/bug-new-core-3.1/BUG Mod/CustomAssets/Python/BUG/Options/BugUnitNameOptions.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |