From: The B. P. S. U. <civ...@li...> - 2008-08-19 11:39:44
|
Revision: 1152 http://civ4bug.svn.sourceforge.net/civ4bug/?rev=1152&view=rev Author: emperorfool Date: 2008-08-19 11:39:41 +0000 (Tue, 19 Aug 2008) Log Message: ----------- Added PreGameStart event, fired from CvAppInterface.preGameStart(). BugInit.init() is now called once before the OnLoad or PreGameStart events, whichever fires first. BugInit.init() now loads the dynamic font icons needed by some utility modules. Normally they are loaded by CvAppInterface.preGameStart(), but that's too late when loading a game. Modified Paths: -------------- branches/bug-new-core-3.1/BUG Mod/CustomAssets/Python/BUG/BugEventManager.py branches/bug-new-core-3.1/BUG Mod/CustomAssets/Python/BUG/BugInit.py branches/bug-new-core-3.1/BUG Mod/CustomAssets/Python/EntryPoints/CvAppInterface.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |