From: The B. P. S. U. <civ...@li...> - 2009-02-14 21:13:46
|
Revision: 1672 http://civ4bug.svn.sourceforge.net/civ4bug/?rev=1672&view=rev Author: emperorfool Date: 2009-02-14 21:13:41 +0000 (Sat, 14 Feb 2009) Log Message: ----------- Changed Refuses to Talk column to ! since K is used for Rank. Added it to the list of codes in the help text. Modified Paths: -------------- branches/civ4bull/CustomAssets/Python/BUG/Scoreboard.py branches/civ4bull/CustomAssets/XML/Text/BUGOptions_CIV4GameText.xml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: The B. P. S. U. <civ...@li...> - 2009-02-16 10:54:23
|
Revision: 1678 http://civ4bug.svn.sourceforge.net/civ4bug/?rev=1678&view=rev Author: emperorfool Date: 2009-02-16 10:54:18 +0000 (Mon, 16 Feb 2009) Log Message: ----------- Added ability for options to require the DLL using <option/list dll="#"/>. Added [DLL=#]...[DLLMSG]...[/DLL] tags to tooltip XML. Added Enabled flag to AbstractOption so all options can be programatically disabled. BugOptionsTab will disable controls for options that are disabled. Modified Paths: -------------- branches/civ4bull/CustomAssets/Python/BUG/BugConfig.py branches/civ4bull/CustomAssets/Python/BUG/BugOptions.py branches/civ4bull/CustomAssets/Python/BUG/BugOptionsTab.py branches/civ4bull/CustomAssets/XML/Text/BUG_CIV4GameText.xml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: The B. P. S. U. <civ...@li...> - 2009-02-16 10:59:58
|
Revision: 1679 http://civ4bug.svn.sourceforge.net/civ4bug/?rev=1679&view=rev Author: emperorfool Date: 2009-02-16 10:59:54 +0000 (Mon, 16 Feb 2009) Log Message: ----------- Added [DLL] tags to Refuses to Talk column code. Changed Refuses to Talk code from ! to F. Modified Paths: -------------- branches/civ4bull/CustomAssets/Python/BUG/Scoreboard.py branches/civ4bull/CustomAssets/XML/Text/BUGOptions_CIV4GameText.xml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: The B. P. S. U. <civ...@li...> - 2009-02-19 05:04:14
|
Revision: 1689 http://civ4bug.svn.sourceforge.net/civ4bug/?rev=1689&view=rev Author: emperorfool Date: 2009-02-19 05:04:10 +0000 (Thu, 19 Feb 2009) Log Message: ----------- Added number of turns until you can cancel each deal to EFA ACTIVE tab. Added support functions to DealUtil.Deal. Modified Paths: -------------- branches/civ4bull/CustomAssets/Config/BUG Advisors.xml branches/civ4bull/CustomAssets/Python/BUG/DealUtil.py branches/civ4bull/CustomAssets/Python/BUG/Tabs/BugAdvisorOptionsTab.py branches/civ4bull/CustomAssets/Python/Screens/CvExoticForeignAdvisor.py branches/civ4bull/CustomAssets/XML/Text/BUGOptions_CIV4GameText.xml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: The B. P. S. U. <civ...@li...> - 2009-02-24 03:49:10
|
Revision: 1703 http://civ4bug.svn.sourceforge.net/civ4bug/?rev=1703&view=rev Author: emperorfool Date: 2009-02-24 03:48:33 +0000 (Tue, 24 Feb 2009) Log Message: ----------- Added HOF's MapFinder. TODO: Sometimes the camera doesn't make it to the new starting location before the screenshot is taken. Modified Paths: -------------- branches/civ4bull/CustomAssets/Config/init.xml Added Paths: ----------- branches/civ4bull/CustomAssets/Config/MapFinder.xml branches/civ4bull/CustomAssets/Python/Contrib/MapFinder.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: The B. P. S. U. <civ...@li...> - 2009-02-24 07:48:53
|
Revision: 1710 http://civ4bug.svn.sourceforge.net/civ4bug/?rev=1710&view=rev Author: emperorfool Date: 2009-02-24 07:48:48 +0000 (Tue, 24 Feb 2009) Log Message: ----------- Added MapFinder options to XML and module. TODO: Add to options screen. Modified Paths: -------------- branches/civ4bull/CustomAssets/Config/MapFinder.xml branches/civ4bull/CustomAssets/Python/Contrib/MapFinder.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: The B. P. S. U. <civ...@li...> - 2009-04-20 00:24:33
|
Revision: 1752 http://civ4bug.svn.sourceforge.net/civ4bug/?rev=1752&view=rev Author: emperorfool Date: 2009-04-20 00:24:23 +0000 (Mon, 20 Apr 2009) Log Message: ----------- Added BULL City Bar options. Modified Paths: -------------- branches/civ4bull/CustomAssets/Config/init.xml branches/civ4bull/CustomAssets/Python/BUG/Tabs/BugCityScreenOptionsTab.py branches/civ4bull/CustomAssets/XML/Text/BUGOptions_CIV4GameText.xml Added Paths: ----------- branches/civ4bull/CustomAssets/Config/BULL City Bar.xml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: The B. P. S. U. <civ...@li...> - 2009-04-20 00:50:24
|
Revision: 1753 http://civ4bug.svn.sourceforge.net/civ4bug/?rev=1753&view=rev Author: emperorfool Date: 2009-04-20 00:50:10 +0000 (Mon, 20 Apr 2009) Log Message: ----------- Added Advanced Combat Odds. Modified Paths: -------------- branches/civ4bull/CustomAssets/Config/init.xml branches/civ4bull/CustomAssets/Python/BUG/Tabs/BugCreditsOptionsTab.py branches/civ4bull/CustomAssets/Python/BUG/Tabs/BugGeneralOptionsTab.py branches/civ4bull/CustomAssets/XML/Text/BUGOptions_CIV4GameText.xml Added Paths: ----------- branches/civ4bull/CustomAssets/Config/Advanced Combat Odds.xml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: The B. P. S. U. <civ...@li...> - 2009-04-21 03:07:06
|
Revision: 1755 http://civ4bug.svn.sourceforge.net/civ4bug/?rev=1755&view=rev Author: emperorfool Date: 2009-04-21 03:07:03 +0000 (Tue, 21 Apr 2009) Log Message: ----------- Added Production Decay to BULL. Modified Paths: -------------- branches/civ4bull/CustomAssets/Config/BUG City Screen.xml branches/civ4bull/CustomAssets/XML/Text/BULL_CIV4GameText.xml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: The B. P. S. U. <civ...@li...> - 2009-04-21 04:34:21
|
Revision: 1756 http://civ4bug.svn.sourceforge.net/civ4bug/?rev=1756&view=rev Author: emperorfool Date: 2009-04-21 04:34:15 +0000 (Tue, 21 Apr 2009) Log Message: ----------- Added display of Production Decay to Build Queue. Modified Paths: -------------- branches/civ4bull/CustomAssets/Config/BUG City Screen.xml branches/civ4bull/CustomAssets/Python/Screens/CvMainInterface.py branches/civ4bull/CustomAssets/XML/Text/BUG_CIV4GameText.xml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: The B. P. S. U. <civ...@li...> - 2009-04-22 09:36:37
|
Revision: 1760 http://civ4bug.svn.sourceforge.net/civ4bug/?rev=1760&view=rev Author: mrbighead Date: 2009-04-22 09:36:36 +0000 (Wed, 22 Apr 2009) Log Message: ----------- Updated German translation (BULL branch) Re-arranged the new options on the City Screen tab BUG options screen +10 pixels in height (like stock BUG) Modified Paths: -------------- branches/civ4bull/CustomAssets/Python/BUG/BugOptionsScreen.py branches/civ4bull/CustomAssets/Python/BUG/Tabs/BugCityScreenOptionsTab.py branches/civ4bull/CustomAssets/XML/Text/BUGOptions_CIV4GameText.xml branches/civ4bull/CustomAssets/XML/Text/BUG_CIV4GameText.xml branches/civ4bull/CustomAssets/XML/Text/BULL_CIV4GameText.xml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: The B. P. S. U. <civ...@li...> - 2009-05-07 04:26:35
|
Revision: 1767 http://civ4bug.svn.sourceforge.net/civ4bug/?rev=1767&view=rev Author: emperorfool Date: 2009-05-07 04:26:33 +0000 (Thu, 07 May 2009) Log Message: ----------- First commit of ultra-secret MapFinder integration. If you read this, please go get really, really drunk until you pass out and forget. Modified Paths: -------------- branches/civ4bull/CustomAssets/Config/MapFinder.xml branches/civ4bull/CustomAssets/Config/init.xml branches/civ4bull/CustomAssets/Python/Contrib/MapFinder.py Added Paths: ----------- branches/civ4bull/CustomAssets/XML/Text/MapFinder_CIV4GameText.xml This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |