aboutsummaryrefslogtreecommitdiff
path: root/platform/javascript/export/export.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2017-01-05-Changed most project settings in the engine, so they have major and minor ca...Juan Linietsky1-3/+3
2017-01-04-GDScript support for accessing properties directlyJuan Linietsky9-69/+320
2017-01-05Enabled code that requests an OpenGL 3 context.BastiaanOlij2-9/+3
2017-01-04First set of changes to fix compilation errors and initialise the gles3 rende...BastiaanOlij7-17/+49
2017-01-04-Conversion of most properties to a simpler syntax, easier to use by scriptJuan Linietsky105-1023/+1857
2017-01-03Use right handed coordinate system for rotation matrices and quaternions. Als...Ferenc Arn16-135/+211
2017-01-03Travis: Disable OSX and iOS temporarilyRémi Verschelde1-2/+2
2017-01-03Improvement to y_sort: make clear which item has to be drawn firstlonesurvivor1-1/+4
2017-01-03Begin modifying properties to make them more friendly to script and doc.Juan Linietsky16-598/+128
2017-01-02ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky751-7810/+8046
2017-01-02Bump version to 3.0-alphaRémi Verschelde1-2/+2
2017-01-02Revert "Bindings: Fix missing default value"Rémi Verschelde1-1/+1
2017-01-02Revert "bind method canvas_item_set_sort_children_by_y"Rémi Verschelde1-1/+0
2017-01-02Revert "small improvement to y_sort: make clear which item has to be drawn fi...Rémi Verschelde1-4/+1
2017-01-02Revert "Add/expose VisualServer::get_default_clear_color()"Rémi Verschelde5-9/+0
2017-01-02Revert expression reduction from #7390Rémi Verschelde1-1/+1
2017-01-02fix stupid bug in light downscaling for GI ProbeJuan Linietsky1-3/+6
2017-01-02Making deselect work for TreeItem when select_mode is SELECT_SINGLE and item_...Bruno Ortiz1-16/+6
2017-01-02Exposing edit_resource method of EditorNode in the EditorPlugin (#7355)Bruno Ortiz3-0/+14
2017-01-02Add the 'finished' signal to AnimatedSpriteWilhem Barbier2-0/+9
2017-01-02Add a metallic modeJuan Linietsky2-5/+82
2017-01-01WIP particle systemJuan Linietsky22-151/+664
2017-01-01Welcome in 2017, dear changelog reader!Rémi Verschelde1383-1389/+1389
2017-01-01TileMap: _update_dirty_quadrants() cancel pending update pre returnIgnacio Etcheverry1-3/+3
2016-12-31Added option to toggle bucket fill previewMarc Gilleron1-2/+3
2016-12-31Added bucket fill previewMarc Gilleron2-8/+87
2016-12-31Some fixes and clean upsJuan Linietsky11-25/+141
2016-12-30begin work on new particle systemreduz13-59/+832
2016-12-29Update DebugMesh when NavMesh changes ktksgit1-0/+5
2016-12-29Disallow assignment to constants and expressionsBojidar Marinov1-1/+10
2016-12-28Fix #7098 by not accepting right clicks while dragging the rangeBojidar Marinov1-0/+3
2016-12-28Show visual notice for visibility on Scene Dockvolzhs4-3/+28
2016-12-28Able to change visibility when ancestor node is hiddenvolzhs2-20/+2
2016-12-27Scroll horizontally with mouse wheel when horizontal enabled onlyvolzhs1-6/+14
2016-12-26fix ColorPicker not correctly updating after pasting hex html colorchanon1-1/+1
2016-12-25now it really works on window for realreduz3-4/+45
2016-12-24Add new option to always open output on playGuilherme Felipe1-0/+3
2016-12-24Fix visibility of bottom panel when start playingGuilherme Felipe2-14/+2
2016-12-24fixed a horrible bug on Windows AMD, scenes saved until now in this branchreduz8-16/+40
2016-12-24Expose set_bone_name and get_bone_name to GDscriptElia Argentieri2-0/+7
2016-12-24Update libwebp to 0.5.2volzhs28-230/+311
2016-12-23PopupMenu upgrade: Hide on item selection (#7306)Ivan P. Skodje4-4/+50
2016-12-23Fixed many more bugs reported by ValgrindJuan Linietsky5-1/+10
2016-12-23eliminated some crashes according to llvm address sanitizerJuan Linietsky1-0/+2
2016-12-23put some limits to max ubo sizes to avoid crashesJuan Linietsky3-4/+4
2016-12-23baking now shows a proper button, and bakes can be saved.Juan Linietsky11-194/+194
2016-12-22Fix issue #7331REBELLIOUSX\Rebel_X1-1/+1
2016-12-22can bake for omni and spotlightJuan Linietsky14-91/+439
2016-12-22Fix duplicated string on RichTextLabel if starts with '\n'volzhs1-1/+2
2016-12-21Allows to start the scene with custom arguments within the editorbebae2-12/+9