summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-01-03Fixed autocompletion menu vertical positionDawid Wdowiak
2018-12-31Merge pull request #24679 from Chaosus/fix_not_found1Rémi Verschelde
Fix "Method not found" error message when script is removed from object
2018-12-31Fix "method not found" error when script is removed from objectChaosus
2018-12-30Merge pull request #24670 from SoIAS/property_resource_warning_24562Rémi Verschelde
Fixed a property warning when loading a correct resource type
2018-12-30Fixed a property warning when loading a correct resource typeDawid Wdowiak
Fixed warning when loading a correct resource type to a property that could take more than one resource type.
2018-12-30Merge pull request #24482 from organicpencil/mouse_capture_fixRémi Verschelde
Fix missed captured mouse events on x11
2018-12-30Merge pull request #24506 from JFonS/expose_gizmosRémi Verschelde
Expose the new gizmo plugin system to scripting
2018-12-30Merge pull request #24545 from akien-mga/osxcross-monoRémi Verschelde
SCons: Allow building Mono module with OSXCross
2018-12-30Merge pull request #24667 from akien-mga/fix-exr-alphaRémi Verschelde
Fix loading EXR with alpha channel
2018-12-30Fix loading EXR with alpha channelRémi Verschelde
Fixes #24659.
2018-12-30Merge pull request #24664 from SoIAS/graph_node_headers_statemachine-24458Rémi Verschelde
Removed graph node headers from state machine nodes
2018-12-30Merge pull request #24645 from YeldhamDev/tileset_editor_undoRémi Verschelde
Add undo-redo to the TileSet editor, and other improvements
2018-12-30Add undo-redo to the TileSet editor, and other improvementsMichael Alexsander Silva Dias
2018-12-30Merge pull request #24661 from humblers/fix-unshaded-gles2Rémi Verschelde
Fix unshaded light mode on GLES2
2018-12-30Merge pull request #24634 from BastiaanOlij/fix_e_notation_in_shadersRémi Verschelde
Always treat exponent as float
2018-12-30Always treat exponent as floatBastiaan Olij
2018-12-30Merge pull request #24653 from avril-gh/fixes-syntax-error-in-scene-glslRémi Verschelde
fixes glsl syntax error
2018-12-30Merge pull request #24651 from BastiaanOlij/fix_texture_get_dataRémi Verschelde
Fix texture type not being initialised
2018-12-30Removed graph node headers from state machine nodesDawid Wdowiak
2018-12-30Change unshaded logic to match with GLES3Daeil Kim
2018-12-29fixes glsl syntax errorAvril
2018-12-29Fix texture type not being initialisedBastiaan Olij
2018-12-29doc: Fix references to setters and misc formattingRémi Verschelde
2018-12-28Merge pull request #24629 from hedin-hiervard/masterRémi Verschelde
fixes crash when Body2DSW doesn't have space
2018-12-27-Implented 2D Mesh support for GLES2Juan Linietsky
-Implemented 2D Skeleton deform for GLES2 -Implement Multimesh support for GLES2, closes #20524, closes #21839
2018-12-27fixes crash when Body2DSW doesn't have spacehedin
2018-12-27Merge pull request #24625 from akien-mga/ios-sim-x86_64Rémi Verschelde
SCons: Drop ios_sim option forcing x86, simulator needs x86_64
2018-12-27SCons: Drop ios_sim option forcing x86, simulator needs x86_64Rémi Verschelde
2018-12-27Merge pull request #24607 from PJB3005/18-12-26-makerst-cleanupRémi Verschelde
Clean up & improve makerst.py
2018-12-27Clean up & improve makerst.pyPieter-Jan Briers
Man this file even had some semicolons in it. I cleaned up the entire file, while it's still pretty ugly it's much better now. I also added type checks so it passes mypy --strict. make_type now throws a warning on unresolved type references, which there are a bunch of. I'm not responsible for fixing those though. Also some more hardening against crashes. For example XML tags without content won't cause crashes now. Functionality has not been modified as far as I can tell. Update Makefile for Python 3 Fix ordering issues related to enums & constants
2018-12-27Merge pull request #24588 from volzhs/tree-relationship-lineRémi Verschelde
Draw relationship lines when its value is higher than 0
2018-12-27doc: Sync classref with current sourceRémi Verschelde
Fix various code formatting issues and argument names.
2018-12-27Merge pull request #24623 from akien-mga/obj-mtl-not-foundRémi Verschelde
Make error more explicit when OBJ/MTL files are missing
2018-12-27Make error more explicit when OBJ/MTL files are missingRémi Verschelde
Fixes #24595.
2018-12-27Fix size in HeightMapShapeBullet::set_dataRémi Verschelde
2018-12-27Merge pull request #24622 from Supatier/fix-vscode-w-uncommon-exec-nameIgnacio Etcheverry
Fix: Cannot find code editor: VSCode; although installed on linux
2018-12-27Merge pull request #24616 from Anutrix/masterRémi Verschelde
Added description to move_axis_lock members in Kinematic.xml
2018-12-27Merge pull request #24610 from Faless/emws_buf_size_fixesRémi Verschelde
Fix HTML5 WebSocket client buffers size.
2018-12-27Fix Godot unable to find VSCode binarySupatier
VSCode's executable name is not uniform and godot only search for "code".
2018-12-27Merge pull request #24583 from YeldhamDev/tileset_editor_fixesRémi Verschelde
General fixes for the TileSet editor
2018-12-27Merge pull request #24586 from Xrayez/valid-hex-number-bindRémi Verschelde
Bind `is_valid_hex_number` string method to GDScript
2018-12-27Merge pull request #24566 from ↵Rémi Verschelde
thomasruiz/fix/completion-box-center-text-vertically Center lines vertically in completion box
2018-12-27Merge pull request #24561 from KellyThomas/fix-antiquewhiteRémi Verschelde
fix capitalization for antiquewhite
2018-12-27Merge pull request #24565 from daniel-abbott/bullet_rest_info_return_normals_fixRémi Verschelde
`GodotRestInfoContactResultCallback::addSingleResult` now returns normal
2018-12-27Merge pull request #24553 from thomasruiz/fix/caret-size-with-big-line-heightRémi Verschelde
Fix caret size with font smaller than row height
2018-12-27Added description to move_axis_lock members in Kinematic.xmlunknown
2018-12-26Fix HTML5 WebSocket client buffers size.Fabio Alessandrelli
2018-12-25Draw relationship lines when its value is higher than 0volzhs
2018-12-24General fixes for the TileSet editorMichael Alexsander Silva Dias
2018-12-24Bind `is_valid_hex_number` string method to GDScriptAndrii Doroshenko (Xrayez)