aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Screens (unfollow)
Commit message (Expand)AuthorFilesLines
2008-08-08some warnings removedtobigun1-37/+40
2008-08-08result-values for TMenu.Draw() addedtobigun7-4/+9
2008-08-08- TStatResult is an abstract class now.tobigun2-106/+152
2008-08-07- Reset-Timestamp changed from STRING to INTEGER (stored as UNIX-timestamp)tobigun1-1/+1
2008-08-07- Introduced TStatType.tobigun2-41/+43
2008-07-19Fixed a bug in UScreenTop5: instead of a lokal var a config value was changed...whiteshark01-1/+1
2008-07-19renamed TLineState to TLyricsStatetobigun1-4/+4
2008-07-19renamed TLineState to TLyricsStatetobigun2-12/+12
2008-07-19lyric engine patches, solvestobigun2-63/+60
2008-07-17Renamed the old ULyrics_bak.pas to UEditorLyrics.pas as it is used in the edi...tobigun1-9/+12
2008-07-12unit UDataBase;GogolNr11-31/+2
2008-07-12Text has a new property -> Z (default is 0)mogguh7-43/+43
2008-07-07Fix for Trac ticket #53 (Preview fading and volume problems) tobigun1-45/+46
2008-07-04disabled screen-mode change after leaving the graphics options screen as it d...tobigun1-1/+6
2008-07-02Fixed a conditional, that caused ratings not to show upmogguh1-1/+1
2008-07-02Audio/Video engine update:tobigun1-68/+36
2008-07-01EaseOut_MaxSteps increased for faster score counter in score-screentobigun1-1/+1
2008-07-01nicer pitch-label in record-option screentobigun1-27/+53
2008-06-08- set svn:eol-style to nativetobigun16-7229/+7229
2008-06-08goto + labels removedtobigun1-54/+57
2008-06-07just some cleanuptobigun8-504/+537
2008-05-13- fixed video-backgroundtobigun1-5/+7
2008-05-12- removed useless for loops in UScreenSingf1fth_freed0m1-4/+2
2008-05-10Volumes are floating point values (single) now. The range changed from [0 .. ...tobigun4-21/+30
2008-05-09- input-source selection works now (with bass or portaudio with portmixer)tobigun3-191/+438
2008-05-09BugFix: ScoreScreen works again, starting to simplify / tidy up the whole thingmogguh1-384/+226
2008-05-06Option screen has two rows of buttons, to select the row beneath press [curso...mogguh1-4/+17
2008-05-02MacOSX patch for WideUpperChar. The cwstring Unicode manager is not supported...tobigun1-3/+4
2008-05-02replaced WideUpperCase with WideCharUpperCasetobigun1-2/+2
2008-05-02Replaced OpenGL12 with SDL's gl/glu/glext units because OpenGL12 was removed ...tobigun10-11/+10
2008-04-30Fixed some range-check errors. Explicitly disable range-checks {$R-} should n...tobigun1-1430/+1430
2008-04-24- reverted some stuff that was erroneously commited by one of the last commits.tobigun1-12/+0
2008-04-19tried to make songloading working with the old loader and keep all changes th...s_alexander6-841/+838
2008-04-11translated some polish codef1fth_freed0m1-7/+6
2008-04-10finally removed IlNut from Editor (*hope* it will work)s_alexander3-60/+42
2008-04-10-Corrected some ifdefs in the Editor to make it useable on linuxf1fth_freed0m1-40/+44
2008-04-10workaround for erroneously detection of 48000Hz-only devices as 44100Hz devic...tobigun1-1398/+1398
2008-04-06- removed (linux incompatible) PngImage. In addition it was rather outdated (...tobigun2-2/+14
2008-04-06removed lazarus dependenciestobigun2-1431/+1404
2008-04-06TRANSLATE define removed. Define was not used anymore.tobigun1-12/+0
2008-04-06Replaced some {-comments with (*-comments to remove nested comments of the sa...tobigun2-4/+17
2008-04-04Covers Cache rewrittenwhiteshark01-11/+11
2008-04-03rewriting of the txt file parsers_alexander4-733/+717
2008-04-01removed unused lclintf/windows referencestobigun2-10/+1
2008-04-01Replaced GetTickCount with SDL_GetTicksf1fth_freed0m1-1/+1
2008-03-31Now colorized textures are appended to the TTextureDatabase too. This will pr...tobigun1-2/+2
2008-03-31Removed unused Format-parameter in LoadTexture() and Add...()tobigun8-57/+57
2008-03-31beep() removedtobigun3-6/+1
2008-03-31- removed "Font Black" and "Font" texture typetobigun8-71/+71
2008-03-30Prepared some classes for enhanced Song loading.whiteshark05-142/+143