|
From: <mk...@us...> - 2003-07-02 21:49:50
|
Update of /cvsroot/csp/APPLICATIONS/CSPSim
In directory sc8-pr-cvs1:/tmp/cvs-serv13523
Modified Files:
CHANGES.current
Log Message:
Index: CHANGES.current
===================================================================
RCS file: /cvsroot/csp/APPLICATIONS/CSPSim/CHANGES.current,v
retrieving revision 1.41
retrieving revision 1.42
diff -C2 -d -r1.41 -r1.42
*** CHANGES.current 2 Jul 2003 21:32:05 -0000 1.41
--- CHANGES.current 2 Jul 2003 21:49:47 -0000 1.42
***************
*** 4,7 ****
--- 4,18 ----
2003-07-02: onsight
+ Added an automatic build target to the main Makefile to
+ generate default hid mappings for aircraft.hid and
+ gamescreen.hid if they don't already exist. These are
+ created from the examples in Tools/HID/Examples, and
+ include reasonably up-to-date mappings for the keyboard
+ commands. The joystick mappings may or may not work on
+ any given system, and this is not meant as a substitute
+ for reading Tools/HID/README and building your own custom
+ map files. A similar step should be added to the Windows
+ build if possible.
+
Added backface culling to model debug markers so that
the initial view is not obstructed by the view placement
|