summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-11-13Change popup_menu.cpp as proposed in #2011Bojidar Marinov
2015-11-12Implement Ctrl + backspace/delete to delete wordsFranklin Sobrinho
2015-11-12Allow extending from Object in GDScripteska
2015-11-12Remove of use_exclude_ctrl_bones (was removed in io_scene_dae by Sergey Lapin...Neiro
2015-11-11-fixes to animatedsprite used with atlasJuan Linietsky
2015-11-11Implement Quat multiply operator, and xform methodFranklin Sobrinho
2015-11-10Fix node renaming bug when using the '.' charactersanikoyes
2015-11-10Fix error messages forcing a white font for subsequent messagesRémi Verschelde
2015-11-10Display error type (error, warning, script error) in OS::print_errorRémi Verschelde
2015-11-09-support for stereo ima-adpcm sample compression & playbackJuan Linietsky
2015-11-09* Winsock UDP messages sent to an unavailable target causing WSAECONNRESET wi...Trond Abusdal
2015-11-09Fixed PacketPeerUDP getting wrongly closed due to recvfrom using rb.data_left...Trond Abusdal
2015-11-09add copyright textmasoud bh
2015-11-09change pe_bliss parent directory from /drivers to /toolsmasoud bh
2015-11-09Add icon to exe file in windows exportmasoud bh
2015-11-07TextEdit: Properly scroll vertically when selecting text with mouse dragneikeq
2015-11-07Merge pull request #2645 from Ovnuniarchos/DocCurvePathPFollowRémi Verschelde
2015-11-07Documented classes Curve*, Path*, and PathFollow*Ovnuniarchos
2015-11-07Merge pull request #2727 from Ovnuniarchos/DocRegexRémi Verschelde
2015-11-07Exposed RegEx expanded option to scriptsZher Huei Lee
2015-11-07Updated RegEx demosZher Huei Lee
2015-11-07Fixed segfault in RegEx.get_capture()Zher Huei Lee
2015-11-07Updated nrex to latest versionZher Huei Lee
2015-11-07Updated nrex for LookAhead supportZher Huei Lee
2015-11-06Add <Select All>(Ctrl+A) shortcut to LineEdit.MarianoGNU
2015-11-06Fix String content testFranklin Sobrinho
2015-11-06Fix Opus driver build for VS2010 and VS2012George Marques
2015-11-05Add Tree checkbox check/uncheck behavior when pressing enterFranklin Sobrinho
2015-11-04Fix Range exp_edit propertyFranklin Sobrinho
2015-11-04more fixesJuan Linietsky
2015-11-04Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky
2015-11-04maybe fix stop issue in theoraJuan Linietsky
2015-11-03Update README.mdJuan Linietsky
2015-11-03Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky
2015-11-03fix video/audio synchronization code in theoraJuan Linietsky
2015-11-03Regex class documented. For some reason, parameter descriptors don\'t appear.Ovnuniarchos
2015-11-02Fixed broken set_loop_restart_time method in AudioStreamPlaybackOGGVorbis class.Saracen
2015-11-02Aligned line edit fix.Saracen
2015-11-02Added alignment to LineEdit GUI control.Saracen
2015-11-02Disable baked lighting sampling on shadeless materials.Saracen
2015-11-02Merge branch 'master' of github.com:okamstudio/godotAnton Yabchinskiy
2015-11-02Experimental retooling of AnimationTreePlayer to allow manual advancement.Saracen
2015-11-02BoneAttachment fix.Saracen
2015-11-02Moved deleting sample player in OS finalize methods to before deleting audio ...Saracen
2015-11-02Ignore alpha materials in baked light ray-tracer.Saracen
2015-11-02Added missing saving support to animation editor.Saracen
2015-11-02Added ability to write directly to 4-dimensional position vector from within ...Saracen
2015-11-02Fix issue #1275Franklin Sobrinho
2015-11-02Merge pull request #2680 from Brickcaster/onceagainRémi Verschelde
2015-11-01Added description to classes/ScrollContainerBrickcaster