aboutsummaryrefslogtreecommitdiffstats
path: root/src (unfollow)
Commit message (Expand)AuthorFilesLines
2015-10-12* updated bass headers file to v2.4.11basisbit1-234/+265
2015-10-11* fix running with SDL-image 1.2.15 for windowsbasisbit2-8/+8
2015-10-11* modified to support current Bass.dll which fixes sound-issues on windows 8 ...basisbit5-17/+49
2015-09-26Add support for ffmpeg 2.8brian-ch23-0/+17208
2015-09-14* revert one line which was not supposed to be commited before. sorry for bre...basisbit1-2/+1
2015-09-14* added texts and English+German translation for JukeBoxbasisbit3-98/+64
2015-09-12* log if the audio file which is specified in the song .txt does not exist or...basisbit2-2/+6
2015-09-07(this is part of the previous commit, forgot to select this file)basisbit1-63/+0
2015-09-07* show status in the window title when initializing or loading stuffbasisbit3-80/+40
2015-09-07* show CallStack on unhandled application errorbasisbit4-70/+152
2015-09-04* fix end of file detection for videos with current ffmpeg versionsbasisbit1-1/+6
2015-09-04* if NPOT is supported by the graphics card driver, do not manually resize vi...basisbit3-10/+29
2015-08-28* first usable implementation of the JukeBox mode, work in progress - you can...basisbit8-3/+2132
2015-08-24* detect if OpenGL has hardware-support for GL_ARB_texture_non_power_of_two. ...basisbit1-5/+14
2015-08-23* qick-fix some memory leaking after leaving MenuOptionsTheme (the covers-tex...basisbit2-8/+10
2015-08-23*fixed "back" button in the sound-options menubasisbit1-3/+3
2015-08-23* limit to 60 FPS - be more energy friendly and laptop-friendly ;-)basisbit3-34/+39
2015-08-15*raised LogFileLevel for development/debugging purposes to 50basisbit6-29/+41
2015-08-15*uncomment MidiOut Module for Windows. Why was it commented out in the first ...basisbit1-1/+1
2015-08-15*added missing LUA constants and FFMPEG_Path for Windows buildsbasisbit1-0/+11
2015-08-15*fix building on other OS than Windows againbasisbit1-10/+0
2015-08-15*added try catch on UMain.Main for better overall error handlingbasisbit3-4/+34
2015-07-15Add support for ffmpeg 2.7brian-ch23-0/+16781
2015-04-12Small correction in the ffmpeg 2.5 headers (almost only comments)brian-ch2-23/+33
2015-04-12Update ffmpeg 2.6 headersbrian-ch6-96/+205
2015-04-03Initial commit of ffmpeg-2.6brian-ch22-0/+15561
2015-04-03Update lua translated header to include lua 5.3 changes, thanks Daniel Glockn...brian-ch1-8/+165
2014-12-27Adding ffmpeg-2.5, tested in Arch Linux.brian-ch22-0/+15561
2014-12-26Fix FF_API defines for ffmpeg 2.4, it should work now.brian-ch4-292/+96
2014-11-23Fix timeline for songs with no start_time master. Thanks to rudi_s.k-m_schindler1-2/+9
2014-11-22use correct variable in time line. Thanks to rudi_s.k-m_schindler1-1/+1
2014-11-22Fix PCRE on linux and macosx. The soname of libpcre.so is different depending...k-m_schindler2-3/+3
2014-11-22Remove unused variables and fix warnings with ifdefed variables. Thanks to ru...k-m_schindler17-39/+20
2014-11-22IPath.Equals(): dont convert paths unnecessarily. Major speedup when loading ...k-m_schindler1-0/+12
2014-11-22Remove unused function LoadTexture() with parameter FromRegistry. Thanks to r...k-m_schindler2-10/+2
2014-11-22Call LoadSong() only before playing the song. This speeds up the initial load...k-m_schindler2-6/+4
2014-11-22Support the version in Debian wheezy. Thanks to rudi_s.k-m_schindler1-1/+1
2014-11-22adjust eol and set svn property svn:eol-style native in TntUnicodeControlsk-m_schindler2-2327/+2327
2014-11-22adjust eol and set svn property svn:eol-style native in midik-m_schindler1-45/+45
2014-11-22adjust eol and set svn property svn:eol-style native in JEDI-SDLk-m_schindler2-21/+21
2014-11-22adjust eol and set svn property svn:eol-style native in freetypek-m_schindler3-501/+501
2014-11-22adjust eol and set svn property svn:eol-style native in bassk-m_schindler1-368/+368
2014-11-22adjust eol and set svn property svn:eol-style native in the rest of ffmpegk-m_schindler2-5/+9
2014-11-22adjust eol and set svn property svn:eol-style native in encodingk-m_schindler1-137/+137
2014-11-22adjust eol and set svn property svn:eol-style nativek-m_schindler1-233/+233
2014-11-22adjust eol and set svn property svn:eol-style native for all in luak-m_schindler6-2571/+2571
2014-11-22adjust eol and set svn property svn:eol-style nativek-m_schindler3-2097/+2097
2014-11-22-L/usr/lib removed from Makefile. It has been introduced in revision r1877 in...k-m_schindler1-1/+1
2014-11-22adding ffmpeg-2.4. compiles, but crashes on Mac OS X.k-m_schindler25-30/+15717
2014-09-28ffmpeg-2.2: Use an include file for the FF_API defines (to avoid scope problems)brian-ch5-0/+209