summaryrefslogtreecommitdiffstats
path: root/servers
Commit message (Expand)AuthorAgeFilesLines
* Memory leak and crash fixesRafał Mikrut2019-11-101-0/+1
* Merge pull request #33238 from qarmin/other_fixesRémi Verschelde2019-11-011-6/+5
|\
| * Fix some crashes, overflows and using variables without valuesRafał Mikrut2019-11-011-6/+5
* | Prevents shader crash on GLES2 if unsupported built-in has been usedYuri Roubinsky2019-10-312-693/+693
|/
* Added check if field name in the shader is equal to builtinYuri Roubinsky2019-10-292-0/+42
* Fix shader crash if non-boolean expression inserted into "if"Yuri Roubinsky2019-10-281-0/+5
* Improve error messages related to `shader_type`Hugo Locurcio2019-10-262-11/+20
* Merge pull request #32845 from madmiraal/rigidbody-mode-changeRémi Verschelde2019-10-252-0/+4
|\
| * Activate Body(2D)SW when switching to rigid or character mode.Marcel Admiraal2019-10-152-0/+4
* | Fix leak in Physics2DServerSWRafał Mikrut2019-10-241-0/+1
|/
* Merge pull request #32799 from clayjohn/free_poolsRémi Verschelde2019-10-131-0/+2
|\
| * Properly free sky and lightmap caches in multithreaded serverclayjohn2019-10-131-0/+2
* | Merge pull request #32767 from madmiraal/body2d-can_sleep-defaultRémi Verschelde2019-10-122-2/+2
|\ \
| * | Fix mismatch between RigidBody(2D) and Body(2D)SW can_sleep defaults.Marcel Admiraal2019-10-122-2/+2
| |/
* / Fix to make sure the capture buffers are deallocated at shutdown. Silences wa...Saracen2019-10-112-0/+3
|/
* Fix invalid autocompletion pasting of shader param nameYuri Roubinsky2019-10-081-1/+1
* Merge pull request #32571 from DavidSichma/rect_flipRémi Verschelde2019-10-081-0/+11
|\
| * Correctly flip texture src regionDavid Sichma2019-10-051-0/+11
* | Prevent shader crash if name of variable overrides function nameYuri Roubinsky2019-10-061-0/+10
* | Prevent shader crash if function call been used on constantYuri Roubinsky2019-10-061-1/+9
* | Fix few redefinition name errors for variable/param/function in shadersYuri Roubinsky2019-10-061-6/+12
* | Removed unnecessary shader error log messagesYuri Roubinsky2019-10-021-3/+1
|/
* Merge pull request #32051 from qarmin/some_error_explanationRémi Verschelde2019-09-251-1/+1
|\
| * Added some obvious errors explanationsqarmin2019-09-251-1/+1
* | doc: Sync classref with current sourceRémi Verschelde2019-09-241-1/+1
* | Merge pull request #32275 from godotengine/skin_supportRémi Verschelde2019-09-234-4/+0
|\ \
| * | Added skin support and simplified APIs to override bone position.Juan Linietsky2019-09-184-4/+0
* | | Changed some code found by Clang Tidy and Coverityqarmin2019-09-221-1/+1
* | | Merge pull request #32150 from luzpaz/typosRémi Verschelde2019-09-201-1/+1
|\ \ \
| * | | Fix misc. source comment typosluz.paz2019-09-191-1/+1
| | |/ | |/|
* | | Merge pull request #31202 from azagaya/light-dataRémi Verschelde2019-09-191-0/+1
|\ \ \ | |_|/ |/| |
| * | Create shadow_vec for altering shadow computationazagaya2019-09-061-0/+1
* | | Implement shader array support for varyingsChaosus2019-09-142-5/+39
| |/ |/|
* | Merge pull request #31600 from Chaosus/shader_func_return_fixYuri Roubinsky2019-08-282-0/+62
|\ \
| * | Fix shader crash when users miss the return statementYuri Roubinski2019-08-282-0/+62
* | | Typo fix: "differt" -> "different"follower2019-08-281-1/+1
|/ /
* | Merge pull request #31596 from Chaosus/shader_switchRémi Verschelde2019-08-242-1/+207
|\ \
| * | Implements switch to shadersYuri Roubinski2019-08-232-1/+207
* | | Fix uninitialized inertia value in Body2DSWAndrii Doroshenko (Xrayez)2019-08-231-0/+1
|/ /
* | Fix custom inertia in physics2d, closes#30838RaphaelHunter2019-08-223-13/+18
* | Merge pull request #31266 from IAmActuallyCthulhu/pr/remove-redundant-author-...Rémi Verschelde2019-08-144-13/+1
|\ \
| * | Remove redundant author doc commentsIAmActuallyCthulhu2019-08-124-13/+1
* | | Implemented do/while loops for shadersYuri Roubinski2019-08-131-14/+49
* | | Force user to initialize local shader constantsYuri Roubinski2019-08-131-0/+9
|/ /
* | Fix recording bus regression.Saracen2019-08-121-1/+1
* | Show that identifier found in function namesCameron Reikes2019-08-091-0/+1
* | Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in "main" and "servers" directoriesMichael Alexsander Silva Dias2019-08-096-66/+18
* | Merge pull request #31099 from Chaosus/shader_local_constRémi Verschelde2019-08-072-9/+44
|\ \
| * | Implemented local shader constantsYuri Roubinski2019-08-052-9/+44
| |/
* | Merge pull request #31077 from qarmin/coverity_bugsRémi Verschelde2019-08-074-9/+6
|\ \