openclonk/src
Lukas Werling 07e8c75bac Replace libupnp with miniupnpc
- The new code works with my router while libupnp didn't. :)

 - There are some unexplainable crashes in libupnp: #1640

 - Using miniupnpc seems to be less complex than libupnp.

 - Apparently, miniupnpc also works on Windows, so we may be able to use
   it for all platforms.

Disadvantage: UPnP queries aren't asynchronous anymore, but they seem to
be pretty fast (< 1 s).
2016-05-29 23:38:12 +02:00
..
c4group Update all copyright notices for 2016 2016-04-03 20:24:42 +02:00
config Make ingame mouse cursor size configurable 2016-05-23 21:14:03 +02:00
control Allow modifications to Scenario local vars from /script 2016-05-15 15:17:17 +02:00
editor Darwin: What the hell does "#import" do anyway? 2016-04-04 23:27:50 +02:00
game fix possible crash on cleaning up particles 2016-05-28 23:22:33 +02:00
graphics Darwin: What the hell does "#import" do anyway? 2016-04-04 23:27:50 +02:00
gui Make ingame mouse cursor size configurable 2016-05-23 21:14:03 +02:00
landscape C4Particles: Fix build with MSVC memory tracing 2016-05-12 18:47:52 +02:00
lib Merge script branch 2016-05-15 19:21:26 +02:00
mape Rewrite header inclusions to #include "path/to/file.h" style 2016-04-03 20:24:42 +02:00
netio Replace rand() with SafeRandom() 2016-04-20 22:42:00 +02:00
network Replace libupnp with miniupnpc 2016-05-29 23:38:12 +02:00
object add script callback on completion change 2016-05-21 13:34:34 +02:00
platform SDL: Handle key repeats 2016-05-22 23:27:57 +02:00
player Update all copyright notices for 2016 2016-04-03 20:24:42 +02:00
res Win32 editor: Allow resizing of main console window #1601 2016-01-16 21:01:11 -05:00
script Don't crash on functions declared inside other functions 2016-05-25 01:06:10 +02:00
zlib Fix possible double close when attempting to open uncompressed files 2012-02-05 20:00:47 +01:00
C4Globals.cpp Update all copyright notices for 2016 2016-04-03 20:24:42 +02:00
C4Include.cpp Update all copyright notices for 2016 2016-04-03 20:24:42 +02:00
C4Include.h Update all copyright notices for 2016 2016-04-03 20:24:42 +02:00
C4Prototypes.h Declare C4AulBCC as class instead of struct 2016-05-09 12:21:33 +02:00
C4Version.h.in Update all copyright notices for 2016 2016-04-03 20:24:42 +02:00