|
From: The B. P. S. U. <civ...@li...> - 2009-05-14 06:03:01
|
Revision: 1784
http://civ4bug.svn.sourceforge.net/civ4bug/?rev=1784&view=rev
Author: emperorfool
Date: 2009-05-14 06:02:54 +0000 (Thu, 14 May 2009)
Log Message:
-----------
Added BugUtil.deferCall(function, delay)
Use this to center the camera after MapFinder.regenerate()
Modified Paths:
--------------
trunk/CustomAssets/Config/BUG Core.xml
trunk/CustomAssets/Config/MapFinder.xml
trunk/CustomAssets/Python/BUG/BugUtil.py
trunk/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-05-15 09:16:54
|
Revision: 1786
http://civ4bug.svn.sourceforge.net/civ4bug/?rev=1786&view=rev
Author: emperorfool
Date: 2009-05-15 09:15:53 +0000 (Fri, 15 May 2009)
Log Message:
-----------
Changed Regeneration Delay option to float and added related Verification Delay.
Modified Paths:
--------------
trunk/CustomAssets/Config/MapFinder.xml
trunk/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-05-15 13:53:42
|
Revision: 1789
http://civ4bug.svn.sourceforge.net/civ4bug/?rev=1789&view=rev
Author: emperorfool
Date: 2009-05-15 13:39:20 +0000 (Fri, 15 May 2009)
Log Message:
-----------
MapFinder: split checking and saving into two functions to allow a shorter delay when the map isn't saved.
Modified Paths:
--------------
trunk/CustomAssets/Config/MapFinder.xml
trunk/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-05-16 11:00:01
|
Revision: 1793
http://civ4bug.svn.sourceforge.net/civ4bug/?rev=1793&view=rev
Author: emperorfool
Date: 2009-05-16 10:59:57 +0000 (Sat, 16 May 2009)
Log Message:
-----------
MapFinder
- Replaced alert() messages with a nifty on-screen status box
- Moved all messages to XML
Modified Paths:
--------------
trunk/CustomAssets/Config/MapFinder.xml
trunk/CustomAssets/Python/Contrib/MapFinder.py
trunk/CustomAssets/XML/Text/MapFinder_CIV4GameText.xml
Added Paths:
-----------
trunk/CustomAssets/Python/Contrib/MapFinderStatusScreen.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-05-25 02:32:43
|
Revision: 1808
http://civ4bug.svn.sourceforge.net/civ4bug/?rev=1808&view=rev
Author: emperorfool
Date: 2009-05-25 02:32:41 +0000 (Mon, 25 May 2009)
Log Message:
-----------
Really fixed replacing cities in dotmap.
Made dotmap palette colors and width configurable in XML.
Cross layer is now chosen by a grid so they don't overlap.
Modified Paths:
--------------
trunk/CustomAssets/Config/Strategy Overlay.xml
trunk/CustomAssets/Python/Contrib/CvStrategyOverlay.py
trunk/CustomAssets/Python/Screens/CvDotMapOverlayScreen.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-06-09 07:35:11
|
Revision: 1822
http://civ4bug.svn.sourceforge.net/civ4bug/?rev=1822&view=rev
Author: emperorfool
Date: 2009-06-09 07:35:10 +0000 (Tue, 09 Jun 2009)
Log Message:
-----------
Added AutoSave and MapFinder to credits tab.
Modified Paths:
--------------
trunk/CustomAssets/Config/init.xml
trunk/CustomAssets/Python/BUG/Tabs/BugCreditsOptionsTab.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-06-16 07:37:33
|
Revision: 1838
http://civ4bug.svn.sourceforge.net/civ4bug/?rev=1838&view=rev
Author: emperorfool
Date: 2009-06-16 07:37:31 +0000 (Tue, 16 Jun 2009)
Log Message:
-----------
Created BugGameUtils to make CvGameUtils modular like event manager
Modified Paths:
--------------
trunk/CustomAssets/Config/BUG Core.xml
trunk/CustomAssets/Python/BUG/BugConfig.py
Added Paths:
-----------
trunk/CustomAssets/Python/BUG/BugGameUtils.py
trunk/CustomAssets/Python/EntryPoints/CvGameInterfaceFile.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-06-16 07:38:13
|
Revision: 1839
http://civ4bug.svn.sourceforge.net/civ4bug/?rev=1839&view=rev
Author: emperorfool
Date: 2009-06-16 07:38:06 +0000 (Tue, 16 Jun 2009)
Log Message:
-----------
Added amount of gold from pillaging to Autolog
Modified Paths:
--------------
trunk/CustomAssets/Config/Autolog.xml
trunk/CustomAssets/Python/Contrib/autologEventManager.py
trunk/CustomAssets/XML/Text/Autolog_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-06-16 07:44:46
|
Revision: 1840
http://civ4bug.svn.sourceforge.net/civ4bug/?rev=1840&view=rev
Author: emperorfool
Date: 2009-06-16 07:44:45 +0000 (Tue, 16 Jun 2009)
Log Message:
-----------
Created WidgetUtil for creating new WidgetTypes and giving them hover text.
Modified Paths:
--------------
trunk/CustomAssets/Config/init.xml
Added Paths:
-----------
trunk/CustomAssets/Python/BUG/WidgetUtil.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-06-20 09:59:49
|
Revision: 1842
http://civ4bug.svn.sourceforge.net/civ4bug/?rev=1842&view=rev
Author: emperorfool
Date: 2009-06-20 09:59:45 +0000 (Sat, 20 Jun 2009)
Log Message:
-----------
Added Exit Save to AutoSave
Modified Paths:
--------------
trunk/CustomAssets/Config/AutoSave.xml
trunk/CustomAssets/Python/Contrib/AutoSave.py
trunk/CustomAssets/Python/EntryPoints/CvAppInterface.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-06-21 16:14:34
|
Revision: 1843
http://civ4bug.svn.sourceforge.net/civ4bug/?rev=1843&view=rev
Author: emperorfool
Date: 2009-06-21 16:14:33 +0000 (Sun, 21 Jun 2009)
Log Message:
-----------
Added Build mission tag to PLE
Added Sentry Actions to UnitUtil.getOrder()
Modified Paths:
--------------
trunk/CustomAssets/Python/BUG/UnitUtil.py
trunk/CustomAssets/Python/Screens/CvMainInterface.py
trunk/CustomAssets/XML/Art/CIV4ArtDefines_Interface.xml
Added Paths:
-----------
trunk/CustomAssets/Art/PlotListEnhancements/medallion_action_build.dds
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-06-24 04:13:52
|
Revision: 1848
http://civ4bug.svn.sourceforge.net/civ4bug/?rev=1848&view=rev
Author: emperorfool
Date: 2009-06-24 04:12:51 +0000 (Wed, 24 Jun 2009)
Log Message:
-----------
Replaced Help and Options Screen event managers with <shortcut>s
Moved BugOptionsScreen access and opening functions from CvScreensInterface to BugOptionsScreen
Modified Paths:
--------------
trunk/CustomAssets/Config/init.xml
trunk/CustomAssets/Python/BUG/BugOptionsScreen.py
trunk/CustomAssets/Python/EntryPoints/CvOptionsScreenCallbackInterface.py
trunk/CustomAssets/Python/EntryPoints/CvScreensInterface.py
Removed Paths:
-------------
trunk/CustomAssets/Python/BUG/BugOptionsEventManager.py
trunk/CustomAssets/Python/BUG/HelpEventManager.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-06-25 09:13:56
|
Revision: 1864
http://civ4bug.svn.sourceforge.net/civ4bug/?rev=1864&view=rev
Author: emperorfool
Date: 2009-06-25 09:13:55 +0000 (Thu, 25 Jun 2009)
Log Message:
-----------
Split Production Decay threshold into unit and building options
Modified Paths:
--------------
trunk/CustomAssets/Config/BUG City Screen.xml
trunk/CustomAssets/Python/Screens/CvMainInterface.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-06-28 05:24:45
|
Revision: 1868
http://civ4bug.svn.sourceforge.net/civ4bug/?rev=1868&view=rev
Author: emperorfool
Date: 2009-06-28 05:24:38 +0000 (Sun, 28 Jun 2009)
Log Message:
-----------
Added missing BULL options to screen
Created Map options tab
Added optional spacer parameter for checkboxes
Modified Paths:
--------------
trunk/CustomAssets/Config/BULL City Bar.xml
trunk/CustomAssets/Config/BULL Misc Hovers.xml
trunk/CustomAssets/Config/MapFinder.xml
trunk/CustomAssets/Config/init.xml
trunk/CustomAssets/Python/BUG/BugOptionsScreen.py
trunk/CustomAssets/Python/BUG/BugOptionsTab.py
trunk/CustomAssets/Python/BUG/Tabs/BugAdvisorOptionsTab.py
trunk/CustomAssets/Python/BUG/Tabs/BugCityScreenOptionsTab.py
trunk/CustomAssets/Python/BUG/Tabs/BugGeneralOptionsTab.py
trunk/CustomAssets/Python/BUG/Tabs/BugUnitNameOptionsTab.py
trunk/CustomAssets/XML/Text/BUGOptions_CIV4GameText.xml
Added Paths:
-----------
trunk/CustomAssets/Python/BUG/Tabs/BugMapOptionsTab.py
trunk/CustomAssets/XML/Text/Advanced Combat Odds Options.xml
trunk/CustomAssets/XML/Text/AutoSave Options.xml
trunk/CustomAssets/XML/Text/BULL Actions Options.xml
trunk/CustomAssets/XML/Text/BULL City Bar Options.xml
trunk/CustomAssets/XML/Text/BULL Misc Hovers Options.xml
trunk/CustomAssets/XML/Text/MapFinder Options.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-06-28 06:54:43
|
Revision: 1871
http://civ4bug.svn.sourceforge.net/civ4bug/?rev=1871&view=rev
Author: emperorfool
Date: 2009-06-28 06:54:41 +0000 (Sun, 28 Jun 2009)
Log Message:
-----------
Added Production Decay options to City Screen options tab
Modified Paths:
--------------
trunk/CustomAssets/Config/BUG City Screen.xml
trunk/CustomAssets/Python/BUG/Tabs/BugCityScreenOptionsTab.py
trunk/CustomAssets/Python/Screens/CvMainInterface.py
trunk/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-07-01 09:57:13
|
Revision: 1875
http://civ4bug.svn.sourceforge.net/civ4bug/?rev=1875&view=rev
Author: emperorfool
Date: 2009-07-01 09:57:03 +0000 (Wed, 01 Jul 2009)
Log Message:
-----------
Added BULL options:
- Revolt Chance in City Bar Hover
- Partial Builds in Plot Hover
- PreChop
Modified Paths:
--------------
trunk/CustomAssets/Config/BULL Actions.xml
trunk/CustomAssets/Config/BULL City Bar.xml
trunk/CustomAssets/Config/BULL Misc Hovers.xml
trunk/CustomAssets/Python/BUG/Tabs/BugCityScreenOptionsTab.py
trunk/CustomAssets/Python/BUG/Tabs/BugGeneralOptionsTab.py
trunk/CustomAssets/Python/BUG/Tabs/BugMapOptionsTab.py
trunk/CustomAssets/XML/Text/BULL Actions Options.xml
trunk/CustomAssets/XML/Text/BULL City Bar Options.xml
trunk/CustomAssets/XML/Text/BULL Misc Hovers Options.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-07-03 13:59:42
|
Revision: 1876
http://civ4bug.svn.sourceforge.net/civ4bug/?rev=1876&view=rev
Author: mrbighead
Date: 2009-07-03 13:59:41 +0000 (Fri, 03 Jul 2009)
Log Message:
-----------
Updated German translation
Slight modifications to the Advisors and City Screen tab
Modified Paths:
--------------
trunk/CustomAssets/Python/BUG/Tabs/BugAdvisorOptionsTab.py
trunk/CustomAssets/Python/BUG/Tabs/BugCityScreenOptionsTab.py
trunk/CustomAssets/XML/Text/AutoSave Options.xml
trunk/CustomAssets/XML/Text/BUGOptions_CIV4GameText.xml
trunk/CustomAssets/XML/Text/BULL Actions Options.xml
trunk/CustomAssets/XML/Text/BULL City Bar Options.xml
trunk/CustomAssets/XML/Text/BULL Misc Hovers Options.xml
trunk/CustomAssets/XML/Text/MapFinder Options.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-08-20 03:36:22
|
Revision: 1895
http://civ4bug.svn.sourceforge.net/civ4bug/?rev=1895&view=rev
Author: ruff_hi
Date: 2009-08-20 03:36:13 +0000 (Thu, 20 Aug 2009)
Log Message:
-----------
Adding new unit counting convention to internal py documentation and default xml value
Modified Paths:
--------------
trunk/CustomAssets/Config/Unit Naming.xml
trunk/CustomAssets/Python/Contrib/UnitNameEventManager.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-08-22 21:24:05
|
Revision: 1900
http://civ4bug.svn.sourceforge.net/civ4bug/?rev=1900&view=rev
Author: emperorfool
Date: 2009-08-22 21:23:58 +0000 (Sat, 22 Aug 2009)
Log Message:
-----------
BULL Option: City Bar - Starvation Turns
Modified Paths:
--------------
trunk/CustomAssets/Config/BULL City Bar.xml
trunk/CustomAssets/Python/BUG/Tabs/BugMapOptionsTab.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-09-01 01:32:32
|
Revision: 1909
http://civ4bug.svn.sourceforge.net/civ4bug/?rev=1909&view=rev
Author: emperorfool
Date: 2009-09-01 01:32:25 +0000 (Tue, 01 Sep 2009)
Log Message:
-----------
Fix: ReligionUtil is initialized
Modified Paths:
--------------
trunk/CustomAssets/Config/init.xml
trunk/CustomAssets/Python/Screens/CvReligionScreen.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-09-07 00:10:30
|
Revision: 1918
http://civ4bug.svn.sourceforge.net/civ4bug/?rev=1918&view=rev
Author: emperorfool
Date: 2009-09-07 00:10:18 +0000 (Mon, 07 Sep 2009)
Log Message:
-----------
Feature: Only Present Religions/Corporations (also allows for more than seven of each)
Modified Paths:
--------------
trunk/CustomAssets/Config/BUG City Screen.xml
trunk/CustomAssets/Python/BUG/Tabs/BugCityScreenOptionsTab.py
trunk/CustomAssets/Python/Screens/CvMainInterface.py
trunk/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-09-07 02:39:47
|
Revision: 1920
http://civ4bug.svn.sourceforge.net/civ4bug/?rev=1920&view=rev
Author: emperorfool
Date: 2009-09-07 02:39:35 +0000 (Mon, 07 Sep 2009)
Log Message:
-----------
Feature: johny smith's scrolling Religion Advisor for mods that have more than seven religions
Option: Show Religions - Limit the buttons in the top area to a subset of religions
Modified Paths:
--------------
trunk/CustomAssets/Config/BUG Advisors.xml
trunk/CustomAssets/Python/BUG/Tabs/BugAdvisorOptionsTab.py
trunk/CustomAssets/Python/Screens/CvReligionScreen.py
trunk/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-09-11 21:30:30
|
Revision: 1925
http://civ4bug.svn.sourceforge.net/civ4bug/?rev=1925&view=rev
Author: emperorfool
Date: 2009-09-11 21:30:22 +0000 (Fri, 11 Sep 2009)
Log Message:
-----------
Fix: MapFinder status heading color selector
Improvement: MapFinder start/stop now has two different shortcuts
Modified Paths:
--------------
trunk/CustomAssets/Config/MapFinder.xml
trunk/CustomAssets/Python/Contrib/MapFinder.py
trunk/CustomAssets/XML/Text/MapFinder_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-09-15 10:48:08
|
Revision: 1951
http://civ4bug.svn.sourceforge.net/civ4bug/?rev=1951&view=rev
Author: emperorfool
Date: 2009-09-15 10:48:01 +0000 (Tue, 15 Sep 2009)
Log Message:
-----------
BULL Options: City Bar - Building Actual Effects
Modified Paths:
--------------
trunk/CustomAssets/Config/BULL City Bar.xml
trunk/CustomAssets/Python/BUG/Tabs/BugCityScreenOptionsTab.py
trunk/CustomAssets/XML/Text/BULL City Bar Options.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-09-23 20:35:15
|
Revision: 1965
http://civ4bug.svn.sourceforge.net/civ4bug/?rev=1965&view=rev
Author: emperorfool
Date: 2009-09-23 20:35:07 +0000 (Wed, 23 Sep 2009)
Log Message:
-----------
Mac fixes:
- sets module
- no reversed() function
- cannot init after Python reloading
- mod folder and BTS path fixes
- split strategy article XML
- CMD for CTRL (still many more)
- launch browser for online help file
Modified Paths:
--------------
trunk/CustomAssets/Python/BUG/BugHelp.py
trunk/CustomAssets/Python/BUG/BugPath.py
trunk/CustomAssets/Python/BUG/BugUtil.py
trunk/CustomAssets/Python/BUG/Scoreboard.py
trunk/CustomAssets/Python/EntryPoints/CvEventInterface.py
trunk/CustomAssets/Python/Screens/CvMainInterface.py
trunk/CustomAssets/XML/Text/BUG_CIV4GameText.xml
Added Paths:
-----------
trunk/CustomAssets/XML/Text/Strategy1_CIV4GameText.xml
trunk/CustomAssets/XML/Text/Strategy2_CIV4GameText.xml
Removed Paths:
-------------
trunk/CustomAssets/XML/Text/Strategy_CIV4GameText.xml
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|