aboutsummaryrefslogtreecommitdiffstats
path: root/Game (follow)
Commit message (Expand)AuthorAgeFilesLines
* Deleted uncommented stuff (watch line count!)mogguh2008-08-151-527/+4
* Update the new name of the binary, the icon name and the TYPE code USDXk-m_schindler2008-08-151-3/+3
* 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-156-332/+470
* 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-154-21/+33
* Covers.Load does not exist anymoretobigun2008-08-131-2/+2
* Disabled threaded song-loading until it is fixed. tobigun2008-08-131-16/+23
* cleanuptobigun2008-08-131-187/+92
* - new cover-loading. Cover thumbnails are stored in an sqlite db (cover.db) n...tobigun2008-08-135-250/+405
* do not use the cached option of GetTexture() for theme textures, as the cache...tobigun2008-08-131-9/+10
* moved image (SDL-surface) manipulation functions from UTexture.pas to UImage.pastobigun2008-08-134-503/+375
* workaround for a bug in FPC 2.2.2. ThousandSeparator must be set, otherwise T...tobigun2008-08-111-0/+4
* check if video was successfully opened. Otherwise a seek might be performed o...tobigun2008-08-091-3/+5
* FFmpeg updatetobigun2008-08-098-78/+209
* linux needs a call to SDL_SetVideoMode after resizing. Otherwise the screen w...tobigun2008-08-081-2/+10
* binary name adjustedtobigun2008-08-081-1/+1
* changed binary name from UltraStar to ultrastardxtobigun2008-08-081-4/+5
* path suffix changed from UltraStarDeluxe to ultrastardx. This means USDX is ...tobigun2008-08-081-3/+3
* package-name changed to ultrastardxtobigun2008-08-081-3/+1
* debian package name changed to ultrastardxtobigun2008-08-083-14/+29
* With the global build logs are now stored in ~/.UltraStarDeluxe/logs instead ...tobigun2008-08-083-14/+2
* changed error on read-only dirs into a warningtobigun2008-08-081-1/+1
* use SQLiteDLL instead of sqlite3.dlltobigun2008-08-081-1/+1
* warning removedtobigun2008-08-081-0/+3
* deprecated IncludeTrailingBackslash replaced with IncludeTrailingPathDelimitertobigun2008-08-081-1/+1
* FPC warning for unknown $C directive removedtobigun2008-08-081-0/+2
* some warnings removedtobigun2008-08-085-47/+57
* warnings suppressedtobigun2008-08-082-1/+7
* turned off platform specific warnings as we know that they aretobigun2008-08-081-0/+3
* warnings suppressedtobigun2008-08-081-0/+4
* result-values for TMenu.Draw() addedtobigun2008-08-087-4/+9
* somw warnings removedtobigun2008-08-086-3/+36
* - TStatResult is an abstract class now.tobigun2008-08-083-171/+234
* - Reset-Timestamp changed from STRING to INTEGER (stored as UNIX-timestamp)tobigun2008-08-072-12/+44
* - Introduced TStatType.tobigun2008-08-073-160/+182
* SUM/COUNT replaced by AVGtobigun2008-08-071-5/+5
* - strings are bound now to avoid failures with unquoted stringstobigun2008-08-071-192/+243
* Update of SQLiteTable3. The file was additionally patched to support Format()...tobigun2008-08-074-125/+865
* moved AllocateHWnd/DeallocateHWnd from UCommon.pas to WinAllocation.pas. Do N...tobigun2008-08-067-115/+135
* avoid seeking if video is not initializedtobigun2008-08-061-0/+3
* RenderAspect is not neededtobigun2008-08-061-4/+9
* support for projectM 1.2tobigun2008-08-065-16/+31
* Fix for USDX first run and no config.ini problem (ini is saved on startup)mogguh2008-08-031-1/+5
* usage of glPushAttrib(GL_VIEWPORT_BIT) to save the viewport settings.tobigun2008-07-211-2/+5
* fpc 2.2.2 fix, clocale is not available for windowstobigun2008-07-211-0/+2