-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Large update with lots of minor cleanups. Updated PopDownConsole to w…
…ork with all resolutions [untetsted]. Restored pause, escape, help, etc. menus. Updated preferences LuaBind registry. Simplified some functions in KeyboardControl.lua to use for loops instead of while loops. Added some documentation to KeyboardControl.lua. Fixed pointer drawing when on top of the panel. Signed-off-by: Adam Hintz <[email protected]>
- Loading branch information
Showing
12 changed files
with
415 additions
and
285 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -72,7 +72,6 @@ void PreloadingThread () | |
|
||
const char* extensions[] = | ||
{ | ||
".s3m", | ||
".ogg", | ||
".xm", | ||
".mod", | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.