| Commit message (Expand) | Author | Files | Lines |
2008-08-20 | Creation of User Resource folder corrected + minor format adjustments. | k-m_schindler | 1 | -8/+8 |
2008-08-20 | comment cleanup | tobigun | 1 | -154/+121 |
2008-08-20 | preparing the commit if projectM option integration | mogguh | 1 | -1/+13 |
2008-08-20 | applied: code of beauty | mogguh | 1 | -378/+394 |
2008-08-19 | linklib gcc added for darwin. Needed for linking on 10.4 | k-m_schindler | 1 | -0/+1 |
2008-08-19 | missing Mac OS X tools added and creation of diskimage | k-m_schindler | 1 | -1/+15 |
2008-08-18 | first try to create a Mac OS X standalone app bundle | k-m_schindler | 1 | -0/+40 |
2008-08-15 | Deleted uncommented stuff (watch line count!) | mogguh | 1 | -527/+4 |
2008-08-15 | Update the new name of the binary, the icon name and the TYPE code USDX | k-m_schindler | 1 | -3/+3 |
2008-08-15 | comments updated, also for the use with PasDoc. | k-m_schindler | 1 | -41/+152 |
2008-08-15 | Typo in comment corrected | k-m_schindler | 1 | -1/+1 |
2008-08-15 | Race-Conditions fixed in recording stuff. | tobigun | 3 | -59/+98 |
2008-08-15 | - Support for multiple song/cover paths. | tobigun | 6 | -332/+470 |
2008-08-15 | offscreen lyrics drawing needs a fix | tobigun | 1 | -0/+4 |
2008-08-15 | Removed now unneeded define for VoicePassthrough, added a begin and a end | mogguh | 1 | -8/+6 |
2008-08-15 | GetSpecialPath() added to retrieve system/user paths like the users "Applicat... | tobigun | 1 | -23/+42 |
2008-08-15 | VoicePassthrough is now available at the options, turns playback from the mic... | mogguh | 4 | -21/+33 |
2008-08-13 | Covers.Load does not exist anymore | tobigun | 1 | -2/+2 |
2008-08-13 | Disabled threaded song-loading until it is fixed. | tobigun | 1 | -16/+23 |
2008-08-13 | cleanup | tobigun | 1 | -187/+92 |
2008-08-13 | - new cover-loading. Cover thumbnails are stored in an sqlite db (cover.db) n... | tobigun | 5 | -250/+405 |
2008-08-13 | do not use the cached option of GetTexture() for theme textures, as the cache... | tobigun | 1 | -9/+10 |
2008-08-13 | moved image (SDL-surface) manipulation functions from UTexture.pas to UImage.pas | tobigun | 4 | -503/+375 |
2008-08-11 | workaround for a bug in FPC 2.2.2. ThousandSeparator must be set, otherwise T... | tobigun | 1 | -0/+4 |
2008-08-09 | check if video was successfully opened. Otherwise a seek might be performed o... | tobigun | 1 | -3/+5 |
2008-08-09 | FFmpeg update | tobigun | 8 | -78/+209 |
2008-08-08 | linux needs a call to SDL_SetVideoMode after resizing. Otherwise the screen w... | tobigun | 1 | -2/+10 |
2008-08-08 | binary name adjusted | tobigun | 1 | -1/+1 |
2008-08-08 | changed binary name from UltraStar to ultrastardx | tobigun | 1 | -4/+5 |
2008-08-08 | path suffix changed from UltraStarDeluxe to ultrastardx. This means USDX is ... | tobigun | 1 | -3/+3 |
2008-08-08 | package-name changed to ultrastardx | tobigun | 1 | -3/+1 |
2008-08-08 | debian package name changed to ultrastardx | tobigun | 3 | -14/+29 |
2008-08-08 | With the global build logs are now stored in ~/.UltraStarDeluxe/logs instead ... | tobigun | 3 | -14/+2 |
2008-08-08 | changed error on read-only dirs into a warning | tobigun | 1 | -1/+1 |
2008-08-08 | use SQLiteDLL instead of sqlite3.dll | tobigun | 1 | -1/+1 |
2008-08-08 | warning removed | tobigun | 1 | -0/+3 |
2008-08-08 | deprecated IncludeTrailingBackslash replaced with IncludeTrailingPathDelimiter | tobigun | 1 | -1/+1 |
2008-08-08 | FPC warning for unknown $C directive removed | tobigun | 1 | -0/+2 |
2008-08-08 | some warnings removed | tobigun | 5 | -47/+57 |
2008-08-08 | warnings suppressed | tobigun | 2 | -1/+7 |
2008-08-08 | turned off platform specific warnings as we know that they are | tobigun | 1 | -0/+3 |
2008-08-08 | warnings suppressed | tobigun | 1 | -0/+4 |
2008-08-08 | result-values for TMenu.Draw() added | tobigun | 7 | -4/+9 |
2008-08-08 | somw warnings removed | tobigun | 6 | -3/+36 |
2008-08-08 | - TStatResult is an abstract class now. | tobigun | 3 | -171/+234 |
2008-08-07 | - Reset-Timestamp changed from STRING to INTEGER (stored as UNIX-timestamp) | tobigun | 2 | -12/+44 |
2008-08-07 | - Introduced TStatType. | tobigun | 3 | -160/+182 |
2008-08-07 | SUM/COUNT replaced by AVG | tobigun | 1 | -5/+5 |
2008-08-07 | - strings are bound now to avoid failures with unquoted strings | tobigun | 1 | -192/+243 |
2008-08-07 | Update of SQLiteTable3. The file was additionally patched to support Format()... | tobigun | 4 | -125/+865 |