3 Commits

Author SHA1 Message Date
mcmartin c4f404af0a Move the configure and keyconfig data into subtrees of the resource map. As a side effect, default key configurations are read directly from the content directory.
THIS IS AN INCOMPATIBLE CHANGE TO THE CONFIG FILES. Update content as well as src when upgrading here. Old configurations will be lost but the upgrade should otherwise be automatic.

Bumped version to 0.6.5 to commemorate the incompatible change.


git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3108 8092fc87-c524-0410-9efc-e669fe64eaf9
2009-02-16 00:40:42 +00:00
Meep-Eep 8adcf44ba4 Second fire button was supposed to be the main ENTER, not the keypad ENTER.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2938 8092fc87-c524-0410-9efc-e669fe64eaf9
2008-03-01 21:28:45 +00:00
mcmartin e7a86e4a8a Major reworking of key configuration internals.
VControl no longer uses a custom configuration format; instead, control 
bindings are read in from the standard resource system.  Menu controls 
are specified in menu.key in the content; flight controls are now copied 
from uqm.key to flight.cfg instead of from starcon.key to uqm.key.

This change permits significant streamlining of the VControl code 
itself, and allows more fine-grained control over what the key 
configuration code iself does.  This update thus closes both Bug #949 
and Bug #961.


git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2705 8092fc87-c524-0410-9efc-e669fe64eaf9
2007-02-09 07:36:07 +00:00