-
There seems to be an issue with UWM on AMD64 systems (Gentoo, 20091108)
ude-0.2.9b
Only the last character from the appmenu titles and commands gets saved to the menu, offending line and potential fix as follows:
init.c char *ReadQuoted(FILE *f){
// sprintf(text,"%s%c",text,c); // Problematic line
text[i] = c;
text[i+1] = '\0';
}
I'm guessing my fix is sloppy...
2009-11-08 17:59:04 UTC in Unix Desktop Environment Project (UDE)
-
This latest relase of WMDsweeper now comes with a groovey new graphical frontend, still rather rough, but playable all the same.
The game has also seen its first appearance as a Win32 binary.
2005-04-05 15:28:38 UTC in 3D WMDsweeper
-
WMDsweeper is a text based 3D minesweeper clone for Linux systems.
The second release, Version 0.2, offers the ability to save and load games, the option to have coloured text output, and the ability to manipulate the colours used.
Download at http://sourceforge.net/projects/wmdsweeper/
There has been a slight improvement to the config file reading. Also, a rather crippling bug associated...
2005-02-18 19:20:05 UTC in 3D WMDsweeper
-
dihenydd registered the 3D WMDsweeper project.
2005-02-11 18:33:05 UTC in 3D WMDsweeper