Update of /cvsroot/bprocessor/build/doc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv772
Modified Files:
Changelog
Log Message:
Divide Changelog into sections
Index: Changelog
===================================================================
RCS file: /cvsroot/bprocessor/build/doc/Changelog,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Changelog 22 Sep 2005 23:56:16 -0000 1.2
--- Changelog 23 Sep 2005 09:58:16 -0000 1.3
***************
*** 2,26 ****
==========
! 2005/08/08: Release M0
----------------------
! 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
! - ...
--- 2,37 ----
==========
! 2005/09/23: Release M1
----------------------
! General:
! - Added support for the PostgreSQL database; copy JDBC driver to library directory to enable
! - All object types can be selected.
! Model:
! - Added support for inner surfaces (holes)
! - Create a construction space when a surface is extruded
!
! GUI:
! - Show object relationships in space treeview
!
! GL:
! - Enabled drawing/moving/extrusion in 3D mode
- 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 keyed in while using pencil tool, and 'Enter' is pressed afterwards,
! the active edge is changed accordingly and ended
! - 'Escape' now cancels drawing and moving
- If a one-button mouse only are awailable CTRL + MOUSE1 begins rotation
- If SHIFT is held down while selecting multiple objects 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
! Set "notification.async=0" in bprocessor.properties as a work-around
! - If many objects are selected during rotation the program seems slow
!
! 2005/08/08: Release M0
! ----------------------
! Initial release
|