aboutsummaryrefslogtreecommitdiff
path: root/servers/visual_server.cpp
Commit message (Expand)AuthorAgeFilesLines
* canvas_item_add_triangle_array bind fixupMarcelo Fernandez2018-05-081-1/+1
* Merge pull request #18495 from Zylann/partial_texture_updateJuan Linietsky2018-05-071-0/+1
|\
| * Added partial texture update to VisualServerMarc Gilleron2018-04-291-0/+1
* | Fixes logically dead code (Coverity)Crazy-P2018-04-211-2/+2
|/
* [DOCS] Sync classref with current sourcePoommetee Ketson2018-02-251-2/+2
* Readd VS.sync and VS.draw to keep compatibilityRémi Verschelde2018-02-191-0/+6
* Merge pull request #15892 from Zylann/add_missing_vs_bindingsRémi Verschelde2018-02-141-4/+281
|\
| * Added all missing VisualServer bindingsMarc Gilleron2018-01-201-4/+281
* | Fix VisualServer.free conflicting with Object.freeMarc Gilleron2018-01-251-1/+1
|/
* improves portability with some compilersAriel Manzur2018-01-181-7/+7
* Fix typos in code and docs with codespellRémi Verschelde2018-01-181-4/+4
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Fix macOS and other builds after #15299Duy-Nguyen TA2018-01-041-1/+1
* Merge pull request #15191 from Jerome67000/z_renamingRémi Verschelde2018-01-041-1/+1
|\
| * #15078 renamed "z" -> "z_index" property in Node2DJerome670002018-01-031-1/+1
* | Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
|/
* Add epic hack so vsync can be toggled in run-time from script. Fixes #14458.Juan Linietsky2017-12-161-0/+1
* Bind TextEdit.deselect and update documentationRémi Verschelde2017-12-161-0/+1
* doc: Sync classref with current sourceRémi Verschelde2017-11-271-2/+2
* Merge pull request #13228 from rminderhoud/weightsRémi Verschelde2017-11-261-1/+1
|\
| * Fix read bug in compressed bone weightsRalph Minderhoud2017-11-231-1/+1
* | Merge pull request #12572 from RandomShaper/onion-skinningJuan Linietsky2017-11-261-2/+2
|\ \
| * | Add ability to opt-out buffer swapping in `VS::draw()`Pedro J. Estébanez2017-11-251-2/+2
| |/
* / Made Vector::ptrw explicit for writing, compiler was sometimes using the wron...Juan Linietsky2017-11-251-1/+1
|/
* Rename Rect3 to AABB.Ferenc Arn2017-11-171-11/+11
* Ability to update parts of an array, and set arrays as dynamic drawJuan Linietsky2017-11-141-0/+2
* Bind unbound enums, rearrange some by valuePoommetee Ketson2017-10-221-1/+0
* Bind some VisualServer functionsLeon Krause2017-10-201-5/+403
* Expose 'request_frame_drawn_callback' to script.Saracen2017-10-141-0/+1
* Bind VisualServer.sync() method to GDScriptJulian Murgia2017-10-111-0/+1
* Script access to formatted arrays and blend_arrays in meshes.SaracenOne2017-09-111-0/+23
* Renderer/Simulator flagsGustav Lund2017-08-301-0/+1
* Dead code tells no talesRémi Verschelde2017-08-271-38/+1
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Fixed wrong usage of has_no_area function, closes #10434Juan Linietsky2017-08-191-7/+8
* Properly manage drawing of primitives when they lack an area, fixes #8930Juan Linietsky2017-08-181-4/+5
* Fixes method definitions with extra number of argumentsIgnacio Etcheverry2017-08-101-2/+2
* Removes type information from method bindsIgnacio Etcheverry2017-08-101-1/+1
* -Restored Sprite3D to working function, fixes #2061, fixes #9738Juan Linietsky2017-08-081-36/+0
* Fix various property not found errorsPoommetee Ketson2017-07-261-1/+1
* Merge pull request #9764 from Noshyaar/pr-fix2Rémi Verschelde2017-07-241-5/+5
|\
| * Add object type hint for docsPoommetee Ketson2017-07-231-5/+5
* | Several changes to better run in mobile.Juan Linietsky2017-07-221-0/+8
|/
* -Renamed GlobalConfig to ProjectSettings, makes more sense.Juan Linietsky2017-07-191-6/+15
* -Reorganized all properties of project settings (Sorry, Again).Juan Linietsky2017-07-171-4/+16
* Clean up normalmapping, make sure tangents are imported correctly.Juan Linietsky2017-07-031-2/+2
* BuildSystem: generated files have .gen.extensionPoommetee Ketson2017-06-251-1/+1
* Merge pull request #8629 from hikari-no-yume/Sprite3D_double_sided_flag_masterThomas Herzog2017-06-191-3/+5
|\
| * Add double-sided flag to SpriteBase3D (fixes #8007)Andrea Faulds2017-05-021-3/+5
* | Merge pull request #9230 from supagu/normals-fixRémi Verschelde2017-06-171-4/+5
|\ \