aboutsummaryrefslogtreecommitdiffstats
path: root/src/screens/UScreenOptionsRecord.pas (unfollow)
Commit message (Expand)AuthorFilesLines
2016-01-03end of first pass. many more smaller changes and preparations for later addit...k-m_schindler1-1/+2
2014-01-01Move the threshold and mic-boost options from sound to record.k-m_schindler1-2/+11
2010-10-10no bg-music in record screentobigun1-0/+3
2010-06-06- URecord.ValidateSettings should not display the popup itselftobigun1-2/+22
2010-06-06cleanuptobigun1-7/+1
2010-05-08validate microphone settings when leaving the record options and when USDX is...tobigun1-7/+13
2010-03-16some theme edits (option menu)brunzelchen1-1/+1
2009-11-09merged unicode branch (r1931) into trunks_alexander1-13/+14
2009-06-28enable forgotten translation in recording settingsk-m_schindler1-4/+4
2009-05-27All options do have one option visible nowmogguh1-0/+5
2009-04-25Cosmetics. No code changek-m_schindler1-6/+4
2009-01-19ESC saves settings in Record screen againtobigun1-2/+2
2008-10-28some compiler warnings/hints removedtobigun1-1/+0
2008-10-28- glPrint(Pchar) -> glPrint(string)tobigun1-2/+2
2008-10-19The size given to TextGL.SetSize() now expresses the size in pixel (formerly ...tobigun1-1/+1
2008-09-23added file headerstobigun1-0/+25
2008-08-27rename Screen part2k-m_schindler1-0/+0
2008-08-27rename Screen part1k-m_schindler1-0/+0
2008-08-27Reordering of the directories[1]: moving Game/Code to srck-m_schindler1-0/+0
2008-07-12Text has a new property -> Z (default is 0)mogguh1-6/+9
2008-07-01nicer pitch-label in record-option screentobigun1-27/+53
2008-06-08- set svn:eol-style to nativetobigun1-756/+756
2008-05-10Volumes are floating point values (single) now. The range changed from [0 .. ...tobigun1-8/+12
2008-05-09- input-source selection works now (with bass or portaudio with portmixer)tobigun1-150/+382
2008-05-02Replaced OpenGL12 with SDL's gl/glu/glext units because OpenGL12 was removed ...tobigun1-1/+1
2008-03-25Fixed compilation on the mac.eddie-08151-2/+2
2008-03-22Support for non-US (QWERTY) keyboard layout.tobigun1-2/+8
2008-03-21ParseInput(... ScanCode: byte; ...) -> ParseInput(... CharCode: WideChar; ...)tobigun1-2/+2
2008-03-05FFT support for SDL/Portaudio playbacktobigun1-6/+6
2008-03-03- Input now supports multiple SampleRates (not fixed to 44100Hz anymore)tobigun1-106/+386
2008-02-20all screens now inherit their OnShowjaybinks1-0/+2
2008-02-05General:tobigun1-212/+232
2008-01-14tidy up sing mode, to be an enum now.jaybinks1-1/+1
2008-01-12bunch of smaller changes...jaybinks1-26/+106
2007-12-05Changed this so that us-dx doesn't crash anymore if no soundcard is available tobigun1-14/+6
2007-11-01Mac OS X version compiles and links. I hope I didn't break too many files on ...eddie-08151-0/+2
2007-10-11Added IAudioPlayback Interface and implementation for BASS.jaybinks1-4/+4
2007-10-02Fixed linux compilation.jaybinks1-132/+138
2007-09-05modified ParseInput so Backspace will perform same function as ESC in most sc...jaybinks1-1/+2
2007-05-16all SongFile Loading and Saving procedures moved to UFiles.whiteshark01-1/+1
2007-05-08Readded Q Shortcut (Exit Application) on all Screenswhiteshark01-0/+4
2007-04-29Added 2 new Buttons to ScreenMain: Multi and Statswhiteshark01-13/+1
2007-04-20Some Memory tweaking (13 MB Less Ram using at 800 Songs)whiteshark01-0/+2
2007-04-06Fixed a Bug in Optionsscreen after adding OptionsAdvanced Screenwhiteshark01-1/+1
2007-04-05Fixed: Not loading Button Texts from Iniwhiteshark01-1/+2