| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix bug in windows TCP poll function | Fabio Alessandrelli | 2017-01-16 | 1 | -4/+1 |
| * | Improvements to scons defined WINVER/_WIN32_WINNT | Fabio Alessandrelli | 2017-01-12 | 2 | -1/+7 |
| * | Detect bits when building with MinGW | Ignacio Etcheverry | 2017-01-12 | 1 | -1/+1 |
| * | Windows: Define _WIN32_WINRT to 0x0600 (Vista) | Rémi Verschelde | 2017-01-12 | 5 | -5/+6 |
| * | x11: Improve logic for cross-dependencies between freetype, zlib and libpng | Rémi Verschelde | 2017-01-12 | 1 | -2/+13 |
| * | Welcome in 2017, dear changelog reader! | Rémi Verschelde | 2017-01-12 | 175 | -175/+203 |
| * | fix for crash when no ALSA or Pulse installed on linux | Gustav Lund | 2017-01-12 | 2 | -0/+7 |
| * | Fix console output for MinGW compilers | Rémi Verschelde | 2017-01-12 | 1 | -2/+10 |
| * | Add alert window on Android | volzhs | 2017-01-12 | 4 | -5/+38 |
| * | Set minimum version to 10.9 building OSX | BastiaanOlij | 2017-01-12 | 1 | -0/+2 |
| * | IP_Address now handle IPv4 and IPv6 transparently | Fabio Alessandrelli | 2017-01-04 | 2 | -9/+11 |
| * | Migrate int.IP_TYPE_ constants to IP.TYPE_ | Fabio Alessandrelli | 2017-01-04 | 4 | -5/+5 |
| * | Move V6ONLY flag selection inside helpers | Fabio Alessandrelli | 2017-01-04 | 2 | -16/+0 |
| * | Automatically map IPv4 address to IPv6 when needed | Fabio Alessandrelli | 2017-01-04 | 2 | -3/+3 |
| * | Use an instance variable for ip_type in raw sockets | Fabio Alessandrelli | 2017-01-04 | 6 | -18/+22 |
| * | Properly handle tcp connection failure | Fabio Alessandrelli | 2017-01-04 | 1 | -1/+6 |
| * | [IPv6] Fix windows build script (link to ws2_32) | Fabio Alessandrelli | 2016-12-11 | 1 | -2/+2 |
| * | TCP/UDP Listen sockets can now be set to IPv6 only | Fabio Alessandrelli | 2016-12-11 | 2 | -3/+19 |
| * | Fix windows debugger connection problems. | Fabio Alessandrelli | 2016-12-11 | 3 | -8/+4 |
| * | TCPServer listen now default to IP type ANY (v6 socket with v4 support) | Fabio Alessandrelli | 2016-12-11 | 1 | -1/+1 |
| * | Fix PacketPeerUDP get_packet_port() | Fabio Alessandrelli | 2016-12-11 | 1 | -2/+2 |
| * | Pass correct address size (ipv4,ipv6) to socket connect, bind, sendto | Fabio Alessandrelli | 2016-12-11 | 3 | -10/+10 |
| * | added windows support for ipv6, cleaned up unix code | Ariel Manzur | 2016-12-11 | 5 | -48/+79 |
| * | Emit asm.js code into a dedicated file for asm.js export | eska | 2016-12-04 | 2 | -0/+7 |
| * | Add fullscreen features in web export | eska | 2016-12-04 | 2 | -38/+101 |
| * | Fix some mouse bugs in WebAssembly/asm.js | eska | 2016-12-03 | 3 | -5/+17 |
| * | OS additions and fixes for WebAssembly/asm.js | eska | 2016-12-03 | 3 | -54/+49 |
| * | png: Allow building shared freetype with bundled libpng | Rémi Verschelde | 2016-11-19 | 2 | -2/+0 |
| * | Revert "libpng: Fix erroneously linking against libpng12 on old distros" | Rémi Verschelde | 2016-11-19 | 2 | -2/+2 |
| * | libpng: Same fix as previous commit for server platform | Rémi Verschelde | 2016-11-19 | 1 | -1/+1 |
| * | libpng: Fix erroneously linking against libpng12 on old distros | Rémi Verschelde | 2016-11-19 | 1 | -1/+1 |
| * | Update/fix Android build | Pedro J. Estébanez | 2016-11-15 | 1 | -7/+7 |
| * | Make Android export quicker (especially on Windows) | Pedro J. Estébanez | 2016-11-15 | 1 | -19/+19 |
| * | Fix Directory.dir_exist/get_current_dir for 'res://' on Android | volzhs | 2016-11-15 | 2 | -2/+7 |
| * | vsnc --> vsync | ISylvox | 2016-11-15 | 4 | -4/+4 |
| * | server: Allow building against system libraries | Rémi Verschelde | 2016-11-03 | 1 | -0/+36 |
| * | scons: Reorder options for clarity | Rémi Verschelde | 2016-11-03 | 6 | -27/+20 |
| * | Improve Android build (Clang + tidyness) | Pedro J. Estébanez | 2016-11-02 | 1 | -87/+100 |
| * | style: Various other PEP8 fixes in Python files | Rémi Verschelde | 2016-11-02 | 5 | -9/+9 |
| * | style: Fix PEP8 blank lines issues in Python files | Rémi Verschelde | 2016-11-02 | 11 | -38/+47 |
| * | style: Fix PEP8 whitespace issues in Python files | Rémi Verschelde | 2016-11-02 | 18 | -487/+487 |
| * | style: Start applying PEP8 to Python files, indentation issues | Rémi Verschelde | 2016-11-02 | 20 | -1216/+1216 |
| * | Fix extraneous NULL character on HTML export | George Marques | 2016-10-30 | 1 | -2/+2 |
| * | Fix the hiding of mouse cursor before interaction | George Marques | 2016-10-30 | 1 | -2/+5 |
| * | SCons: Use colored output if available, change "colored"->"verbose" | Błażej Szczygieł | 2016-10-30 | 3 | -10/+0 |
| * | SCsub: Add python shebang as a hint for syntax highlighting | Rémi Verschelde | 2016-10-30 | 10 | -0/+20 |
| * | Theora: Don't compile unnecessary files, rename "x86_opt_*" | Błażej Szczygieł | 2016-10-30 | 4 | -7/+7 |
| * | freetype: Make it a module and split thirdparty library | Rémi Verschelde | 2016-10-30 | 2 | -10/+5 |
| * | zlib: Split thirdparty files, simplify scons option | Rémi Verschelde | 2016-10-30 | 9 | -5/+4 |
| * | glew: Split thirdparty files and isolate env | Rémi Verschelde | 2016-10-30 | 8 | -14/+8 |