summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-11-18Merge pull request #2770 from TheHX/fix_quat_operatorJuan Linietsky
2015-11-18Merge pull request #2775 from n31r0/masterJuan Linietsky
2015-11-18Merge pull request #2776 from eska014/extend-objectJuan Linietsky
2015-11-18Merge pull request #2779 from bojidar-bg/patch-5Juan Linietsky
2015-11-18Merge pull request #2784 from masoudbh3/resigning-android-templateJuan Linietsky
2015-11-18Merge pull request #2808 from Ovnuniarchos/ShapeLine2DXPolygonEditorJuan Linietsky
2015-11-18*Polygon2D now updates on any modification in its point array. ShapeLine2D ha...Ovnuniarchos
2015-11-18-Fixed default theme a littleJuan Linietsky
2015-11-18Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky
2015-11-18-fixed tabsJuan Linietsky
2015-11-17missing iconsJuan Linietsky
2015-11-17-Merged Script and Help tabsJuan Linietsky
2015-11-16Change handling of invalid JSON escape sequences.Bojidar Marinov
2015-11-16tabsAriel Manzur
2015-11-16drivers and theoraAriel Manzur
2015-11-15Merge pull request #2795 from kurikaesu/masterpunto-
2015-11-16Changed drviers/SCsub spaces to tabs.Aren Villanueva
2015-11-16Use macros to determine which iOS SDK we have in order to be backwards compat...Aren Villanueva
2015-11-16Properly fixes compilation in an msys environment.Aren Villanueva
2015-11-16iOS compile fixes.Aren Villanueva
2015-11-16Optimised the oc_filter_hedge and oc_filter_vedge routines in theora a little.Aren Villanueva
2015-11-16Compile fixes for mingw msys2.Aren Villanueva
2015-11-14Skip META-INF from Android Templatemasoud bh
2015-11-14windows crash and bind placeholder methodAriel Manzur
2015-11-13-better integration of ndee's themeJuan Linietsky
2015-11-13Small PopupMenu changesneikeq
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-08New shader feature: change the colour of shadows on a per-material basis.Saracen
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