aboutsummaryrefslogtreecommitdiffstats
path: root/Game (follow)
Commit message (Expand)AuthorAgeFilesLines
* shortened Log Outputb1indy2008-04-011-2/+2
* Replaced GetTickCount with SDL_GetTicksf1fth_freed0m2008-04-016-14/+15
* ColorizePixel now uses fixed point mathb1indy2008-03-311-42/+77
* Now colorized textures are appended to the TTextureDatabase too. This will pr...tobigun2008-03-314-70/+106
* Unicode fix for WideCharUpperCase(). This should work on all platforms now.tobigun2008-03-311-27/+9
* Removed unused Format-parameter in LoadTexture() and Add...()tobigun2008-03-3114-145/+145
* beep() removedtobigun2008-03-319-34/+22
* - removed "Font Black" and "Font" texture typetobigun2008-03-3126-403/+382
* git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@987 b956fd51-792f-4...whiteshark02008-03-312-37/+77
* Support for Unicode-strings and chars (etc. WideUpperCase) in MacOSX.tobigun2008-03-311-1/+1
* Reimplemented all old features of Databasewhiteshark02008-03-301-74/+67
* New Database Structure Init readywhiteshark02008-03-302-17/+77
* Prepared some classes for enhanced Song loading.whiteshark02008-03-3010-238/+570
* enabled the output of the full file path on error, warning or notice durring ...s_alexander2008-03-301-1/+1
* - Select(Slide) textures should work now ('Font Black' -> 'Colorized')tobigun2008-03-283-322/+119
* Some WideChar casts to let it compile in Delphi7 again.whiteshark02008-03-282-2/+2
* fixed EIntOverflow in function TMenu.WideCharUpperCase when used on Linux ( o...jaybinks2008-03-282-1/+23
* Writeln caused a problem in the previously committed USong.pas, debug message...mogguh2008-03-271-1/+1
* Added Missig UXMLSongs.pasf1fth_freed0m2008-03-271-0/+573
* USDX is now able to load SingStar XML Songfiles using Whitesharks XML2US Parserf1fth_freed0m2008-03-275-30/+360
* added "-debug" flag at run time and "CONSOLE" Define in switches.inc jaybinks2008-03-2618-285/+120
* Fixed compilation on the mac.eddie-08152008-03-2536-2113/+2619
* Support for non-US (QWERTY) keyboard layout.tobigun2008-03-2230-486/+644
* Added functions to determine to which character-class (alpha(=letter), numeri...tobigun2008-03-221-1/+65
* ParseInput(... ScanCode: byte; ...) -> ParseInput(... CharCode: WideChar; ...)tobigun2008-03-2136-96/+96
* - av_log_get_level()/av_log_set_level() addedtobigun2008-03-211-0/+56
* lenght -> lengthtobigun2008-03-2110-605/+617
* - In linux (with the gtk2 interface) this will change the locale settings lik...tobigun2008-03-201-1/+18
* - Delphi (in contrast to C/C++) handles floating-point multiplications with N...tobigun2008-03-203-19/+83
* Staves now can be turned of in Optionsf1fth_freed0m2008-03-174-7/+18
* fixed the playback speed of the movie backgrounds_alexander2008-03-172-709/+709
* no need to RE-Initialize the textures and screens..jaybinks2008-03-141-2/+0
* fixes for delphi :Ps_alexander2008-03-141-4/+4
* new lyric effect: slides_alexander2008-03-149-384/+465
* Game can now be paused using Space like in mplayer or vlcf1fth_freed0m2008-03-121-0/+5
* Added an skinable overlay in SingScreen to indicate if pause is enabledf1fth_freed0m2008-03-123-6/+25
* Removed zlportio from Codef1fth_freed0m2008-03-109-53/+70
* re-added local variable that was required for windows.jaybinks2008-03-101-1/+3
* re-added local variable that was required for windows.jaybinks2008-03-101-1/+4
* fix build problem for me local...jaybinks2008-03-101-5/+4
* auto removed a bunch of unused local variablesjaybinks2008-03-1023-10226/+10228
* removed a few unused local variablesjaybinks2008-03-103-14/+15
* new MixBuffers() function as replacement for SDL_MixAudio. Now portaudio work...tobigun2008-03-093-47/+108
* Fixed some warnings ("missing result-values", "0 instead of nil", "comparison...tobigun2008-03-092-2/+6
* Fixed some warnings ("missing result-values", "0 instead of nil", "comparison...tobigun2008-03-094-25/+34
* DeviceID must be unsigned.tobigun2008-03-091-4/+4
* disabled ParseMouse because it is not implemented by any subclass (usage of n...tobigun2008-03-091-1/+3
* Fixed some warnings ("missing result-values", "0 instead of nil", "comparison...tobigun2008-03-093-167/+176
* ZeroNotes are ignored now and a notice is written to error.logf1fth_freed0m2008-03-091-1/+4
* Multiline comments should be fpc compatible now, removed the score hack at th...mogguh2008-03-081-40/+43