summaryrefslogtreecommitdiff
path: root/servers/visual_server.cpp
AgeCommit message (Expand)Author
2018-10-24Add some limits on the Editor SettingsSuperwaitsum
2018-10-02Merge pull request #21436 from CptPotato/tonemap-fixesRémi Verschelde
2018-09-23-Rewrote GLES2 lighting and shadows and optimized state changes, did many opt...Juan Linietsky
2018-09-13Set uniform default values in inspectorJFonS
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-08-27fix reinhard tonemapper, modified filmic tonemapper, added internal exposure ...alex-poe
2018-08-21BPTC supportelasota
2018-08-21Fix arg name in docs, some copy-paste errorsPoommetee Ketson
2018-07-30add 3D texturesThomas Herzog
2018-07-27Rename flag to better nameJuan Linietsky
2018-07-26doc: Sync classref with current sourceRémi Verschelde
2018-07-26Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam
2018-07-25Merge pull request #18368 from Gamblify/RasterizerEngineSyncRémi Verschelde
2018-07-24Removed unnecessary assignmentsWilson E. Alvarez
2018-07-23Merge pull request #12678 from AndreaCatania/softJuan Linietsky
2018-07-23Implemented Soft bodyAndreaCatania
2018-07-23Fix issues with CPUParticles and related conversion from Particles. Closes #2...Juan Linietsky
2018-07-23Added some API to visual server so from control VRAM buffer is more easyAndreaCatania
2018-07-21-Fix disable_3d flagJuan Linietsky
2018-07-17Revert "Fix #19507 Not emitted particles affects performance"Max Hilbrunner
2018-07-17Merge pull request #19764 from malbach/godot_malbachMax Hilbrunner
2018-07-06Support for CPU based particles, which aids compatibility with OpenGL ES 2.0Juan Linietsky
2018-06-25Fix #19507 Not emitted particles affects performancemalbach
2018-06-05Rasterizers are now in sync with engineGustav Lund
2018-05-08canvas_item_add_triangle_array bind fixupMarcelo Fernandez
2018-05-07Merge pull request #18495 from Zylann/partial_texture_updateJuan Linietsky
2018-04-29Added partial texture update to VisualServerMarc Gilleron
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