aboutsummaryrefslogtreecommitdiff
path: root/platform (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix bug in windows TCP poll functionFabio Alessandrelli2017-01-161-4/+1
* Improvements to scons defined WINVER/_WIN32_WINNTFabio Alessandrelli2017-01-122-1/+7
* Detect bits when building with MinGWIgnacio Etcheverry2017-01-121-1/+1
* Windows: Define _WIN32_WINRT to 0x0600 (Vista)Rémi Verschelde2017-01-125-5/+6
* x11: Improve logic for cross-dependencies between freetype, zlib and libpngRémi Verschelde2017-01-121-2/+13
* Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-12175-175/+203
* fix for crash when no ALSA or Pulse installed on linuxGustav Lund2017-01-122-0/+7
* Fix console output for MinGW compilersRémi Verschelde2017-01-121-2/+10
* Add alert window on Androidvolzhs2017-01-124-5/+38
* Set minimum version to 10.9 building OSXBastiaanOlij2017-01-121-0/+2
* IP_Address now handle IPv4 and IPv6 transparentlyFabio Alessandrelli2017-01-042-9/+11
* Migrate int.IP_TYPE_ constants to IP.TYPE_Fabio Alessandrelli2017-01-044-5/+5
* Move V6ONLY flag selection inside helpersFabio Alessandrelli2017-01-042-16/+0
* Automatically map IPv4 address to IPv6 when neededFabio Alessandrelli2017-01-042-3/+3
* Use an instance variable for ip_type in raw socketsFabio Alessandrelli2017-01-046-18/+22
* Properly handle tcp connection failureFabio Alessandrelli2017-01-041-1/+6
* [IPv6] Fix windows build script (link to ws2_32)Fabio Alessandrelli2016-12-111-2/+2
* TCP/UDP Listen sockets can now be set to IPv6 onlyFabio Alessandrelli2016-12-112-3/+19
* Fix windows debugger connection problems.Fabio Alessandrelli2016-12-113-8/+4
* TCPServer listen now default to IP type ANY (v6 socket with v4 support)Fabio Alessandrelli2016-12-111-1/+1
* Fix PacketPeerUDP get_packet_port()Fabio Alessandrelli2016-12-111-2/+2
* Pass correct address size (ipv4,ipv6) to socket connect, bind, sendtoFabio Alessandrelli2016-12-113-10/+10
* added windows support for ipv6, cleaned up unix codeAriel Manzur2016-12-115-48/+79
* Emit asm.js code into a dedicated file for asm.js exporteska2016-12-042-0/+7
* Add fullscreen features in web exporteska2016-12-042-38/+101
* Fix some mouse bugs in WebAssembly/asm.jseska2016-12-033-5/+17
* OS additions and fixes for WebAssembly/asm.jseska2016-12-033-54/+49
* png: Allow building shared freetype with bundled libpngRémi Verschelde2016-11-192-2/+0
* Revert "libpng: Fix erroneously linking against libpng12 on old distros"Rémi Verschelde2016-11-192-2/+2
* libpng: Same fix as previous commit for server platformRémi Verschelde2016-11-191-1/+1
* libpng: Fix erroneously linking against libpng12 on old distrosRémi Verschelde2016-11-191-1/+1
* Update/fix Android buildPedro J. Estébanez2016-11-151-7/+7
* Make Android export quicker (especially on Windows)Pedro J. Estébanez2016-11-151-19/+19
* Fix Directory.dir_exist/get_current_dir for 'res://' on Androidvolzhs2016-11-152-2/+7
* vsnc --> vsyncISylvox2016-11-154-4/+4
* server: Allow building against system librariesRémi Verschelde2016-11-031-0/+36
* scons: Reorder options for clarityRémi Verschelde2016-11-036-27/+20
* Improve Android build (Clang + tidyness)Pedro J. Estébanez2016-11-021-87/+100
* style: Various other PEP8 fixes in Python filesRémi Verschelde2016-11-025-9/+9
* style: Fix PEP8 blank lines issues in Python filesRémi Verschelde2016-11-0211-38/+47
* style: Fix PEP8 whitespace issues in Python filesRémi Verschelde2016-11-0218-487/+487
* style: Start applying PEP8 to Python files, indentation issuesRémi Verschelde2016-11-0220-1216/+1216
* Fix extraneous NULL character on HTML exportGeorge Marques2016-10-301-2/+2
* Fix the hiding of mouse cursor before interactionGeorge Marques2016-10-301-2/+5
* SCons: Use colored output if available, change "colored"->"verbose"Błażej Szczygieł2016-10-303-10/+0
* SCsub: Add python shebang as a hint for syntax highlightingRémi Verschelde2016-10-3010-0/+20
* Theora: Don't compile unnecessary files, rename "x86_opt_*"Błażej Szczygieł2016-10-304-7/+7
* freetype: Make it a module and split thirdparty libraryRémi Verschelde2016-10-302-10/+5
* zlib: Split thirdparty files, simplify scons optionRémi Verschelde2016-10-309-5/+4
* glew: Split thirdparty files and isolate envRémi Verschelde2016-10-308-14/+8