| Commit message (Expand) | Author | Files | Lines |
2008-10-28 | - glPrint(Pchar) -> glPrint(string) | tobigun | 1 | -23/+40 |
2008-10-19 | The size given to TextGL.SetSize() now expresses the size in pixel (formerly ... | tobigun | 1 | -3/+3 |
2008-09-23 | added file headers | tobigun | 1 | -0/+25 |
2008-09-12 | removed resource.inc | tobigun | 1 | -106/+133 |
2008-09-09 | ulcd and debug stuff removed | tobigun | 1 | -83/+0 |
2008-08-27 | rename Screen part2 | k-m_schindler | 1 | -0/+0 |
2008-08-27 | rename Screen part1 | k-m_schindler | 1 | -0/+0 |
2008-08-27 | Reordering of the directories[1]: moving Game/Code to src | k-m_schindler | 1 | -0/+0 |
2008-05-10 | Volumes are floating point values (single) now. The range changed from [0 .. ... | tobigun | 1 | -1/+1 |
2008-05-02 | Replaced OpenGL12 with SDL's gl/glu/glext units because OpenGL12 was removed ... | tobigun | 1 | -1/+1 |
2008-04-10 | workaround for erroneously detection of 48000Hz-only devices as 44100Hz devic... | tobigun | 1 | -1398/+1398 |
2008-04-06 | removed lazarus dependencies | tobigun | 1 | -1405/+1398 |
2008-04-01 | removed unused lclintf/windows references | tobigun | 1 | -5/+1 |
2008-04-01 | Replaced GetTickCount with SDL_GetTicks | f1fth_freed0m | 1 | -1/+1 |
2008-03-31 | Removed unused Format-parameter in LoadTexture() and Add...() | tobigun | 1 | -26/+26 |
2008-03-31 | - removed "Font Black" and "Font" texture type | tobigun | 1 | -26/+26 |
2008-03-26 | added "-debug" flag at run time and "CONSOLE" Define in switches.inc | jaybinks | 1 | -1/+1 |
2008-03-21 | ParseInput(... ScanCode: byte; ...) -> ParseInput(... CharCode: WideChar; ...) | tobigun | 1 | -2/+2 |
2008-03-10 | Removed zlportio from Code | f1fth_freed0m | 1 | -2/+2 |
2008-03-10 | auto removed a bunch of unused local variables | jaybinks | 1 | -1409/+1409 |
2008-03-09 | Fixed some warnings ("missing result-values", "0 instead of nil", "comparison... | tobigun | 1 | -2/+7 |
2008-03-06 | Translated German comments to English | f1fth_freed0m | 1 | -10/+10 |
2008-02-20 | all screens now inherit their OnShow | jaybinks | 1 | -0/+2 |
2008-02-05 | General: | tobigun | 1 | -1402/+1402 |
2007-12-05 | GetFFTData() is an output- and not an input-interface's function | tobigun | 1 | -1/+1 |
2007-11-01 | fixed failed builds | jaybinks | 1 | -0/+4 |
2007-11-01 | Mac OS X version compiles and links. I hope I didn't break too many files on ... | eddie-0815 | 1 | -4/+0 |
2007-10-11 | separated IAudioPlayback in to separate "Playback" and "Input" Interfaces | jaybinks | 1 | -1/+1 |
2007-10-11 | Added IAudioPlayback Interface and implementation for BASS. | jaybinks | 1 | -11/+11 |
2007-10-08 | fixed some stuff for linux build... | jaybinks | 1 | -1257/+1402 |
2007-09-30 | fixed credits screen in lazarus build. | jaybinks | 1 | -1246/+1257 |
2007-09-21 | added sdl_image to project uses clause | jaybinks | 1 | -1/+8 |
2007-09-20 | testing SDL_Image in credits screen (code is in TScreenCredits.OnShow) | b1indy | 1 | -2/+136 |
2007-09-20 | Ultrastar-DX now compiles in linux | jaybinks | 1 | -1092/+1105 |
2007-09-19 | added UCommon ( in classes ) for lazarus... | jaybinks | 1 | -10/+2 |
2007-09-18 | changes in order to compile in lazarus... | jaybinks | 1 | -1/+18 |
2007-09-07 | UScreenSing.pas, UScreenSingModi.pas: removed Uffmpeg and USmpeg, added UVideo | b1indy | 1 | -17/+9 |
2007-09-05 | modified ParseInput so Backspace will perform same function as ESC in most sc... | jaybinks | 1 | -1/+3 |
2007-07-25 | fixed some minor glitches in the credits screen (transparent texture was not ... | b1indy | 1 | -13/+15 |
2007-07-23 | Really final work on credits (done! - stop reading cia, get rl) | mogguh | 1 | -2/+2 |
2007-07-23 | Final work on credits (done :P - fuckings to the cia readers) | mogguh | 1 | -19/+7 |
2007-07-20 | beta version of new credits screen (still some tweaking to do) | b1indy | 1 | -132/+1008 |
2007-05-16 | all SongFile Loading and Saving procedures moved to UFiles. | whiteshark0 | 1 | -1/+1 |
2007-04-29 | Added 2 new Buttons to ScreenMain: Multi and Stats | whiteshark0 | 1 | -3/+3 |
2007-04-26 | Feature: Credits screen is now a screen for itself (UGraphic.pas, UScreenMain... | mogguh | 1 | -0/+223 |