aboutsummaryrefslogtreecommitdiff
path: root/modules
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | Merge pull request #19063 from KellyThomas/c-sharp-feature-parity-vectorsRémi Verschelde2018-05-254-5/+17
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | mono: Add Slerp method to vector classes, expose Cross method for Vector2
| * | | | | | | mono: add Slerp method to vector classes, expose Cross method for Vector2, ↵Kelly Thomas2018-05-224-5/+17
| |/ / / / / / | | | | | | | | | | | | | | | | | | | | | and fix unnecessary casts in Basis
* | | | | | | Merge pull request #19149 from neikeq/xIgnacio Etcheverry2018-05-241-5/+12
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Mono: Improve 'script class not found' error
| * | | | | | | Mono: Improve 'script class not found' errorIgnacio Etcheverry2018-05-241-5/+12
| | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | No longer printed when using using placeholder script instances (for non-tool scripts in the editor). Print different error if the project assembly is not loaded
* | | | | | | Merge pull request #19131 from YeldhamDev/connection_comment_capitalizeMax Hilbrunner2018-05-242-2/+2
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Capitalized comments of methods created by the Connect Signal dialog
| * | | | | | | Capitalized comments of methods created by the Connect Signal dialog.Michael Alexsander Silva Dias2018-05-232-2/+2
| | | | | | | |
* | | | | | | | Fix positive operator in GDScript compilerGeorge Marques2018-05-231-0/+3
|/ / / / / / /
* | / / / / / Fix index out of range error in string.Extension()Kelly Thomas2018-05-211-1/+1
| |/ / / / / |/| | | | |
* | | | | | Merge pull request #18974 from KellyThomas/c-sharp-feature-parity-basisRémi Verschelde2018-05-181-0/+20
|\ \ \ \ \ \ | | | | | | | | | | | | | | Mono: Basis constructor for euler parameter
| * | | | | | Mono: Basis constructor for euler parameterKelly Thomas2018-05-171-0/+20
| |/ / / / /
* | | | | | Merge pull request #18975 from KellyThomas/c-sharp-feature-parity-colorIgnacio Etcheverry2018-05-181-4/+22
|\ \ \ \ \ \ | | | | | | | | | | | | | | mono: New Color methods: Darkened, Lightened and ToRgba32
| * | | | | | mono: New Color methods: Darkened, Lightened and ToRgba32Kelly Thomas2018-05-171-4/+22
| |/ / / / /
* / / / / / mono: Plane, expose Normal, and DKelly Thomas2018-05-171-38/+44
|/ / / / /
* | | | | fixes build error on Linux after its introduction in #18949Michele Valente2018-05-171-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | The function expects now a return value. Returning NULL seems to work in this case.
* | | | | Merge pull request #18405 from flashyincceo/gdscript-constants-helpRémi Verschelde2018-05-171-0/+7
|\ \ \ \ \ | | | | | | | | | | | | Fix Ctrl+click on @GDScript constants
| * | | | | Fix Ctrl+click on @GDScript constantsPeter Folkins2018-04-241-0/+7
| | |/ / / | |/| | |
* | | | | Merge pull request #18949 from neikeq/aloRémi Verschelde2018-05-175-66/+146
|\ \ \ \ \ | | | | | | | | | | | | Mono: Project building fixes
| * | | | | Mono: Project building fixesIgnacio Etcheverry2018-05-175-66/+146
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Set (Csc/Vbc/Fsc)ToolExe environment variables to point to the batch files in Mono's bin directory when building with Mono's MSBuild. - Set Mono's MSBuild as the default build tool on Windows. - Generate projects with portable DebugType instead of full.
* | | | | | Merge pull request #18889 from madadam/async-await-fixIgnacio Etcheverry2018-05-161-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | Set current SynchronizationContext before the game loop starts
| * | | | | | Set current SynchronizationContext before the game loop startsAdam Cigánek2018-05-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes the problem that `SynchronizationContext.Current` would be null during the call to `_EnterTree`, `_Ready` and the first call to `_Process` thus the task continuations would be scheduled outside the main thread, which is unexpected and might lead to crashes. With this change, task continuations are scheduled always on the main thread and so async/await can be used without any explicit synchronization, which is what is expected. Fixes #18849
* | | | | | | Add missing copyright headersGuilherme Felipe2018-05-167-0/+210
| |/ / / / / |/| | | | |
* | | | | | Allow editing of some unbound properties when hinted (or no range hinted)Juan Linietsky2018-05-161-9/+9
| | | | | |
* | | | | | Merge pull request #18897 from volzhs/libwebp-1.0.0Rémi Verschelde2018-05-161-0/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | Update libwebp to 1.0.0
| * | | | | | Update libwebp to 1.0.0volzhs2018-05-161-0/+2
| | | | | | |
* | | | | | | -New inspector.Juan Linietsky2018-05-152-2/+2
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | -Changed UI resizing code, gained huge amount of speed. -Reorganized timer sync to clean up behavior (sorry forgot commit this before) -
* | | | | | Merge pull request #18545 from vnen/editor-autoloadJuan Linietsky2018-05-146-2/+65
|\ \ \ \ \ \ | | | | | | | | | | | | | | Enable autoload in editor
| * | | | | | Enable autoload in editorGeorge Marques2018-05-016-2/+65
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Tool scripts will be executed and can be accessed by plugins. - Other script languages can implement add/remove_named_global_constant to make use of this functionality.
* | | | | | | Fix duplicate definitions with FreeTypeLeon Krause2018-05-131-3/+0
| | | | | | |
* | | | | | | Expose channels in NetworkedMultiplayerENetFabio Alessandrelli2018-05-123-6/+115
| |/ / / / / |/| | | | |
* | | | | | Merge pull request #18802 from bruvzg/fix_x11_arm_buildRémi Verschelde2018-05-121-3/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix X11 build on ARM Linux
| * | | | | | Fix Linux/X11 build on ARMs.bruvzg2018-05-111-3/+2
| | | | | | |
* | | | | | | Sync classref with current sourceRémi Verschelde2018-05-1210-0/+263
|/ / / / / /
* | | | / / changed GDNative API json formatkarroffel2018-05-102-19/+29
| |_|_|/ / |/| | | |
* | | | | Merge pull request #18183 from Paulb23/gdscript_highlighter_inital_changesRémi Verschelde2018-05-104-8/+84
|\ \ \ \ \ | | | | | | | | | | | | GDScript function definition and get_node shortcut syntax highlighting
| * | | | | Added GDScript NodePath highlightingPaulb232018-04-202-1/+14
| | | | | |
| * | | | | Added GDScript function definition highlightingPaulb232018-04-202-1/+11
| | | | | |
| * | | | | GDScript highlighter now remembers previous statePaulb232018-04-202-6/+56
| | | | | |
| * | | | | Exclude GDScriptSyntaxHighlighter from non-tool buildsPaulb232018-04-204-1/+4
| | | | | |
* | | | | | Fix some enums missing its bindMarcelo Fernandez2018-05-081-3/+3
| | | | | |
* | | | | | Merge pull request #18709 from Faless/multiplayer_docsMax Hilbrunner2018-05-098-7/+340
|\ \ \ \ \ \ | | | | | | | | | | | | | | Rename multiplayer_api to multiplayer, add docs
| * | | | | | Document websocket module, further document enetFabio Alessandrelli2018-05-088-7/+340
| | |_|_|_|/ | |/| | | |
* | | | | | Fix Variant leak in call_nativePedro J. Estébanez2018-05-081-1/+3
| | | | | |
* | | | | | Merge pull request #15549 from SaracenOne/bmpJuan Linietsky2018-05-086-0/+370
|\ \ \ \ \ \ | |/ / / / / |/| | | | | BMP module
| * | | | | BMP moduleSaracen2018-04-306-0/+370
| | |_|_|/ | |/| | |
* | | | | Merge pull request #17559 from simedis/joint_motorsRémi Verschelde2018-05-081-0/+13
|\ \ \ \ \ | | | | | | | | | | | | Implemented interface for bullet linear motors
| * | | | | Implemented interface for bullet joint motorsGeoffrey2018-03-161-0/+13
| | | | | |
* | | | | | Merge pull request #16106 from poke1024/gdscript-lerpJuan Linietsky2018-05-071-4/+18
|\ \ \ \ \ \ | | | | | | | | | | | | | | GDScript: generalize lerp
| * | | | | | GDScript: generalize lerpBernhard Liebl2018-01-271-4/+18
| | | | | | |
* | | | | | | Add is_instance_valid() method to GDScript, ending more than a decade of pain.Juan Linietsky2018-05-072-1/+18
| | | | | | |
* | | | | | | Implemented ragdollAndreaCatania2018-05-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Implementing ragdoll Implementing ragdoll Implementing ragdoll Implementing ragdoll Implementing ragdoll a Implemented implicit hierarchy. Improved Added some physics properties Added bone offset to preserve COM, partially fixed scaling work in progress WIP wip Implemented Joint Gizmos Implemented pin joint joint Implemented all joints