[Gcblue-commits] gcb_wx/docs CHANGES.txt,1.42,1.43
Status: Alpha
Brought to you by:
ddcforge
|
From: Dewitt C. <ddc...@us...> - 2005-11-27 22:21:38
|
Update of /cvsroot/gcblue/gcb_wx/docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6732/docs Modified Files: CHANGES.txt Log Message: - Added waypoint drag edit feature to gui. User can adjust waypoints on map screen by clicking and dragging - Fixed sound disable to include music. Previously sound failure would disable sound effects, but then play music leading to a crash. - Added random feature targeting to missiles. Missiles should now lock on to a random feature of the target instead of always hitting the center. Index: CHANGES.txt =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/docs/CHANGES.txt,v retrieving revision 1.42 retrieving revision 1.43 diff -C2 -d -r1.42 -r1.43 *** CHANGES.txt 23 Nov 2004 23:30:30 -0000 1.42 --- CHANGES.txt 27 Nov 2005 22:21:28 -0000 1.43 *************** *** 1,4 **** --- 1,31 ---- CHANGES + + 0.8.1 + --------------------------------------------------------------------- + + *** 2005-11-27 Dewitt Colclough *** + - Added waypoint drag edit feature to gui. User can adjust waypoints on + map screen by clicking and dragging + - Fixed sound disable to include music. Previously sound failure would disable + sound effects, but then play music leading to a crash. + - Added random feature targeting to missiles. Missiles should now lock on + to a random feature of the target instead of always hitting the center. + + *** 2005-11-19 Dewitt Colclough *** + - Added explosion effect using osgParticle::ExplosionEffect and + ::ExplosionDebrisEffect. Explosion is centered about origin of model + and does not move with model. + + + 0.7.0 - 0.8.0 + --------------------------------------------------------------------- + - New drag and drop icon gui for airbase operations and loadout mods in game + - Added Taiwan-China theater with two new scenarios + - New tutorial scenarios for air, surface, submarine, and ASW operations + - Many new 3D models and platform database entries + - Diesel-electric submarines + - Sound bug fix for working sound on all systems + 0.6.2 --------------------------------------------------------------------- |