From: The B. P. S. U. <civ...@li...> - 2008-08-04 11:48:02
|
Revision: 1087 http://civ4bug.svn.sourceforge.net/civ4bug/?rev=1087&view=rev Author: emperorfool Date: 2008-08-04 11:47:59 +0000 (Mon, 04 Aug 2008) Log Message: ----------- Added formatFloat(value, decimals). Added listbox item selected event. Modified Paths: -------------- BUG Mod/CustomAssets/Python/BUG/BugUtil.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-09-03 08:12:08
|
Revision: 1250 http://civ4bug.svn.sourceforge.net/civ4bug/?rev=1250&view=rev Author: emperorfool Date: 2008-09-03 08:12:05 +0000 (Wed, 03 Sep 2008) Log Message: ----------- Fixed bug: missing "self." x2 Modified Paths: -------------- BUG Mod/CustomAssets/Python/BUG/BugUtil.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-09-06 21:29:57
|
Revision: 1255 http://civ4bug.svn.sourceforge.net/civ4bug/?rev=1255&view=rev Author: emperorfool Date: 2008-09-06 21:29:52 +0000 (Sat, 06 Sep 2008) Log Message: ----------- Added all input events to debugInput()'s map. Added ability to stop/start Timer multiple times and to restart it (reset to zero). Filled in comments for most major classes and functions. Modified Paths: -------------- BUG Mod/CustomAssets/Python/BUG/BugUtil.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-09-08 04:17:46
|
Revision: 1266 http://civ4bug.svn.sourceforge.net/civ4bug/?rev=1266&view=rev Author: emperorfool Date: 2008-09-08 04:17:44 +0000 (Mon, 08 Sep 2008) Log Message: ----------- Turned off logging to file by default. TODO: Enable reading of options from INI or XML. Modified Paths: -------------- BUG Mod/CustomAssets/Python/BUG/BugUtil.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-09-10 10:15:32
|
Revision: 1288 http://civ4bug.svn.sourceforge.net/civ4bug/?rev=1288&view=rev Author: emperorfool Date: 2008-09-10 10:15:29 +0000 (Wed, 10 Sep 2008) Log Message: ----------- Fixed syntax error in Timer.span(). Changed default extra to "total" to Timer.logTotal(). Modified Paths: -------------- BUG Mod/CustomAssets/Python/BUG/BugUtil.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-09-10 10:21:34
|
Revision: 1289 http://civ4bug.svn.sourceforge.net/civ4bug/?rev=1289&view=rev Author: emperorfool Date: 2008-09-10 10:21:31 +0000 (Wed, 10 Sep 2008) Log Message: ----------- Fixed setting of _initial in Timer.start(). Modified Paths: -------------- BUG Mod/CustomAssets/Python/BUG/BugUtil.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-09-10 11:49:47
|
Revision: 1291 http://civ4bug.svn.sourceforge.net/civ4bug/?rev=1291&view=rev Author: emperorfool Date: 2008-09-10 11:49:44 +0000 (Wed, 10 Sep 2008) Log Message: ----------- Changed Timer.start() to start the timer again if already running. Modified Paths: -------------- BUG Mod/CustomAssets/Python/BUG/BugUtil.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-10-02 15:37:16
|
Revision: 1388 http://civ4bug.svn.sourceforge.net/civ4bug/?rev=1388&view=rev Author: emperorfool Date: 2008-10-02 15:37:06 +0000 (Thu, 02 Oct 2008) Log Message: ----------- Fixed Timer.span() to handle cases where Timer hasn't been started or is still running. Modified Paths: -------------- BUG Mod/CustomAssets/Python/BUG/BugUtil.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-10-06 22:17:05
|
Revision: 1415 http://civ4bug.svn.sourceforge.net/civ4bug/?rev=1415&view=rev Author: emperorfool Date: 2008-10-06 22:16:54 +0000 (Mon, 06 Oct 2008) Log Message: ----------- Changed warn() in getText() for missing XML key to debug(). Modified Paths: -------------- BUG Mod/CustomAssets/Python/BUG/BugUtil.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-10-22 08:20:07
|
Revision: 1474 http://civ4bug.svn.sourceforge.net/civ4bug/?rev=1474&view=rev Author: emperorfool Date: 2008-10-22 08:15:46 +0000 (Wed, 22 Oct 2008) Log Message: ----------- Added debugInputFlags(). debugInput() optionally calls debugInputFlags() -- default no. Modified Paths: -------------- BUG Mod/CustomAssets/Python/BUG/BugUtil.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:15:23
|
Revision: 1506 http://civ4bug.svn.sourceforge.net/civ4bug/?rev=1506&view=rev Author: emperorfool Date: 2008-11-03 05:15:18 +0000 (Mon, 03 Nov 2008) Log Message: ----------- Added "TRACE: " prefix for trace() message. Modified Paths: -------------- BUG Mod/CustomAssets/Python/BUG/BugUtil.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-01-21 23:54:40
|
Revision: 1639 http://civ4bug.svn.sourceforge.net/civ4bug/?rev=1639&view=rev Author: emperorfool Date: 2009-01-21 23:54:34 +0000 (Wed, 21 Jan 2009) Log Message: ----------- Added default for "values" parameter (empty tuple) to getText(). Modified Paths: -------------- BUG Mod/CustomAssets/Python/BUG/BugUtil.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-03-01 04:08:52
|
Revision: 1719 http://civ4bug.svn.sourceforge.net/civ4bug/?rev=1719&view=rev Author: emperorfool Date: 2009-03-01 04:08:48 +0000 (Sun, 01 Mar 2009) Log Message: ----------- BugUtil.debugInput() prints to the screen using alert(). Modified Paths: -------------- BUG Mod/CustomAssets/Python/BUG/BugUtil.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |