aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Classes (follow)
Commit message (Expand)AuthorAgeFilesLines
* With the global build logs are now stored in ~/.UltraStarDeluxe/logs instead ...tobigun2008-08-081-1/+1
* changed error on read-only dirs into a warningtobigun2008-08-081-1/+1
* warning removedtobigun2008-08-081-0/+3
* deprecated IncludeTrailingBackslash replaced with IncludeTrailingPathDelimitertobigun2008-08-081-1/+1
* some warnings removedtobigun2008-08-084-10/+17
* warnings suppressedtobigun2008-08-082-1/+7
* turned off platform specific warnings as we know that they aretobigun2008-08-081-0/+3
* somw warnings removedtobigun2008-08-086-3/+36
* - TStatResult is an abstract class now.tobigun2008-08-081-65/+82
* - Reset-Timestamp changed from STRING to INTEGER (stored as UNIX-timestamp)tobigun2008-08-071-11/+43
* - Introduced TStatType.tobigun2008-08-071-119/+139
* SUM/COUNT replaced by AVGtobigun2008-08-071-5/+5
* - strings are bound now to avoid failures with unquoted stringstobigun2008-08-071-192/+243
* moved AllocateHWnd/DeallocateHWnd from UCommon.pas to WinAllocation.pas. Do N...tobigun2008-08-061-89/+0
* avoid seeking if video is not initializedtobigun2008-08-061-0/+3
* RenderAspect is not neededtobigun2008-08-061-4/+9
* Fix for USDX first run and no config.ini problem (ini is saved on startup)mogguh2008-08-031-1/+5
* fpc 2.2.2 fix, clocale is not available for windowstobigun2008-07-211-0/+2
* Some changes in ReadScore and WriteScore to prevent for crashes caused by mor...whiteshark02008-07-191-3/+14
* renamed TLineState to TLyricsStatetobigun2008-07-191-2/+2
* renamed TLineState to TLyricsStatetobigun2008-07-193-45/+45
* clean-up, removed some unused stufftobigun2008-07-191-121/+35
* PTexture addedtobigun2008-07-191-8/+9
* lyric engine patches, solvestobigun2008-07-194-396/+508
* - SetFontBlend addedtobigun2008-07-191-117/+127
* references to UMacResources.pp removedtobigun2008-07-171-3/+0
* - UPlatformXYZ.pas clean-uptobigun2008-07-175-171/+216
* Renamed the old ULyrics_bak.pas to UEditorLyrics.pas as it is used in the edi...tobigun2008-07-172-429/+229
* New place for the Resources for Mac OS X: $HOME/Appliations Support/UltraStar...k-m_schindler2008-07-152-15/+51
* As sdl_ttf isn't of any use for now, I uncommented all occurrences of it.mogguh2008-07-153-9/+9
* Lyric help bar works againtobigun2008-07-141-73/+119
* cleanuptobigun2008-07-141-52/+49
* - conversion of TLyricLine into a class. tobigun2008-07-141-134/+149
* TLine.LyricWidth (width of the line in pixels) is marked as deprecated. Do no...tobigun2008-07-141-2/+4
* - cleanup/comments for TDisplay.Create tobigun2008-07-121-23/+11
* cleanup + commentstobigun2008-07-121-6/+19
* unit UScreenStatMain;GogolNr12008-07-121-5/+29
* Text has a new property -> Z (default is 0)mogguh2008-07-122-81/+95
* 64bit compatibility fixtobigun2008-07-031-4/+5
* indenting and cleanuptobigun2008-07-022-42/+38
* Audio/Video engine update:tobigun2008-07-0225-2299/+4681
* Disabled Alt+Tab screen-mode switching for Windows and MacOSX. SDL_SetVideoMo...tobigun2008-07-011-6/+5
* Delphi 7 compatibility fix:tobigun2008-06-163-60/+63
* code improvement: conversion of case statements to boolean assignmentsk-m_schindler2008-06-141-30/+11
* corrected String index to start from 1 and not from 0k-m_schindler2008-06-131-4/+4
* - all references to the libc unit removed. The Libc unit (not the library) wa...tobigun2008-06-093-71/+83
* - set svn:eol-style to nativetobigun2008-06-0826-13356/+13356
* inconsistent line endings unifiedtobigun2008-06-081-3/+3
* Added missing private section. Without defining it, methods are public by def...tobigun2008-06-081-13/+14
* clean uptobigun2008-06-082-331/+324