aboutsummaryrefslogtreecommitdiffstats
path: root/src/base (follow)
Commit message (Expand)AuthorAgeFilesLines
* * modified to support current Bass.dll which fixes sound-issues on windows 8 ...basisbit2015-10-113-1/+27
* * revert one line which was not supposed to be commited before. sorry for bre...basisbit2015-09-141-2/+1
* * added texts and English+German translation for JukeBoxbasisbit2015-09-142-2/+3
* * log if the audio file which is specified in the song .txt does not exist or...basisbit2015-09-122-2/+6
* (this is part of the previous commit, forgot to select this file)basisbit2015-09-071-63/+0
* * show status in the window title when initializing or loading stuffbasisbit2015-09-072-78/+37
* * show CallStack on unhandled application errorbasisbit2015-09-071-5/+76
* * first usable implementation of the JukeBox mode, work in progress - you can...basisbit2015-08-284-0/+295
* * detect if OpenGL has hardware-support for GL_ARB_texture_non_power_of_two. ...basisbit2015-08-241-5/+14
* * qick-fix some memory leaking after leaving MenuOptionsTheme (the covers-tex...basisbit2015-08-231-3/+3
* * limit to 60 FPS - be more energy friendly and laptop-friendly ;-)basisbit2015-08-231-1/+1
* *raised LogFileLevel for development/debugging purposes to 50basisbit2015-08-151-0/+1
* *fix building on other OS than Windows againbasisbit2015-08-151-10/+0
* *added try catch on UMain.Main for better overall error handlingbasisbit2015-08-152-3/+23
* use correct variable in time line. Thanks to rudi_s.k-m_schindler2014-11-221-1/+1
* Remove unused variables and fix warnings with ifdefed variables. Thanks to ru...k-m_schindler2014-11-228-23/+2
* IPath.Equals(): dont convert paths unnecessarily. Major speedup when loading ...k-m_schindler2014-11-221-0/+12
* Remove unused function LoadTexture() with parameter FromRegistry. Thanks to r...k-m_schindler2014-11-222-10/+2
* Call LoadSong() only before playing the song. This speeds up the initial load...k-m_schindler2014-11-221-5/+3
* adjust eol and set svn property svn:eol-style nativek-m_schindler2014-11-223-2097/+2097
* Move the threshold and mic-boost options from sound to record.k-m_schindler2014-01-011-4/+4
* Fix path problems, which show up in 10.9k-m_schindler2013-12-061-10/+57
* revert 3012. StrUtils is needed on linux.k-m_schindler2013-12-061-0/+1
* remove not needed unit StrUtilsk-m_schindler2013-12-011-1/+0
* fix header mismatch.k-m_schindler2013-02-241-1/+1
* fix problems with empty songlist. thanks to Zup3rvock.k-m_schindler2013-02-242-18/+27
* medley mod: Themes modifications. This is considered the last part of the med...k-m_schindler2013-02-232-8/+46
* add fade for medley mod.k-m_schindler2013-02-221-0/+2
* Add Applause for medley mod.k-m_schindler2013-02-221-0/+3
* merge the first part of the medley_new branch. This part has the functionalit...k-m_schindler2013-02-223-30/+362
* increase range of accepted tones. user complaint (thursday)k-m_schindler2011-04-061-1/+1
* allow playback from audio streamtobigun2010-12-301-0/+1
* log voice captures to wav-filetobigun2010-12-292-38/+125
* add GetSampleSize()tobigun2010-12-281-1/+8
* fix save_playback crashestobigun2010-12-281-1/+1
* rate on all beats patchbrunzelchen2010-12-151-618/+621
* spawn perfect line twinkle for player 1 to 3 on second screen, if the amount ...brunzelchen2010-12-151-0/+4
* disable blending after drawing of particlesbrunzelchen2010-10-221-11/+17
* add pre-cache option at font-creation to preload a glyph base settobigun2010-10-172-13/+29
* Mac OS X Readmek-m_schindler2010-10-141-0/+9
* 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