aboutsummaryrefslogtreecommitdiff
path: root/servers
Commit message (Collapse)AuthorAgeFilesLines
* Fixed physics server typoAndrea Catania2018-02-271-1/+1
|
* [DOCS] Sync classref with current sourcePoommetee Ketson2018-02-251-2/+2
|
* 2D Skeletons WORK IN PROGRESSJuan Linietsky2018-02-216-18/+30
|
* Fix typos with codespellluz.paz2018-02-212-3/+3
| | | | | | | | | | | | | | Found via `codespell -q 3 --skip="./thirdparty,./editor/translations" -I ../godot-word-whitelist.txt` Whitelist consists of: ``` ang doubleclick lod nd que te unselect ```
* Add base support for 2D meshes in Godot, including Sprite -> Mesh2D conversion.Juan Linietsky2018-02-216-10/+18
|
* Merge pull request #16757 from AndreaCatania/kinpushRémi Verschelde2018-02-2012-18/+40
|\ | | | | Improved kinematic body, Now can move rigid body
| * Improved kinematic body 2D and 3D, Now can move rigid bodyAndrea Catania2018-02-2012-18/+40
| |
* | Revert "Handle single-argument constructors in uniform default values"Juan Linietsky2018-02-201-54/+0
| |
* | Merge pull request #15985 from Nallebeorn/uniforms-single-argument-constructorsRémi Verschelde2018-02-201-0/+54
|\ \ | | | | | | Handle single-argument constructors in uniform default values
| * | Handle single-argument constructors in shaders.Benjamin2018-01-221-0/+54
| | | | | | | | | | | | Expand these (fill vectors, fill matrix diagonals) in _reduce_expression() so they're handled properly even as uniform default values (where they previously caused a crash).
* | | Merge pull request #16530 from AndreaCatania/raysRémi Verschelde2018-02-196-6/+33
|\ \ \ | | | | | | | | Improved ray shape (2D and 3D) by addiing the possibility to act as r…
| * | | Improved ray shape (2D and 3D) by addiing the possibility to act as regular ↵Andrea Catania2018-02-196-6/+33
| | | | | | | | | | | | | | | | shape
* | | | Merge pull request #16751 from AndreaCatania/moreAPIsRémi Verschelde2018-02-193-0/+15
|\ \ \ \ | | | | | | | | | | Added Physics state APIs
| * | | | Added Physics state APIsAndrea Catania2018-02-163-0/+15
| | |_|/ | |/| |
* | | | Merge pull request #16794 from Chaosus/new_shader_funcsRémi Verschelde2018-02-191-0/+38
|\ \ \ \ | | | | | | | | | | Adds some missing shader built-in functions
| * | | | Added missing shader functionsChaosus2018-02-181-0/+38
| | | | |
* | | | | Merge pull request #16803 from lethiandev/fix-remove-shape2dRémi Verschelde2018-02-191-0/+1
|\ \ \ \ \ | | | | | | | | | | | | Fix 2d collision body update on shape remove
| * | | | | Fix 2d collision body update on shape removeKonrad Nowakowski2018-02-181-0/+1
| |/ / / /
* / / / / Readd VS.sync and VS.draw to keep compatibilityRémi Verschelde2018-02-191-0/+6
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | Those are deprecated as VS.force_sync and VS.force_draw do the same and more explicitly, but we cannot remove them without marking them as deprecated before that. Fixes issue introduced in #15892.
* / / / Clean up some bad words from code commentsArtem Varaksa2018-02-173-7/+6
|/ / /
* | | Merge pull request #15892 from Zylann/add_missing_vs_bindingsRémi Verschelde2018-02-142-4/+301
|\ \ \ | | | | | | | | Added all missing VisualServer bindings
| * | | Added all missing VisualServer bindingsMarc Gilleron2018-01-202-4/+301
| | |/ | |/| | | | | | | | | | | | | | | | - Added bindings for multimesh, immediate, skeleton, light, reflection probe, gi probe, lightmap, particles, camera, environment, scenario, instance - Removed draw and sync, were duplicates of force_* equivalents - Bumped binders max arguments from 11 to 13 - Wrote some wrappers as not all methods were variant-friendly
* | | Merge pull request #16408 from Calinou/remove-debugging-printsRémi Verschelde2018-02-141-2/+0
|\ \ \ | | | | | | | | Remove a few debugging prints
| * | | Remove a few debugging printsHugo Locurcio2018-02-051-2/+0
| | |/ | |/|
* / | Added physics API in order to enable/disable collisions between rigidbody ↵Andrea Catania2018-02-059-0/+79
|/ / | | | | | | | | | | attached to a joint with bullet physics bullet Fixes #16424
* | Fix inconsistencies and typos in argument namesPaolo Perkovic2018-02-014-6/+6
| |
* | Merge pull request #15254 from mrcdk/pitch_scaleRémi Verschelde2018-02-011-2/+2
|\ \ | | | | | | Added pitch scale property to AudioStreamPlayer, AudioStreamPlayer2D and AudioStreamPlayer3D
| * | Added pitch scale property to AudioStreamPlayer, AudioStreamPlayer2D and ↵MrCdK2018-01-011-2/+2
| | | | | | | | | | | | AudioStreamPlayer3D
* | | AudioEffectReverb: max predelay_feedback to 0.98Poommetee Ketson2018-01-311-2/+2
| | |
* | | Merge pull request #15980 from mrcdk/audio_stream_get_lengthRémi Verschelde2018-01-302-12/+22
|\ \ \ | | | | | | | | Expose audio streams get_length()
| * | | Expose audio streams get_length()MrCdK2018-01-222-12/+22
| | |/ | |/|
* / | 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-186-10/+10
| | | | | | | | Using v1.11.0 from https://github.com/lucasdemarchi/codespell
* | Fix wrong viewport transparent-bgbinbitten2018-01-181-1/+1
| |
* | modify default param names in couple of signalsUnknown2018-01-121-4/+4
| | | | | | 'name' default param should not be used since there is problem with name shadowing
* | Bind many more properties to scriptsBojidar Marinov2018-01-124-9/+58
| | | | | | | | | | | | | | Notable potentially breaking changes: - PROPERTY_USAGE_NOEDITOR is now PROPERTY_USAGE_STORAGE | PROPERTY_USAGE_NETWORK, without PROPERTY_USAGE_INTERNAL - Some properties were renamed, and sometimes even shadowed by new ones - New getter methods (some virtual) were added
* | Properly dispose of instance capture data, fixes #14795Juan Linietsky2018-01-061-1/+1
| |
* | Add missing copyright headers and fix formattingRémi Verschelde2018-01-05138-1/+139
| | | | | | | | | | | | Using `misc/scripts/fix_headers.py` on all Godot files. Some missing header guards were added, and the header inclusion order was fixed in the Bullet module.
* | Fix macOS and other builds after #15299Duy-Nguyen TA2018-01-041-1/+1
| | | | | | | | Commit ammended by @akien-mga to fix more platforms.
* | Merge pull request #15251 from binbitten/fix-assign-vardeclRémi Verschelde2018-01-041-3/+3
|\ \ | | | | | | Fix premature declaration of shader variables created with assignment
| * | Fix premature declaration of shader variables created with assignmentbinbitten2018-01-031-3/+3
| |/
* | found via cppcheck:firefly24422018-01-031-1/+0
| | | | | | | | | | | | | | remove code that will never run make definition and declaration names for parameters match change floats that were being set to bool values remove pointer that is never used
* | Merge pull request #15191 from Jerome67000/z_renamingRémi Verschelde2018-01-046-11/+11
|\ \ | | | | | | renames "z" Node2D property to "z_index"
| * | #15078 renamed "z" -> "z_index" property in Node2DJerome670002018-01-036-11/+11
| | |
* | | Fix broken Info.plist after copyright updateRazah2018-01-032-0/+2
| |/ |/| | | | | | | Fixes #15293. + related misc fixes by @akien-mga.
* | Update copyright statements to 2018Rémi Verschelde2018-01-01156-310/+310
| | | | | | | | Happy new year to the wonderful Godot community!
* | Merge pull request #15153 from poke1024/fix12112Noshyaar2018-01-011-4/+4
|\ \ | | | | | | Delete AudioServer buses after driver shutdown
| * | Delete AudioServer buses after driver shutdownBernhard Liebl2017-12-291-4/+4
| |/
* / Fixed wrong highlighted line when erroring and using single-line comments, ↵binbitten2017-12-291-0/+1
|/ | | | fixes #15167