aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Classes (follow)
Commit message (Expand)AuthorAgeFilesLines
* comments updated, also for the use with PasDoc.k-m_schindler2008-08-151-41/+152
* Typo in comment correctedk-m_schindler2008-08-151-1/+1
* Race-Conditions fixed in recording stuff.tobigun2008-08-153-59/+98
* - Support for multiple song/cover paths.tobigun2008-08-154-331/+465
* offscreen lyrics drawing needs a fixtobigun2008-08-151-0/+4
* Removed now unneeded define for VoicePassthrough, added a begin and a endmogguh2008-08-151-8/+6
* GetSpecialPath() added to retrieve system/user paths like the users "Applicat...tobigun2008-08-151-23/+42
* VoicePassthrough is now available at the options, turns playback from the mic...mogguh2008-08-153-17/+28
* Covers.Load does not exist anymoretobigun2008-08-131-2/+2
* Disabled threaded song-loading until it is fixed. tobigun2008-08-131-16/+23
* - new cover-loading. Cover thumbnails are stored in an sqlite db (cover.db) n...tobigun2008-08-134-194/+365
* moved image (SDL-surface) manipulation functions from UTexture.pas to UImage.pastobigun2008-08-133-501/+375
* workaround for a bug in FPC 2.2.2. ThousandSeparator must be set, otherwise T...tobigun2008-08-111-0/+4
* linux needs a call to SDL_SetVideoMode after resizing. Otherwise the screen w...tobigun2008-08-081-2/+10
* With the global build logs are now stored in ~/.UltraStarDeluxe/logs instead ...tobigun2008-08-081-1/+1
* changed error on read-only dirs into a warningtobigun2008-08-081-1/+1
* warning removedtobigun2008-08-081-0/+3
* deprecated IncludeTrailingBackslash replaced with IncludeTrailingPathDelimitertobigun2008-08-081-1/+1
* some warnings removedtobigun2008-08-084-10/+17
* warnings suppressedtobigun2008-08-082-1/+7
* turned off platform specific warnings as we know that they aretobigun2008-08-081-0/+3
* somw warnings removedtobigun2008-08-086-3/+36
* - TStatResult is an abstract class now.tobigun2008-08-081-65/+82
* - Reset-Timestamp changed from STRING to INTEGER (stored as UNIX-timestamp)tobigun2008-08-071-11/+43
* - Introduced TStatType.tobigun2008-08-071-119/+139
* SUM/COUNT replaced by AVGtobigun2008-08-071-5/+5
* - strings are bound now to avoid failures with unquoted stringstobigun2008-08-071-192/+243
* moved AllocateHWnd/DeallocateHWnd from UCommon.pas to WinAllocation.pas. Do N...tobigun2008-08-061-89/+0
* avoid seeking if video is not initializedtobigun2008-08-061-0/+3
* RenderAspect is not neededtobigun2008-08-061-4/+9
* Fix for USDX first run and no config.ini problem (ini is saved on startup)mogguh2008-08-031-1/+5
* fpc 2.2.2 fix, clocale is not available for windowstobigun2008-07-211-0/+2
* Some changes in ReadScore and WriteScore to prevent for crashes caused by mor...whiteshark02008-07-191-3/+14
* renamed TLineState to TLyricsStatetobigun2008-07-191-2/+2
* renamed TLineState to TLyricsStatetobigun2008-07-193-45/+45
* clean-up, removed some unused stufftobigun2008-07-191-121/+35
* PTexture addedtobigun2008-07-191-8/+9
* lyric engine patches, solvestobigun2008-07-194-396/+508
* - SetFontBlend addedtobigun2008-07-191-117/+127
* references to UMacResources.pp removedtobigun2008-07-171-3/+0
* - UPlatformXYZ.pas clean-uptobigun2008-07-175-171/+216
* Renamed the old ULyrics_bak.pas to UEditorLyrics.pas as it is used in the edi...tobigun2008-07-172-429/+229
* New place for the Resources for Mac OS X: $HOME/Appliations Support/UltraStar...k-m_schindler2008-07-152-15/+51
* As sdl_ttf isn't of any use for now, I uncommented all occurrences of it.mogguh2008-07-153-9/+9
* Lyric help bar works againtobigun2008-07-141-73/+119
* cleanuptobigun2008-07-141-52/+49
* - conversion of TLyricLine into a class. tobigun2008-07-141-134/+149
* TLine.LyricWidth (width of the line in pixels) is marked as deprecated. Do no...tobigun2008-07-141-2/+4
* - cleanup/comments for TDisplay.Create tobigun2008-07-121-23/+11
* cleanup + commentstobigun2008-07-121-6/+19