aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Classes (unfollow)
Commit message (Expand)AuthorFilesLines
2008-08-27Reordering of the directories[1]: moving Game/Code to srck-m_schindler65-32531/+0
2008-08-27FFmpeg spelling fixtobigun1-0/+0
2008-08-27FFmpeg spelling fixtobigun1-0/+0
2008-08-27spelling corrected FFMpeg -> FFmpegtobigun7-137/+138
2008-08-27FFmpeg is very verbose and shows a bunch of errors.tobigun1-0/+22
2008-08-26Cleanuptobigun1-234/+89
2008-08-26Removed: Select, outdated/unused (+SelectSlide does the job)mogguh1-57/+0
2008-08-25Added: Option for background music in sound options (affects UIni too)mogguh3-15/+44
2008-08-25Fixed "Illegal assembler style specified "INTEL"" compile error on non-Intel ...tobigun1-4/+6
2008-08-25FPC 2.2.2 compatibility fix.tobigun1-19/+6
2008-08-23Visualization are now available and configurable via the options graphics screenmogguh2-3/+25
2008-08-21some projectM fixes:tobigun2-47/+110
2008-08-20Usage of CopyFiletobigun1-32/+17
2008-08-20TPlatform.CopyFile addedtobigun2-9/+61
2008-08-20DebugWriteln change to Log.LogError + minor format adjustments.k-m_schindler1-3/+4
2008-08-20Creation of User Resource folder corrected + minor format adjustments.k-m_schindler1-8/+8
2008-08-20comment cleanuptobigun1-154/+121
2008-08-15comments updated, also for the use with PasDoc.k-m_schindler1-41/+152
2008-08-15Typo in comment correctedk-m_schindler1-1/+1
2008-08-15Race-Conditions fixed in recording stuff.tobigun3-59/+98
2008-08-15- Support for multiple song/cover paths.tobigun4-331/+465
2008-08-15offscreen lyrics drawing needs a fixtobigun1-0/+4
2008-08-15Removed now unneeded define for VoicePassthrough, added a begin and a endmogguh1-8/+6
2008-08-15GetSpecialPath() added to retrieve system/user paths like the users "Applicat...tobigun1-23/+42
2008-08-15VoicePassthrough is now available at the options, turns playback from the mic...mogguh3-17/+28
2008-08-13Covers.Load does not exist anymoretobigun1-2/+2
2008-08-13Disabled threaded song-loading until it is fixed. tobigun1-16/+23
2008-08-13- new cover-loading. Cover thumbnails are stored in an sqlite db (cover.db) n...tobigun4-194/+365
2008-08-13moved image (SDL-surface) manipulation functions from UTexture.pas to UImage.pastobigun3-501/+375
2008-08-11workaround for a bug in FPC 2.2.2. ThousandSeparator must be set, otherwise T...tobigun1-0/+4
2008-08-08linux needs a call to SDL_SetVideoMode after resizing. Otherwise the screen w...tobigun1-2/+10
2008-08-08With the global build logs are now stored in ~/.UltraStarDeluxe/logs instead ...tobigun1-1/+1
2008-08-08changed error on read-only dirs into a warningtobigun1-1/+1
2008-08-08warning removedtobigun1-0/+3
2008-08-08deprecated IncludeTrailingBackslash replaced with IncludeTrailingPathDelimitertobigun1-1/+1
2008-08-08some warnings removedtobigun4-10/+17
2008-08-08warnings suppressedtobigun2-1/+7
2008-08-08turned off platform specific warnings as we know that they aretobigun1-0/+3
2008-08-08somw warnings removedtobigun6-3/+36
2008-08-08- TStatResult is an abstract class now.tobigun1-65/+82
2008-08-07- Reset-Timestamp changed from STRING to INTEGER (stored as UNIX-timestamp)tobigun1-11/+43
2008-08-07- Introduced TStatType.tobigun1-119/+139
2008-08-07SUM/COUNT replaced by AVGtobigun1-5/+5
2008-08-07- strings are bound now to avoid failures with unquoted stringstobigun1-192/+243
2008-08-06moved AllocateHWnd/DeallocateHWnd from UCommon.pas to WinAllocation.pas. Do N...tobigun1-89/+0
2008-08-06avoid seeking if video is not initializedtobigun1-0/+3
2008-08-06RenderAspect is not neededtobigun1-4/+9
2008-08-03Fix for USDX first run and no config.ini problem (ini is saved on startup)mogguh1-1/+5
2008-07-21fpc 2.2.2 fix, clocale is not available for windowstobigun1-0/+2
2008-07-19Some changes in ReadScore and WriteScore to prevent for crashes caused by mor...whiteshark01-3/+14