summaryrefslogtreecommitdiffstats
path: root/servers/visual_server.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #21436 from CptPotato/tonemap-fixesRémi Verschelde2018-10-021-1/+1
|\
| * fix reinhard tonemapper, modified filmic tonemapper, added internal exposure ...alex-poe2018-08-271-1/+1
* | -Rewrote GLES2 lighting and shadows and optimized state changes, did many opt...Juan Linietsky2018-09-231-0/+4
* | Set uniform default values in inspectorJFonS2018-09-131-0/+1
* | Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-2/+2
|/
* BPTC supportelasota2018-08-211-0/+1
* Fix arg name in docs, some copy-paste errorsPoommetee Ketson2018-08-211-18/+18
* add 3D texturesThomas Herzog2018-07-301-8/+16
* Rename flag to better nameJuan Linietsky2018-07-271-1/+1
* doc: Sync classref with current sourceRémi Verschelde2018-07-261-1/+1
* Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam2018-07-261-1/+1
* Merge pull request #18368 from Gamblify/RasterizerEngineSyncRémi Verschelde2018-07-251-2/+2
|\
| * Rasterizers are now in sync with engineGustav Lund2018-06-051-2/+2
* | Removed unnecessary assignmentsWilson E. Alvarez2018-07-241-10/+8
* | Merge pull request #12678 from AndreaCatania/softJuan Linietsky2018-07-231-0/+137
|\ \
| * | Implemented Soft bodyAndreaCatania2018-07-231-2/+136
| * | Added some API to visual server so from control VRAM buffer is more easyAndreaCatania2018-07-231-0/+3
* | | Fix issues with CPUParticles and related conversion from Particles. Closes #2...Juan Linietsky2018-07-231-0/+1
|/ /
* | -Fix disable_3d flagJuan Linietsky2018-07-211-7/+12
* | Revert "Fix #19507 Not emitted particles affects performance"Max Hilbrunner2018-07-171-1/+0
* | Merge pull request #19764 from malbach/godot_malbachMax Hilbrunner2018-07-171-0/+1
|\ \
| * | Fix #19507 Not emitted particles affects performancemalbach2018-06-251-0/+1
| |/
* / Support for CPU based particles, which aids compatibility with OpenGL ES 2.0Juan Linietsky2018-07-061-2/+6
|/
* 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