-
The following error was raised on the Debian package for ltris, see:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=186780
As one example, this one in src/tetris.c in function tetris_make_stat was
broken:
(it only sets half the array)
double scores[1024];
[ cut ]
memset( scores, 0, sizeof( int ) * 1024 );
So I put in this:
memset( scores, 0, sizeof(scores) );.
2009-11-03 08:51:05 UTC in LGames
-
The word "malus" appears in the English text strings, this is not an
English word.
In English the word "penalty" is normally used in this situation.
Patch attached.
2009-11-03 08:46:42 UTC in LGames
-
The word "malus" appears in the English text strings, this is not an English word.
In English the word "penalty" is normally used in this situation.
Patch attached.
2009-10-24 14:13:36 UTC in LTris
-
The following error was raised on the Debian package for ltris, see:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=186780
As one example, this one in src/tetris.c in function tetris_make_stat was broken:
(it only sets half the array)
double scores[1024];
[ cut ]
memset( scores, 0, sizeof( int ) * 1024 );
So I put in this:
memset( scores, 0, sizeof(scores) );.
2009-10-13 20:36:35 UTC in LTris
-
colintu committed patchset 43 of module brandy to the Brandy Basic V Interpreter CVS repository, changing 2 files.
2009-06-08 21:02:39 UTC in Brandy Basic V Interpreter
-
colintu committed patchset 42 of module brandy to the Brandy Basic V Interpreter CVS repository, changing 1 files.
2007-12-26 17:16:51 UTC in Brandy Basic V Interpreter
-
colintu committed patchset 41 of module brandy to the Brandy Basic V Interpreter CVS repository, changing 1 files.
2007-12-26 16:17:51 UTC in Brandy Basic V Interpreter
-
colintu committed patchset 40 of module brandy to the Brandy Basic V Interpreter CVS repository, changing 2 files.
2007-12-26 14:17:20 UTC in Brandy Basic V Interpreter
-
colintu committed patchset 113 of module cd-circleprint to the cd-circleprint CVS repository, changing 3 files.
2007-12-24 17:36:07 UTC in cd-circleprint
-
colintu committed patchset 112 of module cd-circleprint to the cd-circleprint CVS repository, changing 1 files.
2007-12-24 15:01:37 UTC in cd-circleprint