From: <mk...@us...> - 2003-07-26 21:58:17
|
Update of /cvsroot/csp/APPLICATIONS/CSPSim In directory sc8-pr-cvs1:/tmp/cvs-serv20096 Modified Files: CHANGES.current Log Message: Index: CHANGES.current =================================================================== RCS file: /cvsroot/csp/APPLICATIONS/CSPSim/CHANGES.current,v retrieving revision 1.59 retrieving revision 1.60 diff -C2 -d -r1.59 -r1.60 *** CHANGES.current 24 Jul 2003 07:32:39 -0000 1.59 --- CHANGES.current 26 Jul 2003 21:58:14 -0000 1.60 *************** *** 2,5 **** --- 2,14 ---- =========================== + 2003-07-26: onsight + Renamed several utilities to help with distribution + and installation (particularly under Linux at this + point): + map2hid -> cspinput + tile -> csptile + RecCSP.py -> csprec + falcon_acdata.py -> cspf4dat + 2003-07-23: onsight Added wireframe toggle keybinding (alt-w by default). *************** *** 8,11 **** --- 17,27 ---- bindings you can just delete them (in Data/Input) and run make (Linux only) to generate a new set. + + Some general cleanup in Bin/*.py. + + Added MakeDefaultInputMaps.py to regenerate the + default hid input maps in a cross-platform way. + + Minor cleanup in map2hid. 2003-07-23: onsight |