|
From: <mk...@us...> - 2003-03-27 22:59:44
|
Update of /cvsroot/csp/APPLICATIONS/CSPSim
In directory sc8-pr-cvs1:/tmp/cvs-serv23034
Modified Files:
CHANGES.current
Log Message:
Index: CHANGES.current
===================================================================
RCS file: /cvsroot/csp/APPLICATIONS/CSPSim/CHANGES.current,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** CHANGES.current 27 Mar 2003 03:37:11 -0000 1.9
--- CHANGES.current 27 Mar 2003 22:59:38 -0000 1.10
***************
*** 1,4 ****
--- 1,17 ----
Version 0.3.1 (in progress)
===========================
+ 2003-03-27: onsight
+ Created Bin directory and moved all Python scripts and
+ libraries there.
+
+ Renamed CSP.i, CSP.py, _CSP.so/dll to cCSP to avoid confusion
+ as to which is the real application to run the sim. To run
+ the sim now, change to Bin and run CSPSim.py (or, under
+ Windows, run 'python CSPSim.py' or double-click on CSPSim.py).
+ The Linux Makefile is updated but the Windows project file
+ still needs to be changed.
+
+ Removed references to x36.map from gamescreen-core.map.
+
2003-03-26: onsight
Reorganized the Tools/HID directory. The "standard" maps are
|