[flatland-cvs] flatland readme.html,1.3,1.4
Status: Alpha
Brought to you by:
prideout
From: Philip R. <pri...@us...> - 2005-07-03 20:00:59
|
Update of /cvsroot/flatland/flatland In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27049 Modified Files: readme.html Log Message: Nuked dependency on GLU. Fixed spelling error "Southernmost" in complex.cpp. Added World::IsCorrupt() method for detecting singularities. Fixed a singularity that was sometimes seen with the catapult. Renamed license-bsd.txt to bsd-license.txt. Fixed aliasing in wheel spokes in complex-demo by using linear filtering. Index: readme.html =================================================================== RCS file: /cvsroot/flatland/flatland/readme.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** readme.html 7 Mar 2005 02:55:21 -0000 1.3 --- readme.html 3 Jul 2005 20:00:51 -0000 1.4 *************** *** 1,3 **** ! <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> --- 1,3 ---- ! <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> *************** *** 48,52 **** --- 48,54 ---- <pre> Search for "TODO" and fix up all those spots. + Provide a win32 makefile for people who use Microsoft's free vc compiler, and write build instructions. Optimize line collisions. + Add debug code for detection of non-quiescence and disabling, useful for performance tuning. Features for the next release: *************** *** 66,69 **** --- 68,80 ---- <h1 id="changes">Change History</h1> <pre> + 1.3 + Nuked dependency on GLU. + Fixed spelling error "Southernmost" in complex.cpp. + Added World::IsCorrupt() method for detecting singularities. + Fixed a singularity that was sometimes seen with the catapult. + Renamed license-bsd.txt to bsd-license.txt. + Fixed aliasing in wheel spokes in complex-demo by using linear filtering. + Fixed shortcut icons. + 1.2 First SourceForge release. |