| Commit message (Expand) | Author | Files | Lines |
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 |
2008-08-06 | moved AllocateHWnd/DeallocateHWnd from UCommon.pas to WinAllocation.pas. Do N... | tobigun | 7 | -115/+135 |
2008-08-06 | avoid seeking if video is not initialized | tobigun | 1 | -0/+3 |
2008-08-06 | RenderAspect is not needed | tobigun | 1 | -4/+9 |
2008-08-06 | support for projectM 1.2 | tobigun | 5 | -16/+31 |
2008-08-03 | Fix for USDX first run and no config.ini problem (ini is saved on startup) | mogguh | 1 | -1/+5 |
2008-07-21 | usage of glPushAttrib(GL_VIEWPORT_BIT) to save the viewport settings. | tobigun | 1 | -2/+5 |
2008-07-21 | fpc 2.2.2 fix, clocale is not available for windows | tobigun | 1 | -0/+2 |
2008-07-19 | Fixed a bug in UScreenTop5: instead of a lokal var a config value was changed... | whiteshark0 | 1 | -1/+1 |
2008-07-19 | Some changes in ReadScore and WriteScore to prevent for crashes caused by mor... | whiteshark0 | 1 | -3/+14 |
2008-07-19 | renamed TLineState to TLyricsState | tobigun | 2 | -6/+6 |
2008-07-19 | renamed TLineState to TLyricsState | tobigun | 5 | -57/+57 |
2008-07-19 | clean-up, removed some unused stuff | tobigun | 2 | -124/+36 |
2008-07-19 | PTexture added | tobigun | 1 | -8/+9 |
2008-07-19 | lyric engine patches, solves | tobigun | 6 | -459/+568 |
2008-07-19 | - SetFontBlend added | tobigun | 1 | -117/+127 |
2008-07-17 | references to UMacResources.pp removed | tobigun | 2 | -4/+0 |
2008-07-17 | - UPlatformXYZ.pas clean-up | tobigun | 6 | -172/+216 |
2008-07-17 | - cleanup | tobigun | 1 | -65/+60 |
2008-07-17 | Mac OS X version check added | tobigun | 1 | -0/+12 |
2008-07-17 | Renamed the old ULyrics_bak.pas to UEditorLyrics.pas as it is used in the edi... | tobigun | 4 | -440/+243 |