aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Screens/UScreenOptions.pas (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fixed compilation on the mac.eddie-08152008-03-251-8/+8
* Support for non-US (QWERTY) keyboard layout.tobigun2008-03-221-5/+10
* ParseInput(... ScanCode: byte; ...) -> ParseInput(... CharCode: WideChar; ...)tobigun2008-03-211-2/+2
* auto removed a bunch of unused local variablesjaybinks2008-03-101-178/+178
* all screens now inherit their OnShowjaybinks2008-02-201-1/+1
* General:tobigun2008-02-051-9/+9
* Mac OS X version compiles and links. I hope I didn't break too many files on ...eddie-08152007-11-011-0/+2
* Added IAudioPlayback Interface and implementation for BASS.jaybinks2007-10-111-17/+25
* modified ParseInput so Backspace will perform same function as ESC in most sc...jaybinks2007-09-051-1/+3
* all SongFile Loading and Saving procedures moved to UFiles.whiteshark02007-05-161-1/+1
* Added 2 new Buttons to ScreenMain: Multi and Statswhiteshark02007-04-291-82/+9
* Fixed a Bug Fading in to Options Screenwhiteshark02007-04-081-0/+2
* Added Advanced Screen and Options in TIniwhiteshark02007-04-051-1/+10
* Fixed: Not loading Button Texts from Iniwhiteshark02007-04-051-7/+14
* git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1 b956fd51-792f-484...whiteshark02007-03-211-0/+221