aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Classes (unfollow)
Commit message (Expand)AuthorFilesLines
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
2008-07-19renamed TLineState to TLyricsStatetobigun1-2/+2
2008-07-19renamed TLineState to TLyricsStatetobigun3-45/+45
2008-07-19clean-up, removed some unused stufftobigun1-121/+35
2008-07-19PTexture addedtobigun1-8/+9
2008-07-19lyric engine patches, solvestobigun4-396/+508
2008-07-19- SetFontBlend addedtobigun1-117/+127
2008-07-17references to UMacResources.pp removedtobigun1-3/+0
2008-07-17- UPlatformXYZ.pas clean-uptobigun5-171/+216
2008-07-17Renamed the old ULyrics_bak.pas to UEditorLyrics.pas as it is used in the edi...tobigun2-429/+229
2008-07-15New place for the Resources for Mac OS X: $HOME/Appliations Support/UltraStar...k-m_schindler2-15/+51
2008-07-15As sdl_ttf isn't of any use for now, I uncommented all occurrences of it.mogguh3-9/+9
2008-07-14Lyric help bar works againtobigun1-73/+119
2008-07-14cleanuptobigun1-52/+49
2008-07-14- conversion of TLyricLine into a class. tobigun1-134/+149
2008-07-14TLine.LyricWidth (width of the line in pixels) is marked as deprecated. Do no...tobigun1-2/+4
2008-07-12- cleanup/comments for TDisplay.Create tobigun1-23/+11
2008-07-12cleanup + commentstobigun1-6/+19
2008-07-12unit UScreenStatMain;GogolNr11-5/+29
2008-07-12Text has a new property -> Z (default is 0)mogguh2-81/+95
2008-07-0364bit compatibility fixtobigun1-4/+5
2008-07-02indenting and cleanuptobigun2-42/+38
2008-07-02Audio/Video engine update:tobigun25-2299/+4681
2008-07-01Disabled Alt+Tab screen-mode switching for Windows and MacOSX. SDL_SetVideoMo...tobigun1-6/+5
2008-06-16Delphi 7 compatibility fix:tobigun3-60/+63
2008-06-14code improvement: conversion of case statements to boolean assignmentsk-m_schindler1-30/+11
2008-06-13corrected String index to start from 1 and not from 0k-m_schindler1-4/+4
2008-06-09- all references to the libc unit removed. The Libc unit (not the library) wa...tobigun3-71/+83
2008-06-08- set svn:eol-style to nativetobigun26-13356/+13356
2008-06-08inconsistent line endings unifiedtobigun1-3/+3
2008-06-08Added missing private section. Without defining it, methods are public by def...tobigun1-13/+14
2008-06-08clean uptobigun2-331/+324