Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-03 | Merge pull request #6479 from RandomShaper/improve-debug-focus | Rémi Verschelde | |
Improve debug focus behavior | |||
2016-10-03 | Merge pull request #6304 from razvanc-r/master | Rémi Verschelde | |
(Array) .pop_front, .pop_back & .remove return values instead of void | |||
2016-10-01 | Classref: Sync template with current source | Rémi Verschelde | |
2016-10-01 | Merge pull request #6652 from volzhs/word-wrap | Ignacio Etcheverry | |
Fix typo for word_wrap | |||
2016-09-30 | Merge pull request #6658 from Faless/fix_bo_network | Rémi Verschelde | |
Fix possible buffer overflow in NetworkedMultiplayerENet | |||
2016-09-30 | Fix possible buffer overflow in NetworkedMultiplayerENet | Fabio Alessandrelli | |
NetworkedMultiplayerENet::get_packet was reporting the wrong size for the packet buffer exposing a potential buffer overflow in case of malformed/malicious packets | |||
2016-09-30 | Fix typo for word_wrap | volzhs | |
2016-09-29 | Merge pull request #6646 from pkowal1982/area | Rémi Verschelde | |
Fix #6480, area duplicated param [ci skip] | |||
2016-09-29 | Fix #6480, area duplicated param | Pawel Kowal | |
2016-09-29 | Merge pull request #6636 from pkowal1982/lineedit | Rémi Verschelde | |
LineEdit long indicator, fix #6624 | |||
2016-09-29 | Merge pull request #6637 from Zylann/windows_print_overflow | Rémi Verschelde | |
Windows: prevent huge prints from crashing the engine | |||
2016-09-29 | Windows: prevent huge prints from crashing the engine | Marc Gilleron | |
2016-09-28 | LineEdit long indicator, fix #6624 | Pawel Kowal | |
2016-09-28 | Merge pull request #6615 from syskrank/master | Rémi Verschelde | |
minor cleanup for code in the "platform" section | |||
2016-09-27 | Merge pull request #6623 from Hinsbart/action_just_completion | Rémi Verschelde | |
Code completion for is_action_just_{pressed, released} | |||
2016-09-26 | Code completion for is_action_just_{pressed, released} | Andreas Haas | |
fixes #6621 | |||
2016-09-26 | Merge pull request #6568 from Hinsbart/joy_names | Rémi Verschelde | |
Add functions to get readable names for joystick events | |||
2016-09-26 | removed confusing "if(true)" statement with empty "else" block | syskrank | |
2016-09-26 | Merge pull request #6607 from zaps166/fix-crash-in-process_hdr | Rémi Verschelde | |
Don't crash in "_process_hdr()" if "framebuffer.luminance" is empty | |||
2016-09-26 | Merge pull request #6604 from touilleMan/patch-1 | Rémi Verschelde | |
Add CC parameter to allow use of custom C compiler | |||
2016-09-25 | Don't crash in "_process_hdr()" if "framebuffer.luminance" is empty | Błażej Szczygieł | |
If "glFramebufferTexture2D()" fails on old drivers the Vector is empty. Don't allow to read from empty Vector (NULL pointer). | |||
2016-09-25 | Add CC parameter to allow use of custom C compiler | Emmanuel Leblond | |
2016-09-23 | Merge pull request #6588 from ↵ | Rémi Verschelde | |
SuperUserNameMan/expose_geometryinstance_get_aabb_etc expose GeometryInstance.get_aabb() etc fixes #6587 | |||
2016-09-23 | Use pkgconfig to locate ALSA libs (#6119) | romeojulietthotel | |
* This allows building when ALSA libs are in a non-standard location. PKG_CONFIG_PATH alone is not enough as the final link fails. Adding this makes the final link succeed. * The extra LIBS flag for alsa is not needed so removing. | |||
2016-09-23 | Merge pull request #6574 from RandomShaper/fix-android-export | Rémi Verschelde | |
Fix manifest generation bug in Android export | |||
2016-09-22 | expose GeometryInstance.get_aabb() etc fixes #6587 | yg2f | |
expose ``GeometryInstance.get_aabb();`` to gdscript expose ``VisualInstance.get_transformed_aabb();`` to gdscript and debug ``ImmediateGeometry::add_vertex()``; | |||
2016-09-22 | Merge pull request #6584 from Hinsbart/mod_release | Rémi Verschelde | |
x11: Fix event.is_action() for release of modifier keys | |||
2016-09-22 | x11: Fix event.is_action() for release of modifier keys | Andreas Haas | |
The bug was that the release events for these also had the modifier state set, so the event comparison failed. Fixes #5901 | |||
2016-09-22 | Merge pull request #6581 from vnen/fix-mainscreen-crash | Rémi Verschelde | |
Fix crash when disabling main screen plugin | |||
2016-09-21 | Fix crash when disabling main screen plugin | George Marques | |
2016-09-21 | Fix manifest generation bug in Android export | Pedro J. Estébanez | |
2016-09-21 | Merge pull request #6573 from syskrank/master | Rémi Verschelde | |
removed redundant assign operation in mesh_add_surface | |||
2016-09-21 | Merge pull request #6569 from vnen/winrt-build | Rémi Verschelde | |
Change winrt build to be less dependent on ANGLE | |||
2016-09-21 | removed redundant assign operation in mesh_add_surface: elem_count is ↵ | knd | |
reassigned a value before the old one has been used. | |||
2016-09-20 | Change winrt build to be less dependent on ANGLE | George Marques | |
Now it does not try to build if the solution is not found. This way it's possible to provide a minimal package with includes and libs and make it build correctly. Also remove messages from detect.py since it is ran for every platform target. | |||
2016-09-20 | Add function to get readable names for joystick events | Andreas Haas | |
Closes #6476 | |||
2016-09-20 | Merge pull request #6557 from anneomcl/master | Ignacio Etcheverry | |
Fix for #6158 | |||
2016-09-19 | Fix for #6158. Converting Vector2 to Size2 for scaling functions. | anneomcl | |
2016-09-20 | Merge pull request #6552 from Hinsbart/vec2_clamped | Rémi Verschelde | |
Expose Vector2::clamped() to scripts | |||
2016-09-20 | Merge pull request #6551 from vnen/doc-xml-tree | Rémi Verschelde | |
Add docs for XMLparser, VideoPlayer and most of Tree | |||
2016-09-19 | Add docs for XMLparser, VideoPlayer and most of Tree | George Marques | |
2016-09-19 | Expose Vector2::clamped() to scripts | Andreas Haas | |
Needed this and wondered that there's no built-in function for it. So I wanted to implement it and saw that it's actually already there, just wasn't bound ^^ | |||
2016-09-19 | Merge pull request #6549 from Hinsbart/default_layout | Rémi Verschelde | |
Make the choosable default editor layout the same as the actual default [ci skip] | |||
2016-09-19 | Make the choosable default editor layout the same as the actual default one. | Andreas Haas | |
Fixes #6266 | |||
2016-09-19 | Merge pull request #6545 from Hinsbart/textedit | Rémi Verschelde | |
Fix ability to cut/paste text in LineEdit/TextEdit in readonly mode. [ci skip] | |||
2016-09-19 | Fix ability to cut/paste text in LineEdit/TextEdit in readonly mode. | Andreas Haas | |
Fixes #6466 | |||
2016-09-18 | Merge pull request #6534 from djrm/icons | Rémi Verschelde | |
New distraction free mode icon | |||
2016-09-18 | Merge pull request #6525 from vnen/plugin-bottom-show-hide | Rémi Verschelde | |
Expose bottom panel show/hide for plugins | |||
2016-09-18 | New distraction free mode icon | Daniel J. Ramirez | |
2016-09-17 | Merge pull request #6516 from vnen/plugin-main-screen | Rémi Verschelde | |
Add a function to plugin get the main screen parent |