[btech-checkins] CVS: btechmux/src/hcode/include glue.h,1.4.2.6,1.4.2.7
Brought to you by:
twouters
From: Thomas W. <two...@us...> - 2003-09-30 01:38:40
|
Update of /cvsroot/btech/btechmux/src/hcode/include In directory sc8-pr-cvs1:/tmp/cvs-serv2119/src/hcode/include Modified Files: Tag: btmux_1_4-branch glue.h Log Message: Merge with the Bitkeeper repository at http://btechmux.bkbits.net/btechmux-stable (the 'stable' branch.) This adds a cleaner build system (no recursive make, for one) and a host of small features as seen on 3030MUX. Index: glue.h =================================================================== RCS file: /cvsroot/btech/btechmux/src/hcode/include/glue.h,v retrieving revision 1.4.2.6 retrieving revision 1.4.2.7 diff -C2 -d -r1.4.2.6 -r1.4.2.7 *** glue.h 2 Jun 2003 16:01:43 -0000 1.4.2.6 --- glue.h 30 Sep 2003 01:38:36 -0000 1.4.2.7 *************** *** 414,417 **** --- 414,419 ---- "Enable/Disable Safeties against killing MechWarriors.", mech_safety}, + {0, "MECHPREFS [SETTING]", "Toggle the mechpref setting of SETTING", + mech_mechprefs}, /* Vengy's pickup/dropoff */ |