Commit Graph

77 Commits

Author SHA1 Message Date
Matthias Mailänder
6626df468c fetch OpenAL Soft from Nuget on Windows 2015-02-15 11:33:05 +01:00
Taryn Hill
a0130f105e Unset executable bit from some thirdparty objects. 2015-02-04 12:37:04 -06:00
Matthias Mailänder
93c4be6f7a add support for StyleCop+ 2015-01-25 18:40:44 +01:00
Matthias Mailänder
8e4674520e create a thirdparty/windows directory if it does not exit 2015-01-18 08:33:59 +01:00
Matthias Mailänder
b25184adca fetch Zlib from nuget 2015-01-18 07:35:54 +01:00
Matthias Mailänder
9cae84d29d fetch Lua 5.1 from nuget.org 2015-01-18 07:35:41 +01:00
Matthias Mailänder
23380c6df6 don't fetch native Windows binaries on Unix 2015-01-18 07:35:40 +01:00
Matthias Mailänder
2791ac7491 fail the whole script when nuget fails 2014-12-31 11:04:24 +01:00
Matthias Mailänder
a18512cd57 Merge pull request #7212 from reaperrr/stable-sharp-dep
Revert to stable SharpFont version 2.5.0.1
2014-12-28 16:12:39 +01:00
reaperrr
d5f5aeee0f Revert to SharpFont 2.5.0.1 for Linux and OSX, too 2014-12-27 21:24:12 +01:00
reaperrr
be7830e118 Revert to stable SharpFont version 2.5.0.1 2014-12-27 21:12:20 +01:00
ScottNZ
8725ee9de3 Make fetch-thirdparty-deps.ps1 work on more Windows platforms. 2014-12-27 22:05:54 +13:00
Matthias Mailänder
962d8fe74f fetch Mono.Nat from nuget 2014-12-26 15:40:06 +01:00
Matthias Mailänder
51d081f93f fetch SDL2 (native Windows DLL) from nuget 2014-12-26 15:40:06 +01:00
Matthias Mailänder
02e1a8d5d2 fetch NUnit 2 from nuget 2014-12-26 15:40:06 +01:00
Matthias Mailänder
9ad76f87d2 fetch SharpFont from nuget 2014-12-26 15:40:06 +01:00
Matthias Mailänder
13785ddabd fetch MaxMind.GeoIP2 from nuget 2014-12-26 15:40:06 +01:00
Matthias Mailänder
6c855cdb8a fetch ICSharpCode.SharpZipLib from nuget 2014-12-26 15:40:04 +01:00
Paul Chote
f4055dae53 Add --check-code-style utility command. 2014-12-25 10:18:20 +01:00
Paul Chote
97e5473126 Remove linux native libraries and automate configure. 2014-11-30 10:20:24 +13:00
Paul Chote
a383e5ea9e Add a readme file with the thirdparty dll sources.
Closes #6863.
2014-11-20 18:32:42 +13:00
Matthias Mailänder
ecc7e44b2e update to MaxMind GeoIP2 .NET version 2.1.0
https://github.com/maxmind/GeoIP2-dotnet/releases/tag/v2.1.0
2014-11-07 09:34:49 +01:00
huwpascoe
dfc6ebd3ba Introduced NUnit and some tests. 2014-11-02 20:18:04 +00:00
Paul Chote
b1fba883a9 Remove legacy Lua API. 2014-10-19 12:43:17 +13:00
steelphase
35b7493641 Update third party Windows DLLs
http://kcat.strangesoft.net/openal-soft-1.16.0-bin.zip
2014-09-19 22:29:10 -04:00
Matthias Mailänder
7c6cba889f strip unused dll map entries 2014-06-01 05:10:25 +02:00
Matthias Mailänder
25933b012e add a hard-coded bundled library dllmap config to osx 2014-06-01 05:10:24 +02:00
Matthias Mailänder
6dfd89ce0d add configure script to workaround library naming differences 2014-06-01 05:10:24 +02:00
Matthias Mailänder
baca227940 replace libraries with SUSE Linux Enterprise 11 SP3 binaries 2014-05-26 12:33:14 +02:00
Matthias Mailänder
dc2d1287a7 port Tao.OpenGl to OpenTK.Graphics.OpenGL and avoid Arb
closes #4540
2014-05-08 06:38:05 +02:00
Matthias Mailänder
fdf108a879 port Tao.OpenAl to OpenTK.Audio.OpenAL 2014-05-06 07:13:43 +02:00
Paul Chote
5b8b01950f Reference mono's libfreetype under osx. 2014-05-03 12:20:14 +12:00
Paul Chote
03c3c3ae9b Remove legacy renderers. 2014-05-02 23:38:47 +12:00
Paul Chote
189f23e442 Switch linux to packaged SDL2 2.0.2. Fixes #5228. 2014-05-02 23:38:47 +12:00
Paul Chote
39daddfc4c Switch windows to SDL2. Fixes #4945. 2014-05-02 23:38:46 +12:00
Paul Chote
d1c2c6b745 move windows-specific deps to thirdparty/windows. 2014-05-02 22:18:35 +12:00
Paul Chote
ab06e6998c Replace OSX SDL with i386-only non-framework build.
Compiled using ./configure CFLAGS="-m32 -mmacosx-version-min=10.5" LDFLAGS="-m32 -mmacosx-version-min=10.5" --without-x
2014-05-02 22:18:35 +12:00
Paul Chote
18af74f745 Package Lua 5.1.5 for all platforms. 2014-05-02 22:18:35 +12:00
Paul Chote
d73af0190f Add a new native-lua implementation. 2014-05-02 22:18:34 +12:00
Matthias Mailänder
9099e987d3 update to GeoIP2 and parse the database only once
closes #4227
2014-04-18 07:48:13 +02:00
Paul Chote
f62721bdd6 Upgrade to SDL 2.0.3 and latest SDL2-CS (e8731ef). 2014-04-13 12:05:37 +12:00
ScottNZ
23cb4defa3 Update KopiLua.dll with some more dangerous bits removed, and remove strong naming from KopiLua/NLua 2013-12-19 19:26:58 +13:00
ScottNZ
0d0de71840 Add KopiLua/NLua to packaging scripts 2013-12-06 23:11:25 +13:00
ScottNZ
3315c43295 Remove old Lua/LuaInterface installation/packaging 2013-12-06 21:53:08 +13:00
ScottNZ
e730580030 Add LuaInterface dependencies 2013-11-18 20:55:59 +13:00
Paul Chote
b1a60eface Add SDL2 renderer based on SDL2# wrapper. Closes #3315.
SDL2# binary was built from commit 70af91f84493a924a3c1da46ae6209bb5f7222e3.
2013-10-30 22:52:18 +13:00
Matthias Mailänder
8362b98951 update to SharpFont 2.5.0.1
https://www.nuget.org/packages/SharpFont/
2013-09-01 14:26:07 +02:00
Matthias Mailänder
989c23e632 use Mono.Nat for UPnP port forwarding
- might support more devices
- supports internal and external port mapping
- discover the device only once (at startup)
2013-04-05 14:18:15 +02:00
Matthias Mailänder
3511667609 fixes #2946 non-standard FreeType DLL P/Invoke on Windows 2013-04-04 18:50:28 +02:00
Matthias Mailänder
e8c43eae92 fixes #2938 unbreak make install and SharpFont on Mac 2013-04-03 14:38:42 +02:00