Next phase of online keyconfig; editable names of templates, and

some other groundwork for the next steps.


git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2424 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
mcmartin
2006-08-27 15:01:37 +00:00
parent b5d6c11bcd
commit e0366a964f
9 changed files with 268 additions and 53 deletions
+1
View File
@@ -1,4 +1,5 @@
Changes towards version 0.6:
- Input templates can now be renamed, both online and off - Michael
- Fixed an integer-size error that was causing crashes on AMD64, from
Solomon Peachy (#895) - Michael
- Added some generic lib code to be used by future code. - SvdB