You can subscribe to this list here.
2007 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(23) |
Nov
(13) |
Dec
(6) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2008 |
Jan
(14) |
Feb
|
Mar
(32) |
Apr
(50) |
May
(127) |
Jun
(61) |
Jul
(234) |
Aug
(164) |
Sep
(132) |
Oct
(110) |
Nov
(86) |
Dec
(32) |
2009 |
Jan
(34) |
Feb
(71) |
Mar
(20) |
Apr
(25) |
May
(47) |
Jun
(65) |
Jul
(12) |
Aug
(22) |
Sep
(75) |
Oct
(14) |
Nov
(30) |
Dec
(48) |
2010 |
Jan
(48) |
Feb
(43) |
Mar
(34) |
Apr
(7) |
May
(26) |
Jun
(3) |
Jul
(1) |
Aug
(2) |
Sep
(6) |
Oct
|
Nov
|
Dec
|
2012 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
(3) |
Sep
|
Oct
|
Nov
|
Dec
|
From: The B. P. S. U. <civ...@li...> - 2008-04-23 18:05:39
|
Revision: 635 http://civ4bug.svn.sourceforge.net/civ4bug/?rev=635&view=rev Author: emperorfool Date: 2008-04-23 11:04:50 -0700 (Wed, 23 Apr 2008) Log Message: ----------- Raw Production/Commerce are now translated. Modified Paths: -------------- BUG Mod/CustomAssets/Python/Screens/CvMainInterface.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-04-23 13:53:11
|
Revision: 634 http://civ4bug.svn.sourceforge.net/civ4bug/?rev=634&view=rev Author: emperorfool Date: 2008-04-23 06:53:08 -0700 (Wed, 23 Apr 2008) Log Message: ----------- Made text option lists translatable. Fixed translation code for Options Screen tabs. Made Credits tab headers translatable. Modified Paths: -------------- BUG Mod/CustomAssets/Python/BUG/BugOptions.py BUG Mod/CustomAssets/Python/BUG/BugOptionsTab.py BUG Mod/CustomAssets/Python/BUG/Tabs/BugCreditsOptionsTab.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-04-23 13:51:15
|
Revision: 633 http://civ4bug.svn.sourceforge.net/civ4bug/?rev=633&view=rev Author: emperorfool Date: 2008-04-23 06:51:12 -0700 (Wed, 23 Apr 2008) Log Message: ----------- Fixed dirty bits for two options. Modified Paths: -------------- BUG Mod/CustomAssets/Python/BUG/Options/BugCityScreenOptions.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-04-23 12:34:57
|
Revision: 632 http://civ4bug.svn.sourceforge.net/civ4bug/?rev=632&view=rev Author: emperorfool Date: 2008-04-23 05:34:50 -0700 (Wed, 23 Apr 2008) Log Message: ----------- Added optional "subdir" parameter to findIniFile(). Modified Paths: -------------- BUG Mod/CustomAssets/Python/BUG/BugPath.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-04-23 12:34:20
|
Revision: 631 http://civ4bug.svn.sourceforge.net/civ4bug/?rev=631&view=rev Author: emperorfool Date: 2008-04-23 05:34:14 -0700 (Wed, 23 Apr 2008) Log Message: ----------- Fixed to use BugPath to find config file. Modified Paths: -------------- 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-04-23 12:14:21
|
Revision: 630 http://civ4bug.svn.sourceforge.net/civ4bug/?rev=630&view=rev Author: emperorfool Date: 2008-04-23 05:13:32 -0700 (Wed, 23 Apr 2008) Log Message: ----------- Added Military Advisor label. Modified Paths: -------------- 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-04-23 11:59:15
|
Revision: 629 http://civ4bug.svn.sourceforge.net/civ4bug/?rev=629&view=rev Author: emperorfool Date: 2008-04-23 04:58:41 -0700 (Wed, 23 Apr 2008) Log Message: ----------- Second pass at fixing INI file loading. - Created BugPath to replace our use of CvPath. CvPath can still be used by mods that include BUG. - INI file search order is - My Games\BUG Mod - My Games\BtS\Mods\BUG Mod - My Games\BtS - <install>\Mods\BUG Mod - <install> - When "BUG Mod.ini" isn't found, - Options screen shows this and the search paths. - Other tabs aren't shown; can only exit. Want to clean this up to allow screen to show other types of errors. - Removed need for RuffModControl except by Unit Naming mod. This cleans up BugOptions considerably. Need to convert Unit Naming mod to use BugPath (almost done). Modified Paths: -------------- BUG Mod/CustomAssets/Python/BUG/BugOptions.py BUG Mod/CustomAssets/Python/BUG/BugOptionsScreen.py BUG Mod/CustomAssets/Python/BUG/BugOptionsTab.py BUG Mod/CustomAssets/Python/BUG/Tabs/BugCreditsOptionsTab.py BUG Mod/CustomAssets/Python/BUG/Tabs/BugGeneralOptionsTab.py Added Paths: ----------- BUG Mod/CustomAssets/Python/BUG/BugPath.py BUG Mod/CustomAssets/Python/BUG/Tabs/BugErrorOptionsTab.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-04-22 13:27:33
|
Revision: 628 http://civ4bug.svn.sourceforge.net/civ4bug/?rev=628&view=rev Author: emperorfool Date: 2008-04-22 06:27:26 -0700 (Tue, 22 Apr 2008) Log Message: ----------- Updated version # Modified Paths: -------------- BUG Mod/CustomAssets/Python/Contrib/CvModName.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-04-22 13:26:44
|
Revision: 627 http://civ4bug.svn.sourceforge.net/civ4bug/?rev=627&view=rev Author: emperorfool Date: 2008-04-22 06:26:32 -0700 (Tue, 22 Apr 2008) Log Message: ----------- As a start to nail down the INI file problems. - INI File expected in "My Games\Beyond the Sword" - "Beyond the Sword" is acquired using the executable name -- not the registry. - If INI file cannot be found, first tab in BUG Options says so. TODO: Make is say where it is looking. Modified Paths: -------------- BUG Mod/CustomAssets/Python/BUG/RuffModControl.py BUG Mod/CustomAssets/Python/BUG/Tabs/BugGeneralOptionsTab.py BUG Mod/CustomAssets/Python/Contrib/CvPath.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-04-22 13:15:45
|
Revision: 626 http://civ4bug.svn.sourceforge.net/civ4bug/?rev=626&view=rev Author: emperorfool Date: 2008-04-22 06:15:17 -0700 (Tue, 22 Apr 2008) Log Message: ----------- Return the name of the label added, or None if no title was found or given. Modified Paths: -------------- BUG Mod/CustomAssets/Python/BUG/BugOptionsTab.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-04-22 12:10:11
|
Revision: 625 http://civ4bug.svn.sourceforge.net/civ4bug/?rev=625&view=rev Author: emperorfool Date: 2008-04-22 05:09:57 -0700 (Tue, 22 Apr 2008) Log Message: ----------- GP Bar now updates when you select cities on the map. Modified Paths: -------------- 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-04-21 12:55:29
|
Revision: 624 http://civ4bug.svn.sourceforge.net/civ4bug/?rev=624&view=rev Author: ruff_hi Date: 2008-04-21 05:55:19 -0700 (Mon, 21 Apr 2008) Log Message: ----------- Updated with BUG Military Adviser text Modified Paths: -------------- 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-04-21 00:41:08
|
Revision: 623 http://civ4bug.svn.sourceforge.net/civ4bug/?rev=623&view=rev Author: alerum Date: 2008-04-20 17:41:04 -0700 (Sun, 20 Apr 2008) Log Message: ----------- Commited EF's changed to CvPath.py to allow for BUG Mod directory within My Games for support files. Uploaded new installer file for BUG. Modified Paths: -------------- BUG Mod/CustomAssets/Python/Contrib/CvPath.py Extra Stuff/BAT Setup Template.iit Added Paths: ----------- Extra Stuff/BUG Setup Template.iip 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-04-20 18:49:48
|
Revision: 622 http://civ4bug.svn.sourceforge.net/civ4bug/?rev=622&view=rev Author: ruff_hi Date: 2008-04-20 11:49:36 -0700 (Sun, 20 Apr 2008) Log Message: ----------- Skeleton of BUG Military Advisor Modified Paths: -------------- BUG Mod/CustomAssets/Python/BUG/Options/BugScreensOptions.py BUG Mod/CustomAssets/Python/BUG/Tabs/BugAdvisorOptionsTab.py BUG Mod/CustomAssets/Python/EntryPoints/CvScreensInterface.py BUG Mod/CustomAssets/XML/Text/BUGOptions_CIV4GameText.xml BUG Mod/CustomAssets/XML/Text/BUG_CIV4GameText.xml Added Paths: ----------- BUG Mod/CustomAssets/Python/Screens/CvBUGMilitaryAdvisor.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-04-20 17:32:25
|
Revision: 621 http://civ4bug.svn.sourceforge.net/civ4bug/?rev=621&view=rev Author: emperorfool Date: 2008-04-20 10:32:21 -0700 (Sun, 20 Apr 2008) Log Message: ----------- Fixed the hints and changed their XML keys to include "BUG" so they will never clash with any new hints added by BtS. Modified Paths: -------------- BUG Mod/CustomAssets/XML/Text/BUGHints_CIV4GameText.xml Added Paths: ----------- BUG Mod/CustomAssets/XML/GameInfo/CIV4Hints.xml Removed Paths: ------------- BUG Mod/CustomAssets/XML/GameInfo/BUGHints.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-04-20 17:20:40
|
Revision: 620 http://civ4bug.svn.sourceforge.net/civ4bug/?rev=620&view=rev Author: emperorfool Date: 2008-04-20 10:20:30 -0700 (Sun, 20 Apr 2008) Log Message: ----------- Glance and Info pages now show full detail in hover for leaderhead row icons. Modified Paths: -------------- BUG Mod/CustomAssets/Python/Screens/CvExoticForeignAdvisor.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-04-20 17:16:25
|
Revision: 619 http://civ4bug.svn.sourceforge.net/civ4bug/?rev=619&view=rev Author: emperorfool Date: 2008-04-20 10:16:20 -0700 (Sun, 20 Apr 2008) Log Message: ----------- Fixed bug: Wide Tech Screen on 1024x768 no longer has a 30 pixel border (just like vanilla). Modified Paths: -------------- BUG Mod/CustomAssets/Python/Screens/CvTechChooser.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-04-20 09:46:49
|
Revision: 618 http://civ4bug.svn.sourceforge.net/civ4bug/?rev=618&view=rev Author: emperorfool Date: 2008-04-20 02:46:43 -0700 (Sun, 20 Apr 2008) Log Message: ----------- Moved our hints from original BtS XML files to our own new files. This also fixes some of the items that were fixed in BtS 3.13 that we missed due to overwriting an original file. Added Paths: ----------- BUG Mod/CustomAssets/XML/GameInfo/BUGHints.xml BUG Mod/CustomAssets/XML/Text/BUGHints_CIV4GameText.xml Removed Paths: ------------- BUG Mod/CustomAssets/XML/GameInfo/CIV4Hints.xml BUG Mod/CustomAssets/XML/Text/CIV4GameText_BTS.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-04-20 09:44:58
|
Revision: 617 http://civ4bug.svn.sourceforge.net/civ4bug/?rev=617&view=rev Author: emperorfool Date: 2008-04-20 02:44:49 -0700 (Sun, 20 Apr 2008) Log Message: ----------- Great Person Bar changes - Always displayed: - If no city has a rate > 0, the bar shows the city with the most points. - If no city has any points at all, the bar says "GP: None", is empty and is not clickable. - Fixed GP bar in City Screen. Modified Paths: -------------- BUG Mod/CustomAssets/Python/BUG/GPUtil.py BUG Mod/CustomAssets/Python/Screens/CvMainInterface.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-04-19 13:58:36
|
Revision: 616 http://civ4bug.svn.sourceforge.net/civ4bug/?rev=616&view=rev Author: emperorfool Date: 2008-04-19 06:58:27 -0700 (Sat, 19 Apr 2008) Log Message: ----------- More Options Screen goodness: - Fixed multi-line hovers. - Moved tab titles and labels to XML. Modified Paths: -------------- BUG Mod/CustomAssets/Python/BUG/BugOptionsTab.py BUG Mod/CustomAssets/Python/BUG/Options/BugScreensOptions.py BUG Mod/CustomAssets/Python/BUG/Tabs/BugAdvisorOptionsTab.py BUG Mod/CustomAssets/Python/BUG/Tabs/BugAlertsOptionsTab.py BUG Mod/CustomAssets/Python/BUG/Tabs/BugAutologOptionsTab.py BUG Mod/CustomAssets/Python/BUG/Tabs/BugGeneralOptionsTab.py BUG Mod/CustomAssets/Python/BUG/Tabs/BugNJAGCOptionsTab.py BUG Mod/CustomAssets/Python/BUG/Tabs/BugScoreOptionsTab.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-04-19 13:29:21
|
Revision: 615 http://civ4bug.svn.sourceforge.net/civ4bug/?rev=615&view=rev Author: emperorfool Date: 2008-04-19 06:29:19 -0700 (Sat, 19 Apr 2008) Log Message: ----------- Added two missing option sets to initializing code. That they worked already makes me think the bootstrap code isn't necessary. Modified Paths: -------------- BUG Mod/CustomAssets/Python/BUG/Options/BugInitOptions.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-04-19 08:19:38
|
Revision: 614 http://civ4bug.svn.sourceforge.net/civ4bug/?rev=614&view=rev Author: emperorfool Date: 2008-04-19 01:19:37 -0700 (Sat, 19 Apr 2008) Log Message: ----------- Added a 30 pixel margin when in wide mode. Modified Paths: -------------- BUG Mod/CustomAssets/Python/Screens/CvTechChooser.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-04-19 08:03:12
|
Revision: 613 http://civ4bug.svn.sourceforge.net/civ4bug/?rev=613&view=rev Author: emperorfool Date: 2008-04-19 01:03:04 -0700 (Sat, 19 Apr 2008) Log Message: ----------- Expanded trade into 6 columns: both total profit and number of routes for All, Domestic, and Foreign routes. Modified Paths: -------------- 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-04-19 07:37:03
|
Revision: 612 http://civ4bug.svn.sourceforge.net/civ4bug/?rev=612&view=rev Author: emperorfool Date: 2008-04-19 00:36:58 -0700 (Sat, 19 Apr 2008) Log Message: ----------- Fixed centering of wide-screen view and screen title. Modified Paths: -------------- BUG Mod/CustomAssets/Python/Screens/CvTechChooser.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-04-19 06:56:24
|
Revision: 611 http://civ4bug.svn.sourceforge.net/civ4bug/?rev=611&view=rev Author: emperorfool Date: 2008-04-18 23:56:20 -0700 (Fri, 18 Apr 2008) Log Message: ----------- * Changed GG bar label to "General (x)" where X is the number of XP remaining. * Added hover showing "Great General (x/y)" (same hover as Military Advisor. * Fixed most of the positioning of the wide-screen bars. - Still need to shift research icons to the left. Modified Paths: -------------- BUG Mod/CustomAssets/Python/BUG/GPUtil.py BUG Mod/CustomAssets/Python/Screens/CvMainInterface.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. |