aboutsummaryrefslogtreecommitdiff
path: root/servers
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #7878 from RebelliousX/elseRémi Verschelde2017-02-282-3/+3
|\
| * Various fixes detected using PVS-Studio static analyzer.Thaer Razeq2017-02-282-3/+3
* | Inf and NaN support added to GDScript.Saracen2017-02-281-1/+1
|/
* Merge pull request #7802 from tagcup/physics_64bitRémi Verschelde2017-02-2654-520/+472
|\
| * Use real_t as floating point type in physics code.Ferenc Arn2017-02-1354-520/+472
* | -renamed globals.h to global_config.cpp (this seems to have caused a few modi...Juan Linietsky2017-02-2112-12/+12
* | a ton of bug fixes to the rendererJuan Linietsky2017-02-164-0/+17
* | Many fixes to make exported scenes work better, still buggy.Juan Linietsky2017-02-152-2/+6
|/
* Rename the _MD macro to D_METHODHein-Pieter van Braam2017-02-1317-494/+494
* Remove use of _SCS from ADD_METHODHein-Pieter van Braam2017-02-1312-79/+79
* Merge pull request #7763 from Limb/fixwindowscompileRémi Verschelde2017-02-121-1/+1
|\
| * Fixed compilation issues with Visual StudioKenneth Lorthioir2017-02-081-1/+1
* | Merge pull request #7746 from sanikoyes/Pr-fix-msvc-compileRémi Verschelde2017-02-122-2/+2
|\ \ | |/ |/|
| * Fix msvc compile errorsanikoyes2017-02-072-2/+2
* | basic contact shadows implementation, will most likely need some polishingJuan Linietsky2017-02-081-0/+1
* | Merge pull request #7715 from m4nu3lf/bugfix/g6dof_joint_setterRémi Verschelde2017-02-071-1/+1
|\ \ | |/ |/|
| * Fixed property setter in G6DOF jointm4nu3lf2017-02-031-1/+1
* | shadows were not working in-editor for nvidia, fixed nowJuan Linietsky2017-02-061-1/+0
* | ability to adjust propagation in gi probeJuan Linietsky2017-02-065-15/+37
* | Several bugfixes, improving the import workflowJuan Linietsky2017-02-064-1/+20
|/
* Audio bus editing is COMPLETE!Juan Linietsky2017-01-253-4/+336
* Use constants from math_funcs rather than unstandardized C++ constants.Ray Koopa2017-01-247-34/+41
* Ability to delete, drag and drop audio buses!Juan Linietsky2017-01-232-11/+96
* Added audio bus phaser effect, welcome to the 70s, baby!Juan Linietsky2017-01-233-0/+230
* Pretty high quality pitch Shifting effect using smbPitchShiftJuan Linietsky2017-01-233-0/+388
* Added Audio Limiter bus effect, and sidechain ability to compressor.Juan Linietsky2017-01-226-3/+239
* Simple to use compressor effectJuan Linietsky2017-01-223-0/+254
* Delay sound effectJuan Linietsky2017-01-224-28/+467
* Added new Audio Bus Chorus effect.Juan Linietsky2017-01-225-14/+589
* Added BUS effect, Stereo EnhancerJuan Linietsky2017-01-213-0/+200
* distortion effectJuan Linietsky2017-01-213-0/+241
* WIP new AudioServer, with buses, effects, etc.Juan Linietsky2017-01-2121-49/+2541
* Overloaded basic math funcs (double and float variants). Use real_t rather th...Ferenc Arn2017-01-162-6/+6
* Adapt platforms to AudioServer refactoringRémi Verschelde2017-01-162-3/+5
* Working on compile issues for iOSBastiaanOlij2017-01-161-0/+1
* Style: Various fixes to play nice with clang-formatRémi Verschelde2017-01-161-1/+1
* Style: Fix statements ending with ';;'Rémi Verschelde2017-01-169-12/+12
* Style: Cleanups, added headers, renamed filesRémi Verschelde2017-01-161-1/+1
* Oops! Audio engine has vanished :DJuan Linietsky2017-01-1523-6632/+339
* Style: Cosmetic fixes to play nice with clang-formatRémi Verschelde2017-01-152-16/+16
* fixed to 2D physics, makes it work againJuan Linietsky2017-01-155-7/+7
* Style: Fix whole-line commented codeRémi Verschelde2017-01-1441-256/+332
* Unify naming of blendshape / morphtarget into just "Blend Shape"Juan Linietsky2017-01-125-28/+28
* remove shorteners for server types in scriptJuan Linietsky2017-01-111-6/+0
* Both Array and Dictionary are always in shared mode (removed copy on write).Juan Linietsky2017-01-112-8/+8
* Type renames:Juan Linietsky2017-01-1155-450/+450
* Merge pull request #7426 from m4nu3lf/bugfix/physicsJuan Linietsky2017-01-1016-69/+152
|\
| * Fixed inertia tensor computation and center of massm4nu3lf2017-01-0916-69/+152
* | Merge pull request #7445 from tagcup/2d_math_fixesJuan Linietsky2017-01-105-14/+15
|\ \
| * | Various corrections in 2D math.Ferenc Arn2017-01-105-14/+15