|
From: <de...@us...> - 2003-03-22 02:18:47
|
Update of /cvsroot/csp/APPLICATIONS/CSPSim
In directory sc8-pr-cvs1:/tmp/cvs-serv4026
Modified Files:
CHANGES.current
Log Message:
no message
Index: CHANGES.current
===================================================================
RCS file: /cvsroot/csp/APPLICATIONS/CSPSim/CHANGES.current,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** CHANGES.current 21 Mar 2003 20:09:16 -0000 1.2
--- CHANGES.current 22 Mar 2003 02:18:44 -0000 1.3
***************
*** 1,4 ****
--- 1,8 ----
Version 0.3.1 (in progress)
===========================
+
+ 2003-03-21 delta
+ CSPSim is back on windows (thx a lot Onsight).
+
2003-03-21 onsight
Merged delta's changes.
***************
*** 6,22 ****
2003-03-19 onsight
*** Project Change ***
! Added LandingGear.cpp and Console.cpp
! Cleanup up Linux bulid a bit:
!
! - Removed SDL_console check.
! - Added test for correct Python path.
! - Removed files related to Automake.
! - Adapted to new SimData installation path. There should
! be no more relative paths to SimData in the configure
! script and Makefiles.
2003-03-14 onsight
! *** SimData library and data incompatibility ***
Added ContactList to ObjectModel for bounding hardpoints that
--- 10,26 ----
2003-03-19 onsight
*** Project Change ***
! Added LandingGear.cpp and Console.cpp
! Cleanup up Linux build a bit:
!
! - Removed SDL_console check.
! - Added test for correct Python path.
! - Removed files related to Automake.
! - Adapted to new SimData installation path. There should
! be no more relative paths to SimData in the configure
! script and Makefiles.
2003-03-14 onsight
! *** SimData library and data incompatibility ***
Added ContactList to ObjectModel for bounding hardpoints that
***************
*** 59,72 ****
Added landing gear parameters to XML/vehicles/aircraft/m2k.xml
!
2003-03-12 delta
Cleaning code for ScreenInfo and ScreenInfoManager. It still
needs some improvements but it should be better now. Note that
! osgText has been entirely reimplemented. Although, I didn t use
it, we ll need to switch to it soon: more flexible interface,
robuster and faster code.
! I added a Runge-Kutta method RK_24, with a predictive step and a
corrective one; it is implemented as an abstract class in
DynamicalSystem (.cpp & .h). A dynamical system is roughly
--- 63,76 ----
Added landing gear parameters to XML/vehicles/aircraft/m2k.xml
!
2003-03-12 delta
Cleaning code for ScreenInfo and ScreenInfoManager. It still
needs some improvements but it should be better now. Note that
! osgText has been entirely reimplemented. Although, we didn t use
it, we ll need to switch to it soon: more flexible interface,
robuster and faster code.
! Added a Runge-Kutta method RK_24, with a predictive step and a
corrective one; it is implemented as an abstract class in
DynamicalSystem (.cpp & .h). A dynamical system is roughly
***************
*** 85,89 ****
line to be changed to switch back).
! I added a line in CSPSim.ini to read sound files (still
hardcoded). At the moment, SDL API is used but it should be
replaced by OpenAL soon (Wolverine is working on it). Looks like
--- 89,93 ----
line to be changed to switch back).
! Added a line in CSPSim.ini to read sound files (still
hardcoded). At the moment, SDL API is used but it should be
replaced by OpenAL soon (Wolverine is working on it). Looks like
|