Mercurial > fife-parpg
log
age | author | description |
---|---|---|
Fri, 17 Sep 2010 19:55:15 +0000 | prock | This is a more permanent fix for the timer issues. Pychan was using the timers incorrectly. This has now been fixed. It has eliminated the need to have global lists of timers in fife_timer. This has not been tested extensivly. |
Thu, 16 Sep 2010 16:46:17 +0000 | prock | This is a temporary fix for the timer issue which causes random segfaults. Timers are no longer deleted prematurely. |
Mon, 13 Sep 2010 19:00:12 +0000 | prock | Fixed a few compiler warning messages. Also removed a bunch of extra whitespace. |
Mon, 13 Sep 2010 17:22:24 +0000 | prock | Fixed incorrect usage of the SWIG %apply directive. This is meant to be used to retrieve output values from arguments only. See http://www.swig.org/Doc1.3/Arguments.html |