[rogueclone-cvs] rogue/doc changelog.txt,1.5.2.5,1.5.2.6
Brought to you by:
mlehotay
From: Michael L. <mle...@us...> - 2008-12-07 17:53:53
|
Update of /cvsroot/rogueclone/rogue/doc In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv3852/doc Modified Files: Tag: curses changelog.txt Log Message: new visual studio project configurations for linking with pdcurses Index: changelog.txt =================================================================== RCS file: /cvsroot/rogueclone/rogue/doc/changelog.txt,v retrieving revision 1.5.2.5 retrieving revision 1.5.2.6 diff -C2 -d -r1.5.2.5 -r1.5.2.6 *** changelog.txt 7 Dec 2008 01:51:25 -0000 1.5.2.5 --- changelog.txt 7 Dec 2008 17:53:47 -0000 1.5.2.6 *************** *** 1,4 **** --- 1,10 ---- + bugs with gcc & ncurses: + 1. some hi ascii chars not displayed properly + 2. old monster position not cleared when moving + + Changelog --------- + 12:40 PM 2008-12-07 - created pdcurses visual studio project configurations 7:24 PM 2008-12-06 - compiles with cygwin gcc 3.3.1, links with ncurses 7:07 PM 2008-08-17 - fixed curses colour, now links with pdcurses |