Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-03 | Fixed autocompletion menu vertical position | Dawid Wdowiak | |
2018-12-31 | Merge pull request #24679 from Chaosus/fix_not_found1 | Rémi Verschelde | |
Fix "Method not found" error message when script is removed from object | |||
2018-12-31 | Fix "method not found" error when script is removed from object | Chaosus | |
2018-12-30 | Merge pull request #24670 from SoIAS/property_resource_warning_24562 | Rémi Verschelde | |
Fixed a property warning when loading a correct resource type | |||
2018-12-30 | Fixed a property warning when loading a correct resource type | Dawid Wdowiak | |
Fixed warning when loading a correct resource type to a property that could take more than one resource type. | |||
2018-12-30 | Merge pull request #24482 from organicpencil/mouse_capture_fix | Rémi Verschelde | |
Fix missed captured mouse events on x11 | |||
2018-12-30 | Merge pull request #24506 from JFonS/expose_gizmos | Rémi Verschelde | |
Expose the new gizmo plugin system to scripting | |||
2018-12-30 | Merge pull request #24545 from akien-mga/osxcross-mono | Rémi Verschelde | |
SCons: Allow building Mono module with OSXCross | |||
2018-12-30 | Merge pull request #24667 from akien-mga/fix-exr-alpha | Rémi Verschelde | |
Fix loading EXR with alpha channel | |||
2018-12-30 | Fix loading EXR with alpha channel | Rémi Verschelde | |
Fixes #24659. | |||
2018-12-30 | Merge pull request #24664 from SoIAS/graph_node_headers_statemachine-24458 | Rémi Verschelde | |
Removed graph node headers from state machine nodes | |||
2018-12-30 | Merge pull request #24645 from YeldhamDev/tileset_editor_undo | Rémi Verschelde | |
Add undo-redo to the TileSet editor, and other improvements | |||
2018-12-30 | Add undo-redo to the TileSet editor, and other improvements | Michael Alexsander Silva Dias | |
2018-12-30 | Merge pull request #24661 from humblers/fix-unshaded-gles2 | Rémi Verschelde | |
Fix unshaded light mode on GLES2 | |||
2018-12-30 | Merge pull request #24634 from BastiaanOlij/fix_e_notation_in_shaders | Rémi Verschelde | |
Always treat exponent as float | |||
2018-12-30 | Always treat exponent as float | Bastiaan Olij | |
2018-12-30 | Merge pull request #24653 from avril-gh/fixes-syntax-error-in-scene-glsl | Rémi Verschelde | |
fixes glsl syntax error | |||
2018-12-30 | Merge pull request #24651 from BastiaanOlij/fix_texture_get_data | Rémi Verschelde | |
Fix texture type not being initialised | |||
2018-12-30 | Removed graph node headers from state machine nodes | Dawid Wdowiak | |
2018-12-30 | Change unshaded logic to match with GLES3 | Daeil Kim | |
2018-12-29 | fixes glsl syntax error | Avril | |
2018-12-29 | Fix texture type not being initialised | Bastiaan Olij | |
2018-12-29 | doc: Fix references to setters and misc formatting | Rémi Verschelde | |
2018-12-28 | Merge pull request #24629 from hedin-hiervard/master | Rémi Verschelde | |
fixes crash when Body2DSW doesn't have space | |||
2018-12-27 | -Implented 2D Mesh support for GLES2 | Juan Linietsky | |
-Implemented 2D Skeleton deform for GLES2 -Implement Multimesh support for GLES2, closes #20524, closes #21839 | |||
2018-12-27 | fixes crash when Body2DSW doesn't have space | hedin | |
2018-12-27 | Merge pull request #24625 from akien-mga/ios-sim-x86_64 | Rémi Verschelde | |
SCons: Drop ios_sim option forcing x86, simulator needs x86_64 | |||
2018-12-27 | SCons: Drop ios_sim option forcing x86, simulator needs x86_64 | Rémi Verschelde | |
2018-12-27 | Merge pull request #24607 from PJB3005/18-12-26-makerst-cleanup | Rémi Verschelde | |
Clean up & improve makerst.py | |||
2018-12-27 | Clean up & improve makerst.py | Pieter-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-27 | Merge pull request #24588 from volzhs/tree-relationship-line | Rémi Verschelde | |
Draw relationship lines when its value is higher than 0 | |||
2018-12-27 | doc: Sync classref with current source | Rémi Verschelde | |
Fix various code formatting issues and argument names. | |||
2018-12-27 | Merge pull request #24623 from akien-mga/obj-mtl-not-found | Rémi Verschelde | |
Make error more explicit when OBJ/MTL files are missing | |||
2018-12-27 | Make error more explicit when OBJ/MTL files are missing | Rémi Verschelde | |
Fixes #24595. | |||
2018-12-27 | Fix size in HeightMapShapeBullet::set_data | Rémi Verschelde | |
2018-12-27 | Merge pull request #24622 from Supatier/fix-vscode-w-uncommon-exec-name | Ignacio Etcheverry | |
Fix: Cannot find code editor: VSCode; although installed on linux | |||
2018-12-27 | Merge pull request #24616 from Anutrix/master | Rémi Verschelde | |
Added description to move_axis_lock members in Kinematic.xml | |||
2018-12-27 | Merge pull request #24610 from Faless/emws_buf_size_fixes | Rémi Verschelde | |
Fix HTML5 WebSocket client buffers size. | |||
2018-12-27 | Fix Godot unable to find VSCode binary | Supatier | |
VSCode's executable name is not uniform and godot only search for "code". | |||
2018-12-27 | Merge pull request #24583 from YeldhamDev/tileset_editor_fixes | Rémi Verschelde | |
General fixes for the TileSet editor | |||
2018-12-27 | Merge pull request #24586 from Xrayez/valid-hex-number-bind | Rémi Verschelde | |
Bind `is_valid_hex_number` string method to GDScript | |||
2018-12-27 | Merge pull request #24566 from ↵ | Rémi Verschelde | |
thomasruiz/fix/completion-box-center-text-vertically Center lines vertically in completion box | |||
2018-12-27 | Merge pull request #24561 from KellyThomas/fix-antiquewhite | Rémi Verschelde | |
fix capitalization for antiquewhite | |||
2018-12-27 | Merge pull request #24565 from daniel-abbott/bullet_rest_info_return_normals_fix | Rémi Verschelde | |
`GodotRestInfoContactResultCallback::addSingleResult` now returns normal | |||
2018-12-27 | Merge pull request #24553 from thomasruiz/fix/caret-size-with-big-line-height | Rémi Verschelde | |
Fix caret size with font smaller than row height | |||
2018-12-27 | Added description to move_axis_lock members in Kinematic.xml | unknown | |
2018-12-26 | Fix HTML5 WebSocket client buffers size. | Fabio Alessandrelli | |
2018-12-25 | Draw relationship lines when its value is higher than 0 | volzhs | |
2018-12-24 | General fixes for the TileSet editor | Michael Alexsander Silva Dias | |
2018-12-24 | Bind `is_valid_hex_number` string method to GDScript | Andrii Doroshenko (Xrayez) | |