aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Screens (follow)
Commit message (Expand)AuthorAgeFilesLines
* some warnings removedtobigun2008-08-081-37/+40
* result-values for TMenu.Draw() addedtobigun2008-08-087-4/+9
* - TStatResult is an abstract class now.tobigun2008-08-082-106/+152
* - Reset-Timestamp changed from STRING to INTEGER (stored as UNIX-timestamp)tobigun2008-08-071-1/+1
* - Introduced TStatType.tobigun2008-08-072-41/+43
* Fixed a bug in UScreenTop5: instead of a lokal var a config value was changed...whiteshark02008-07-191-1/+1
* renamed TLineState to TLyricsStatetobigun2008-07-191-4/+4
* renamed TLineState to TLyricsStatetobigun2008-07-192-12/+12
* lyric engine patches, solvestobigun2008-07-192-63/+60
* Renamed the old ULyrics_bak.pas to UEditorLyrics.pas as it is used in the edi...tobigun2008-07-171-9/+12
* unit UDataBase;GogolNr12008-07-121-31/+2
* Text has a new property -> Z (default is 0)mogguh2008-07-127-43/+43
* Fix for Trac ticket #53 (Preview fading and volume problems) tobigun2008-07-071-45/+46
* disabled screen-mode change after leaving the graphics options screen as it d...tobigun2008-07-041-1/+6
* Fixed a conditional, that caused ratings not to show upmogguh2008-07-021-1/+1
* Audio/Video engine update:tobigun2008-07-021-68/+36
* EaseOut_MaxSteps increased for faster score counter in score-screentobigun2008-07-011-1/+1
* nicer pitch-label in record-option screentobigun2008-07-011-27/+53
* - set svn:eol-style to nativetobigun2008-06-0816-7229/+7229
* goto + labels removedtobigun2008-06-081-54/+57
* just some cleanuptobigun2008-06-078-504/+537
* - fixed video-backgroundtobigun2008-05-131-5/+7
* - removed useless for loops in UScreenSingf1fth_freed0m2008-05-121-4/+2
* Volumes are floating point values (single) now. The range changed from [0 .. ...tobigun2008-05-104-21/+30
* - input-source selection works now (with bass or portaudio with portmixer)tobigun2008-05-093-191/+438
* BugFix: ScoreScreen works again, starting to simplify / tidy up the whole thingmogguh2008-05-091-384/+226
* Option screen has two rows of buttons, to select the row beneath press [curso...mogguh2008-05-061-4/+17
* MacOSX patch for WideUpperChar. The cwstring Unicode manager is not supported...tobigun2008-05-021-3/+4
* replaced WideUpperCase with WideCharUpperCasetobigun2008-05-021-2/+2
* Replaced OpenGL12 with SDL's gl/glu/glext units because OpenGL12 was removed ...tobigun2008-05-0210-11/+10
* Fixed some range-check errors. Explicitly disable range-checks {$R-} should n...tobigun2008-04-301-1430/+1430
* - reverted some stuff that was erroneously commited by one of the last commits.tobigun2008-04-241-12/+0
* tried to make songloading working with the old loader and keep all changes th...s_alexander2008-04-196-841/+838
* translated some polish codef1fth_freed0m2008-04-111-7/+6
* finally removed IlNut from Editor (*hope* it will work)s_alexander2008-04-103-60/+42
* -Corrected some ifdefs in the Editor to make it useable on linuxf1fth_freed0m2008-04-101-40/+44
* workaround for erroneously detection of 48000Hz-only devices as 44100Hz devic...tobigun2008-04-101-1398/+1398
* - removed (linux incompatible) PngImage. In addition it was rather outdated (...tobigun2008-04-062-2/+14
* removed lazarus dependenciestobigun2008-04-062-1431/+1404
* TRANSLATE define removed. Define was not used anymore.tobigun2008-04-061-12/+0
* Replaced some {-comments with (*-comments to remove nested comments of the sa...tobigun2008-04-062-4/+17
* Covers Cache rewrittenwhiteshark02008-04-041-11/+11
* rewriting of the txt file parsers_alexander2008-04-034-733/+717
* removed unused lclintf/windows referencestobigun2008-04-012-10/+1
* Replaced GetTickCount with SDL_GetTicksf1fth_freed0m2008-04-011-1/+1
* Now colorized textures are appended to the TTextureDatabase too. This will pr...tobigun2008-03-311-2/+2
* Removed unused Format-parameter in LoadTexture() and Add...()tobigun2008-03-318-57/+57
* beep() removedtobigun2008-03-313-6/+1
* - removed "Font Black" and "Font" texture typetobigun2008-03-318-71/+71
* Prepared some classes for enhanced Song loading.whiteshark02008-03-305-142/+143