| Commit message (Expand) | Author | Age | Files | Lines |
* | Reordering of the directories[1]: moving Game/Code to src | k-m_schindler | 2008-08-27 | 1 | -1368/+0 |
* | result-values for TMenu.Draw() added | tobigun | 2008-08-08 | 1 | -0/+2 |
* | Renamed the old ULyrics_bak.pas to UEditorLyrics.pas as it is used in the edi... | tobigun | 2008-07-17 | 1 | -9/+12 |
* | Volumes are floating point values (single) now. The range changed from [0 .. ... | tobigun | 2008-05-10 | 1 | -2/+2 |
* | Replaced OpenGL12 with SDL's gl/glu/glext units because OpenGL12 was removed ... | tobigun | 2008-05-02 | 1 | -1/+1 |
* | tried to make songloading working with the old loader and keep all changes th... | s_alexander | 2008-04-19 | 1 | -8/+6 |
* | translated some polish code | f1fth_freed0m | 2008-04-11 | 1 | -7/+6 |
* | finally removed IlNut from Editor (*hope* it will work) | s_alexander | 2008-04-10 | 1 | -55/+42 |
* | -Corrected some ifdefs in the Editor to make it useable on linux | f1fth_freed0m | 2008-04-10 | 1 | -40/+44 |
* | rewriting of the txt file parser | s_alexander | 2008-04-03 | 1 | -34/+19 |
* | Removed unused Format-parameter in LoadTexture() and Add...() | tobigun | 2008-03-31 | 1 | -4/+4 |
* | beep() removed | tobigun | 2008-03-31 | 1 | -1/+1 |
* | - removed "Font Black" and "Font" texture type | tobigun | 2008-03-31 | 1 | -4/+4 |
* | Prepared some classes for enhanced Song loading. | whiteshark0 | 2008-03-30 | 1 | -7/+8 |
* | USDX is now able to load SingStar XML Songfiles using Whitesharks XML2US Parser | f1fth_freed0m | 2008-03-27 | 1 | -1/+4 |
* | Fixed compilation on the mac. | eddie-0815 | 2008-03-25 | 1 | -11/+11 |
* | Support for non-US (QWERTY) keyboard layout. | tobigun | 2008-03-22 | 1 | -176/+179 |
* | ParseInput(... ScanCode: byte; ...) -> ParseInput(... CharCode: WideChar; ...) | tobigun | 2008-03-21 | 1 | -6/+6 |
* | lenght -> length | tobigun | 2008-03-21 | 1 | -20/+20 |
* | Translated some Variables | f1fth_freed0m | 2008-03-07 | 1 | -96/+96 |
* | Translated Some Variables | f1fth_freed0m | 2008-03-06 | 1 | -126/+126 |
* | Translated so Variable Names | f1fth_freed0m | 2008-03-06 | 1 | -85/+85 |
* | Translated Variable Names and Types | f1fth_freed0m | 2008-03-05 | 1 | -291/+291 |
* | all screens now inherit their OnShow | jaybinks | 2008-02-20 | 1 | -1/+3 |
* | fix for editor bug | jaybinks | 2008-02-19 | 1 | -5/+10 |
* | bugfix to get the editor working again. Path and FileName have not been set. | tobigun | 2008-02-05 | 1 | -7/+6 |
* | General: | tobigun | 2008-02-05 | 1 | -1/+1 |
* | bunch of smaller changes... | jaybinks | 2008-01-12 | 1 | -25/+26 |
* | Cleanup: Use the property Position in favor of MoveTo() (MoveTo() will be Set... | tobigun | 2008-01-11 | 1 | -3/+3 |
* | fixed failed builds | jaybinks | 2007-11-01 | 1 | -1373/+1376 |
* | Mac OS X version compiles and links. I hope I didn't break too many files on ... | eddie-0815 | 2007-11-01 | 1 | -4/+0 |
* | Added IAudioPlayback Interface and implementation for BASS. | jaybinks | 2007-10-11 | 1 | -18/+20 |
* | moved a hack to a more appropriate place | b1indy | 2007-09-20 | 1 | -0/+1 |
* | renamed Ulyrics.bak.pas hack to Ulyrics_bak.pas for lazarus compatiblity. | jaybinks | 2007-09-20 | 1 | -1/+5 |
* | new lyrics stuff; it's broken (lyrics don't show) and in "debug" mode (weird ... | b1indy | 2007-09-20 | 1 | -1/+1 |
* | added UCommon ( in classes ) for lazarus... | jaybinks | 2007-09-19 | 1 | -2/+10 |
* | changes in order to compile in lazarus... | jaybinks | 2007-09-18 | 1 | -2/+28 |
* | UScreenSing.pas, UScreenSingModi.pas: removed Uffmpeg and USmpeg, added UVideo | b1indy | 2007-09-07 | 1 | -1/+1 |
* | Fixed two Bugs in KeyDown Handling that causes that the code could not be com... | whiteshark0 | 2007-09-05 | 1 | -2/+1 |
* | modified ParseInput so Backspace will perform same function as ESC in most sc... | jaybinks | 2007-09-05 | 1 | -2/+6 |
* | Fixed a bug in Note Name convertation | whiteshark0 | 2007-07-15 | 1 | -2/+12 |
* | Fixed a bug in EditorSub that causes a crash when the last note of a sentence... | whiteshark0 | 2007-07-03 | 1 | -12/+41 |
* | Fixed wrong sentence timings (T in Editor) when last note of a sentence and f... | whiteshark0 | 2007-06-25 | 1 | -2/+6 |
* | all SongFile Loading and Saving procedures moved to UFiles. | whiteshark0 | 2007-05-16 | 1 | -32/+47 |
* | Added 2 new Buttons to ScreenMain: Multi and Stats | whiteshark0 | 2007-04-29 | 1 | -3/+3 |
* | Added Advanced Screen and Options in TIni | whiteshark0 | 2007-04-05 | 1 | -1/+3 |
* | ScreenEditSub: Automatically set down music playback-volume to hear the Midi ... | whiteshark0 | 2007-03-25 | 1 | -2/+39 |
* | git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1 b956fd51-792f-484... | whiteshark0 | 2007-03-21 | 1 | -0/+1236 |