From: The B. P. S. U. <civ...@li...> - 2008-10-20 23:38:19
|
Revision: 1467 http://civ4bug.svn.sourceforge.net/civ4bug/?rev=1467&view=rev Author: ruff_hi Date: 2008-10-20 23:38:06 +0000 (Mon, 20 Oct 2008) Log Message: ----------- Add list of improvements to stats tab on info screen Set up 'remember' for field of view - not 100% working Modified Paths: -------------- BUG Mod/CustomAssets/Config/BUG Advisors.xml BUG Mod/CustomAssets/Config/BUG Main Interface.xml BUG Mod/CustomAssets/Python/BUG/Tabs/BugAdvisorOptionsTab.py BUG Mod/CustomAssets/Python/BUG/Tabs/BugGeneralOptionsTab.py BUG Mod/CustomAssets/Python/Screens/CvInfoScreen.py BUG Mod/CustomAssets/Python/Screens/CvMainInterface.py BUG Mod/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...> - 2008-10-22 13:57:32
|
Revision: 1477 http://civ4bug.svn.sourceforge.net/civ4bug/?rev=1477&view=rev Author: mrbighead Date: 2008-10-22 13:57:04 +0000 (Wed, 22 Oct 2008) Log Message: ----------- Updated German translation Removed needless spacer from Advisors tab Modified Paths: -------------- BUG Mod/CustomAssets/Python/BUG/Tabs/BugAdvisorOptionsTab.py BUG Mod/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...> - 2008-10-26 02:41:30
|
Revision: 1486 http://civ4bug.svn.sourceforge.net/civ4bug/?rev=1486&view=rev Author: dresdensf Date: 2008-10-26 02:41:20 +0000 (Sun, 26 Oct 2008) Log Message: ----------- Customizable Domestic Advisor now also resizable based on 2 new BUG options; fixed icon name typo in CDA; added a "whip anger" column to CDA (not added to any pages); added a "ResolutionChanged" event; changed many options hover text entries for dropdowns or other lists to have pretty formatting using highlight color and bullet icons. Modified Paths: -------------- BUG Mod/CustomAssets/Config/BUG Advisors.xml BUG Mod/CustomAssets/Python/BUG/BugEventManager.py BUG Mod/CustomAssets/Python/BUG/Tabs/BugAdvisorOptionsTab.py BUG Mod/CustomAssets/Python/EntryPoints/CvOptionsScreenCallbackInterface.py BUG Mod/CustomAssets/Python/Screens/CvCustomizableDomesticAdvisor.py BUG Mod/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...> - 2008-10-26 11:51:43
|
Revision: 1487 http://civ4bug.svn.sourceforge.net/civ4bug/?rev=1487&view=rev Author: mrbighead Date: 2008-10-26 11:26:19 +0000 (Sun, 26 Oct 2008) Log Message: ----------- Updated German translation Changed "Situationsbericht" to "Lagebericht" Minor tweaks for the Advisors tab Modified Paths: -------------- BUG Mod/CustomAssets/Python/BUG/Tabs/BugAdvisorOptionsTab.py BUG Mod/CustomAssets/XML/Text/BUGOptions_CIV4GameText.xml BUG Mod/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...> - 2008-11-01 12:12:36
|
Revision: 1497 http://civ4bug.svn.sourceforge.net/civ4bug/?rev=1497&view=rev Author: ruff_hi Date: 2008-11-01 12:12:03 +0000 (Sat, 01 Nov 2008) Log Message: ----------- added optionality to pbar tick marks. Modified Paths: -------------- BUG Mod/CustomAssets/Config/BUG Main Interface.xml BUG Mod/CustomAssets/Python/BUG/Tabs/BugGeneralOptionsTab.py BUG Mod/CustomAssets/Python/Screens/CvMainInterface.py BUG Mod/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...> - 2008-11-02 10:01:57
|
Revision: 1500 http://civ4bug.svn.sourceforge.net/civ4bug/?rev=1500&view=rev Author: emperorfool Date: 2008-11-02 10:01:54 +0000 (Sun, 02 Nov 2008) Log Message: ----------- Renamed AttitudeUtils to AttitudeUtil to match all the others. Modified Paths: -------------- BUG Mod/CustomAssets/Config/init.xml BUG Mod/CustomAssets/Python/Contrib/FavoriteCivicDetector.py BUG Mod/CustomAssets/Python/Screens/CvBUGMilitaryAdvisor.py BUG Mod/CustomAssets/Python/Screens/CvExoticForeignAdvisor.py BUG Mod/CustomAssets/Python/Screens/CvVictoryScreen.py Added Paths: ----------- BUG Mod/CustomAssets/Python/BUG/AttitudeUtil.py Removed Paths: ------------- BUG Mod/CustomAssets/Python/BUG/AttitudeUtils.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...> - 2008-11-03 05:17:49
|
Revision: 1507 http://civ4bug.svn.sourceforge.net/civ4bug/?rev=1507&view=rev Author: emperorfool Date: 2008-11-03 05:17:42 +0000 (Mon, 03 Nov 2008) Log Message: ----------- Created FontUtil for adding new constants to FontSymbols. Define symbols in XML: <symbol id [name] [from] [offset]/> Provides getChar(symbol) for easier access to unicode string for symbol. Updated Scoreboard and AttitudeUtil to use it. Modified Paths: -------------- BUG Mod/CustomAssets/Config/init.xml BUG Mod/CustomAssets/Python/BUG/AttitudeUtil.py BUG Mod/CustomAssets/Python/BUG/BugConfig.py BUG Mod/CustomAssets/Python/BUG/Scoreboard.py Added Paths: ----------- BUG Mod/CustomAssets/Python/BUG/FontUtil.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...> - 2008-11-04 08:23:39
|
Revision: 1511 http://civ4bug.svn.sourceforge.net/civ4bug/?rev=1511&view=rev Author: emperorfool Date: 2008-11-04 08:23:34 +0000 (Tue, 04 Nov 2008) Log Message: ----------- Added FoodAssist (detailed food storage info). Modified Paths: -------------- BUG Mod/CustomAssets/Config/BUG City Screen.xml BUG Mod/CustomAssets/Python/BUG/Tabs/BugGeneralOptionsTab.py BUG Mod/CustomAssets/Python/Screens/CvMainInterface.py BUG Mod/CustomAssets/XML/Text/BUGOptions_CIV4GameText.xml BUG Mod/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...> - 2008-11-05 13:36:17
|
Revision: 1516 http://civ4bug.svn.sourceforge.net/civ4bug/?rev=1516&view=rev Author: emperorfool Date: 2008-11-05 13:36:14 +0000 (Wed, 05 Nov 2008) Log Message: ----------- Replaced "General" with icon in GG Bar. Modified Paths: -------------- BUG Mod/CustomAssets/Python/BUG/GGUtil.py BUG Mod/CustomAssets/Res/Fonts/GameFont_75.tga BUG Mod/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...> - 2008-11-07 06:19:15
|
Revision: 1520 http://civ4bug.svn.sourceforge.net/civ4bug/?rev=1520&view=rev Author: dresdensf Date: 2008-11-07 06:19:05 +0000 (Fri, 07 Nov 2008) Log Message: ----------- Modified sdToolKit's sdEcho() function to redirect output to BugUtil.debug() instead. Also changed URL in EventSigns.xml metainfo. Modified Paths: -------------- BUG Mod/CustomAssets/Config/EventSigns.xml BUG Mod/CustomAssets/Python/Contrib/SdToolKit.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...> - 2008-11-08 01:23:16
|
Revision: 1523 http://civ4bug.svn.sourceforge.net/civ4bug/?rev=1523&view=rev Author: dresdensf Date: 2008-11-08 01:23:13 +0000 (Sat, 08 Nov 2008) Log Message: ----------- CDA now handles the changing of BUG options properly; i.e. with <change> function definition rather than caching the old options and comparing them every time. Modified Paths: -------------- BUG Mod/CustomAssets/Config/BUG Advisors.xml BUG Mod/CustomAssets/Python/Screens/CvCustomizableDomesticAdvisor.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...> - 2008-11-12 08:39:32
|
Revision: 1529 http://civ4bug.svn.sourceforge.net/civ4bug/?rev=1529&view=rev Author: dresdensf Date: 2008-11-12 08:39:26 +0000 (Wed, 12 Nov 2008) Log Message: ----------- Updated EventSigns so that the General EventSigns option will show/hide all signs; in the process, drastically redid the internal classes and functions. Fixed bug with EventSigns not handling accented text properly. Added EF's BeginActivePlayerTurn event changes which now will trigger if you reload the same turn. Modified Paths: -------------- BUG Mod/CustomAssets/Config/EventSigns.xml BUG Mod/CustomAssets/Python/BUG/BugEventManager.py BUG Mod/CustomAssets/Python/Contrib/EventSigns.py BUG Mod/CustomAssets/Python/EntryPoints/CvRandomEventInterface.py BUG Mod/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...> - 2008-11-12 14:53:45
|
Revision: 1530 http://civ4bug.svn.sourceforge.net/civ4bug/?rev=1530&view=rev Author: emperorfool Date: 2008-11-12 14:53:35 +0000 (Wed, 12 Nov 2008) Log Message: ----------- Added City Occupation Civ4lert. Modified Paths: -------------- BUG Mod/CustomAssets/Config/Civ4lerts.xml BUG Mod/CustomAssets/Python/BUG/Tabs/BugAlertsOptionsTab.py BUG Mod/CustomAssets/Python/Contrib/Civ4lerts.py BUG Mod/CustomAssets/XML/Text/BUGOptions_CIV4GameText.xml BUG Mod/CustomAssets/XML/Text/Civ4lerts_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...> - 2008-11-16 22:43:36
|
Revision: 1535 http://civ4bug.svn.sourceforge.net/civ4bug/?rev=1535&view=rev Author: emperorfool Date: 2008-11-16 22:43:33 +0000 (Sun, 16 Nov 2008) Log Message: ----------- Added several new font icons: MI, domains, 3 orders, upgrade, cancel. Modified Paths: -------------- BUG Mod/CustomAssets/Config/init.xml BUG Mod/CustomAssets/Res/Fonts/GameFont_75.tga 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...> - 2008-11-17 09:54:02
|
Revision: 1538 http://civ4bug.svn.sourceforge.net/civ4bug/?rev=1538&view=rev Author: emperorfool Date: 2008-11-17 09:53:57 +0000 (Mon, 17 Nov 2008) Log Message: ----------- Added BUG Finance Advisor. Modified Paths: -------------- BUG Mod/CustomAssets/Config/BUG Advisors.xml BUG Mod/CustomAssets/Python/BUG/Tabs/BugAdvisorOptionsTab.py BUG Mod/CustomAssets/Python/BUG/TradeUtil.py BUG Mod/CustomAssets/XML/Text/BUGOptions_CIV4GameText.xml BUG Mod/CustomAssets/XML/Text/BUG_CIV4GameText.xml Added Paths: ----------- BUG Mod/CustomAssets/Python/Screens/BugFinanceAdvisor.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...> - 2008-11-20 02:52:44
|
Revision: 1545 http://civ4bug.svn.sourceforge.net/civ4bug/?rev=1545&view=rev Author: emperorfool Date: 2008-11-20 02:52:42 +0000 (Thu, 20 Nov 2008) Log Message: ----------- Added average amount per modifier building type to Financial Advisor. Added modifier building rounding errors to Taxes. Modified Paths: -------------- BUG Mod/CustomAssets/Python/Screens/BugFinanceAdvisor.py BUG Mod/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...> - 2008-11-24 00:40:18
|
Revision: 1559 http://civ4bug.svn.sourceforge.net/civ4bug/?rev=1559&view=rev Author: dresdensf Date: 2008-11-24 00:40:12 +0000 (Mon, 24 Nov 2008) Log Message: ----------- CDA sizing will leave extra room if Commerce Min/Max buttons are active and will reposition itself as necessary if they are enabled/disabled on options screen. Modified Paths: -------------- BUG Mod/CustomAssets/Config/BUG Main Interface.xml BUG Mod/CustomAssets/Python/Screens/CvCustomizableDomesticAdvisor.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...> - 2008-11-24 17:28:58
|
Revision: 1560 http://civ4bug.svn.sourceforge.net/civ4bug/?rev=1560&view=rev Author: mrbighead Date: 2008-11-24 17:28:52 +0000 (Mon, 24 Nov 2008) Log Message: ----------- Updated German translation Tweaked Advisor, Alerts, General and Scoreboard tab Scoreboard: Set line height to 22 (default value) which was 30 before Modified Paths: -------------- BUG Mod/CustomAssets/Config/Advanced Scoreboard.xml BUG Mod/CustomAssets/Python/BUG/Tabs/BugAdvisorOptionsTab.py BUG Mod/CustomAssets/Python/BUG/Tabs/BugAlertsOptionsTab.py BUG Mod/CustomAssets/Python/BUG/Tabs/BugGeneralOptionsTab.py BUG Mod/CustomAssets/Python/BUG/Tabs/BugScoreOptionsTab.py BUG Mod/CustomAssets/XML/Text/BUGOptions_CIV4GameText.xml BUG Mod/CustomAssets/XML/Text/MoreCiv4lerts_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...> - 2008-11-25 11:48:26
|
Revision: 1566 http://civ4bug.svn.sourceforge.net/civ4bug/?rev=1566&view=rev Author: mrbighead Date: 2008-11-25 11:45:23 +0000 (Tue, 25 Nov 2008) Log Message: ----------- Minor tweaks for the German translation Tweaked the General tab (now completely without scrolling!) Modified Paths: -------------- BUG Mod/CustomAssets/Python/BUG/BugOptionsScreen.py BUG Mod/CustomAssets/Python/BUG/Tabs/BugGeneralOptionsTab.py BUG Mod/CustomAssets/XML/Text/BUGHints_CIV4GameText.xml BUG Mod/CustomAssets/XML/Text/BUGOptions_CIV4GameText.xml BUG Mod/CustomAssets/XML/Text/BUG_CIV4GameText.xml BUG Mod/CustomAssets/XML/Text/Civ4lerts_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...> - 2008-12-06 18:54:21
|
Revision: 1593 http://civ4bug.svn.sourceforge.net/civ4bug/?rev=1593&view=rev Author: emperorfool Date: 2008-12-06 18:54:17 +0000 (Sat, 06 Dec 2008) Log Message: ----------- Finance Advisor: Added religious shrines line item. Modified Paths: -------------- BUG Mod/CustomAssets/Python/Screens/BugFinanceAdvisor.py BUG Mod/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...> - 2008-12-07 09:25:32
|
Revision: 1595 http://civ4bug.svn.sourceforge.net/civ4bug/?rev=1595&view=rev Author: dresdensf Date: 2008-12-07 09:25:30 +0000 (Sun, 07 Dec 2008) Log Message: ----------- Autolog now ignores canceled deals whose details are unknown and the unused LogTradeAll option has finally actually been removed. Modified Paths: -------------- BUG Mod/CustomAssets/Config/Autolog.xml BUG Mod/CustomAssets/Python/Contrib/autologEventManager.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...> - 2008-12-08 03:44:09
|
Revision: 1597 http://civ4bug.svn.sourceforge.net/civ4bug/?rev=1597&view=rev Author: emperorfool Date: 2008-12-08 03:44:02 +0000 (Mon, 08 Dec 2008) Log Message: ----------- Added Strategy Overlay mod by Del69. Modified Paths: -------------- BUG Mod/CustomAssets/Config/init.xml Added Paths: ----------- BUG Mod/CustomAssets/Config/Strategy Overlay.xml BUG Mod/CustomAssets/Python/Contrib/CvOverlayScreenUtils.py BUG Mod/CustomAssets/Python/Contrib/CvStrategyOverlayEventManager.py BUG Mod/CustomAssets/Python/Contrib/CvStrategyOverlayScreenEnums.py BUG Mod/CustomAssets/Python/EntryPoints/CvScreenUtilsInterface.py BUG Mod/CustomAssets/Python/Screens/CvOverlayScreen.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...> - 2008-12-08 05:15:55
|
Revision: 1599 http://civ4bug.svn.sourceforge.net/civ4bug/?rev=1599&view=rev Author: emperorfool Date: 2008-12-08 05:15:49 +0000 (Mon, 08 Dec 2008) Log Message: ----------- Updated Strategy Overlay with latest version. Modified Paths: -------------- BUG Mod/CustomAssets/Config/Strategy Overlay.xml BUG Mod/CustomAssets/Python/Contrib/CvOverlayScreenUtils.py BUG Mod/CustomAssets/Python/EntryPoints/CvScreenUtilsInterface.py Added Paths: ----------- BUG Mod/CustomAssets/Python/Screens/CvOverlayScreen.py BUG Mod/CustomAssets/XML/Text/StrategyOverlay_CIV4GameText.xml Removed Paths: ------------- BUG Mod/CustomAssets/Python/Contrib/CvStrategyOverlayEventManager.py BUG Mod/CustomAssets/Python/Contrib/CvStrategyOverlayScreenEnums.py BUG Mod/CustomAssets/Python/Screens/CvOverlayScreen.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...> - 2008-12-08 05:52:15
|
Revision: 1601 http://civ4bug.svn.sourceforge.net/civ4bug/?rev=1601&view=rev Author: dresdensf Date: 2008-12-08 05:52:08 +0000 (Mon, 08 Dec 2008) Log Message: ----------- Removed default sign text and its confusingly-named XML entry from the Strategy Overlay. Modified Paths: -------------- BUG Mod/CustomAssets/Python/Contrib/CvOverlayScreenUtils.py BUG Mod/CustomAssets/XML/Text/StrategyOverlay_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-01-11 02:47:01
|
Revision: 1614 http://civ4bug.svn.sourceforge.net/civ4bug/?rev=1614&view=rev Author: emperorfool Date: 2009-01-11 02:46:54 +0000 (Sun, 11 Jan 2009) Log Message: ----------- Added Strategy Layer options to General options tab. Modified Paths: -------------- BUG Mod/CustomAssets/Config/Strategy Overlay.xml BUG Mod/CustomAssets/Python/BUG/Tabs/BugGeneralOptionsTab.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |