aboutsummaryrefslogtreecommitdiff
path: root/platform/javascript/api/api.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-05-16Fix scons installation on AppVeyorRémi Verschelde1-1/+2
2018-05-16Fix bad operator check in `ShaderLanguage::_validate_assign`nemerle1-1/+1
2018-05-16Add missing copyright headersGuilherme Felipe27-0/+810
2018-05-16Properly show the property name on tooltipJuan Linietsky1-1/+5
2018-05-17[docs] fix links in class docsKelly Thomas9-14/+14
2018-05-16Exposed set/get_project_metadata in EditorSettings.Michael Alexsander Silva Dias4-4/+29
2018-05-16AssetLib pagination modificationsKarolis K2-36/+36
2018-05-16Changed the name displayed in the Script tab for built-in script with a more ...Samuele Zolfanelli1-1/+2
2018-05-16Store flags so it isn't lost when viewport isn't setup yetBastiaan Olij2-6/+9
2018-05-16Allow editing of some unbound properties when hinted (or no range hinted)Juan Linietsky18-48/+113
2018-05-16Add note about color picker deferred initializationJuan Linietsky1-0/+3
2018-05-16Fix segfault at quiting editorvolzhs1-1/+1
2018-05-16Add margin bottom with find/replace bar on script editorvolzhs2-6/+5
2018-05-16Fix Camera2D drag margin property is affected by zoom property #18912Anthony Rey1-4/+4
2018-05-15Fix compile error with clangMarcelo Fernandez1-1/+1
2018-05-15-New inspector.Juan Linietsky39-337/+5975
2018-05-15Fix missing registration for new param of TextEdit::cursor_set_line.Pieter-Jan Briers2-1/+3
2018-05-15fix get_char_width for non-latin charactersianb962-3/+3
2018-05-16Update zstd to 1.3.4volzhs32-3196/+5587
2018-05-16Update minizip to 1.2.11volzhs8-45/+68
2018-05-16Update libwebp to 1.0.0volzhs49-367/+1589
2018-05-15Respect visibility change by Scene dock when using Sync Scene Changesvolzhs2-29/+15
2018-05-15Bring back 2D bone selectionGilles Roudiere2-38/+92
2018-05-15Fixes hovered Nodes2D display in the editor (remove duplicates)Gilles Roudiere1-1/+10
2018-05-14added documentation for procedural skyclayjohn1-0/+19
2018-05-14TextEdit word wrapIan4-576/+986
2018-05-14ImageTexture.load returns an error code.Pieter-Jan Briers4-6/+11
2018-05-14Workaround for clang 6 bug.bruvzg1-9/+9
2018-05-14[docs] fix links in class docsKelly Thomas3-7/+7
2018-05-14Build HTML5 release_debug with -Os, like release.Leon Krause1-10/+6
2018-05-14Small refactoring in HTML5 build scriptsLeon Krause2-6/+3
2018-05-14Fixed some warnings found with Cppcheck.Michael Alexsander Silva Dias8-25/+8
2018-05-13Updates frame timeout when changing speed scalegroud2-11/+19
2018-05-13filled in docs for panorama skyclayjohn1-0/+3
2018-05-13Revert "Use fake audio playing property in editor"Hein-Pieter van Braam6-44/+3
2018-05-13[macOS] Fix numeric keys scan-codes remapping.bruvzg1-10/+10
2018-05-13Fix duplicate definitions with FreeTypeLeon Krause1-3/+0
2018-05-13Editor: make custom bold font config workingMartin Capitanio1-1/+1
2018-05-12[DOCS] Vector2/Vector3/TileMap wording fixesChris Bradfield3-64/+69
2018-05-12Expose channels in NetworkedMultiplayerENetFabio Alessandrelli3-6/+115
2018-05-12Fix and improve docs, adds send_bytesFabio Alessandrelli3-10/+31
2018-05-12Allow sending raw bytes through MultiplayerAPIFabio Alessandrelli2-1/+41
2018-05-12Makes doc methods display enums.Pieter-Jan Briers1-9/+28
2018-05-12Add SLERP to Vector{2,3}, optimize Quat's Vector3 rotation.tagcup11-17/+158
2018-05-12Change reused variable name in command line parsingLeon Krause1-6/+6
2018-05-12Remove dead branch in command line logicLeon Krause1-16/+1
2018-05-12Revert "Fix custom resource path look-up per command line"Leon Krause1-4/+1
2018-05-12Fix Error in the ScrollContainer TooltipsDaniel "Orangestar" O1-1/+1
2018-05-12Sync classref with current sourceRémi Verschelde48-55/+774
2018-05-11Fix scene import when platform=serverJosh Faust1-23/+131