|
From: <de...@us...> - 2003-03-28 19:21:14
|
Update of /cvsroot/csp/APPLICATIONS/CSPSim
In directory sc8-pr-cvs1:/tmp/cvs-serv21699
Modified Files:
CHANGES.current
Log Message:
no message
Index: CHANGES.current
===================================================================
RCS file: /cvsroot/csp/APPLICATIONS/CSPSim/CHANGES.current,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** CHANGES.current 27 Mar 2003 22:59:38 -0000 1.10
--- CHANGES.current 28 Mar 2003 19:20:24 -0000 1.11
***************
*** 1,4 ****
--- 1,13 ----
Version 0.3.1 (in progress)
===========================
+
+ 2003-03-28: delta
+ .net project updated: CSPSimDLL (release mode is maintained)
+ You can run python scripts from commandline without invoking python
+ interpreter. For example, to rebuild data: "RebuildData.py <CR>" or
+ to run CSP, "CSPSim.py <CR>".
+
+ Removed CSPWin.py, CompileData.py and RebuildData.py from /VisualStudio.
+
2003-03-27: onsight
Created Bin directory and moved all Python scripts and
***************
*** 60,63 ****
--- 69,77 ----
doesn't make the display jitter.
+ 2003-03-23: delta
+ added a key to toggle diamond contact marks
+
+ added initialization of pause text
+
2003-03-22: onsight
Added mute option to CSPSim.ini.
***************
*** 68,72 ****
CSPSim.PYTHON now compiles the data automatically if Sim.dar is
not found. You still need to run with the --compile-data option
! whenever the XML files change, or when the CPSSim object storage
format changes. In the latter case, also specify the --rebuild
option to recompile all the source data.
--- 82,86 ----
CSPSim.PYTHON now compiles the data automatically if Sim.dar is
not found. You still need to run with the --compile-data option
! whenever the XML files change, or when the CPSim object storage
format changes. In the latter case, also specify the --rebuild
option to recompile all the source data.
***************
*** 76,80 ****
Added CSPWin.py, CompileData.py, and RebuildData.py to
! VisualStuVdio. It should be possible to double-click on these
from Windows to launch CSPSim, compile changes to the data, or
rebuild the data from scratch. This assumes of course that
--- 90,94 ----
Added CSPWin.py, CompileData.py, and RebuildData.py to
! VisualStudio. It should be possible to double-click on these
from Windows to launch CSPSim, compile changes to the data, or
rebuild the data from scratch. This assumes of course that
***************
*** 148,152 ****
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.
--- 162,166 ----
needs some improvements but it should be better now. Note that
osgText has been entirely reimplemented. Although, we didn t use
! it yet, we ll need to switch to it soon: more flexible interface,
robuster and faster code.
***************
*** 161,165 ****
as a vector field may be defined.
! Aerodynamics inherites now from DynamicalSystem. I ve done some
minor cleaning in code and implement some helper functions to
use with dynamical system. Call to this numerical method occurs
--- 175,179 ----
as a vector field may be defined.
! Aerodynamics inherites now from DynamicalSystem. Done some
minor cleaning in code and implement some helper functions to
use with dynamical system. Call to this numerical method occurs
***************
*** 175,180 ****
SoundPath = ../Data/Sounds
! Changed the radius of skydome to 64000 (hardcoded!, pkz Onsight,
check it)
Others changes are minor.
--- 189,195 ----
SoundPath = ../Data/Sounds
! Changed the radius of skydome to 64000 (hardcoded!, plz Onsight,
check it)
Others changes are minor.
+
|