aboutsummaryrefslogtreecommitdiff
path: root/modules/visual_script/visual_script_editor.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2017-01-08Removed ratio anchoring (will have to fix multiple 3D views later..)Juan Linietsky7-137/+51
2017-01-08Swapped expand and fill flag bits, so scenes don't save this property by defaultJuan Linietsky2-4/+4
2017-01-08Rename "joypad_linux" class to "JoypadLinux"Andreas Haas4-26/+25
2017-01-08PopupMenu now emits both index_pressed and id_pressed instead of item_pressed...Juan Linietsky43-87/+89
2017-01-08Renamed finished to animation_finished, also passes the animation name when f...Juan Linietsky4-4/+6
2017-01-08Move tests again from core to mainRémi Verschelde30-2/+3
2017-01-08Finish replacement of joystick by joypadRémi Verschelde17-15/+17
2017-01-08opus: Update to upstream opusfile 0.8Rémi Verschelde5-72/+111
2017-01-08Removed the "released" signal from button, it's pointless now that button_dow...Juan Linietsky1-2/+2
2017-01-08Made Variant::NIL printable as "Null". Please everyone be on the lookout of b...Juan Linietsky2-2/+5
2017-01-08renamed joystick to joypad everywhere around source code!Juan Linietsky49-416/+416
2017-01-08Windows: Define _WIN32_WINRT to 0x0600 (Vista)Rémi Verschelde7-16/+9
2017-01-08renamed _input_event for GUI events to _gui_input, so it's more differentiate...Juan Linietsky117-224/+229
2017-01-08Dictionary keys are now sorted by insertion orderJuan Linietsky2-13/+89
2017-01-08x11: Improve logic for cross-dependencies between freetype, zlib and libpngRémi Verschelde1-2/+13
2017-01-08i18n: Add support for Scots (sco) languageRémi Verschelde1-0/+1
2017-01-08removed unnecesary modulate funtions, which were superseded by self_modulateJuan Linietsky9-82/+26
2017-01-08Use more compatible initializarion of RWLockPosixJuan Linietsky1-1/+2
2017-01-08Added missing readers writers lock to windows, should compile and run again..Juan Linietsky3-0/+111
2017-01-08fixes compilation in windows?Juan Linietsky1-14/+2
2017-01-08Move core engine tests to core/Rémi Verschelde31-9/+4
2017-01-08Fix codeblock tag in classes.xml for EditorSettingsEmmanuel Leblond1-9/+11
2017-01-08i18n: Sync templates with current codeRémi Verschelde31-951/+2522
2017-01-08i18n: Sync translations with WeblateRémi Verschelde13-16543/+3219
2017-01-08Fix code completion for new getnode syntaxJuan Linietsky4-8/+37
2017-01-08-Fix bugs related to PoolVector crashesJuan Linietsky5-5/+124
2017-01-07Memory pool vectors (DVector) have been enormously simplified in code, and re...Juan Linietsky257-3095/+2783
2017-01-06Remove bundled glew, obsoleted by gladRémi Verschelde9-47351/+1
2017-01-06glad: Update to upstream 0.1.13a0Rémi Verschelde3-10/+22
2017-01-06Move glad files to thirdparty dirRémi Verschelde7-28/+13
2017-01-06-Changed memory functions, Memory::alloc_static*, simplified them, made them ...Juan Linietsky18-1121/+336
2017-01-05Editor settings categories are now tidy and beautiful!Juan Linietsky47-530/+545
2017-01-05opus: Update to upstream libopus 1.1.3Rémi Verschelde10-77/+238
2017-01-05zlib: Update to upstream 1.2.10Rémi Verschelde22-758/+3406
2017-01-05libpng: Update to upstream 1.6.28Rémi Verschelde7-58/+46
2017-01-05-Changed most project settings in the engine, so they have major and minor ca...Juan Linietsky109-789/+847
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