Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-22 | Multithread CVTT compression jobs | elasota | |
2018-08-22 | Add distance based dithering to the default material. | Juan Linietsky | |
2018-08-22 | Display tile ID along with name | Mariano Javier Suligoy | |
Fixes #20895. | |||
2018-08-22 | Merge pull request #21152 from DualMatrix/fileselect_error | Rémi Verschelde | |
Fixed !is_inside_tree() errors in file dialog | |||
2018-08-22 | Merge pull request #21287 from Noshyaar/preview-crash | Rémi Verschelde | |
Fix crash when previewing null AudioStream | |||
2018-08-22 | Fix crash when previewing null AudioStream | Poommetee Ketson | |
2018-08-22 | Merge pull request #21281 from elasota/fix-squish-sse | Rémi Verschelde | |
Fix Squish SSE misconfiguration | |||
2018-08-22 | Merge pull request #21279 from vnen/gdscript-fixes | Rémi Verschelde | |
Assorted GDScript fixes | |||
2018-08-22 | Merge pull request #21256 from elasota/bptc | Rémi Verschelde | |
BPTC support | |||
2018-08-21 | BPTC support | elasota | |
2018-08-21 | Fix Squish SSE misconfiguration | elasota | |
2018-08-22 | Merge pull request #21274 from YeldhamDev/meshlib_editor_fixes | Rémi Verschelde | |
Fix MeshLibrary editor | |||
2018-08-22 | Add modulation of tiles from tileset in palette and editor draw | Laurent Van Acker | |
2018-08-21 | GDScript: Ignore unused arguments/local vars that start with _ | George Marques | |
Makes it simple to ignore particular arguments without adding special comments, especially in engine-defined functions. | |||
2018-08-21 | GDScript: Show warning messages only on debugger | George Marques | |
Don't show on console/output anymore. | |||
2018-08-22 | Merge pull request #21275 from neikeq/tfiswrongwithhooks | Ignacio Etcheverry | |
Mono: Fix weird crash when loading corlib | |||
2018-08-22 | Mono: Fix weird crash when loading corlib | Ignacio Etcheverry | |
2018-08-22 | Merge pull request #18502 from space-wizards/18-04-29-assembly-load-hook | Ignacio Etcheverry | |
assembly_load_hook fallback for registering GDMonoAssemblies. | |||
2018-08-22 | Restrict set_pitch_scale to positive scales for AudioStreamPlayer* | Chaosus | |
Fixes #20459. Co-authored-by: Tiago José Sousa Magalhães <crakylps@gmail.com> | |||
2018-08-21 | Fix MeshLibrary editor | Michael Alexsander Silva Dias | |
2018-08-21 | Merge pull request #21252 from vnen/remove-autoload-init | Rémi Verschelde | |
Disable scripting and physics early in EditorNode | |||
2018-08-21 | Merge pull request #21236 from dragmz/windows-graceful-close | Rémi Verschelde | |
Try closing gracefully before terminating process | |||
2018-08-21 | display some constants as hex | Juan Linietsky | |
2018-08-21 | Merge pull request #21245 from RandomShaper/fix-physics-canvas-xform | Rémi Verschelde | |
Take CanvasLayer transform into account for 2D physics | |||
2018-08-21 | Merge pull request #21250 from dragmz/ref-ptr-n(eq)-op | Rémi Verschelde | |
== and != operators for Ref<T> / T* | |||
2018-08-21 | Style: Fix issues that went past CI | Rémi Verschelde | |
2018-08-21 | Merge pull request #21253 from aaronfranke/plane-constants | Rémi Verschelde | |
Rename Plane constants, add to Mono | |||
2018-08-21 | Merge pull request #21263 from guilhermefelipecgs/fix_gradient_edit | Rémi Verschelde | |
Fix grab/select of gradient edit | |||
2018-08-21 | Changes to ClippedCamera, RayCast,Raycast2D and 2D physics API to add ↵ | Juan Linietsky | |
ability to choose between bodies and areas when colliding. | |||
2018-08-21 | Merge pull request #21267 from akien-mga/color-grayscale | Rémi Verschelde | |
Deprecate incorrect Color::gray() | |||
2018-08-21 | Optimize CanvasLayer::get_global_transform_with_canvas | Pedro J. Estébanez | |
So it takes advantage of the `get_global_transform` cached data. | |||
2018-08-21 | Take CanvasLayer transform into account for 2D physics | Pedro J. Estébanez | |
Fixes #18073. | |||
2018-08-21 | Merge pull request #21266 from AndreaCatania/master | Juan Linietsky | |
Added area / body collision exception in raycast | |||
2018-08-21 | GDScript: Fix undefined behavior on GDScriptTokenizerBuffer | George Marques | |
2018-08-21 | Added comment to class_db to know how to bind more then 6 params | Andrea Catania | |
2018-08-21 | Added ray / shape / point / motion / rest cast exclusion of area and or body | Andrea Catania | |
2018-08-21 | GDScript: Forbid invalid identifiers in match bindings | George Marques | |
Also forbid shadowing a variable from an upper scope. | |||
2018-08-21 | GDSCript: Fix cyclic class dependency detection | George Marques | |
2018-08-21 | Deprecate incorrect Color::gray() | Rémi Verschelde | |
This average is not a proper approximation of a grayscale value, get_v() is better suited for that. If we want a real to_grayscale() conversion, it's somewhat more involved: https://en.wikipedia.org/wiki/Grayscale Remove the deprecated Gray() from C# bindings as it conflicts with new named color constants. | |||
2018-08-21 | Clipped camera implementation, a camera that avoids going into geometry. | Juan Linietsky | |
2018-08-21 | Fix grab/select of gradient edit | Guilherme Felipe | |
2018-08-21 | Merge pull request #20101 from panzergame/shape_margin | Rémi Verschelde | |
Expose bullet shape margin to UI. | |||
2018-08-21 | == and != operators for Ref<T> / T* | Marcin Zawiejski | |
This is to prevent crashes for code like: ... void Material::set_next_pass(const Ref<Material> &p_pass) { ERR_FAIL_COND(p_pass == this); ... that's been fixed in 031f763d4fda4e0dbcdf90a170aad3124c50c062 | |||
2018-08-21 | Merge pull request #21248 from akien-mga/remove-utf8-constants | Rémi Verschelde | |
Remove circle/diamond String constants | |||
2018-08-21 | Merge pull request #21260 from akien-mga/ci-debug_release | Rémi Verschelde | |
CI: Disable debug_release on Travis/AppVeyor | |||
2018-08-21 | CI: Disable debug_symbols on Travis/AppVeyor | Rémi Verschelde | |
Also increase AppVeyor cache size to 1024, should match what is available for us in the free plan: https://www.appveyor.com/docs/build-cache/#cache-size-beta And drop obsolete debug_release option for Windows, superseded by target=release and debug_symbols=yes. | |||
2018-08-21 | Rename Plane constants, add to Mono | Aaron Franke | |
But I'm not tagging PR as [Core] or [Mono] due to it being a minor change anyway. | |||
2018-08-21 | Merge pull request #20922 from kripken/err | Leon Krause | |
HTML5: use console.warn instead of Module.printErr | |||
2018-08-20 | Disable scripting and physics early in EditorNode | George Marques | |
This avoids issues with scripts being instanced before this is set, like autoloads. | |||
2018-08-21 | doc: Sync classref with current source | Rémi Verschelde | |