aboutsummaryrefslogtreecommitdiffstats
path: root/Game/Code/Classes (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Sakrileg (goto and label) replacement. Please check.k-m_schindler2008-06-082-109/+65
* just some cleanuptobigun2008-06-078-503/+580
* final removal of Macresourcesk-m_schindler2008-05-241-5/+0
* final removal of Macresources, indentationk-m_schindler2008-05-241-39/+45
* AnsiContainsText for darwin removed - not needed any more; reworked some if s...k-m_schindler2008-05-241-101/+98
* just a test if bamboo works again if {$I switches.inc} is used instead of {$I...tobigun2008-05-231-1/+1
* eol-style unified and propset, indentationk-m_schindler2008-05-221-238/+245
* eol-style unified and propsetk-m_schindler2008-05-221-10/+5
* mistake correction: compound occurences of string capitalized again.k-m_schindler2008-05-221-97/+97
* eol-style set and unified, nicer code but no actual changek-m_schindler2008-05-221-89/+49
* eol-style unified, nicer sourcek-m_schindler2008-05-221-114/+111
* eol-style set and unified, no actual code changek-m_schindler2008-05-221-8/+8
* unused variable commente, eol corrected and property setk-m_schindler2008-05-221-64/+64
* unused variable removed, eol-style set to native, nicer codek-m_schindler2008-05-221-813/+817
* unused variables removed, nicer code, eol-style set to nativek-m_schindler2008-05-211-129/+125
* "whitescreen on window resizing" bug fixedtobigun2008-05-211-2/+8
* Video Aspect-Ratio fix (e.g. for 16:9 displays)tobigun2008-05-211-11/+23
* adjustments for building with make, some editorial changes ...k-m_schindler2008-05-171-54/+55
* MacResources commented out for now, property eol-style set to nativek-m_schindler2008-05-162-1/+4
* Change IFDEF LINUX to UNIX in order to include darwink-m_schindler2008-05-161-3/+3
* - bugfix: LoadTexture() did not initialize the TTexture result before it was ...tobigun2008-05-142-95/+98
* This was not supposed for check-intobigun2008-05-131-3/+3
* - fixed video-backgroundtobigun2008-05-134-55/+134
* - speedup patch for video playback. Should be a little faster than before.tobigun2008-05-131-468/+610
* cleanuptobigun2008-05-131-12/+2
* TRelativeTimer added. A replace for the buggy TimeSkip/SkipTime stuff. It wor...tobigun2008-05-131-10/+68
* increased possible parallel benchmark count from 8 to 32tobigun2008-05-131-2/+2