Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-31 | Fix memory leak with drag & drop on 2D viewport | volzhs | |
2016-10-30 | Merge pull request #6989 from volzhs/out-of-size | Rémi Verschelde | |
Fix p_index out of size error when closing script | |||
2016-10-31 | Fix p_index out of size error when closing script | volzhs | |
2016-10-30 | Merge pull request #6986 from volzhs/fix-accept-dialog | Rémi Verschelde | |
Fix Accept/ConfirmationDialog UI broken | |||
2016-10-31 | Fix Accept/ConfirmationDialog UI broken | volzhs | |
2016-10-31 | Revert "Place child control under label in AcceptDialog." | volzhs | |
This reverts commit 3ef272290460670b82621727ba2e876fa0a5a01e. | |||
2016-10-30 | Merge pull request #6490 from zaps166/webm-pr | Rémi Verschelde | |
Add WebM support | |||
2016-10-30 | Merge pull request #6959 from RandomShaper/fix-big-libs | Rémi Verschelde | |
Adopt simpler strategy for big libs on Windows | |||
2016-10-30 | scons: Move lib splitting method to methods.py | Rémi Verschelde | |
Apparently it might still be necessary for some console ports. | |||
2016-10-30 | Merge pull request #6978 from volzhs/dup-search-menu | Rémi Verschelde | |
Fix 2 search menus are shown | |||
2016-10-31 | Fix 2 search menus are shown | volzhs | |
2016-10-30 | Merge pull request #6976 from volzhs/last-select-lang | Rémi Verschelde | |
Fix bug with saving last select language and remove warning | |||
2016-10-30 | Fix bug with saving last select language and remove warning | volzhs | |
2016-10-30 | Revert "make `Container` node aware of `Size Flags`" | Rémi Verschelde | |
This reverts commit 6ed15e995dd83c1cf6808f261066580a1f8bc297. Fixes #6974. | |||
2016-10-30 | Merge pull request #6962 from henriquelalves/external_editor_focus_bug | Rémi Verschelde | |
Won't change editor tabs when using External Editor. | |||
2016-10-30 | Merge pull request #6950 from rdb/master | Rémi Verschelde | |
Add "Never" underline mode to LinkButton | |||
2016-10-30 | Merge pull request #6945 from Hinsbart/script_dnd | Rémi Verschelde | |
Ability to drag script files from Filesystem dock to SceneTree dock. | |||
2016-10-30 | Merge pull request #6928 from razvanc-r/fix-container | Rémi Verschelde | |
make Container node aware of Size Flags | |||
2016-10-30 | Merge pull request #6920 from volzhs/dragndrop-2d | Rémi Verschelde | |
Improve drag and drop on 2D viewport | |||
2016-10-30 | Merge pull request #6918 from pkowal1982/tween_fix_k3k | Rémi Verschelde | |
Fix regression #6864 caused by #6613 | |||
2016-10-30 | Merge pull request #6887 from leezh/regex_module | Rémi Verschelde | |
RegEx re-implemented as a module | |||
2016-10-30 | Merge pull request #6874 from mateka/issue-6839 | Rémi Verschelde | |
Option to load script for node (#6839) | |||
2016-10-30 | Merge pull request #6751 from SuperUserNameMan/new_PRNG_for_rand_from_seed | Rémi Verschelde | |
xorshift32 PRNG for Math::rand_from_seed() | |||
2016-10-30 | Merge pull request #6614 from TheKK/issue5989 | Rémi Verschelde | |
Make FileDialog directory selection less misleading | |||
2016-10-29 | Merge pull request #6901 from volzhs/fix-inputevent-compare | Ignacio Etcheverry | |
Fix comparison bug with InputEvent | |||
2016-10-29 | Won't change editor tabs when using External Editor. | Henrique L. Alves | |
Fixes issue #3046. | |||
2016-10-29 | Adopt simpler strategy for big libs on Windows | Pedro J. Estébanez | |
2016-10-28 | Merge pull request #6937 from ↵ | George Marques | |
SuperUserNameMan/fix_win_standalone_msvc_and_mingw_incompatibilities fix bug introduced by #6501 | |||
2016-10-28 | Add "Never" underline mode to LinkButton | rdb | |
2016-10-27 | Ability to drag script files from Filesystem dock to SceneTree dock. | Andreas Haas | |
Allows to attach scripts by dragging them onto the target Node. | |||
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 | Changed RegEx to inherit Resource | Zher Huei Lee | |
2016-10-27 | Added global sub and bounds checking to RegEx | Zher Huei Lee | |
2016-10-27 | RegEx re-implemented as a module | Zher Huei Lee | |
Re-wrote nrex as a module using godot-specific parts and new features: * Added string substitutions. * Named groups are now supported. * Removed use of mutable variables in RegEx. RegExMatch is returned instead. | |||
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 bug introduced by #6501 | yg2f | |
( @Akien : this PR is for current HEAD only, not to be cherry-picked for 2.1.1 ) this is manual revertion of #6501 which introduced a bug that prevented scons from detecting Mingw under Windows when MSVC was installed. (thanks to @vnen for finding this) AND it fixes the actual bug that prevented scons from detecting MSVC standalone compiler ( a confusions between ``VSINSTALLDIR`` and ``VCINSTALLDIR`` ) The freeware Standalone MSVC C++ Build Tools are available here : http://landinghub.visualstudio.com/visual-cpp-build-tools | |||
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 | Fix regression #6864 caused by #6613 | Pawel Kowal | |
2016-10-26 | Merge pull request #6925 from godotengine/ipv6 | Rémi Verschelde | |
Adding IPv6 support | |||
2016-10-26 | Improve drag and drop on 2D viewport | volzhs | |
2016-10-26 | make `Container` node aware of `Size Flags` | Răzvan Cosmin Rădulescu | |
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-23 | Add WebM module | Błażej Szczygieł | |
Use already existing libraries: libvorbis and libopus. Also use newly added libraries: libvpx, libwebm, libsimplewebm. | |||
2016-10-23 | Fix comparison bug with InputEvent | volzhs | |
2016-10-22 | "CCFLAGS" are for C and C++ compiler | Błażej Szczygieł | |