aboutsummaryrefslogtreecommitdiff
path: root/servers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #14897 from BastiaanOlij/arvr_tweaksRémi Verschelde2017-12-233-12/+46
|\
| * Reserved controller ids 1 and 2 for left and right hand controllers and added...Bastiaan Olij2017-12-223-12/+46
* | Properly silence buffer while not in use, fixes #14866Juan Linietsky2017-12-201-6/+6
* | Don't try to mix a sample that has already endedHein-Pieter van Braam2017-12-181-0/+7
|/
* Cleanup some #if 0'd codeRémi Verschelde2017-12-173-144/+0
* Shader Language: Add in-for declared variables within for-block scope.Enzo Nocera2017-12-171-1/+1
* Add epic hack so vsync can be toggled in run-time from script. Fixes #14458.Juan Linietsky2017-12-166-0/+25
* Bind TextEdit.deselect and update documentationRémi Verschelde2017-12-162-1/+1
* Made built-in identifiers properly constant in shaders. Fixes #14449, closes ...Juan Linietsky2017-12-153-85/+160
* -Add lightmapperJuan Linietsky2017-12-146-4/+431
* Implemented physics linear and angular lockAndreaCatania2017-12-106-24/+55
* Fix #14429 GIProbe does not work with SpotLightsPrzemyslaw Czarnota2017-12-091-1/+1
* -Ability to and unwrap lightmap coordinates on importJuan Linietsky2017-12-096-0/+91
* Merge pull request #13341 from scayze/interp_v2Rémi Verschelde2017-12-092-0/+40
|\
| * Added interpolation modifiers to shaderlangScayze2017-11-272-0/+40
* | Merge pull request #12756 from Stratos695/masterRémi Verschelde2017-12-096-41/+25
|\ \
| * | Allow double-axis lock in RigidBody and KinematicBodyEric Rybicki2017-11-106-41/+25
* | | Style: Apply new clang-format 5.0 style to all filesRémi Verschelde2017-12-0729-110/+126
* | | Fixes to some thread safety situations to avoid GIProbe from freezing on save...Juan Linietsky2017-12-062-2/+17
* | | Attempt to see if this can solve the problem with #13338Juan Linietsky2017-12-061-4/+11
* | | -Implemented Proxy Textures (needed to solve the problem with ViewportTexture)Juan Linietsky2017-12-044-0/+8
* | | disable caching for targets using helper functionsRhody Lugo2017-11-281-2/+1
* | | use the same cache for all branches for appveyorRhody Lugo2017-11-281-0/+1
* | | doc: Sync classref with current sourceRémi Verschelde2017-11-271-2/+2
| |/ |/|
* | Merge pull request #13294 from RaXaR/masterRémi Verschelde2017-11-271-0/+39
|\ \
| * | Added overloads of vector parameters for shader Trig functions.RaXaR2017-11-271-0/+39
* | | 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-267-16/+16
|\ \ \ \
| * | | | Update clang-format in modified filesPedro J. Estébanez2017-11-252-6/+6
| * | | | Add ability to opt-out buffer swapping in `VS::draw()`Pedro J. Estébanez2017-11-257-10/+10
* | | | | Merge pull request #13289 from sketchyfun/3d_selection_fixRémi Verschelde2017-11-261-1/+1
|\ \ \ \ \
| * | | | | Fixed issue with 3D selections losing precsion due to an offset bugBenH2017-11-251-1/+1
| | |_|/ / | |/| | |
* / | | | Tweak the default camera node settingsHugo Locurcio2017-11-251-2/+2
|/ / / /
* / / / Made Vector::ptrw explicit for writing, compiler was sometimes using the wron...Juan Linietsky2017-11-2510-21/+21
|/ / /
* / / Rename two-parameter arc-tangent function to atan in shader language, as it i...Ferenc Arn2017-11-231-1/+1
|/ /
* | Merge pull request #13159 from AndreaCatania/rayRémi Verschelde2017-11-228-178/+92
|\ \
| * | Removed type_mask and fixed some variable nameAndreaCatania2017-11-218-178/+92
* | | Merge pull request #11895 from m4nu3lf/rendering/separate_threadJuan Linietsky2017-11-213-37/+33
|\ \ \ | |/ / |/| |
| * | CommandQueueMT doesn't lock during command executionm4nu3lf2017-11-181-0/+26
| * | Restore rendering on a separate threadm4nu3lf2017-11-182-37/+7
* | | Implement per-instance custom bounding boxMarc Gilleron2017-11-205-4/+59
* | | Ability to change indirect light energy.Juan Linietsky2017-11-192-4/+5
|/ /
* | Rename Rect3 to AABB.Ferenc Arn2017-11-1720-141/+141
* | Ability to update parts of an array, and set arrays as dynamic drawJuan Linietsky2017-11-146-515/+13
* | Merge pull request #12922 from eska014/engine-singletonsRémi Verschelde2017-11-141-5/+6
|\ \
| * | Move singleton management from ProjectSettings to EngineLeon Krause2017-11-141-5/+6
* | | Merge pull request #12014 from hi-ogawa/fix-video-playbackRémi Verschelde2017-11-133-144/+111
|\ \ \ | |/ / |/| |
| * | Fix video playbackMatt Hughes2017-10-143-144/+111
* | | Removed add/remove interface bindings and added get_interfacesBastiaanOlij2017-11-135-6/+20