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
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
Changes towards version 0.7:
|
||||
- Major refactoring of input configuration to use the resource system
|
||||
instead of custom files (bugs #961 and #949) - Michael
|
||||
- Added ability to remove entries from ALists - Michael
|
||||
- Cleaned up FRAME, CONTEXT, and FONT abstraction layers - Michael
|
||||
- Added Input Frames to pause code to stop infinite loops - Michael
|
||||
|
||||
Reference in New Issue
Block a user