aboutsummaryrefslogtreecommitdiff
path: root/modules/gdnative/pluginscript/pluginscript_script.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2017-11-20Update AUTHORS and DONORS listRémi Verschelde2-11/+41
2017-11-20Fix TextEdit::cursor_set_line bindingsRémi Verschelde1-1/+1
2017-11-20Add close other tabs to Script Editorsersoong2-1/+39
2017-11-20Few fixes for asset store browserChaosus1-15/+28
2017-11-20EditorSettings: Dehardcode major in config file nameRémi Verschelde1-1/+1
2017-11-20Set android 'compileSdkVersion' to 24Konstantin Zaitsev1-1/+1
2017-11-20Change editor_settings.tres to editor_settings-3.tressersoong1-1/+1
2017-11-19Ability to change indirect light energy.Juan Linietsky5-4/+10
2017-11-20Fix the prevention for sliding on slopes in the 2d version of move_and_slideEric Wiltfang1-1/+4
2017-11-20Rename the version's "revision" to "build"Rémi Verschelde5-12/+12
2017-11-20Pass engine name and version parts as proper stringsRémi Verschelde15-31/+28
2017-11-20Export boot splash and add custom HTML file option in HTML5 exportLeon Krause1-12/+56
2017-11-19Fix Regression: running current scene (unsaved) will ask for main sceneMarcin Zawiejski1-1/+1
2017-11-20Add "View FPS" in 3D->Perspective's popup.Dmitry Koteroff2-0/+44
2017-11-19Visual Studio project creation bug fixRoyBerube1-0/+5
2017-11-19Revert "change low cpu delay to 1 usec, should make editor smoother and not r...Rémi Verschelde1-2/+1
2017-11-19Make particles with DISABLE_Z active respect ALIGN_Y. Fixes #12865Tom Beckmann1-3/+9
2017-11-19Let SceneTreeDock duplicate nodes via Node::duplicate()Pedro J. Estébanez4-84/+45
2017-11-19Remove out-of-logic assignment of instance's original scenePedro J. Estébanez1-4/+0
2017-11-19Add cpp.hint file to improve IntelliSenseMatthias Hoelzl3-0/+15
2017-11-19Use new XDG folders to dehardcode pathsRémi Verschelde15-61/+58
2017-11-19Add initial support for the XDG Base Directory specRémi Verschelde17-118/+360
2017-11-19Fix import obj as scene.Daniel J. Ramirez1-0/+1
2017-11-19Check whether GL context supports the expected APIRémi Verschelde1-23/+16
2017-11-19Fix the class docs for the rst-syntax errors.Martin Capitanio10-10/+11
2017-11-19Use parallel transport in PathFollow2D.Ferenc Arn2-29/+22
2017-11-19Fix #10798: Fixes Change Type does not change iconOrkun1-0/+2
2017-11-19Added null check in Bullet cast_motion APIAndreaCatania1-10/+12
2017-11-19Fixed gravity scaleAndreaCatania1-1/+2
2017-11-19Cleanup old references to GLES2 rendererRémi Verschelde22-133/+31
2017-11-19Removed dynamic_cast from Bullet ServerAndreaCatania1-14/+18
2017-11-19Fixed kinematic movement on concave shapeAndreaCatania4-64/+146
2017-11-19Restore post_import functionvolzhs1-1/+1
2017-11-19Change HTML5 start-up APILeon Krause5-94/+137
2017-11-19Fix duplication of signalsPedro J. Estébanez2-4/+22
2017-11-19Fixed issue with animation keys that are on frame 0 being difficult to clickBenH1-1/+1
2017-11-19Rework the canvas_item API for further improves to the canvas item editorGilles Roudiere31-498/+285
2017-11-19fix set_current_tab: Indexp_current=-1 out of sizeOmar Al Halabi1-1/+1
2017-11-19Add currency code to iOS product details responseEvgeny Zuev1-0/+3
2017-11-19Added a label to the Dock Positioner.Michael Alexsander Silva Dias1-1/+6
2017-11-18add scene button and tab scrollingIan4-64/+145
2017-11-18scrolling fixesIan5-194/+310
2017-11-18change expand_to_len property to add on nonzero...also rename tokbake1-1/+2
2017-11-18Mono: Fix compiler error with Variant::operator AABB()Ignacio Etcheverry2-2/+2
2017-11-18Suppress progress messages in Visual Studio output paneMatthias Hoelzl1-3/+3
2017-11-18Fixed issue where some of the animation editor buttons were difficult to clic...BenH1-6/+5
2017-11-18Remove asm.js support from HTML5 platformLeon Krause7-148/+25
2017-11-17Improved packed scene previews.Daniel J. Ramirez3-18/+34
2017-11-18Facilitate exposing platform-exclusive interfaces to all platformsLeon Krause12-35/+211
2017-11-17TextEdit code foldingIan6-63/+489