| Commit message (Expand) | Author | Age | Files | Lines |
* | *fixed "back" button in the sound-options menu | basisbit | 2015-08-23 | 1 | -3/+3 |
* | * limit to 60 FPS - be more energy friendly and laptop-friendly ;-) | basisbit | 2015-08-23 | 3 | -34/+39 |
* | Check for SDL_image in the configure script (thanks to mischi) | brian-ch | 2015-08-15 | 2 | -0/+66 |
* | *raised LogFileLevel for development/debugging purposes to 50 | basisbit | 2015-08-15 | 6 | -29/+41 |
* | *uncomment MidiOut Module for Windows. Why was it commented out in the first ... | basisbit | 2015-08-15 | 1 | -1/+1 |
* | *added missing LUA constants and FFMPEG_Path for Windows builds | basisbit | 2015-08-15 | 1 | -0/+11 |
* | *fix building on other OS than Windows again | basisbit | 2015-08-15 | 1 | -10/+0 |
* | *added try catch on UMain.Main for better overall error handling | basisbit | 2015-08-15 | 3 | -4/+34 |
* | Add support for ffmpeg 2.7 | brian-ch | 2015-07-15 | 25 | -14/+16825 |
* | Small correction in the ffmpeg 2.5 headers (almost only comments) | brian-ch | 2015-04-12 | 2 | -23/+33 |
* | Update ffmpeg 2.6 headers | brian-ch | 2015-04-12 | 6 | -96/+205 |
* | Update configure to detect lua5.3 and ffmpeg 2.6 | brian-ch | 2015-04-03 | 3 | -35/+293 |
* | Initial commit of ffmpeg-2.6 | brian-ch | 2015-04-03 | 22 | -0/+15561 |
* | Update lua translated header to include lua 5.3 changes, thanks Daniel Glockn... | brian-ch | 2015-04-03 | 1 | -8/+165 |
* | configure update (generated by autogen.sh) to detect newer ffmpeg versions | brian-ch | 2015-01-10 | 1 | -12/+87 |
* | Adding ffmpeg-2.5, tested in Arch Linux. | brian-ch | 2014-12-27 | 23 | -1/+15564 |
* | Fix FF_API defines for ffmpeg 2.4, it should work now. | brian-ch | 2014-12-26 | 4 | -292/+96 |
* | Fix timeline for songs with no start_time master. Thanks to rudi_s. | k-m_schindler | 2014-11-23 | 1 | -2/+9 |
* | use correct variable in time line. Thanks to rudi_s. | k-m_schindler | 2014-11-22 | 1 | -1/+1 |
* | Fix PCRE on linux and macosx. The soname of libpcre.so is different depending... | k-m_schindler | 2014-11-22 | 3 | -3/+13 |
* | Use AC_CONFIG_MACRO_DIR. This way autoconf doesnt require the path to dists/a... | k-m_schindler | 2014-11-22 | 1 | -0/+1 |
* | Remove unused variables and fix warnings with ifdefed variables. Thanks to ru... | k-m_schindler | 2014-11-22 | 17 | -39/+20 |
* | IPath.Equals(): dont convert paths unnecessarily. Major speedup when loading ... | k-m_schindler | 2014-11-22 | 1 | -0/+12 |
* | Remove unused function LoadTexture() with parameter FromRegistry. Thanks to r... | k-m_schindler | 2014-11-22 | 2 | -10/+2 |
* | Call LoadSong() only before playing the song. This speeds up the initial load... | k-m_schindler | 2014-11-22 | 2 | -6/+4 |
* | Support the version in Debian wheezy. Thanks to rudi_s. | k-m_schindler | 2014-11-22 | 1 | -1/+1 |
* | more eol work in game | k-m_schindler | 2014-11-22 | 22 | -28143/+28144 |
* | adjust eol and set svn property svn:eol-style native in TntUnicodeControls | k-m_schindler | 2014-11-22 | 2 | -2327/+2327 |
* | adjust eol and set svn property svn:eol-style native in pcre | k-m_schindler | 2014-11-22 | 0 | -0/+0 |
* | adjust eol and set svn property svn:eol-style native in midi | k-m_schindler | 2014-11-22 | 1 | -45/+45 |
* | adjust eol and set svn property svn:eol-style native in JEDI-SDL | k-m_schindler | 2014-11-22 | 2 | -21/+21 |
* | adjust eol and set svn property svn:eol-style native in freetype | k-m_schindler | 2014-11-22 | 3 | -501/+501 |
* | adjust eol and set svn property svn:eol-style native in ctypes | k-m_schindler | 2014-11-22 | 0 | -0/+0 |
* | adjust eol and set svn property svn:eol-style native in bass | k-m_schindler | 2014-11-22 | 1 | -368/+368 |
* | adjust eol and set svn property svn:eol-style native in the rest of ffmpeg | k-m_schindler | 2014-11-22 | 2 | -5/+9 |
* | adjust eol and set svn property svn:eol-style native in encoding | k-m_schindler | 2014-11-22 | 1 | -137/+137 |
* | adjust eol and set svn property svn:eol-style native | k-m_schindler | 2014-11-22 | 1 | -233/+233 |
* | adjust eol and set svn property svn:eol-style native for all in lua | k-m_schindler | 2014-11-22 | 6 | -2571/+2571 |
* | adjust eol and set svn property svn:eol-style native for all ffmpeg-2 headers | k-m_schindler | 2014-11-22 | 0 | -0/+0 |
* | adjust eol and set svn property svn:eol-style native | k-m_schindler | 2014-11-22 | 3 | -2097/+2097 |
* | -L/usr/lib removed from Makefile. It has been introduced in revision r1877 in... | k-m_schindler | 2014-11-22 | 1 | -1/+1 |
* | adding ffmpeg-2.4. compiles, but crashes on Mac OS X. | k-m_schindler | 2014-11-22 | 26 | -31/+15720 |
* | the sh shell needs export for permanent change of an environment variable | k-m_schindler | 2014-10-12 | 2 | -2/+2 |
* | ffmpeg-2.2: Use an include file for the FF_API defines (to avoid scope problems) | brian-ch | 2014-09-28 | 5 | -0/+209 |
* | Fixes for ffmpeg-2.2 | brian-ch | 2014-09-28 | 5 | -58/+45 |
* | Fix some compilation problems with ffmpeg 2.2 | brian-ch | 2014-08-03 | 4 | -27/+116 |
* | Update configure | brian-ch | 2014-07-19 | 1 | -12/+37 |
* | Add detection of ffmpeg 2.2 | brian-ch | 2014-07-19 | 1 | -1/+3 |
* | Update avformat for ffmpeg 2.2 | brian-ch | 2014-07-19 | 1 | -64/+451 |
* | Update swresample and rational.pas for ffmpeg 2.2 | brian-ch | 2014-06-21 | 2 | -4/+90 |