summaryrefslogtreecommitdiff
path: root/servers/visual_server.cpp
AgeCommit message (Expand)Author
2018-04-21Fixes logically dead code (Coverity)Crazy-P
2018-02-25[DOCS] Sync classref with current sourcePoommetee Ketson
2018-02-19Readd VS.sync and VS.draw to keep compatibilityRémi Verschelde
2018-02-14Merge pull request #15892 from Zylann/add_missing_vs_bindingsRémi Verschelde
2018-01-25Fix VisualServer.free conflicting with Object.freeMarc Gilleron
2018-01-20Added all missing VisualServer bindingsMarc Gilleron
2018-01-18improves portability with some compilersAriel Manzur
2018-01-18Fix typos in code and docs with codespellRémi Verschelde
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-04Fix macOS and other builds after #15299Duy-Nguyen TA
2018-01-04Merge pull request #15191 from Jerome67000/z_renamingRémi Verschelde
2018-01-03#15078 renamed "z" -> "z_index" property in Node2DJerome67000
2018-01-01Update copyright statements to 2018Rémi Verschelde
2017-12-16Add epic hack so vsync can be toggled in run-time from script. Fixes #14458.Juan Linietsky
2017-12-16Bind TextEdit.deselect and update documentationRémi Verschelde
2017-11-27doc: Sync classref with current sourceRémi Verschelde
2017-11-26Merge pull request #13228 from rminderhoud/weightsRémi Verschelde
2017-11-26Merge pull request #12572 from RandomShaper/onion-skinningJuan Linietsky
2017-11-25Made Vector::ptrw explicit for writing, compiler was sometimes using the wron...Juan Linietsky
2017-11-25Add ability to opt-out buffer swapping in `VS::draw()`Pedro J. Estébanez
2017-11-23Fix read bug in compressed bone weightsRalph Minderhoud
2017-11-17Rename Rect3 to AABB.Ferenc Arn
2017-11-14Ability to update parts of an array, and set arrays as dynamic drawJuan Linietsky
2017-10-22Bind unbound enums, rearrange some by valuePoommetee Ketson
2017-10-20Bind some VisualServer functionsLeon Krause
2017-10-14Expose 'request_frame_drawn_callback' to script.Saracen
2017-10-11Bind VisualServer.sync() method to GDScriptJulian Murgia
2017-09-11Script access to formatted arrays and blend_arrays in meshes.SaracenOne
2017-08-30Renderer/Simulator flagsGustav Lund
2017-08-27Dead code tells no talesRémi Verschelde
2017-08-27Use HTTPS URL for Godot's website in the headersRémi Verschelde
2017-08-19Fixed wrong usage of has_no_area function, closes #10434Juan Linietsky
2017-08-18Properly manage drawing of primitives when they lack an area, fixes #8930Juan Linietsky
2017-08-10Fixes method definitions with extra number of argumentsIgnacio Etcheverry
2017-08-10Removes type information from method bindsIgnacio Etcheverry
2017-08-08-Restored Sprite3D to working function, fixes #2061, fixes #9738Juan Linietsky
2017-07-26Fix various property not found errorsPoommetee Ketson
2017-07-24Merge pull request #9764 from Noshyaar/pr-fix2Rémi Verschelde
2017-07-23Add object type hint for docsPoommetee Ketson
2017-07-22Several changes to better run in mobile.Juan Linietsky
2017-07-19-Renamed GlobalConfig to ProjectSettings, makes more sense.Juan Linietsky
2017-07-17-Reorganized all properties of project settings (Sorry, Again).Juan Linietsky
2017-07-03Clean up normalmapping, make sure tangents are imported correctly.Juan Linietsky
2017-06-25BuildSystem: generated files have .gen.extensionPoommetee Ketson
2017-06-19Merge pull request #8629 from hikari-no-yume/Sprite3D_double_sided_flag_masterThomas Herzog
2017-06-17Merge pull request #9230 from supagu/normals-fixRémi Verschelde
2017-06-17Fixed decompression of vertex colorsFabian Mathews
2017-06-16-Fix freezes caused by etccomp2, closes #9183Juan Linietsky
2017-06-17Fixed decompression of normalsFabian Mathews
2017-06-12Fixed compilation on Windows + removed debug printMarc Gilleron