Commit Graph

172 Commits

Author SHA1 Message Date
Alex Szpakowski 1fdca985b3 Potentially fix building love package 0.10.2 2016-10-29 16:42:47 -03:00
Alex Szpakowski 37adab19c9 Apply megasource changes to OpenAL Soft's CMakeLists 2016-10-29 16:12:57 -03:00
Alex Szpakowski 3dd3f1074b Updated OpenAL Soft to 1.17.2. 2016-10-29 16:12:27 -03:00
Alex Szpakowski 8bdcc87460 Re-apply FreeType CMake changes for megasource. 2016-10-29 15:44:08 -03:00
Alex Szpakowski 27c19e0af9 Change from FreeType 2.7 to 2.6.5. 2.7's font rendering is too blurry at low resolutions... 2016-10-29 15:43:52 -03:00
Alex Szpakowski 47c56a7cbc Re-applied megasource-specific changes to FreeType's CMakeLists.txt. 2016-10-29 00:56:19 -03:00
Alex Szpakowski b1813ddc72 Update FreeType to 2.7. 2016-10-29 00:55:50 -03:00
Alex Szpakowski 4bb746959d Re-apply megasource-specific changes to SDL's CMakeLists.
- Enable SDL_SHARED and disable SDL_STATIC.

- Set SDL_LINK_DIR in parent scope.

- Use custom install() directive.

- Add target_include_directories.
2016-10-29 00:34:14 -03:00
Alex Szpakowski 06ff0e775e ... actually update. 2016-10-29 00:29:20 -03:00
Alex Szpakowski 25d889fa38 Update SDL2 to 2.0.5 hg. 2016-10-29 00:29:00 -03:00
rude 5bb2a2facb Make stuff buildable on Mac. 2016-07-14 16:27:59 +02:00
Alex Szpakowski 79ff68efa3 Applied previous megasource-specific changes to SDL's cmakelists:
* Enable SDL_SHARED.

 * Disable SDL_STATIC.

 * Set SDL_LINK_DIR in parent scope.

 * Use custom install() directive.

 * Add target_include_directories.
2016-03-18 22:40:41 -03:00
Alex Szpakowski f91914c0cf Updated SDL to the latest hg revision. 2016-03-18 22:33:50 -03:00
Alex Szpakowski c94ba8c02e Merged in EntranceJew/megasource/update-to-libtheora-1.1.1 (pull request #5)
Updated libtheora from 1.1 to 1.1.1, we kept the CMakeLists.txt
0.10.1
2016-02-12 22:11:46 -04:00
EntranceJew be26fc29ae Updated libtheora from 1.1 to 1.1.1, we kept the CMakeLists.txt
--HG--
branch : update-to-libtheora-1.1.1
2016-02-12 11:29:23 -05:00
Alex Szpakowski cda9f55e33 Re-applied previous megasource-specific changes to SDL's cmakelists:
* Enable SDL_SHARED.

 * Disable SDL_STATIC.

 * Set SDL_LINK_DIR in parent scope.

 * Use custom install() directive.

 * Add target_include_directories.
2015-12-31 14:32:20 -04:00
Alex Szpakowski 8d85741390 Updated SDL2 to the latest code from Mercurial. 2015-12-31 14:05:05 -04:00
Alex Szpakowski 384b61b8bd Made freetype's CMakeLists.txt work with megasource. 0.10.0 2015-12-01 22:14:36 -04:00
Alex Szpakowski 07ee296d5f Update FreeType to 2.6.2. 2015-12-01 22:13:30 -04:00
Alex Szpakowski 3de7c6c2c9 Update SDL2 to the latest hg revision of 2.0.4. 2015-12-01 18:02:23 -04:00
Alex Szpakowski 4206243c74 Update libogg and libvorbis to versions 1.3.2 and 1.3.5, respectively. 2015-12-01 16:02:35 -04:00
Alex Szpakowski c952bbcab7 Update LuaJIT to 2.0.4. 2015-12-01 14:19:13 -04:00
Alex Szpakowski e9d77ef766 Added missing changes to the OpenAL-Soft update. 2015-12-01 13:40:34 -04:00
Alex Szpakowski f8dae3ea09 Update OpenAL-Soft to 1.17. 2015-12-01 13:30:47 -04:00
Alex Szpakowski 42816473e3 Missed the # part of the #if... 2015-08-22 23:10:56 -03:00
Alex Szpakowski eba4deb99e Fixed linker errors when compiling debug builds of SDL2. 2015-08-22 22:59:24 -03:00
Alex Szpakowski 87a0848869 Added support for Visual Studio 2015 (aka Visual Studio 14). 2015-08-22 22:57:32 -03:00
Alex Szpakowski e959cbd16c Fix OpenAL Soft 1.16 to compile when VS2015 is used.
OpenAL Soft 1.17 will also have the fix, when it's released.
2015-08-22 17:42:48 -03:00
Alex Szpakowski a548ca7b8d SDL: disable buffer security checks since it requires linking with the CRT. 2015-08-22 14:45:45 -03:00
Alex Szpakowski f630060123 Apply some fixes to SDL's cmakelists:
* Do a proper check for xinput support
* Enable OpenGL ES and EGL
* Don't try to link with the default set of libraries (since we don't want to link with the C runtime)
* Enable /arch:SSE to avoid linker errors
2015-08-22 14:38:13 -03:00
Alex Szpakowski b7a3a04be2 Re-applied previous megasource-specific changes to SDL's cmakelists:
* Enable SDL_SHARED.
 * Disable SDL_STATIC.
 * Set SDL_LINK_DIR in parent scope.
 * Use custom install() directive.
 * Add target_include_directories.
2015-08-22 14:28:00 -03:00
Alex Szpakowski c47a4b56bb Updated SDL2 to the latest Mercurial revision. 2015-08-22 14:16:20 -03:00
Alex Szpakowski 0753e6b560 Hopefully fix xinput support not being enabled in SDL. 2015-08-21 18:33:10 -03:00
Alex Szpakowski 8e2578930d Merged in LPGhatguy/megasource (pull request #1)
Update cmake minimum version to 2.8.12
2015-08-07 17:21:33 -03:00
Alex Szpakowski 63d45f1f3d Removed DevIL and its dependencies. 2015-08-06 16:57:09 -03:00
Alex Szpakowski b17d3cfb7e Added tag love-0.9 for changeset 707582405521 2015-08-06 16:49:25 -03:00
Alex Szpakowski 5a447b89b7 Removed TurboJPEG from the list of libraries (it's not used in any love version anymore.) love-0.9 2015-08-03 18:58:22 -03:00
EntranceJew 3b77fb74cf Added libtheora. 2015-07-31 15:37:25 -04:00
Alex Szpakowski 9a7bf94d23 Fixed the OpenAL-Soft CMakeLists.txt file to work with Visual Studio 2015. 2015-07-21 01:27:22 -03:00
Alex Szpakowski 7471269bee Removed SDL_image and libjpeg, since they're never used. 2015-07-18 16:05:03 -03:00
EntranceJew 7754037d27 Corrected cmake version, restored verbiage for output zip. 2015-05-08 00:47:29 +00:00
EntranceJew b560a55c49 readme.md edited online with Bitbucket 2015-04-30 17:12:18 +00:00
rude dd1b401fda Remove old OpenAL versions. 2015-03-15 17:34:15 +01:00
rude 322bca32cc Update SDL version in CMakeLists.txt. 2015-03-15 17:23:17 +01:00
rude 0e568aa793 Make some necessary changes to SDL.
* Enable SDL_SHARED.
 * Disable SDL_STATIC.
 * Set SDL_LINK_DIR in parent scope.
 * Use custom install() directive.
 * Add target_include_directories.
2015-03-15 17:21:59 +01:00
rude 5b138ae0b5 Apply patch from SDL bug 2900. (Fixes CMake build on Windows). 2015-03-15 16:45:32 +01:00
rude 6a2aff6450 Added SDL 1c0f6952e65e. 2015-03-15 15:47:43 +01:00
rude 4d04ac181e Upgrade to 1.16.0. 2015-02-14 17:33:07 +01:00
rude 3875ba8860 CMake fixes: OpenAL-Soft 1.16.0. 2015-02-14 17:42:10 +01:00
rude 22245fc23f Added OpenAL-Soft 1.16.0. 2015-02-10 19:40:59 +01:00