|
From: <Cru...@us...> - 2012-02-08 01:27:35
|
Revision: 3612
http://civ4mods.svn.sourceforge.net/civ4mods/?rev=3612&view=rev
Author: Cruel100
Date: 2012-02-08 01:27:29 +0000 (Wed, 08 Feb 2012)
Log Message:
-----------
Bug Fix: correction in misalignment in the titles of technologies when clicking on techbars not yet researched. Introduced in larger techbar in techscreen.
Update: Credits. Included thanks for Civ4 modding community.
Modified Paths:
--------------
realism/bts/trunk/mod/Assets/Python/Components/BUG/Tabs/BugCreditsOptionsTab.py
realism/bts/trunk/mod/Assets/Python/Screens/CvTechChooser.py
Modified: realism/bts/trunk/mod/Assets/Python/Components/BUG/Tabs/BugCreditsOptionsTab.py
===================================================================
--- realism/bts/trunk/mod/Assets/Python/Components/BUG/Tabs/BugCreditsOptionsTab.py 2012-02-08 00:09:53 UTC (rev 3611)
+++ realism/bts/trunk/mod/Assets/Python/Components/BUG/Tabs/BugCreditsOptionsTab.py 2012-02-08 01:27:29 UTC (rev 3612)
@@ -55,24 +55,12 @@
"Sukkels88 - .",
"Taylor - (Cuba)",
"Terkhen - .",
+ "The_J - (Germany)",
"tmk - .",
"RonZeroRange - (USA)",
"vamperium - .",
"VenGence - (Canada)",
"-",
- "BUG_TEAM|BUG Team",
- "Alerum68 - Release, Documentation",
- "Cammagno - Documentation",
- "Dresden - Coding, Testing",
- "EmperorFool - Coding, Testing",
- "NikNaks - Graphics",
- "Ruff_Hi - Coding, Testing",
- "-",
- "BUG_TRANSLATORS|BUG Translators",
- "Cammagno - Italian (Game and Documentation)",
- "Falc - French (Game)",
- "The Doc - German (Game and Documentation)",
- "-",
"MOD_AUTHORS|Mod Authors",
"Afforess - Advanced Unit Automations",
"12monkeys - Plot List Enhancements",
@@ -122,14 +110,36 @@
"Taelis - Customizable Domestic Advisor",
"TheLopez - Dead Civ Scoreboard, Not Just Another Game Clock, Specialist Stacker",
"turlute - (ported PLE to BtS)",
+ "Willowmound - Actual Quotes 4.20",
"-",
+ "BUG_TEAM|BUG Team",
+ "Alerum68 - Release, Documentation",
+ "Cammagno - Documentation, Game Translators",
+ "Dresden - Coding, Testing",
+ "EmperorFool - Coding, Testing",
+ "NikNaks - Graphics",
+ "Ruff_Hi - Coding, Testing",
+ "Cammagno - Game and Documentation Translators",
+ "Falc - Game Translators",
+ "The Doc - Game and Documentation Translators",
+ "-",
+ "OTHER_THANKS|Thanks!",
+ " - TheLopez, Wolfschanze, asioasioasio, Rabbit White, Snafusmith, MaxRiga, The Conquests, Nevermind, C.Roland,",
+ " - Ploeperpengel, Notarzt, Chalid, sharick, Chamaedrys, esnaz, ArdRaeiss, ComG, baal_isidro, seZereth, Hunter,",
+ " - LittleRedPoint, heroes182, Expositus,Von Zeppelin, Robo Magic Man, nautil, tlucky4life, RogerBacon, Mumin, krowtrobot,",
+ " - Hell's Angel, villo, Tremo, Snaitf, Frontbrecher, Bhruic, SupremeOverlord, Cafegio, AlazkanAssassin, Stone-D, Thalassicus,",
+ " - Optimizer, Master Lexx, Mylon, Patricius, naf4ever, abbamouse, TheFourGuardian, danrell, Chugginator, bernie14, sepamu92,",
+ " - Zerver, GarretSidzaka, Cham, GeneralMatt, Polycrates,ambrox62, coffee_junkie, The Capo, zenspiderz, charle88, ermelinho,",
+ " - AchillesZero, JustATourist, Deliverator, Xenomorph, NikNaks93, Refar, Nicholas Hawkwood, Deon, hrochland, Zuul, Aranor.",
+ "-",
"MAP_SCRIPTS|Map Scripts",
"Doug McCreary - SmartMap",
"LDiCesare - Tectonics",
"low - Random Map",
"Nercury - Planet Generator",
"Ruff_Hi - Ring World",
- "Sto - Full of Resources",
+ "Sto - Full of Resources",
+ "-",
]
class BugCreditsOptionsTab(BugOptionsTab.BugOptionsTab):
Modified: realism/bts/trunk/mod/Assets/Python/Screens/CvTechChooser.py
===================================================================
--- realism/bts/trunk/mod/Assets/Python/Screens/CvTechChooser.py 2012-02-08 00:09:53 UTC (rev 3611)
+++ realism/bts/trunk/mod/Assets/Python/Screens/CvTechChooser.py 2012-02-08 01:27:29 UTC (rev 3612)
@@ -100,7 +100,7 @@
# BUG - GP Tech Prefs - end
self.PIXEL_INCREMENT = 7
- self.BOX_INCREMENT_WIDTH = 33 # Used to be 33 #Should be a multiple of 3...#Cruel OK!
+ self.BOX_INCREMENT_WIDTH = 33 # Used to be 33 #Should be a multiple of 3...#Larger techbar in techscreen
self.BOX_INCREMENT_HEIGHT = 9 #Should be a multiple of 3...
self.BOX_INCREMENT_Y_SPACING = 6 #Should be a multiple of 3...
self.BOX_INCREMENT_X_SPACING = 9 #Should be a multiple of 3...
@@ -179,7 +179,7 @@
xPanelWidth = screen.getXResolution() - 60
else:
xPanelWidth = 1024
- yPanelHeight = 768
+ yPanelHeight = 720
screen.showWindowBackground( False )
screen.setDimensions((screen.getXResolution() - xPanelWidth) / 2, screen.centerY(0), xPanelWidth, yPanelHeight)
@@ -246,7 +246,7 @@
screen = self.getScreen()
- self.BOX_INCREMENT_WIDTH = 33 # Used to be 33 #Should be a multiple of 3... #Cruel OK!
+ self.BOX_INCREMENT_WIDTH = 33 # Used to be 33 #Should be a multiple of 3... #Larger techbar in techscreen
self.DrawTechChooser(screen, self.TabPanels[0], True, True, True, True, True, True)
self.BOX_INCREMENT_WIDTH = 12 # Used to be 33 #Should be a multiple of 3...
@@ -852,7 +852,7 @@
if (self.sTechTabID == self.sTechSelectTab):
bTechName = True
sPanel = self.TabPanels[0]
- self.BOX_INCREMENT_WIDTH = 27 # Used to be 33 #Should be a multiple of 3...
+ self.BOX_INCREMENT_WIDTH = 33 # Used to be 33 #Should be a multiple of 3... #Larger techbar in techscreen
else:
bTechName = False
sPanel = self.TabPanels[1]
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|