Age | Commit message (Expand) | Author |
2020-06-16 | Normalise p_up_direction vector in move_and_slide() and | Marcel Admiraal |
2020-06-15 | Fix bad position in Camera2D offset and camera rotation if smothing enabled. | Ranoller |
2020-06-12 | Object: Add usage hint to instantiate Object properties in editor | Rémi Verschelde |
2020-06-04 | Correct misspellings of damped spring. | Marcel Admiraal |
2020-05-27 | Split `Geometry` singleton into `Geometry2D` and `Geometry3D` | Andrii Doroshenko (Xrayez) |
2020-05-14 | Style: Enforce braces around if blocks and loops | Rémi Verschelde |
2020-05-14 | Style: Enforce separation line between function definitions | Rémi Verschelde |
2020-05-14 | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde |
2020-05-14 | Enforce use of bool literals instead of integers | Rémi Verschelde |
2020-05-14 | Port member initialization from constructor to declaration (C++11) | Rémi Verschelde |
2020-05-11 | Merge pull request #38635 from Calinou/tilemap-rename-ysort-index | Rémi Verschelde |
2020-05-11 | Merge pull request #31938 from KoBeWi/a_welcome_lag | Rémi Verschelde |
2020-05-10 | Rename various TileMap methods/properties for clarity and consistency | Hugo Locurcio |
2020-05-10 | Style: clang-format: Disable AllowShortIfStatementsOnASingleLine | Rémi Verschelde |
2020-05-08 | Fix VisibilityEnabler2D behavior on start | Tomasz Chabora |
2020-05-07 | GUI: Touch screen button click area now is synced with its draw | Mateo Kuruk Miccino |
2020-05-04 | Merge pull request #38446 from qarmin/navigation_polygon_type | Rémi Verschelde |
2020-05-04 | Fixes type of array in _set_outlines function | qarmin |
2020-05-03 | Merge pull request #38394 from reduz/implement-skew | Rémi Verschelde |
2020-05-03 | Fix performance issue in update_bitmask_region fallback | Thomas Riedmair |
2020-05-01 | Implement Skew in Node2D | Juan Linietsky |
2020-04-28 | Rename InputFilter back to Input | Rémi Verschelde |
2020-04-27 | Merge pull request #38243 from KoBeWi/whine | Rémi Verschelde |
2020-04-27 | Merge pull request #36035 from Xrayez/path2d-fix-self-modulate | Rémi Verschelde |
2020-04-26 | Make Line2D be white by default | Tomasz Chabora |
2020-04-21 | Add proper type to most public API uses of Array | Juan Linietsky |
2020-04-21 | Add ability to bind typed arrays to script API | Juan Linietsky |
2020-04-13 | Handle huge offset values in Path2D and Path3D set_offset | MickeMakaron |
2020-04-02 | Replace NULL with nullptr | lupoDharkael |
2020-03-30 | Merge pull request #37436 from akien-mga/doc-node-renames | Rémi Verschelde |
2020-03-30 | doc: Update classref with node renames | Rémi Verschelde |
2020-03-30 | SCons: Format buildsystem files with psf/black | Rémi Verschelde |
2020-03-28 | More server renames for consistency after #37361 | Rémi Verschelde |
2020-03-28 | Fixed missed occurrences in #37361 renamings. | dankan1890 |
2020-03-27 | Renaming of servers for coherency. | Juan Linietsky |
2020-03-27 | Rename more 2D and 3D nodes to follow convention | Rémi Verschelde |
2020-03-27 | Renamed 2D and 3D nodes to make their types explicit | Juan Linietsky |
2020-03-26 | Open sub-windows as embedded if the OS does not support them | Juan Linietsky |
2020-03-26 | Popups are now windows also (broken!) | Juan Linietsky |
2020-03-26 | Working multiple window support, including editor | Juan Linietsky |
2020-03-26 | Refactored input, goes all via windows now. | Juan Linietsky |
2020-03-26 | Added a Window node, and made it the scene root. | Juan Linietsky |
2020-03-26 | Effective DisplayServer separation, rename X11 -> LinuxBSD | Juan Linietsky |
2020-03-26 | Refactored Input, create DisplayServer and DisplayServerX11 | Juan Linietsky |
2020-03-25 | Fix volume interpolation in positional audio nodes | Waridley |
2020-03-24 | Remove unused classes and stray headers | Rémi Verschelde |
2020-03-20 | Merge pull request #37169 from AndreaCatania/AndreaCatania-patch-2 | Rémi Verschelde |
2020-03-19 | Fixes navigation path reset | Andrea Catania |
2020-03-17 | Fix visibility enabler flag toggling | Tomasz Chabora |
2020-03-17 | Style: Set clang-format Standard to Cpp11 | Rémi Verschelde |