| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2018-04-29 | Add option to renormalize mipmaps when generating them for normalmaps. | Juan Linietsky | 3 | -14/+38 | |
| Reduces some aliasing. | |||||
| 2018-04-29 | [DOCS] Clarify look_at and looking_at | Mel Collins | 2 | -3/+7 | |
| 2018-04-28 | Mono: BindingsGenerator enum fixes | Ignacio Etcheverry | 2 | -93/+117 | |
| - Make enums have an unique signature name of int. This means that when generating internal methods, there is no difference between different enums types nor between enums and int. This way enums can re-use internal methods. - Make type resolver fallback to int if a type is not found and it's an enum. | |||||
| 2018-04-28 | Add poly triangulation order check, ensures faces do not flip on different order | Juan Linietsky | 1 | -27/+33 | |
| 2018-04-28 | -Changed how operators work, any shape can operate on any other | Juan Linietsky | 3 | -131/+105 | |
| -Added some break condition for bad poly data to avoid editor freezes | |||||
| 2018-04-28 | Fix how snapping is applied to 3D polygon editing, make it more friendly. | Juan Linietsky | 2 | -3/+22 | |
| 2018-04-28 | Avoid CSG freeze condition on degenerates | Juan Linietsky | 1 | -0/+3 | |
| 2018-04-28 | Do not crash if the polygon is invalid | Juan Linietsky | 1 | -0/+3 | |
| 2018-04-28 | Reduce false positives in interior detection by adding a small offset to ↵ | Juan Linietsky | 1 | -1/+1 | |
| raycast, fixes #18476 | |||||
| 2018-04-27 | CSG Support for Godot! | Juan Linietsky | 18 | -42/+4715 | |
| -Missing Icons -Missing freezing option (for baking light and faster load) -Missing a way to export from Godot (GLTF2?) -Probably buggy (may freeze editor, can be worked around easily, but let me know if this happens so it's easier to catch bugs) Happy testing! | |||||
| 2018-04-27 | Fix theme editor sample widgets | Pedro J. Estébanez | 1 | -3/+3 | |
| 2018-04-27 | Fix use64 used without being initialized | Marcelo Fernandez | 2 | -1/+1 | |
| 2018-04-27 | Fixed stylebox crash | sersoong | 1 | -1/+5 | |
| 2018-04-26 | Numerous changes to the Animation Editor. | Michael Alexsander Silva Dias | 2 | -8/+20 | |
| 2018-04-26 | Make 'Export PCK/ZIP' work well with EditorExportPlugin | Ignacio Etcheverry | 5 | -5/+23 | |
| Add debug flag to the 'Export PCK/ZIP' option Make 'Export PCK/ZIP' notify when the export process begins. This is necessary to receive the 'EditorExportPlugin::_export_begin' callback | |||||
| 2018-04-26 | Fix _export_begin not being called when exporting to android | Ignacio Etcheverry | 1 | -0/+2 | |
| 2018-04-26 | Adds shortcuts for zooming in the 2D editor | Gilles Roudiere | 1 | -2/+5 | |
| 2018-04-25 | Add option to link mono statically on Windows | Ignacio Etcheverry | 1 | -14/+28 | |
| 2018-04-25 | Fixed (minor) typo in CapsuleShape2D doc page | HoratioZEDU | 1 | -1/+1 | |
| 2018-04-24 | Mono: Fix '!t' error messages when generating bindings | Ignacio Etcheverry | 1 | -1/+1 | |
| This error wasn't affecting the bindings generation process. | |||||
| 2018-04-24 | Mono: Do not spam script class not found error | Ignacio Etcheverry | 1 | -10/+9 | |
| Print this error only when trying to instantiate the script. This way we prevent errors being printed for source files which are not meant to be used as scripts. | |||||
| 2018-04-24 | Mono: Fix crash on script load if the scripts domain isn't loaded | Ignacio Etcheverry | 1 | -6/+14 | |
| 2018-04-24 | Fix Node2D::global_position to have Vector2 type | Ruslan Mustakov | 1 | -1/+1 | |
| 2018-04-23 | Fix AnimationPlayer edited scene bug | Peter Folkins | 1 | -1/+0 | |
| 2018-04-22 | Change ".." punctuation for "..." in editor strings (#16507) | Hugo Locurcio | 39 | -200/+200 | |
| 2018-04-22 | Add detail to doc for add_surface_from_arrays (#17911) | GaryO | 1 | -3/+7 | |
| Includes review comments from #17911 from @cbscribe and @Noshyaar | |||||
| 2018-04-22 | [DOCS] Add note that Pool*Arrays are passed by value (#18340) | krogank9 | 7 | -7/+7 | |
| 2018-04-22 | [DOCS] Popup.popup_exclusive description | homer666 | 1 | -0/+1 | |
| 2018-04-21 | Fixes a typo in the VisualServer.canvas_item_add_set_transform docs. | Pieter-Jan Briers | 1 | -1/+1 | |
| 2018-04-20 | [DOCS] add HTTPRequest.request return values | Poommetee Ketson | 2 | -1/+3 | |
| 2018-04-19 | Docs update for several classes | Craigory V Coppola | 8 | -0/+10 | |
| Namely: Dictionary, GraphEdit, Object, TileMap, Script, ScollBar, ScrollContainer and SplitContainer | |||||
| 2018-04-19 | Provide error details when in-app purchase fails | Ruslan Mustakov | 3 | -13/+14 | |
| 2018-04-19 | Fixed context menu TTR bugs | sersoong | 2 | -13/+13 | |
| 2018-04-19 | Enable DynamicFont oversampling by default | Hugo Locurcio | 1 | -2/+2 | |
| This results in a better DynamicFont appearance when scaled, which is especially noticeable when using the `2d` scaling mode. | |||||
| 2018-04-18 | Fix some Coverity warnings in String API | Rémi Verschelde | 3 | -29/+13 | |
| - StringName::StringName(const StringName &p_name) Non-static class member _data is not initialized in this constructor nor in any functions that it calls. - StringName::_Data() Non-static class member idx is not initialized in this constructor nor in any functions that it calls. - String::num_uint64(...) This less-than-zero comparison of an unsigned value is never true. n % base < 0UL. - String::hex_to_int(...) and String::hex_to_int64(...) Execution cannot reach this statement (deadcode) | |||||
| 2018-04-18 | Fixes left/up axis not mappable as actions | Gilles Roudiere | 2 | -3/+4 | |
| 2018-04-18 | Set default file name for exported projects | Peter Folkins | 1 | -0/+4 | |
| 2018-04-18 | Fix possible crash when clicking on Skeleton2D or Sprite editor options | Chaosus | 2 | -0/+10 | |
| 2018-04-18 | Fix case mismatch check on Windows | Rémi Verschelde | 1 | -9/+12 | |
| @reduz pushed the old 44989bc95754b40f4c00f10db43ed91f64a3e475 commit today which he had forgotten in his local clone, and apparently it does not compile. Also fixed style. | |||||
| 2018-04-18 | Add a macro to deprecate methods | Juan Linietsky | 1 | -0/+10 | |
| 2018-04-18 | Test and warn of case mismatch on Windows | Juan Linietsky | 1 | -0/+18 | |
| Will throw a warning when a file is opened with a different case than what is stored on the Windows filesystem. | |||||
| 2018-04-17 | Fix crash resulting from bad month check in core_bind.cpp | Bojidar Marinov | 1 | -7/+7 | |
| Also, make it clear that day is 0-based. This might cause very slight differcies in existing games. Fixes #18221 | |||||
| 2018-04-17 | Fix typos in shader_language.cpp | Poommetee Ketson | 1 | -3/+3 | |
| 2018-04-17 | add string trim_prefix trim_suffix lstrip and rstrip methods | bosak | 4 | -0/+100 | |
| 2018-04-17 | Ability to change path color with self modulate | volzhs | 1 | -1/+2 | |
| Fix #18164 | |||||
| 2018-04-17 | #18051: Fix indentation issues introduced during clean up | Xavier Cho | 6 | -16/+16 | |
| 2018-04-17 | #18051: Do not use `var` in a for-loop, or where type is not obvious | Xavier Cho | 7 | -22/+22 | |
| 2018-04-17 | #18051: Use common name for Color type argument | Xavier Cho | 1 | -5/+5 | |
| 2018-04-17 | #18051: Remove redundant verbatim prefixes | Xavier Cho | 2 | -3/+3 | |
| 2018-04-17 | #18051: Use default parameter value | Xavier Cho | 1 | -1/+1 | |
