Moved code resources into starcon.ls2 as well.

SetResourceIndex is no longer used after main program init,
and RES_INDEX is for all practical purposes defunct.


git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@2958 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
mcmartin
2008-04-06 00:52:14 +00:00
parent 356a2106e9
commit 32940bb214
77 changed files with 252 additions and 275 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
Changes towards version 0.7:
- Moved all non-CODE resources into starcon.ls2 - Michael
- Moved all resources into starcon.ls2 - Michael
- Fixed compile errors when compiling without joystick support - Michael
- Added endian-aware integer read functions to uio - SvdB
- Introduce the concept of an "InputContext" - SvdB