summaryrefslogtreecommitdiffstats
path: root/scene/resources/surface_tool.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use reference to constant in functionsqarmin2019-07-101-1/+1
* Added release function to PoolVector::Access.Ibrahn Sahir2019-07-061-7/+7
* Merge pull request #26355 from fire/expose_surface_toolRémi Verschelde2019-05-281-0/+22
|\
| * Expose more surface tools and add create_from_blend_shape.K. S. Ernest (iFire) Lee2019-04-301-0/+22
* | Fix typos with codespellRémi Verschelde2019-05-191-1/+1
|/
* Clean up ASSIMP import code.Juan Linietsky2019-04-131-3/+47
* Style: Apply new changes from clang-format 8.0Rémi Verschelde2019-04-091-1/+2
* Fix typos with codespellRémi Verschelde2019-02-131-5/+5
* Removed dangerous and useless function, closes #22884Juan Linietsky2019-01-241-2/+0
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Reverse bitangent on everythings to ensure default normal map behavriour is c...Bastiaan Olij2018-12-081-1/+1
* Generate the tangents without de-indexing and re-indexing the vertices.Guillaume Laforte2018-11-261-34/+70
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-1/+2
* Make some debug prints verbose-only, remove othersRémi Verschelde2018-08-241-7/+3
* Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam2018-07-261-18/+18
* Implemented Soft bodyAndreaCatania2018-07-231-0/+1
* Added flip switch to generate_normalsChaosus2018-02-191-3/+7
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* doc: Sync classref with current sourceRémi Verschelde2017-12-101-1/+1
* -Ability to and unwrap lightmap coordinates on importJuan Linietsky2017-12-091-3/+111
* -Fixes to how collada generates tangents (use SurfaceTool), closes #9562Juan Linietsky2017-08-291-2/+13
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Synchronize parameter names in definition and declarationTwistedTwigleg2017-08-161-10/+10
* Removes type information from method bindsIgnacio Etcheverry2017-08-101-4/+4
* -Added GLTF scene support (still missing animations and .glb extension)Juan Linietsky2017-08-021-25/+50
* Bind some useful methods in SurfaceTool to GDScriptAndrii Doroshenko (Xrayez)2017-07-311-4/+15
* -Reorganized all properties of project settings (Sorry, Again).Juan Linietsky2017-07-171-0/+1
* BuildSystem: generated files have .gen.extensionPoommetee Ketson2017-06-251-1/+1
* -Added proper access to depth texture from shaderJuan Linietsky2017-06-071-3/+3
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-394/+343
* Rename the _MD macro to D_METHODHein-Pieter van Braam2017-02-131-19/+19
* Style: Fix statements ending with ';;'Rémi Verschelde2017-01-161-1/+1
* Style: Fix whole-line commented codeRémi Verschelde2017-01-141-3/+5
* Memory pool vectors (DVector) have been enormously simplified in code, and re...Juan Linietsky2017-01-071-39/+39
* ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky2017-01-021-19/+19
* Merge remote-tracking branch 'origin/gles3' into gles3-on-masterRémi Verschelde2017-01-021-12/+28
|\
| * Blend shapes using transform feedback (GPU)Juan Linietsky2016-11-241-11/+27
| * all light types and shadows are working, pending a lot of clean-upJuan Linietsky2016-11-091-1/+1
* | Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
|/
* SurfaceTool add_index method exposed to scripts.Saracen2016-07-221-0/+1
* Remove "SMOOTH BEGIN?" messagevolzhs2016-07-211-2/+0
* Fix wrong return and argument types in documentationIgnacio Etcheverry2016-05-041-1/+1
* Add a add_triangle_fan method to SurfaceToolBojidar Marinov2016-04-181-0/+31
* remove trailing whitespaceHubert Jarosz2016-03-091-1/+1
* Update copyright to 2016 in headersGeorge Marques2016-01-011-1/+1
* Updated copyright year in all headersJuan Linietsky2015-04-181-1/+1
* -Fix shortcuts for OSX code completion, fixes #1111Juan Linietsky2015-01-041-2/+2
* ColladaJuan Linietsky2014-10-141-136/+70