Age | Commit message (Expand) | Author |
2017-03-24 | Merge pull request #7985 from Faless/enet_godot_sock_squash | Rémi Verschelde |
2017-03-24 | Fix typos in source code using codespell | Rémi Verschelde |
2017-03-24 | Allow non blocking UDP put_packet in C++. | Fabio Alessandrelli |
2017-03-05 | A Whole New World (clang-format edition) | Rémi Verschelde |
2017-03-05 | Add a bunch of missing Godot headers in own files | Rémi Verschelde |
2017-03-05 | Refactoring: rename tools/editor/ to editor/ | Rémi Verschelde |
2017-03-04 | Add API to access battery power state | Julian Murgia |
2017-02-26 | Merge pull request #7862 from Hinsbart/joypad_connections | Rémi Verschelde |
2017-02-26 | Better handling of joypad device IDs. | Andreas Haas |
2017-02-26 | Merge pull request #7854 from neikeq/pr-execute-iter | Rémi Verschelde |
2017-02-26 | Merge pull request #7848 from hpvb/fix-7839 | Rémi Verschelde |
2017-02-21 | -renamed globals.h to global_config.cpp (this seems to have caused a few modi... | Juan Linietsky |
2017-02-20 | Replace misuse of list iteration | Ignacio Etcheverry |
2017-02-19 | Editor Export Settings Dialog is completed!! Now on to make some exporters.. | Juan Linietsky |
2017-02-19 | Windows: Close audiodriver sooner on exit | Hein-Pieter van Braam |
2017-02-12 | Merge pull request #7581 from Faless/v6_wild_bind | Rémi Verschelde |
2017-02-12 | Merge pull request #7782 from SaracenOne/windows_relative_cursor_fix | Rémi Verschelde |
2017-02-12 | Merge pull request #7771 from Limb/winaudiodriver | Rémi Verschelde |
2017-02-12 | Merge pull request #7770 from Limb/removedx9 | Rémi Verschelde |
2017-02-11 | Fix glitches when sampling relative cursor data in CAPTURED mouse mode on Win... | Saracen |
2017-02-09 | Close out audio drivers when exiting. | Kenneth Lorthioir |
2017-02-09 | Removed DX9 Rasterizer in windows. | Kenneth Lorthioir |
2017-02-08 | Fixed compilation issues with Visual Studio | Kenneth Lorthioir |
2017-01-25 | Removed import/export system, will start new one from scratch. | Juan Linietsky |
2017-01-25 | Added focus tracking in X11 and Windows classes, added new confined mouse mod... | Ilija Boshkov |
2017-01-23 | Fix buffer size check in UDP socket. | Fabio Alessandrelli |
2017-01-23 | Use default UDP ring buffer size of 65536 for clients | Fabio Alessandrelli |
2017-01-23 | Fix bug causing UDP socket to close after the first send if not listening | Fabio Alessandrelli |
2017-01-23 | Avoid deadlock when writing/reading data on a connecting TCP socket | Fabio Alessandrelli |
2017-01-23 | Remove set_ip_type from network classes (no longer needed) | Fabio Alessandrelli |
2017-01-23 | Implement UDP listen bind address | Fabio Alessandrelli |
2017-01-23 | Implement TCP Server bind address | Fabio Alessandrelli |
2017-01-23 | Convert validity checks of IP_Address to is_valid method. | Fabio Alessandrelli |
2017-01-23 | Avoid calling close when polling a UDP peer without socket | Fabio Alessandrelli |
2017-01-16 | Merge pull request #7558 from Faless/fix_windows_output | Rémi Verschelde |
2017-01-16 | Adapt platforms to AudioServer refactoring | Rémi Verschelde |
2017-01-16 | Fix gibberish output for windows/mingw. | Fabio Alessandrelli |
2017-01-16 | Fix bug in windows TCP poll function | Fabio Alessandrelli |
2017-01-16 | Style: Various fixes to play nice with clang-format | Rémi Verschelde |
2017-01-15 | Oops! Audio engine has vanished :D | Juan Linietsky |
2017-01-15 | Merge pull request #7510 from Faless/tcp_connect | Rémi Verschelde |
2017-01-14 | StreamPeerWinsock: Fix changed declarations | Rémi Verschelde |
2017-01-14 | removed duplicated functions in class hierarchy that were bound more than once | Juan Linietsky |
2017-01-14 | Style: Fix whole-line commented code | Rémi Verschelde |
2017-01-14 | UDP.set_send_address to UDP.set_dest_address | Juan Linietsky |
2017-01-13 | rename Input.get_mouse_speed() to Input.get_last_mouse_speed() | Juan Linietsky |
2017-01-13 | TCP connect always opens correct socket type | Fabio Alessandrelli |
2017-01-12 | Improvements to scons defined WINVER/_WIN32_WINNT | Fabio Alessandrelli |
2017-01-10 | Merge pull request #7493 from neikeq/pr-mingw-bits | Rémi Verschelde |
2017-01-10 | Detect bits when building with MinGW | Ignacio Etcheverry |