summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-09-19Add docs for XMLparser, VideoPlayer and most of TreeGeorge Marques
2016-09-19Merge pull request #6549 from Hinsbart/default_layoutRémi Verschelde
Make the choosable default editor layout the same as the actual default [ci skip]
2016-09-19Make the choosable default editor layout the same as the actual default one.Andreas Haas
Fixes #6266
2016-09-19Merge pull request #6545 from Hinsbart/texteditRémi Verschelde
Fix ability to cut/paste text in LineEdit/TextEdit in readonly mode. [ci skip]
2016-09-19Fix ability to cut/paste text in LineEdit/TextEdit in readonly mode.Andreas Haas
Fixes #6466
2016-09-18Merge pull request #6534 from djrm/iconsRémi Verschelde
New distraction free mode icon
2016-09-18Merge pull request #6525 from vnen/plugin-bottom-show-hideRémi Verschelde
Expose bottom panel show/hide for plugins
2016-09-18New distraction free mode iconDaniel J. Ramirez
2016-09-17Merge pull request #6516 from vnen/plugin-main-screenRémi Verschelde
Add a function to plugin get the main screen parent
2016-09-17Merge pull request #6504 from Hinsbart/joy_axisRémi Verschelde
Fix input action pressed state not changing for quick joystick moveme…
2016-09-17Merge pull request #6498 from Paulb23/current_script_highlight_fixRémi Verschelde
Fix highlight current script when script temperature is disabled
2016-09-17Merge pull request #6489 from zaps166/vorbis-no-encRémi Verschelde
Vorbis: Don't compile unnecessary encoder files
2016-09-17Merge pull request #6414 from RandomShaper/improve-shader-shadowRémi Verschelde
Expose additional light/shadow properties to canvas item shaders
2016-09-17Expose bottom panel show/hide for pluginsGeorge Marques
2016-09-16Add a function to plugin get the main screen parentGeorge Marques
- Fix a bug where the main screen button did not disappear when the plugin was deactivated.
2016-09-16Merge pull request #6510 from Hinsbart/doc_vibRémi Verschelde
Update documentation on joystick vibration. [ci skip]
2016-09-16Update documentation on joystick vibration.Andreas Haas
Added a note that long vibration durations are not recommended because of hardware limitations. For example, my ps4 controller can only vibrate for ~3s on linux.
2016-09-15Fix input action pressed state not changing for quick joystick movements.Andreas Haas
fixes #6488 Also removes a bunch of dead code related to checking if a joystick axis is pressed.
2016-09-15Fix highlight current script when script temputure is disabledPaulb23
2016-09-15Hacked a demo C# class parser for neikeq.Juan Linietsky
2016-09-15Center camera2D with the proper viewport sizeJuan Linietsky
2016-09-14Call run callbackJuan Linietsky
2016-09-14Added API version and hashing to ObjectTypeDBJuan Linietsky
2016-09-14Vorbis: Don't compile unnecessary encoder filesBłażej Szczygieł
2016-09-14Added a few functions to make 2D split screen easier.Juan Linietsky
2016-09-14Merge pull request #6486 from Faless/viewport2dJuan Linietsky
Restore Viewport::set_world_2d() functionality (2D Split Screen)
2016-09-14Restore viewport set_world_2d functionalityFabio Alessandrelli
2016-09-13Added a generic AStar implementation to Godot.Juan Linietsky
It's pretty fast, use it for games where Navigation does not cut it.
2016-09-13Make Godot detect if the screen is too small (<1200 pixels wide), and use ↵Juan Linietsky
single dock column like in 1.0 if that's the case.
2016-09-13-Added VeryLowDPI and MidDPI modes to Godot editor.Juan Linietsky
-Improved HiDPI detection (requires resolution of > 2000 in X axis)
2016-09-13Distraction free icon was missingJuan Linietsky
2016-09-13-Add a distraction free mode button (so users know it's there)Juan Linietsky
-Made distaction free not hide the top bar, it's more loss than gain to hide it -Fix fullscreen toggling and added a menu option for it so it's also visible in settings.
2016-09-13Merge pull request #6473 from ↵Juan Linietsky
sanikoyes/Pr-ScrollContainer-expand-children-bug-fix fix ScrollContainer cannot scroll when scroll bar is hidden
2016-09-13Merge pull request #6472 from vnen/fix-gds-nontoolsRémi Verschelde
Fix build for templates
2016-09-13fix ScrollContainer cannot scroll when scroll bar is hiddensanikoyes
2016-09-12Fix UWP gamepadGeorge Marques
2016-09-12Added favorites and recent history to create dialogJuan Linietsky
2016-09-12Fix build for templatesGeorge Marques
2016-09-12Modified resource menu for node scripts so it always goes through the new ↵Juan Linietsky
script wizard.
2016-09-12Merge pull request #6465 from Paulb23/script_highlight_color_updateRémi Verschelde
Update current script color on change
2016-09-12Update current script color on changePaulb23
2016-09-12Do ctrl-click on any code identifier to go to definiton or help page.Juan Linietsky
2016-09-11Merge pull request #6281 from bojidar-bg/gdscript-ternary-operatorJuan Linietsky
Ternary operator in GDScript (a if x else b)
2016-09-11Merge pull request #6446 from vnen/fix-scons-python-envRémi Verschelde
Fix the Windows environment in SCons spawn function
2016-09-11Changed default assignment of shorcut for alt-left/right to history ↵Juan Linietsky
next/prev, which is more standard and useful. Indent can be done with tab and shift-tab anyway. If you don't like this, feel free to reassign them manually in the editor settings :P
2016-09-11Added constants from types in code completion, somehow this was never added.Juan Linietsky
Stuff like Label.ALIGN_CENTER or Mesh.PRIMITIVE_TRIANGLES did not complete..
2016-09-11Add argument options for the theme override functions in ControlJuan Linietsky
2016-09-11-Added a ColorFrame control, kind of like Texture but for color.Juan Linietsky
-Added dropping nodes to text editor for them to become a path -Fixed issues with font not properly being set in code editor
2016-09-11-Cleaned up find/replace bar for replace (made selection only default if ↵Juan Linietsky
selection exists), also made buttons look like buttons -Fixed a bug related to theme propagation, may be able to solve #6443, #6302 and others. Please test.
2016-09-10Fix build error in WinRT exportGeorge Marques