aboutsummaryrefslogtreecommitdiffstats
path: root/src/Classes/UMain.pas (unfollow)
Commit message (Expand)AuthorFilesLines
2008-08-27rename Classes part1k-m_schindler1-1107/+0
2008-08-27Reordering of the directories[1]: moving Game/Code to srck-m_schindler1-0/+0
2008-08-15- Support for multiple song/cover paths.tobigun1-51/+110
2008-08-13- new cover-loading. Cover thumbnails are stored in an sqlite db (cover.db) n...tobigun1-1/+1
2008-08-11workaround for a bug in FPC 2.2.2. ThousandSeparator must be set, otherwise T...tobigun1-0/+4
2008-08-08linux needs a call to SDL_SetVideoMode after resizing. Otherwise the screen w...tobigun1-2/+10
2008-08-08changed error on read-only dirs into a warningtobigun1-1/+1
2008-08-08warnings suppressedtobigun1-1/+3
2008-08-03Fix for USDX first run and no config.ini problem (ini is saved on startup)mogguh1-1/+5
2008-07-19renamed TLineState to TLyricsStatetobigun1-2/+2
2008-07-19renamed TLineState to TLyricsStatetobigun1-21/+21
2008-07-19clean-up, removed some unused stufftobigun1-121/+35
2008-07-19lyric engine patches, solvestobigun1-67/+10
2008-07-17references to UMacResources.pp removedtobigun1-3/+0
2008-07-17- UPlatformXYZ.pas clean-uptobigun1-4/+3
2008-07-15New place for the Resources for Mac OS X: $HOME/Appliations Support/UltraStar...k-m_schindler1-0/+6
2008-07-15As sdl_ttf isn't of any use for now, I uncommented all occurrences of it.mogguh1-7/+7
2008-07-02Audio/Video engine update:tobigun1-5/+6
2008-07-01Disabled Alt+Tab screen-mode switching for Windows and MacOSX. SDL_SetVideoMo...tobigun1-6/+5
2008-06-07just some cleanuptobigun1-235/+283
2008-05-21"whitescreen on window resizing" bug fixedtobigun1-2/+8
2008-05-13- fixed video-backgroundtobigun1-11/+13
2008-05-09- input-source selection works now (with bass or portaudio with portmixer)tobigun1-8/+3
2008-05-08set some non-error logs from error to statustobigun1-1/+1
2008-05-02Replaced OpenGL12 with SDL's gl/glu/glext units because OpenGL12 was removed ...tobigun1-2/+1
2008-04-30database file (Ultrastar.db) is now stored in the GameUserPath instead of the...tobigun1-3/+3
2008-04-24- reverted some stuff that was erroneously commited by one of the last commits.tobigun1-1/+1
2008-04-22SSE floating-point-exception (FPE) fix. Occured when playing ogg-files or wit...tobigun1-1/+7
2008-04-19fixed calulation of pointss_alexander1-4/+2
2008-04-19tried to make songloading working with the old loader and keep all changes th...s_alexander1-1/+1
2008-04-12started to implement the new folder structure (like suggested in the wiki)f1fth_freed0m1-1/+1
2008-04-07- Removed lrs resource usage in linux. Resources are copied to /usr/share/res...tobigun1-182/+183
2008-04-06- removed (linux incompatible) PngImage. In addition it was rather outdated (...tobigun1-1/+1
2008-04-04Covers Cache rewrittenwhiteshark01-941/+935
2008-04-03rewriting of the txt file parsers_alexander1-1131/+1122
2008-03-31beep() removedtobigun1-5/+4
2008-03-26added "-debug" flag at run time and "CONSOLE" Define in switches.inc jaybinks1-37/+5
2008-03-25Fixed compilation on the mac.eddie-08151-1165/+1164
2008-03-21ParseInput(... ScanCode: byte; ...) -> ParseInput(... CharCode: WideChar; ...)tobigun1-3/+3
2008-03-21lenght -> lengthtobigun1-14/+14
2008-03-10Removed zlportio from Codef1fth_freed0m1-13/+21
2008-03-07Translated some Variablesf1fth_freed0m1-57/+57
2008-03-06add ini file option SDLBufferSize to set the buffersize for the sdl playback ...s_alexander1-40/+47
2008-03-06Translated Some Variablesf1fth_freed0m1-66/+66
2008-03-06Translated so Variable Namesf1fth_freed0m1-33/+33
2008-03-05Translated Variable Names and Typesf1fth_freed0m1-70/+70
2008-03-04removed overuse of DecimalSeperatorjaybinks1-1/+1
2008-03-03- Input now supports multiple SampleRates (not fixed to 44100Hz anymore)tobigun1-281/+343
2008-02-26[Alt+Return] enabledtobigun1-2/+3
2008-02-26tidy up from my previous commitjaybinks1-16/+16