summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-11-18Merge pull request #2735 from TheHX/fix_tree_checkboxJuan Linietsky
Fix Tree checkbox check/uncheck behavior
2015-11-18Merge pull request #2737 from akien-mga/type-specific-error-outputJuan Linietsky
Display error type (error, warning, script error) in OS::print_error + cleanup error ANSI coloring
2015-11-18Merge pull request #2747 from MarianoGnu/line_editJuan Linietsky
Add <Select All>(Ctrl+A) shortcut to LineEdit. Fixes #1094
2015-11-18Merge pull request #2748 from vnen/fix-2744Juan Linietsky
Fix Opus driver build for VS2010 and VS2012
2015-11-18Merge pull request #2749 from TheHX/fix_string_content_testJuan Linietsky
Fix String content test
2015-11-18Merge pull request #2764 from guilhermefelipecgs/fix_camera2d_set_zoomJuan Linietsky
Fix for smoothing camera2D when you change zoom.
2015-11-18Merge pull request #2767 from akien-mga/PR-node-rename-problem2Juan Linietsky
Fix node renaming bug when using the '.' character
2015-11-18Merge pull request #2769 from TheHX/text_edit_improvementsJuan Linietsky
Implement Ctrl + backspace/delete to delete words
2015-11-18Merge pull request #2770 from TheHX/fix_quat_operatorJuan Linietsky
Implement Quat multiply operator, and bind xform method
2015-11-18Merge pull request #2775 from n31r0/masterJuan Linietsky
Remove of use_exclude_ctrl_bones (was removed in io_scene_dae by Serg…
2015-11-18Merge pull request #2776 from eska014/extend-objectJuan Linietsky
GDScript: Allow extending directly from Object
2015-11-18Merge pull request #2779 from bojidar-bg/patch-5Juan Linietsky
Change popup_menu.cpp to deselect on .clear
2015-11-18Merge pull request #2784 from masoudbh3/resigning-android-templateJuan Linietsky
Skip META-INF from Android Template
2015-11-18Merge pull request #2808 from Ovnuniarchos/ShapeLine2DXPolygonEditorJuan Linietsky
2D shapes editor update
2015-11-18*Polygon2D now updates on any modification in its point array. ShapeLine2D ↵Ovnuniarchos
has now an editor.
2015-11-18-Fixed default theme a littleJuan Linietsky
-Added option to group help pages, fixes #2805
2015-11-18Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky
Conflicts: drivers/theora/video_stream_theora.cpp
2015-11-18-fixed tabsJuan Linietsky
2015-11-17missing iconsJuan Linietsky
2015-11-17-Merged Script and Help tabsJuan Linietsky
-Help tabs can be opened many at the same time -Color temperatures for opened scripts -Dominant script opening when switching scene tab
2015-11-16tabsAriel Manzur
2015-11-16drivers and theoraAriel Manzur
2015-11-15Merge pull request #2795 from kurikaesu/masterpunto-
iPhone platform fixes {resubmit}
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 ↵Aren Villanueva
compatible with older SDKs when fixing template compilation issues.
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
The drivers directory has way too many source files being compiled for a single library file. The command line length limit was getting hit.
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-13Change popup_menu.cpp as proposed in #2011Bojidar Marinov
Closes #2011
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 ↵Neiro
Lapin, commit 4210d5e4594fcf80bc121bccc916d411663d02bc) in godot_export_manager.py
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
Fixed by making '.' (and '/') illegal character in node names when adding via the rename feature.
2015-11-10Fix error messages forcing a white font for subsequent messagesRémi Verschelde
This is achieved using the "no specific formatting" \E[0m tag. Fixes #2566. Also remove the hardcoded black background colour and use default bolded terminal font for error message. Error logs should now look good both on terminals with a dark and light background colour.
2015-11-10Display error type (error, warning, script error) in OS::print_errorRémi Verschelde
Previously all types of errors would be shown as ERROR, thus making for example warnings (WARN_PRINT) somewhat aggressive. ERROR is displayed in red, WARNING in yellow and SCRIPT ERROR in magenta (though the latter does not seem used so far). Fixes #1127.
2015-11-09-support for stereo ima-adpcm sample compression & playbackJuan Linietsky
-support for converting samples to ima-adpcm upon export
2015-11-07Merge pull request #2645 from Ovnuniarchos/DocCurvePathPFollowRémi Verschelde
Documented classes Curve*, Path*, and PathFollow*
2015-11-07Documented classes Curve*, Path*, and PathFollow*Ovnuniarchos
2015-11-07Merge pull request #2727 from Ovnuniarchos/DocRegexRémi Verschelde
RegEx class documented.
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
Fix #2744
2015-11-05Add Tree checkbox check/uncheck behavior when pressing enterFranklin Sobrinho
2015-11-04more fixesJuan Linietsky