Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-27 | Merge pull request #6943 from damon-myers/fix-mac-locale | Rémi Verschelde | |
Fix locale for macOS-style locales | |||
2016-10-27 | Fix locale for macOS-style locales | Damon | |
2016-10-27 | Change set_locale to fallback to the global language (#6910) | Damon Myers | |
2016-10-27 | Merge pull request #6936 from Faless/udp_ntohs | Rémi Verschelde | |
Fix PacketPeerUDP get_packet_port() | |||
2016-10-26 | Fix PacketPeerUDP get_packet_port() | Fabio Alessandrelli | |
Properly convert port field from network to system ordering on incoming packets. | |||
2016-10-26 | Merge pull request #6925 from godotengine/ipv6 | Rémi Verschelde | |
Adding IPv6 support | |||
2016-10-26 | Pass correct address size (ipv4,ipv6) to socket connect, bind, sendto | Fabio Alessandrelli | |
The address size passed to network system calls now reflects the the actual IP type (v4 or v6). Fix Windows and OSX ipv6 sockets | |||
2016-10-25 | Merge pull request #6898 from zaps166/scons-msg-fix | Rémi Verschelde | |
"CCFLAGS" are for C and C++ compiler | |||
2016-10-25 | Merge pull request #6906 from volzhs/remove-dead-code | Rémi Verschelde | |
Remove dead code in FileSystemDock | |||
2016-10-23 | Remove dead code in FileSystemDock | volzhs | |
2016-10-22 | "CCFLAGS" are for C and C++ compiler | Błażej Szczygieł | |
2016-10-22 | Merge pull request #6884 from vnen/html-export-char | Rémi Verschelde | |
Fix extraneous NULL character on HTML export | |||
2016-10-22 | Merge pull request #6882 from vnen/mouse-mode | Rémi Verschelde | |
Fix the hiding of mouse cursor before interaction | |||
2016-10-22 | Merge pull request #6881 from vnen/msvc-project-output | Rémi Verschelde | |
Fix output binary paths for VS project generation | |||
2016-10-22 | Fixed tiny error in detect.py causing compilation for Android to fail. | Randy Tan Shaoxian | |
(cherry picked from commit c9d7f77c6ffea4691fba2071caec2d63d927b4d1) | |||
2016-10-22 | Merge pull request #6858 from zaps166/gcc-color-output | Rémi Verschelde | |
SCons: Use colored output if available, change "colored"->"verbose" | |||
2016-10-22 | Merge pull request #6857 from zaps166/disable-asserts-in-release | Rémi Verschelde | |
Disable asserts in release mode | |||
2016-10-22 | Prevent unwanted script editor input on game crash | Henrique Lacreta Alves | |
Fixes #6530. | |||
2016-10-22 | Merge pull request #6812 from RandomShaper/get-visualserver-clear-color | Rémi Verschelde | |
Add/expose VisualServer::get_default_clear_color() | |||
2016-10-22 | Merge pull request #6710 from lordadamson/master | Rémi Verschelde | |
fix #6031 when creating a script the default language will be what yo… | |||
2016-10-22 | Merge pull request #6564 from ↵ | Rémi Verschelde | |
SuperUserNameMan/gdscript_opcode_line_opcode_breakpoint fixes #6487, GDscript compiler ignores OPCODE_LINE and OPCODE_BREAKPOINT in Release mode | |||
2016-10-22 | Merge pull request #6090 from WalasPrime/raytrace_force | Rémi Verschelde | |
Added force_raycast_update GDScript method for RayCast[2D] | |||
2016-10-20 | Fix extraneous NULL character on HTML export | George Marques | |
Fix #2801 | |||
2016-10-20 | Fix the hiding of mouse cursor before interaction | George Marques | |
Fix part of #6633 | |||
2016-10-20 | fix #6031 when creating a script the language will be what you selected last ↵ | Adham Zahran | |
time | |||
2016-10-20 | Fix output binary paths for VS project generation | George Marques | |
2016-10-20 | added implementation of is_valid_ip_address() | Ariel Manzur | |
2016-10-20 | added windows support for ipv6, cleaned up unix code | Ariel Manzur | |
2016-10-19 | address type for http client | Ariel Manzur | |
2016-10-19 | fixed some byte order and parsing problems | Ariel Manzur | |
2016-10-18 | adding ipv6 | Ariel Manzur | |
2016-10-18 | Merge pull request #6855 from vnen/xaudio2-driver | Rémi Verschelde | |
Isolate XAudio2 driver | |||
2016-10-17 | Fix memory management of XAudio2 driver | George Marques | |
2016-10-17 | Isolate XAudio2 driver | George Marques | |
Now it's possible to compile for Windows platform if wanted. It's supported only for Windows 8 or later, so it's not enabled by default. | |||
2016-10-17 | SCons: Use colored output if available, change "colored"->"verbose" | Błażej Szczygieł | |
2016-10-17 | Disable asserts in release mode | Błażej Szczygieł | |
2016-10-17 | Merge pull request #6850 from akien-mga/pr-scsub-shebang | Rémi Verschelde | |
SCsub: Add python shebang as a hint for syntax highlighting | |||
2016-10-17 | SCsub: Add python shebang as a hint for syntax highlighting | Rémi Verschelde | |
Also switch existing shebangs to "better" /usr/bin/env python. | |||
2016-10-17 | Merge pull request #6796 from mateka/issue-3486 | Rémi Verschelde | |
Possibility to write node path by hand in exported NodePath variable (#3486) | |||
2016-10-17 | Merge pull request #6846 from volzhs/android-dir-exists | Rémi Verschelde | |
Fix crash when using Directory.dir_exists(path) on Android | |||
2016-10-17 | Merge pull request #6832 from Hinsbart/mapping_whitespace | Rémi Verschelde | |
Allow whitespace in Gamepad mappings. | |||
2016-10-17 | Merge pull request #6825 from volzhs/import-3d-scene-name | Rémi Verschelde | |
Add option for root node name on Import 3D scene window | |||
2016-10-17 | Merge pull request #6806 from leezh/button_array_fixes | Rémi Verschelde | |
ButtonArray fixes and improvements | |||
2016-10-17 | Merge pull request #6779 from WalasPrime/rpc_docs | Rémi Verschelde | |
Documentation of RPC-related methods and classes | |||
2016-10-17 | Merge pull request #6748 from mateka/issue-6199 | Rémi Verschelde | |
Place child dialog contents under label in AcceptDialog | |||
2016-10-17 | Merge pull request #6739 from bvbfan/patch-3 | Rémi Verschelde | |
Button focus hovering | |||
2016-10-17 | Merge pull request #6733 from Cruel/patch-1 | Rémi Verschelde | |
Use int consistently instead of int32_t for Vectors | |||
2016-10-17 | Merge pull request #6723 from bvbfan/patch-1 | Rémi Verschelde | |
Correct OS architecture detection | |||
2016-10-17 | Merge pull request #6698 from razvanc-r/fix_hash_float | Rémi Verschelde | |
Fixes hash float negative 0 problem | |||
2016-10-17 | Merge pull request #6692 from bojidar-bg/add-char-to-gd-vs-script | Rémi Verschelde | |
Add `String char(int ascii)` function to GDScript and Visual Script |