| Commit message (Expand) | Author | Files | Lines |
2010-01-25 | use APPDATA\ultrastardx to store config files on windows | whiteshark0 | 1 | -2/+41 |
2010-01-25 | fix execution of default behaviour for party hooks | whiteshark0 | 1 | -46/+87 |
2010-01-18 | fixed score screen animation speed | whiteshark0 | 1 | -17/+27 |
2010-01-14 | comment unnessecary get_texture call that seems to lead to errors | whiteshark0 | 1 | -1/+1 |
2010-01-14 | rating icon bouncing depends on time now instead of frames | whiteshark0 | 1 | -2/+6 |
2010-01-13 | change lua lib filename for different versions | s_alexander | 2 | -4/+7 |
2010-01-13 | added other libname for compatibility | s_alexander | 1 | -1/+2 |
2010-01-13 | commented forgotten debug stuff | whiteshark0 | 1 | -1/+1 |
2010-01-13 | fixed scorescrenn with players>3 | whiteshark0 | 1 | -251/+286 |
2010-01-12 | forgotten updates from last commit again | whiteshark0 | 2 | -8/+0 |
2010-01-12 | forgotten updates from last commit | whiteshark0 | 2 | -2/+0 |
2010-01-12 | deleted leftovers from old plugin system and party mode | whiteshark0 | 12 | -1148/+1 |
2010-01-12 | updated ffmpeg lib versions used by windows build to ffmpeg builds from 04 Ja... | whiteshark0 | 1 | -15/+14 |
2010-01-12 | merged lua into trunk | s_alexander | 31 | -835/+7284 |
2010-01-04 | correction of typo in previous commit. | k-m_schindler | 1 | -1/+1 |
2010-01-04 | correction of some misplaced fields + some editorial changes + update to current | k-m_schindler | 8 | -148/+179 |
2010-01-04 | major correction of wronge placed and missing fields. | k-m_schindler | 1 | -3/+7 |
2010-01-04 | correction of version | k-m_schindler | 1 | -1/+1 |
2010-01-04 | Found another typo to correct. Wrong logic for setting PKT_FLAG_KEY and AV_PK... | k-m_schindler | 1 | -1/+1 |
2010-01-04 | Found another typo to correct. Again, LIBAVCODEC_VERSION was used instead of ... | k-m_schindler | 1 | -1/+1 |
2010-01-04 | Update to 52.46.0 | k-m_schindler | 1 | -2/+2 |
2010-01-04 | Update to 52.45.0 | k-m_schindler | 1 | -3/+27 |
2010-01-04 | Correct typo. LIBAVCODEC_VERSION was used instead of LIBAVFORMAT_VERSION | k-m_schindler | 1 | -2/+2 |
2009-12-29 | revert submission 2051. leeds to crash on 2nd song. | k-m_schindler | 4 | -12/+12 |
2009-12-29 | typo correction | k-m_schindler | 1 | -1/+1 |
2009-12-28 | update of the headers. | k-m_schindler | 5 | -9/+44 |
2009-12-22 | fix: divide sentence in editor leaded to crash | brunzelchen | 1 | -1/+1 |
2009-12-20 | changed TSyncSource to interface ISyncSource | s_alexander | 4 | -12/+12 |
2009-12-18 | change zero note error to warning with better description | whiteshark0 | 1 | -1/+3 |
2009-12-18 | fixed infinite score raising bug | whiteshark0 | 1 | -1/+1 |
2009-12-17 | correct a completely bogus declaration. | k-m_schindler | 1 | -1/+1 |
2009-12-17 | remove duplicate declaration of constants for AVCODEC >= 52.42.0 | k-m_schindler | 1 | -7/+0 |
2009-12-17 | revert previous commit. It did not solve the problem of non song on fedora. | k-m_schindler | 1 | -3/+2 |
2009-12-17 | Just a test. Probably ignore this! | k-m_schindler | 1 | -2/+3 |
2009-12-16 | probably fixed now. | k-m_schindler | 1 | -6/+6 |
2009-12-16 | maybe fix, no real clue | k-m_schindler | 1 | -0/+1 |
2009-12-16 | no real fix, just commenting out a problem | k-m_schindler | 1 | -1/+4 |
2009-12-16 | typos corrected | k-m_schindler | 1 | -2/+2 |
2009-12-13 | now the Audio-file bug should be fixed | brunzelchen | 1 | -2/+2 |
2009-12-13 | fixed bug: Audio-file does not exist: "" [UAudio_FFmpeg] | brunzelchen | 1 | -0/+4 |
2009-12-13 | another fix to pass better options to the linker on Mac OS X, in particular t... | k-m_schindler | 1 | -1/+1 |
2009-12-13 | fixed score display with linebonus=off | whiteshark0 | 2 | -1/+106 |
2009-12-13 | added a note concerning song parser | whiteshark0 | 1 | -0/+8 |
2009-12-13 | use TryStrToInt and TryStrToFloat instead of try .. except block | whiteshark0 | 1 | -8/+10 |
2009-12-13 | fixed bug in song parser that may lead to an Access Violation | whiteshark0 | 1 | -1/+1 |
2009-12-10 | revert the accidental changes of the previous commit. | k-m_schindler | 1 | -10/+3 |
2009-12-10 | correct library name and enable type definition for Mac OS X | k-m_schindler | 1 | -5/+18 |
2009-12-08 | removed if to enable folder cover loading | s_alexander | 1 | -9/+2 |
2009-12-08 | added starting pts handling | s_alexander | 1 | -12/+16 |
2009-12-07 | add the score to db only if the song was sung to the end (last word of last s... | brunzelchen | 2 | -1/+18 |