| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix windows debugger connection problems. | Fabio Alessandrelli | 2016-10-30 | 4 | -11/+26 |
* | TCPServer listen now default to IP type ANY (v6 socket with v4 support) | Fabio Alessandrelli | 2016-10-30 | 1 | -1/+1 |
* | Fix PacketPeerUDP get_packet_port() | Fabio Alessandrelli | 2016-10-26 | 1 | -2/+2 |
* | Merge pull request #6925 from godotengine/ipv6 | Rémi Verschelde | 2016-10-26 | 8 | -83/+226 |
|\ |
|
| * | Pass correct address size (ipv4,ipv6) to socket connect, bind, sendto | Fabio Alessandrelli | 2016-10-26 | 4 | -12/+16 |
| * | added windows support for ipv6, cleaned up unix code | Ariel Manzur | 2016-10-20 | 4 | -73/+82 |
| * | fixed some byte order and parsing problems | Ariel Manzur | 2016-10-19 | 1 | -1/+1 |
| * | adding ipv6 | Ariel Manzur | 2016-10-18 | 7 | -78/+208 |
* | | SCsub: Add python shebang as a hint for syntax highlighting | Rémi Verschelde | 2016-10-17 | 1 | -0/+2 |
|/ |
|
* | drivers: Refactor SCsub and drop redundant env_drivers clone | Rémi Verschelde | 2016-10-15 | 1 | -1/+1 |
* | Merge pull request #5920 from 29jm/fix-warnings | Juan Linietsky | 2016-09-10 | 1 | -1/+1 |
|\ |
|
| * | Remove some unused variables | Johan Manuel | 2016-08-13 | 1 | -1/+1 |
* | | Fix drivers coding for WinRT | George Marques | 2016-09-03 | 1 | -1/+14 |
|/ |
|
* | Remove some noisy debug prints | Rémi Verschelde | 2016-07-17 | 1 | -4/+0 |
* | Removed no longer needed check | Juan Linietsky | 2016-07-02 | 1 | -2/+2 |
* | Fix some bugs in diraccess, closes #5288 | Juan Linietsky | 2016-06-30 | 1 | -14/+17 |
* | Added function to notify ScriptLanguage when a thread is created/freed, allow... | Juan Linietsky | 2016-06-25 | 1 | -0/+7 |
* | Removed lots of prints | Daniel J. Ramirez | 2016-06-18 | 2 | -9/+1 |
* | -made get_space_left() return values more homogenous, also for script, conver... | Juan Linietsky | 2016-06-18 | 1 | -1/+1 |
* | Fixed make_dir and make_dir_recursive erros, closes #1680 closes #1872 | Juan Linietsky | 2016-06-18 | 2 | -10/+20 |
* | Add missing license headers in our source files (#5255) | Rémi Verschelde | 2016-06-18 | 2 | -0/+56 |
* | -Add visible IO errors when closing a file fails due to it being locked (most... | Juan Linietsky | 2016-06-13 | 1 | -0/+5 |
* | change invalid characters when get user data dir on Windows & Unix | volzhs | 2016-06-03 | 1 | -1/+1 |
* | Implements get_executable_path for OS X should proc_pidpath in os_osx.mm does... | Aren Villanueva | 2016-04-20 | 1 | -0/+21 |
* | Add function to convert Date time from a dictionary to Epoch | Kyle Luce | 2016-03-16 | 1 | -0/+1 |
* | Fixes the month consistency issue in enums and get_date etc | Kyle Luce | 2016-03-13 | 1 | -0/+3 |
* | Added relative paths for DirAccess::remove() | Zher Huei Lee | 2016-03-01 | 1 | -2/+5 |
* | Fix allocation bug if compiled with modern clang or gcc | est31 | 2016-02-19 | 1 | -5/+22 |
* | thread renaming | Ariel Manzur | 2016-01-31 | 2 | -14/+8 |
* | total pointers | Ariel Manzur | 2016-01-31 | 1 | -1/+1 |
* | improve reporting of error in wrong inheritance for autoload script | Juan Linietsky | 2016-01-13 | 1 | -2/+2 |
* | Merge pull request #3230 from touilleMan/issue-55 | Rémi Verschelde | 2016-01-11 | 1 | -2/+1 |
|\ |
|
| * | Remove unnecessary null pointer checks | Emmanuel Leblond | 2016-01-04 | 1 | -2/+1 |
* | | -Removed OS.get_system_time_msec(), this is undoable on Windows and also unus... | Juan Linietsky | 2016-01-10 | 2 | -4/+3 |
* | | -Added a new mode, WRITE_READ to File, to recover compatibility with old proj... | Juan Linietsky | 2016-01-10 | 1 | -0/+2 |
* | | Fix pthread renaming in Open/FreeBSD | eska | 2016-01-09 | 1 | -1/+10 |
|/ |
|
* | having active items is pointless in input map | Juan Linietsky | 2016-01-03 | 1 | -1/+1 |
* | Change rb+ to wb+ on file access READ_WRITE to allow more use cases, closes #... | Juan Linietsky | 2016-01-02 | 1 | -1/+1 |
* | Update copyright to 2016 in headers | George Marques | 2016-01-01 | 20 | -20/+20 |
* | threads | Ariel Manzur | 2015-12-22 | 1 | -0/+7 |
* | thread rename for ios and osx (if called from the thread to be renamed) | Ariel Manzur | 2015-12-18 | 1 | -1/+17 |
* | thread set name | Ariel Manzur | 2015-12-17 | 2 | -0/+9 |
* | added binary API to StreamPeer, fixes #2863 | Juan Linietsky | 2015-12-13 | 2 | -0/+11 |
* | Fix windows build | est31 | 2015-12-09 | 1 | -5/+7 |
* | Make the setting unix-only. | est31 | 2015-11-30 | 3 | -0/+19 |
* | Merge pull request #2756 from trond/bugfix_udp | Juan Linietsky | 2015-11-19 | 1 | -1/+3 |
|\ |
|
| * | Fixed mistake where available buffer size would not be updated for each recvf... | Trond Abusdal | 2015-11-19 | 1 | -3/+1 |
| * | * Winsock UDP messages sent to an unavailable target causing WSAECONNRESET wi... | Trond Abusdal | 2015-11-09 | 1 | -1/+5 |
| * | Fixed PacketPeerUDP getting wrongly closed due to recvfrom using rb.data_left... | Trond Abusdal | 2015-11-09 | 1 | -1/+1 |
* | | Merge pull request #2707 from akien-mga/master | Juan Linietsky | 2015-11-18 | 1 | -2/+0 |
|\ \ |
|