| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #12027 from marcelofg55/collision_crashfix | Rémi Verschelde | 2017-10-13 | 1 | -9/+36 |
| |\ | | | | | Prevent a possible crash at collision_object_2d_sw.h | ||||
| | * | Prevent a possible crash at collision_object_2d_sw.h | Marcelo Fernandez | 2017-10-12 | 1 | -9/+36 |
| | | | |||||
| * | | Merge pull request #12038 from Hinsbart/argument_names | Rémi Verschelde | 2017-10-11 | 1 | -3/+3 |
| |\ \ | | | | | | | | | | | | | Fix argument names in method bindings. [ci skip] | ||||
| | * | | Fix argument names in method bindings. | Andreas Haas | 2017-10-11 | 1 | -3/+3 |
| | |/ | | | | | | | Adds a couple of missing argument names. | ||||
| * / | Bind VisualServer.sync() method to GDScript | Julian Murgia | 2017-10-11 | 1 | -0/+1 |
| |/ | | | This function is needed in Escoria's resource queue (https://github.com/godotengine/escoria/blob/master/device/globals/resource_queue.gd#L94) | ||||
| * | Merge pull request #11954 from neikeq/d | Ignacio Etcheverry | 2017-10-11 | 1 | -0/+8 |
| |\ | | | | | Added 'exposed' field to ClassInfo for registered classes | ||||
| | * | Adds 'exposed' field to ClassInfo | Ignacio Etcheverry | 2017-10-09 | 1 | -0/+8 |
| | | | | | | | | | | | | | This field represents if the class is exposed to the scripting API. The value is 'true' if the class was registered manually ('ClassDB::register_*class()'), otherwise it's false (registered on '_post_initialize'). - Added missing registration of classes that are meant to be exposed. | ||||
| * | | Merge pull request #11702 from AndreaCatania/bodyDS | Rémi Verschelde | 2017-10-09 | 9 | -0/+53 |
| |\ \ | | | | | | | Added new API to get body direct state | ||||
| | * | | Added new API to get body direct state | AndreaCatania | 2017-09-29 | 9 | -3/+56 |
| | | | | |||||
| * | | | Made a few tweaks to the interface | BastiaanOlij | 2017-10-06 | 6 | -40/+140 |
| | | | | |||||
| * | | | Fix GIProbe light visibility | Hiroshi Ogawa | 2017-10-04 | 2 | -3/+8 |
| | |/ |/| | | | | | - Fix https://github.com/godotengine/godot/issues/10535 | ||||
| * | | Merge pull request #11659 from AndreaCatania/prephysics | Andreas Haas | 2017-10-02 | 7 | -7/+7 |
| |\ \ | | | | | | | Renamed fixed_process to physics_process | ||||
| | * | | Renamed fixed_process to physics_process | AndreaCatania | 2017-09-30 | 7 | -7/+7 |
| | | | | |||||
| * | | | Ability to set a custom FOV makes it possible to use sky on orthogonal view. ↵ | Juan Linietsky | 2017-09-29 | 5 | -16/+7 |
| | |/ |/| | | | | | Closes #9186 | ||||
| * | | Fixed typo: 'texure' to 'texture' | Indah Sylvia | 2017-09-29 | 1 | -1/+1 |
| |/ | |||||
| * | Fixes to light shaders, should work now.. | Juan Linietsky | 2017-09-27 | 2 | -2/+20 |
| | | |||||
| * | Fixed Voice_Count issues in AudioEffectChorus: | Indah Sylvia | 2017-09-25 | 1 | -2/+1 |
| | | | | | | - Setting voice_count value to 4 (MAX_VOICES) is now allowed - Fixed slider glitch on setting voice_count value | ||||
| * | AudioEffectLimiter: fix wrong soft_clip_ratio getter | Poommetee Ketson | 2017-09-25 | 1 | -1/+1 |
| | | |||||
| * | Removed print_line in Physics2DServerWrapMT::init() | Indah Sylvia | 2017-09-25 | 1 | -3/+0 |
| | | |||||
| * | Discarding now works in shaders | Daniel Doran | 2017-09-24 | 1 | -0/+5 |
| | | | | | | | "discard" has been added to the list of recognised keywords. A flag specifing when discarding is allowed is now set correctly. | ||||
| * | Added light affect parameter to baked AO | Juan Linietsky | 2017-09-23 | 1 | -0/+1 |
| | | |||||
| * | -Fixed redraw always on 3D viewprot bug | Juan Linietsky | 2017-09-23 | 1 | -1/+19 |
| | | | | | -Changed manipulation inertia default values. Do not touch them again or I'll cut your fingers and eat them. | ||||
| * | Rename get_position => get_playback_position and seek_pos => seek on audio ↵ | Marcelo Fernandez | 2017-09-23 | 2 | -8/+8 |
| | | | | | classes | ||||
| * | Add inversesqrt to shader language. | Ferenc Arn | 2017-09-21 | 1 | -0/+4 |
| | | |||||
| * | Added proximity and distance fade to SpatialMaterial | Juan Linietsky | 2017-09-21 | 1 | -0/+2 |
| | | |||||
| * | Rename pos to position in user facing methods and variables | letheed | 2017-09-20 | 11 | -32/+32 |
| | | | | | | | | | | | | Rename user facing methods and variables as well as the corresponding C++ methods according to the folloming changes: * pos -> position * rot -> rotation * loc -> location C++ variables are left as is. | ||||
| * | Merge pull request #11252 from marcelofg55/fix_noaudio_crash | Rémi Verschelde | 2017-09-17 | 2 | -0/+44 |
| |\ | | | | | Fix crash when no audio driver is available | ||||
| | * | Fix crash when no audio driver is available | Marcelo Fernandez | 2017-09-13 | 2 | -0/+44 |
| | | | |||||
| * | | correction to one way collision code | Juan Linietsky | 2017-09-17 | 2 | -4/+4 |
| | | | |||||
| * | | fixes to one way collision, closes #10971 | Juan Linietsky | 2017-09-17 | 2 | -4/+14 |
| | | | |||||
| * | | Merge pull request #11274 from Rubonnek/keep-argument-names-consistent | Rémi Verschelde | 2017-09-17 | 1 | -1/+1 |
| |\ \ | | | | | | | Renamed function arguments to keep them consistent between declaration and implementation | ||||
| | * | | Renamed function arguments to keep them consistent between declaration and ↵ | Wilson E. Alvarez | 2017-09-14 | 1 | -1/+1 |
| | | | | | | | | | | | | | implementation | ||||
| * | | | Merge pull request #11230 from maxim-sheronov/fix_enum_bindings | Thomas Herzog | 2017-09-15 | 4 | -0/+29 |
| |\ \ \ | |/ / |/| | | Fix enums bindings | ||||
| | * | | Fix enums bindings | Maxim Sheronov | 2017-09-13 | 4 | -0/+29 |
| | | | | | | | | | | | | | | | | Add missed bindings for enums Move some enums to class to have correct output of api.json | ||||
| * | | | Merge pull request #11125 from zavb074/master | Rémi Verschelde | 2017-09-13 | 1 | -2/+0 |
| |\ \ \ | |_|/ |/| | | Removed code that flips normal if facing away from test direction | ||||
| | * | | Removed code that flips normal if facing away from test direction | Lewis | 2017-09-09 | 1 | -2/+0 |
| | | | | |||||
| * | | | Style: Apply clang-format to @reduz's changes | Rémi Verschelde | 2017-09-13 | 1 | -1/+1 |
| | | | | | | | | | | | | | [ci skip] | ||||
| * | | | Fixed issues with surround sound on audio server | Marcelo Fernandez | 2017-09-12 | 2 | -27/+46 |
| | |/ |/| | |||||
| * | | Merge pull request #10908 from hpvb/fix-unused-variables | Rémi Verschelde | 2017-09-12 | 6 | -35/+22 |
| |\ \ | | | | | | | Fix unused variable warnings | ||||
| | * | | Fix unused variable warnings | Hein-Pieter van Braam | 2017-09-08 | 6 | -56/+38 |
| | |/ | | | | | | | The forth in my quest to make Godot 3.x compile with -Werror on GCC7 | ||||
| * | | Merge pull request #11057 from hpvb/fix-various-warnings | Rémi Verschelde | 2017-09-12 | 3 | -9/+11 |
| |\ \ | | | | | | | Fix various assorted warnings | ||||
| | * | | Fix various assorted warnings | Hein-Pieter van Braam | 2017-09-08 | 3 | -30/+27 |
| | |/ | | | | | | | | | Fix various warnings that don't have enough instances to merit individual commits. Also fixes a potential bug in audio_server.cpp. | ||||
| * | | Merge pull request #11041 from hpvb/fix-clang-format-error | Rémi Verschelde | 2017-09-12 | 2 | -22/+16 |
| |\ \ | | | | | | | | | | | | | Fix serveral recent new clang-format errors [ci skip] | ||||
| | * | | Fix serveral recent new clang-format errors | Hein-Pieter van Braam | 2017-09-08 | 2 | -22/+16 |
| | | | | |||||
| * | | | Merge pull request #11142 from BastiaanOlij/arvr_signal_id | Poommetee Ketson | 2017-09-12 | 3 | -4/+30 |
| |\ \ \ | | | | | | | | | Added ID to tracker signals and property for storing hand | ||||
| | * | | | Added ID to tracker signals and property for storing hand | Bastiaan Olij | 2017-09-10 | 3 | -4/+30 |
| | | |/ | |/| | |||||
| * / | | Script access to formatted arrays and blend_arrays in meshes. | SaracenOne | 2017-09-11 | 2 | -0/+24 |
| |/ / | |||||
| * / | Ability to use a sky for reflection together with a background color. | Juan Linietsky | 2017-09-07 | 1 | -0/+1 |
| |/ | |||||
| * | Several fixes to directional shadows, closes #10926 | Juan Linietsky | 2017-09-07 | 5 | -12/+75 |
| | | | | | Added option to change directional light range mode, between optimized and stable. For Orthogonal, you might need to use optimized. | ||||
| * | Added support for for, break and continue. Closes #10560, closes #10661 | Juan Linietsky | 2017-09-05 | 2 | -14/+144 |
| | | |||||
