aboutsummaryrefslogtreecommitdiffstats
path: root/src/base (follow)
Commit message (Expand)AuthorAgeFilesLines
* strings adjusted (removed 'RC'-parts)tobigun2010-10-101-2/+2
* - removed hardcoded bebeto loopcanni02010-09-291-1/+1
* fix resize-bug in SDL < 1.2.14tobigun2010-09-051-0/+3
* changed default cover cache size from 128 to 256 pixelsbrunzelchen2010-09-041-4/+1
* - fixed absolute path function (thx to the anonymous irc guy)canni02010-08-151-1/+1
* bug: if in first sentence is one note than not execute onsentence proceduredavidus012010-07-221-1/+1
* fix party player selectionwhiteshark02010-07-181-1/+15
* fixed conversion of ultrastar.db from 1.0.1a to 1.1brunzelchen2010-07-071-1/+1
* - divide ScreenW by 2 in modi list if screens=2 and fullscreen (UIni)brunzelchen2010-07-041-1/+1
* Bugfix: do not call Inc() on PByteArray pointers. It will not increment by on...tobigun2010-06-191-1/+1
* move check for OnSentenceEnd call from NewNote to NewBeatDetectwhiteshark02010-06-151-14/+31
* avoid time bar overflows by restricting its rangetobigun2010-06-131-0/+3
* do not save "auto" encoding tagtobigun2010-06-131-1/+3
* Previously removed option Lyrics:Encoding now back in config.ini:tobigun2010-06-122-5/+11
* fix wrong lyric spacing in editor after editing a sentence whose last syllabl...whiteshark02010-06-111-0/+1
* Readability improvement: Rename local variable Done to KeepGoing. Convert Whi...k-m_schindler2010-06-111-15/+14
* finally fixing r2478whiteshark02010-06-101-1/+1
* fix compiling after r2478whiteshark02010-06-101-1/+1
* fixed main loop initializationwhiteshark02010-06-101-0/+2
* - added missing Result assignment in TAudioInputProcessor.CheckPlayersConfigbrunzelchen2010-06-102-18/+19
* merge of VideoPreview branch into trunkbrunzelchen2010-06-102-3/+96
* add the path of Library/Application Support/UltraStarDeluxe again.k-m_schindler2010-06-091-1/+1
* string updatetobigun2010-06-081-1/+1
* - URecord.ValidateSettings should not display the popup itselftobigun2010-06-062-12/+28
* - Now on sing-screen entry a check is performed if mics are assigned to all p...tobigun2010-06-061-13/+80
* - cleanuptobigun2010-06-062-23/+38
* add Music/Ultrastar Deluxe as a song folder.k-m_schindler2010-05-283-6/+26
* move LogPath to "~/Library/Logs/UltraStar Deluxe" on Mac OS Xk-m_schindler2010-05-281-8/+6
* zero-length notes will no longer be ignored. they will be converted into free...brunzelchen2010-05-231-12/+15
* move software cursor initialization and bg music start from ScreenMain.OnShow...whiteshark02010-05-181-0/+8
* validate microphone settings when leaving the record options and when USDX is...tobigun2010-05-083-1/+53
* changed local/global execution detection:tobigun2010-05-081-15/+55
* - workaround by tobydox for buggy Intel 3D driver on Linux through deactivati...canni02010-05-051-0/+2
* - Free Statics/Buttons/Texts if a screen is destroyed (Textures used by those...tobigun2010-05-031-35/+35
* - Fix for "Wrong mouse position after screen-resize" bug reported here (http:...tobigun2010-05-021-2/+8
* - configure recreated with autogen.shtobigun2010-04-301-1/+1
* - device input latency is now configurable via config.initobigun2010-04-272-0/+8
* added Finalize3D finalization as opponent for Initialize3D and for a clean fi...tobigun2010-04-253-22/+30
* - added font face cache -> loading all fonts now takes 1.5 secs instead of 7 ...tobigun2010-04-251-4/+98
* - wrong section names in TextGL fixedtobigun2010-04-241-9/+13
* removed "strict protected/private"tobigun2010-04-241-2/+2
* - font fallback addedtobigun2010-04-234-118/+326
* reverted revision 2278tobigun2010-04-231-0/+1
* changed violet and orange color for better shades when used in themewhiteshark02010-04-221-5/+5
* removed old comment from the days of ultrastar.dl.am modwhiteshark02010-04-221-6/+2
* TextureSize (=CachedCoverSize) default set back to 128.tobigun2010-04-221-2/+5
* - now it is possible to sync lyrics to audiotobigun2010-04-224-81/+262
* fixed regression of last committobigun2010-04-222-17/+17
* - cleanuptobigun2010-04-213-15/+21
* improved audio synching with lyrics as master clocktobigun2010-04-211-27/+47