[Bprocessor-commit] build/doc Changelog,1.1,1.2
Status: Pre-Alpha
Brought to you by:
henryml
From: rimestad <rim...@us...> - 2005-09-22 23:56:24
|
Update of /cvsroot/bprocessor/build/doc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9033 Modified Files: Changelog Log Message: added some of the changes Index: Changelog =================================================================== RCS file: /cvsroot/bprocessor/build/doc/Changelog,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Changelog 8 Aug 2005 09:50:41 -0000 1.1 --- Changelog 22 Sep 2005 23:56:16 -0000 1.2 *************** *** 5,6 **** --- 5,26 ---- ---------------------- Initial release + + 2005/23/09: Release M1 + ---------------------- + - Added different rendering modes (WIREFRAME, SOLID and LIGHTING/w.o. shadows) + - Added a textfield showing the length/distance of lines, movement and extrusions + - If a number is keyd in while using pencil tool, and Enter is pressed afterwards, the active edge is changed accordingly and ended. The drawing just continues as normal afterwards. + - Escape now cancels drawing and moving if pressed + - If a one-button mouse only are awailable CTRL + MOUSE1 begins rotation + - If SHIFT is held down while selecting multiple objects can be selected + - There are now only one draw tool, that draws in 3D, e.i. it draws on excisting objects (and here the grid is included) + - A selection in the treeview reflects on the view and vice versa. + - All current object types can be selected. + - GL hiding tooltip fixed on LINUX but not MAC + - ... + + Known bugs: + - The gl stops responding if SOLID rendering mode is chosen with F6, until the view is clicked a couple of times with the mouse + - Some concurrency problems with the database on multi-threaded machines + - If many objects are selected during rotation, the program seems slow + - ... |