| Commit message (Expand) | Author | Files | Lines |
2008-07-12 | unit UDataBase; | GogolNr1 | 1 | -31/+2 |
2008-07-12 | Text has a new property -> Z (default is 0) | mogguh | 7 | -43/+43 |
2008-07-07 | Fix for Trac ticket #53 (Preview fading and volume problems) | tobigun | 1 | -45/+46 |
2008-07-04 | disabled screen-mode change after leaving the graphics options screen as it d... | tobigun | 1 | -1/+6 |
2008-07-02 | Fixed a conditional, that caused ratings not to show up | mogguh | 1 | -1/+1 |
2008-07-02 | Audio/Video engine update: | tobigun | 1 | -68/+36 |
2008-07-01 | EaseOut_MaxSteps increased for faster score counter in score-screen | tobigun | 1 | -1/+1 |
2008-07-01 | nicer pitch-label in record-option screen | tobigun | 1 | -27/+53 |
2008-06-08 | - set svn:eol-style to native | tobigun | 16 | -7229/+7229 |
2008-06-08 | goto + labels removed | tobigun | 1 | -54/+57 |
2008-06-07 | just some cleanup | tobigun | 8 | -504/+537 |
2008-05-13 | - fixed video-background | tobigun | 1 | -5/+7 |
2008-05-12 | - removed useless for loops in UScreenSing | f1fth_freed0m | 1 | -4/+2 |
2008-05-10 | Volumes are floating point values (single) now. The range changed from [0 .. ... | tobigun | 4 | -21/+30 |
2008-05-09 | - input-source selection works now (with bass or portaudio with portmixer) | tobigun | 3 | -191/+438 |
2008-05-09 | BugFix: ScoreScreen works again, starting to simplify / tidy up the whole thing | mogguh | 1 | -384/+226 |
2008-05-06 | Option screen has two rows of buttons, to select the row beneath press [curso... | mogguh | 1 | -4/+17 |
2008-05-02 | MacOSX patch for WideUpperChar. The cwstring Unicode manager is not supported... | tobigun | 1 | -3/+4 |
2008-05-02 | replaced WideUpperCase with WideCharUpperCase | tobigun | 1 | -2/+2 |
2008-05-02 | Replaced OpenGL12 with SDL's gl/glu/glext units because OpenGL12 was removed ... | tobigun | 10 | -11/+10 |
2008-04-30 | Fixed some range-check errors. Explicitly disable range-checks {$R-} should n... | tobigun | 1 | -1430/+1430 |
2008-04-24 | - reverted some stuff that was erroneously commited by one of the last commits. | tobigun | 1 | -12/+0 |
2008-04-19 | tried to make songloading working with the old loader and keep all changes th... | s_alexander | 6 | -841/+838 |
2008-04-11 | translated some polish code | f1fth_freed0m | 1 | -7/+6 |
2008-04-10 | finally removed IlNut from Editor (*hope* it will work) | s_alexander | 3 | -60/+42 |
2008-04-10 | -Corrected some ifdefs in the Editor to make it useable on linux | f1fth_freed0m | 1 | -40/+44 |
2008-04-10 | workaround for erroneously detection of 48000Hz-only devices as 44100Hz devic... | tobigun | 1 | -1398/+1398 |
2008-04-06 | - removed (linux incompatible) PngImage. In addition it was rather outdated (... | tobigun | 2 | -2/+14 |
2008-04-06 | removed lazarus dependencies | tobigun | 2 | -1431/+1404 |
2008-04-06 | TRANSLATE define removed. Define was not used anymore. | tobigun | 1 | -12/+0 |
2008-04-06 | Replaced some {-comments with (*-comments to remove nested comments of the sa... | tobigun | 2 | -4/+17 |
2008-04-04 | Covers Cache rewritten | whiteshark0 | 1 | -11/+11 |
2008-04-03 | rewriting of the txt file parser | s_alexander | 4 | -733/+717 |
2008-04-01 | removed unused lclintf/windows references | tobigun | 2 | -10/+1 |
2008-04-01 | Replaced GetTickCount with SDL_GetTicks | f1fth_freed0m | 1 | -1/+1 |
2008-03-31 | Now colorized textures are appended to the TTextureDatabase too. This will pr... | tobigun | 1 | -2/+2 |
2008-03-31 | Removed unused Format-parameter in LoadTexture() and Add...() | tobigun | 8 | -57/+57 |
2008-03-31 | beep() removed | tobigun | 3 | -6/+1 |
2008-03-31 | - removed "Font Black" and "Font" texture type | tobigun | 8 | -71/+71 |
2008-03-30 | Prepared some classes for enhanced Song loading. | whiteshark0 | 5 | -142/+143 |
2008-03-28 | Some WideChar casts to let it compile in Delphi7 again. | whiteshark0 | 2 | -2/+2 |
2008-03-27 | USDX is now able to load SingStar XML Songfiles using Whitesharks XML2US Parser | f1fth_freed0m | 2 | -2/+8 |
2008-03-26 | added "-debug" flag at run time and "CONSOLE" Define in switches.inc | jaybinks | 3 | -83/+3 |
2008-03-25 | Fixed compilation on the mac. | eddie-0815 | 26 | -150/+149 |
2008-03-22 | Support for non-US (QWERTY) keyboard layout. | tobigun | 30 | -486/+644 |
2008-03-21 | ParseInput(... ScanCode: byte; ...) -> ParseInput(... CharCode: WideChar; ...) | tobigun | 34 | -91/+91 |
2008-03-21 | lenght -> length | tobigun | 4 | -30/+42 |
2008-03-17 | Staves now can be turned of in Options | f1fth_freed0m | 1 | -3/+4 |
2008-03-17 | fixed the playback speed of the movie background | s_alexander | 1 | -1/+1 |
2008-03-14 | new lyric effect: slide | s_alexander | 3 | -222/+216 |