aboutsummaryrefslogtreecommitdiffstats
path: root/Game (follow)
Commit message (Expand)AuthorAgeFilesLines
* Usage of CopyFiletobigun2008-08-201-32/+17
* TPlatform.CopyFile addedtobigun2008-08-202-9/+61
* DebugWriteln change to Log.LogError + minor format adjustments.k-m_schindler2008-08-201-3/+4
* Creation of User Resource folder corrected + minor format adjustments.k-m_schindler2008-08-201-8/+8
* comment cleanuptobigun2008-08-201-154/+121
* preparing the commit if projectM option integrationmogguh2008-08-201-1/+13
* applied: code of beautymogguh2008-08-201-378/+394
* linklib gcc added for darwin. Needed for linking on 10.4k-m_schindler2008-08-191-0/+1
* missing Mac OS X tools added and creation of diskimagek-m_schindler2008-08-191-1/+15
* first try to create a Mac OS X standalone app bundlek-m_schindler2008-08-181-0/+40
* 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