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...> - 2009-05-20 07:27:00
|
Revision: 1799 http://civ4bug.svn.sourceforge.net/civ4bug/?rev=1799&view=rev Author: emperorfool Date: 2009-05-20 07:26:54 +0000 (Wed, 20 May 2009) Log Message: ----------- Added johnny smith to credits tab for the Spy Specialist Civilopedia Fix (already merged). Modified Paths: -------------- 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-05-20 04:33:25
|
Revision: 1798 http://civ4bug.svn.sourceforge.net/civ4bug/?rev=1798&view=rev Author: emperorfool Date: 2009-05-20 04:33:20 +0000 (Wed, 20 May 2009) Log Message: ----------- Reminders that fired this turn no longer show in End Turn Text for next player. Added SwitchHotSeatPlayer event. Modified Paths: -------------- trunk/BUG Mod/Changelog.txt trunk/CustomAssets/Config/BUG Core.xml trunk/CustomAssets/Python/BUG/BugEventManager.py trunk/CustomAssets/Python/BUG/BugUtil.py trunk/CustomAssets/Python/Contrib/ReminderEventManager.py 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-05-19 17:28:48
|
Revision: 1797 http://civ4bug.svn.sourceforge.net/civ4bug/?rev=1797&view=rev Author: mrbighead Date: 2009-05-19 17:28:39 +0000 (Tue, 19 May 2009) Log Message: ----------- Updated German translation Replaced some Unicode characters with ISO-8859-1 ones so that Civ4 can display them correctly (Strategy texts) Modified Paths: -------------- trunk/CustomAssets/XML/Text/MapFinder_CIV4GameText.xml 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. |
From: The B. P. S. U. <civ...@li...> - 2009-05-18 22:22:05
|
Revision: 1796 http://civ4bug.svn.sourceforge.net/civ4bug/?rev=1796&view=rev Author: emperorfool Date: 2009-05-18 22:21:58 +0000 (Mon, 18 May 2009) Log Message: ----------- Added hover for Food Rate [BULL] Modified Paths: -------------- trunk/BUG Mod/Changelog.txt trunk/CustomAssets/Config/BULL Misc Hovers.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-05-17 12:50:07
|
Revision: 1795 http://civ4bug.svn.sourceforge.net/civ4bug/?rev=1795&view=rev Author: emperorfool Date: 2009-05-17 12:49:58 +0000 (Sun, 17 May 2009) Log Message: ----------- Added buildings that save maintenance to City Screen Maintenance hover. Modified Paths: -------------- trunk/CustomAssets/Config/BULL Misc Hovers.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-17 11:43:02
|
Revision: 1794 http://civ4bug.svn.sourceforge.net/civ4bug/?rev=1794&view=rev Author: emperorfool Date: 2009-05-17 11:42:55 +0000 (Sun, 17 May 2009) Log Message: ----------- Added breakdown of Great People Rate in City Screen hover. Modified Paths: -------------- trunk/CustomAssets/Config/BULL Misc Hovers.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-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-16 10:58:42
|
Revision: 1792 http://civ4bug.svn.sourceforge.net/civ4bug/?rev=1792&view=rev Author: emperorfool Date: 2009-05-16 10:58:36 +0000 (Sat, 16 May 2009) Log Message: ----------- Added CvUtil.getNewScreenID() so mods don't have to hard-code screen IDs Modified Paths: -------------- trunk/BUG Mod/Changelog.txt trunk/CustomAssets/Python/Contrib/CvOverlayScreenUtils.py trunk/CustomAssets/Python/CvUtil.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 01:04:35
|
Revision: 1791 http://civ4bug.svn.sourceforge.net/civ4bug/?rev=1791&view=rev Author: emperorfool Date: 2009-05-16 01:04:34 +0000 (Sat, 16 May 2009) Log Message: ----------- Removed old unused BUG Options folder. Removed Paths: ------------- trunk/CustomAssets/Python/BUG/Options/ 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-15 13:53:41
|
Revision: 1790 http://civ4bug.svn.sourceforge.net/civ4bug/?rev=1790&view=rev Author: emperorfool Date: 2009-05-15 13:49:30 +0000 (Fri, 15 May 2009) Log Message: ----------- MapFinder: Added a minimum delay before saving to avoid exposing unrevealed tiles in the screenshot. Modified Paths: -------------- 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 10:11:24
|
Revision: 1788 http://civ4bug.svn.sourceforge.net/civ4bug/?rev=1788&view=rev Author: emperorfool Date: 2009-05-15 10:10:23 +0000 (Fri, 15 May 2009) Log Message: ----------- Removed commented-out firing of gameUpdate. Modified Paths: -------------- 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-05-15 09:17:35
|
Revision: 1787 http://civ4bug.svn.sourceforge.net/civ4bug/?rev=1787&view=rev Author: emperorfool Date: 2009-05-15 09:16:34 +0000 (Fri, 15 May 2009) Log Message: ----------- Changed SaveLimit option's default value to 1000. Modified Paths: -------------- trunk/CustomAssets/Config/MapFinder.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-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 08:48:59
|
Revision: 1785 http://civ4bug.svn.sourceforge.net/civ4bug/?rev=1785&view=rev Author: emperorfool Date: 2009-05-15 08:48:49 +0000 (Fri, 15 May 2009) Log Message: ----------- MapFinder uses deferCalls() instead of gameUpdate event. Fixed bug in deferCalls() that let new calls get executed in same gameUpdate event. Modified Paths: -------------- trunk/BUG Mod/Changelog.txt 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-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-13 04:35:45
|
Revision: 1783 http://civ4bug.svn.sourceforge.net/civ4bug/?rev=1783&view=rev Author: emperorfool Date: 2009-05-13 04:35:39 +0000 (Wed, 13 May 2009) Log Message: ----------- Fixed bug so normal map regeneration shortcut moves the camera correctly. Modified Paths: -------------- 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-13 03:43:38
|
Revision: 1782 http://civ4bug.svn.sourceforge.net/civ4bug/?rev=1782&view=rev Author: emperorfool Date: 2009-05-13 03:43:31 +0000 (Wed, 13 May 2009) Log Message: ----------- Fixed bug in MapFinder that broke the camera movement. Modified Paths: -------------- 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-12 07:50:57
|
Revision: 1781 http://civ4bug.svn.sourceforge.net/civ4bug/?rev=1781&view=rev Author: emperorfool Date: 2009-05-12 07:50:47 +0000 (Tue, 12 May 2009) Log Message: ----------- Removed civ4bull branch Removed Paths: ------------- branches/civ4bull/ 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-12 05:35:54
|
Revision: 1780 http://civ4bug.svn.sourceforge.net/civ4bug/?rev=1780&view=rev Author: emperorfool Date: 2009-05-12 05:35:46 +0000 (Tue, 12 May 2009) Log Message: ----------- Renamed "BUG Mod" to "trunk" to match SVN standards. Added Paths: ----------- trunk/ Removed Paths: ------------- BUG Mod/ 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-12 05:14:34
|
Revision: 1779 http://civ4bug.svn.sourceforge.net/civ4bug/?rev=1779&view=rev Author: emperorfool Date: 2009-05-12 05:14:29 +0000 (Tue, 12 May 2009) Log Message: ----------- Merged civ4bull branch r1778 -> trunk Modified Paths: -------------- BUG Mod/BUG Mod/Changelog.txt BUG Mod/CustomAssets/Config/BUG Advisors.xml BUG Mod/CustomAssets/Config/BUG City Screen.xml BUG Mod/CustomAssets/Config/BUG Core.xml BUG Mod/CustomAssets/Config/init.xml BUG Mod/CustomAssets/Python/BUG/BugConfig.py BUG Mod/CustomAssets/Python/BUG/BugEventManager.py BUG Mod/CustomAssets/Python/BUG/BugOptions.py BUG Mod/CustomAssets/Python/BUG/BugOptionsTab.py BUG Mod/CustomAssets/Python/BUG/DealUtil.py BUG Mod/CustomAssets/Python/BUG/FontUtil.py BUG Mod/CustomAssets/Python/BUG/Scoreboard.py BUG Mod/CustomAssets/Python/BUG/Tabs/BugAdvisorOptionsTab.py BUG Mod/CustomAssets/Python/BUG/Tabs/BugCityScreenOptionsTab.py BUG Mod/CustomAssets/Python/BUG/Tabs/BugCreditsOptionsTab.py BUG Mod/CustomAssets/Python/BUG/Tabs/BugGeneralOptionsTab.py BUG Mod/CustomAssets/Python/EntryPoints/CvAppInterface.py BUG Mod/CustomAssets/Python/Screens/BugFinanceAdvisor.py BUG Mod/CustomAssets/Python/Screens/CvExoticForeignAdvisor.py BUG Mod/CustomAssets/Python/Screens/CvMainInterface.py BUG Mod/CustomAssets/XML/Text/BUGOptions_CIV4GameText.xml BUG Mod/CustomAssets/XML/Text/BUG_CIV4GameText.xml BUG Mod/CustomAssets/XML/Text/MoreCiv4lerts_CIV4GameText.xml BUG Mod/CustomAssets/XML/Text/Shortcuts_CIV4GameText.xml BUG Mod/PublicMaps/Planet_Generator_0_68.py Added Paths: ----------- BUG Mod/CustomAssets/Config/Advanced Combat Odds.xml BUG Mod/CustomAssets/Config/BULL Actions.xml BUG Mod/CustomAssets/Config/BULL City Bar.xml BUG Mod/CustomAssets/Config/BULL Misc Hovers.xml BUG Mod/CustomAssets/Config/MapFinder.xml BUG Mod/CustomAssets/Python/BUG/BugDll.py BUG Mod/CustomAssets/Python/Contrib/MapFinder.py BUG Mod/CustomAssets/XML/Text/MapFinder_CIV4GameText.xml Property Changed: ---------------- BUG Mod/ BUG Mod/CustomAssets/Python/BUG/AttitudeUtil.py BUG Mod/CustomAssets/Python/BUG/BugUtil.py BUG Mod/CustomAssets/Python/BUG/DiplomacyUtil.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-12 01:01:12
|
Revision: 1778 http://civ4bug.svn.sourceforge.net/civ4bug/?rev=1778&view=rev Author: emperorfool Date: 2009-05-12 01:01:03 +0000 (Tue, 12 May 2009) Log Message: ----------- Merged from trunk 1773-1777 Property Changed: ---------------- branches/civ4bull/ 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-11 23:36:15
|
Revision: 1777 http://civ4bug.svn.sourceforge.net/civ4bug/?rev=1777&view=rev Author: emperorfool Date: 2009-05-11 23:36:06 +0000 (Mon, 11 May 2009) Log Message: ----------- Removed BULL CIV4GameText XML files; they are in civ4bull. Removed Paths: ------------- branches/civ4bull/CustomAssets/XML/Text/AdvancedCombatOdds_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-10 15:19:09
|
Revision: 1776 http://civ4bug.svn.sourceforge.net/civ4bug/?rev=1776&view=rev Author: cammagno Date: 2009-05-10 15:19:00 +0000 (Sun, 10 May 2009) Log Message: ----------- MapFinder text file updated (with Italian text) in the BULL branch; @EF: not included in the 'trunk' yet, so I left it where it was. Modified 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. |
From: The B. P. S. U. <civ...@li...> - 2009-05-10 08:25:10
|
Revision: 1775 http://civ4bug.svn.sourceforge.net/civ4bug/?rev=1775&view=rev Author: emperorfool Date: 2009-05-10 08:25:05 +0000 (Sun, 10 May 2009) Log Message: ----------- Fixed scoreboard (trunk and branch each added a new column, so total += 2) Modified Paths: -------------- branches/civ4bull/CustomAssets/Python/BUG/Scoreboard.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |