| Commit message (Expand) | Author | Files | Lines |
2010-07-18 | fix party player selection | whiteshark0 | 1 | -1/+15 |
2010-07-07 | fixed conversion of ultrastar.db from 1.0.1a to 1.1 | brunzelchen | 1 | -1/+1 |
2010-07-04 | - divide ScreenW by 2 in modi list if screens=2 and fullscreen (UIni) | brunzelchen | 1 | -1/+1 |
2010-06-19 | Bugfix: do not call Inc() on PByteArray pointers. It will not increment by on... | tobigun | 1 | -1/+1 |
2010-06-15 | move check for OnSentenceEnd call from NewNote to NewBeatDetect | whiteshark0 | 1 | -14/+31 |
2010-06-13 | avoid time bar overflows by restricting its range | tobigun | 1 | -0/+3 |
2010-06-13 | do not save "auto" encoding tag | tobigun | 1 | -1/+3 |
2010-06-12 | Previously removed option Lyrics:Encoding now back in config.ini: | tobigun | 2 | -5/+11 |
2010-06-11 | fix wrong lyric spacing in editor after editing a sentence whose last syllabl... | whiteshark0 | 1 | -0/+1 |
2010-06-11 | Readability improvement: Rename local variable Done to KeepGoing. Convert Whi... | k-m_schindler | 1 | -15/+14 |
2010-06-10 | finally fixing r2478 | whiteshark0 | 1 | -1/+1 |
2010-06-10 | fix compiling after r2478 | whiteshark0 | 1 | -1/+1 |
2010-06-10 | fixed main loop initialization | whiteshark0 | 1 | -0/+2 |
2010-06-10 | - added missing Result assignment in TAudioInputProcessor.CheckPlayersConfig | brunzelchen | 2 | -18/+19 |
2010-06-10 | merge of VideoPreview branch into trunk | brunzelchen | 2 | -3/+96 |
2010-06-09 | add the path of Library/Application Support/UltraStarDeluxe again. | k-m_schindler | 1 | -1/+1 |
2010-06-08 | string update | tobigun | 1 | -1/+1 |
2010-06-06 | - URecord.ValidateSettings should not display the popup itself | tobigun | 2 | -12/+28 |
2010-06-06 | - Now on sing-screen entry a check is performed if mics are assigned to all p... | tobigun | 1 | -13/+80 |
2010-06-06 | - cleanup | tobigun | 2 | -23/+38 |
2010-05-28 | add Music/Ultrastar Deluxe as a song folder. | k-m_schindler | 3 | -6/+26 |
2010-05-28 | move LogPath to "~/Library/Logs/UltraStar Deluxe" on Mac OS X | k-m_schindler | 1 | -8/+6 |
2010-05-23 | zero-length notes will no longer be ignored. they will be converted into free... | brunzelchen | 1 | -12/+15 |
2010-05-18 | move software cursor initialization and bg music start from ScreenMain.OnShow... | whiteshark0 | 1 | -0/+8 |
2010-05-08 | validate microphone settings when leaving the record options and when USDX is... | tobigun | 3 | -1/+53 |
2010-05-08 | changed local/global execution detection: | tobigun | 1 | -15/+55 |
2010-05-05 | - workaround by tobydox for buggy Intel 3D driver on Linux through deactivati... | canni0 | 1 | -0/+2 |
2010-05-03 | - Free Statics/Buttons/Texts if a screen is destroyed (Textures used by those... | tobigun | 1 | -35/+35 |
2010-05-02 | - Fix for "Wrong mouse position after screen-resize" bug reported here (http:... | tobigun | 1 | -2/+8 |
2010-04-30 | - configure recreated with autogen.sh | tobigun | 1 | -1/+1 |
2010-04-27 | - device input latency is now configurable via config.ini | tobigun | 2 | -0/+8 |
2010-04-25 | added Finalize3D finalization as opponent for Initialize3D and for a clean fi... | tobigun | 3 | -22/+30 |
2010-04-25 | - added font face cache -> loading all fonts now takes 1.5 secs instead of 7 ... | tobigun | 1 | -4/+98 |
2010-04-24 | - wrong section names in TextGL fixed | tobigun | 1 | -9/+13 |
2010-04-24 | removed "strict protected/private" | tobigun | 1 | -2/+2 |
2010-04-23 | - font fallback added | tobigun | 4 | -118/+326 |
2010-04-23 | reverted revision 2278 | tobigun | 1 | -0/+1 |
2010-04-22 | changed violet and orange color for better shades when used in theme | whiteshark0 | 1 | -5/+5 |
2010-04-22 | removed old comment from the days of ultrastar.dl.am mod | whiteshark0 | 1 | -6/+2 |
2010-04-22 | TextureSize (=CachedCoverSize) default set back to 128. | tobigun | 1 | -2/+5 |
2010-04-22 | - now it is possible to sync lyrics to audio | tobigun | 4 | -81/+262 |
2010-04-22 | fixed regression of last commit | tobigun | 2 | -17/+17 |
2010-04-21 | - cleanup | tobigun | 3 | -15/+21 |
2010-04-21 | improved audio synching with lyrics as master clock | tobigun | 1 | -27/+47 |
2010-04-21 | - better lyric <-> video sync | tobigun | 1 | -0/+10 |
2010-04-21 | - add video loop option | tobigun | 1 | -14/+25 |
2010-04-20 | do not handle txt file format errors that strict | tobigun | 1 | -9/+10 |
2010-04-19 | bugfix for crash with portaudio (all platforms): | tobigun | 1 | -7/+9 |
2010-04-19 | changed THandle to TFileHandle in UPath/UFilesystem as THandle (cardinal in d... | tobigun | 2 | -15/+23 |
2010-04-19 | reduced verbose output on missing theme and song tags (info instead of warn) | tobigun | 2 | -2/+3 |