[rogueclone-cvs] rogue/doc changelog.txt,1.5.2.6,1.5.2.7
Brought to you by:
mlehotay
From: Michael L. <mle...@us...> - 2009-01-02 20:58:42
|
Update of /cvsroot/rogueclone/rogue/doc In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv29053/doc Modified Files: Tag: curses changelog.txt Log Message: use standard curses interface for ROGUECURSES Index: changelog.txt =================================================================== RCS file: /cvsroot/rogueclone/rogue/doc/changelog.txt,v retrieving revision 1.5.2.6 retrieving revision 1.5.2.7 diff -C2 -d -r1.5.2.6 -r1.5.2.7 *** changelog.txt 7 Dec 2008 17:53:47 -0000 1.5.2.6 --- changelog.txt 2 Jan 2009 20:58:36 -0000 1.5.2.7 *************** *** 1,2 **** --- 1,9 ---- + to do + ----- + fix roguecurses + fix bugs from sf tracker + compile with current gcc (fwritable-strings) + verbose/terse modes + bugs with gcc & ncurses: 1. some hi ascii chars not displayed properly *************** *** 6,9 **** --- 13,17 ---- Changelog --------- + 3:23 PM 2009-01-02 - standardized roguecurses interface in rogue.h 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 |