aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* * fix running with SDL-image 1.2.15 for windowsbasisbit2015-10-112-8/+8
* * modified to support current Bass.dll which fixes sound-issues on windows 8 ...basisbit2015-10-115-17/+49
* Add support for ffmpeg 2.8brian-ch2015-09-2623-0/+17208
* * 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-143-98/+64
* * 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-073-80/+40
* * show CallStack on unhandled application errorbasisbit2015-09-074-70/+152
* * fix end of file detection for videos with current ffmpeg versionsbasisbit2015-09-041-1/+6
* * if NPOT is supported by the graphics card driver, do not manually resize vi...basisbit2015-09-043-10/+29
* * first usable implementation of the JukeBox mode, work in progress - you can...basisbit2015-08-288-3/+2132
* * 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-232-8/+10
* *fixed "back" button in the sound-options menubasisbit2015-08-231-3/+3
* * limit to 60 FPS - be more energy friendly and laptop-friendly ;-)basisbit2015-08-233-34/+39
* *raised LogFileLevel for development/debugging purposes to 50basisbit2015-08-156-29/+41
* *uncomment MidiOut Module for Windows. Why was it commented out in the first ...basisbit2015-08-151-1/+1
* *added missing LUA constants and FFMPEG_Path for Windows buildsbasisbit2015-08-151-0/+11
* *fix building on other OS than Windows againbasisbit2015-08-151-10/+0
* *added try catch on UMain.Main for better overall error handlingbasisbit2015-08-153-4/+34
* Add support for ffmpeg 2.7brian-ch2015-07-1523-0/+16781
* Small correction in the ffmpeg 2.5 headers (almost only comments)brian-ch2015-04-122-23/+33
* Update ffmpeg 2.6 headersbrian-ch2015-04-126-96/+205
* Initial commit of ffmpeg-2.6brian-ch2015-04-0322-0/+15561
* Update lua translated header to include lua 5.3 changes, thanks Daniel Glockn...brian-ch2015-04-031-8/+165
* Adding ffmpeg-2.5, tested in Arch Linux.brian-ch2014-12-2722-0/+15561
* Fix FF_API defines for ffmpeg 2.4, it should work now.brian-ch2014-12-264-292/+96
* Fix timeline for songs with no start_time master. Thanks to rudi_s.k-m_schindler2014-11-231-2/+9
* use correct variable in time line. Thanks to rudi_s.k-m_schindler2014-11-221-1/+1
* Fix PCRE on linux and macosx. The soname of libpcre.so is different depending...k-m_schindler2014-11-222-3/+3
* Remove unused variables and fix warnings with ifdefed variables. Thanks to ru...k-m_schindler2014-11-2217-39/+20
* 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-222-6/+4
* Support the version in Debian wheezy. Thanks to rudi_s.k-m_schindler2014-11-221-1/+1
* adjust eol and set svn property svn:eol-style native in TntUnicodeControlsk-m_schindler2014-11-222-2327/+2327
* adjust eol and set svn property svn:eol-style native in midik-m_schindler2014-11-221-45/+45
* adjust eol and set svn property svn:eol-style native in JEDI-SDLk-m_schindler2014-11-222-21/+21
* adjust eol and set svn property svn:eol-style native in freetypek-m_schindler2014-11-223-501/+501
* adjust eol and set svn property svn:eol-style native in bassk-m_schindler2014-11-221-368/+368
* adjust eol and set svn property svn:eol-style native in the rest of ffmpegk-m_schindler2014-11-222-5/+9
* adjust eol and set svn property svn:eol-style native in encodingk-m_schindler2014-11-221-137/+137
* adjust eol and set svn property svn:eol-style nativek-m_schindler2014-11-221-233/+233
* adjust eol and set svn property svn:eol-style native for all in luak-m_schindler2014-11-226-2571/+2571
* adjust eol and set svn property svn:eol-style nativek-m_schindler2014-11-223-2097/+2097
* -L/usr/lib removed from Makefile. It has been introduced in revision r1877 in...k-m_schindler2014-11-221-1/+1
* adding ffmpeg-2.4. compiles, but crashes on Mac OS X.k-m_schindler2014-11-2225-30/+15717
* ffmpeg-2.2: Use an include file for the FF_API defines (to avoid scope problems)brian-ch2014-09-285-0/+209
* Fixes for ffmpeg-2.2brian-ch2014-09-285-58/+45