Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-11 | BaseButton: Add identifier for shortcut in tooltip | Ignacio Etcheverry | |
2016-06-08 | port changes from AnimatedSprite to AnimatedSprite3D | Juan Linietsky | |
2016-06-08 | Caret blink no longer updates when hidden, issue 5100 | Paulb23 | |
2016-06-08 | Merge pull request #5007 from bojidar-bg/asset-store | Juan Linietsky | |
Update asset library editor plugin, adding a bit new functionality and fixes | |||
2016-06-08 | Merge pull request #5088 from Paulb23/breakpoint_marker_scaling | Juan Linietsky | |
Improved breakpoint marker position, and scales with font size | |||
2016-06-08 | Merge pull request #5093 from DimOkGamer/more_translatable_strings | Juan Linietsky | |
Fixed localization in file dialogs | |||
2016-06-07 | -Heavily improved editor startup and exit performance | Juan Linietsky | |
2016-06-07 | rtr instead ttr | DimOkGamer | |
2016-06-07 | Fixed localization in file dialogs | DimOkGamer | |
and two more lines. 2 fixes in ru.po. | |||
2016-06-07 | Update asset library editor plugin - new functionality and fixes | Bojidar Marinov | |
2016-06-07 | Improved breakpoint marker position, and scales with font size | Paulb23 | |
2016-06-07 | Fix indentation issues in last commits | Rémi Verschelde | |
Ping @reduz. | |||
2016-06-06 | Merge pull request #4101 from SaracenOne/listener | Juan Linietsky | |
Added New Listener Spatial Node. | |||
2016-06-06 | properly pass events to parent controls, closes #4701 | Juan Linietsky | |
2016-06-06 | Merge branch 'master' of https://github.com/godotengine/godot | Juan Linietsky | |
2016-06-06 | -Fix small bug regarding to canvas layer detection, closes #4381 | Juan Linietsky | |
2016-06-06 | Merge pull request #4977 from SaracenOne/scripting_expose | Juan Linietsky | |
Expose extra methods and constants to scripts | |||
2016-06-06 | Merge pull request #5026 from Geequlim/patch9frame-extension | Juan Linietsky | |
Enhanced Patch9Frame | |||
2016-06-06 | Merge pull request #5056 from SaracenOne/bitmask_import_plugin | Juan Linietsky | |
Bitmask import plugin | |||
2016-06-06 | Fix error tab index out of size print, issue 4997 | Paulb23 | |
2016-06-05 | Bitmask import plugin | Saracen | |
2016-06-06 | Fix min size bug of Label | volzhs | |
caused by #5030 | |||
2016-06-05 | changed TTR for RTR | Juan Linietsky | |
2016-06-04 | fix for travis | Juan Linietsky | |
2016-06-04 | -customizable shortcuts in editor | Juan Linietsky | |
-editor settings now save to .tres instead of .xml -buttons can now hold a shortcut | |||
2016-06-05 | Enhanced StyleBoxTexture: | Geequlim | |
Add texture region support for StyleBoxTexture. Quick region(texture region and scale region) selection for StyleBoxTexture with TextureRegionEditorPlugin. | |||
2016-06-05 | Add plugin to pick texture region and patch margins for Patch9Frame | Geequlim | |
2016-06-05 | Add texture region support for Patch9Frame | Geequlim | |
2016-06-05 | Add texture region support for stylebox render | Geequlim | |
2016-06-04 | Created a NodeDock with signals and groups | Juan Linietsky | |
2016-06-04 | Expose control theme element and override detection methods to scripting side. | Saracen | |
2016-06-04 | Merge pull request #5032 from akien-mga/pr-defaut-linear-damp | Rémi Verschelde | |
Physics2D: Rename default_density to default_linear_damp | |||
2016-06-04 | Merge pull request #5030 from sanikoyes/Pr-fix-label-minsize | Rémi Verschelde | |
fix line_edit&label get min size bug&draw problem | |||
2016-06-04 | Merge pull request #4300 from leezh/control_focus_mode | Rémi Verschelde | |
Exposed Control::focus_mode to the scene editor | |||
2016-06-04 | Physics2D: Rename default_density to default_linear_damp | Rémi Verschelde | |
Also adds a proper deprecating warning and tries to do some porting automatically. Supersedes #4109. | |||
2016-06-04 | fix line_edit&label get min size bug | sanikoyes | |
fix line_edit draw char(x ofs_max) | |||
2016-06-03 | Exposed a RESULT_DOWNLOAD_FILE_CANT_OPEN constant to docs and GDScript. | J08nY | |
2016-06-01 | Merge pull request #4952 from sanikoyes/Pr-fix-stb-font-prop | Juan Linietsky | |
fix stb font property names | |||
2016-05-31 | Some cleanup to GDScript | Juan Linietsky | |
separated GDFunction (VM) from GDScript in two different files | |||
2016-05-31 | fix stb font property names | sanikoyes | |
2016-05-31 | Merge pull request #4916 from Paulb23/current_line_highlighting | Rémi Verschelde | |
Current line highlighting draws behind line numbers and breakpont gutter | |||
2016-05-30 | Merge remote-tracking branch 'origin/master' | Juan Linietsky | |
2016-05-30 | changed font system to use fallbacks | Juan Linietsky | |
this way more than 64k characters can be used | |||
2016-05-30 | Merge pull request #4920 from neikeq/pr-search-bar-fix | Rémi Verschelde | |
Fixed and improved search bar | |||
2016-05-30 | Fixed and improved search bar | Ignacio Etcheverry | |
- Search no longer selects the results - Return focus to the text editor when hiding the bar - Fix connecting to invalid signal - Update/redraw the text editor after searching | |||
2016-05-30 | Current line draws behind line numbers and breakpont gutter | Paulb23 | |
2016-05-30 | Make dialogs translatable | Geequlim | |
2016-05-30 | -Some fixes to OSX retina scaling for window functions | Juan Linietsky | |
-Implemented HiDPI detection and support for Godot Editor! | |||
2016-05-29 | Merge pull request #4847 from Hinsbart/fix_icon_scale_new | Rémi Verschelde | |
Proper alignment and fixed scaling for TileMapEditor tile icons. | |||
2016-05-29 | Merge pull request #4823 from Paulb23/fix_backspace_selection_redo_crash | Rémi Verschelde | |
Fix crash when redoing backspace to clear selection |