| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2018-02-20 | [Mono] Fixed "expression did not evaluate to a constant" compiler error for ↵ | Nathan Warden | 1 | -3/+4 | |
| visual studio. | |||||
| 2018-02-20 | Made the Debugger's Stack Frames items reselectable. | Michael Alexsander Silva Dias | 1 | -0/+1 | |
| 2018-02-19 | SCons: Remove references to obsolete "fat" bits | Rémi Verschelde | 3 | -67/+17 | |
| 2018-02-19 | Fix previous commit, "bits" still needed for buildsystem | Rémi Verschelde | 1 | -1/+4 | |
| 2018-02-19 | OSX: Remove unnecessary bits assignment | Rémi Verschelde | 1 | -4/+1 | |
| 2018-02-19 | Added an auto quit and auto build flag to the command line options. | Nathan Warden | 3 | -5/+23 | |
| 2018-02-19 | Add show path button to project manager | Bernhard Liebl | 2 | -3/+33 | |
| 2018-02-19 | Improve CollisionObject/CollisionObject2D warning message | Chris Bradfield | 2 | -2/+2 | |
| 2018-02-19 | Fixing folder/file case sensitive renaming issue | Stephen Traskal | 1 | -0/+5 | |
| Example: Could not rename "Objects" to "objects" or vice versa | |||||
| 2018-02-19 | Fix a rendering bug with screen_texture | Bojidar Marinov | 1 | -6/+4 | |
| 2018-02-19 | Improved ray shape (2D and 3D) by addiing the possibility to act as regular ↵ | Andrea Catania | 15 | -20/+117 | |
| shape | |||||
| 2018-02-19 | Fixes OptionButton selection index being reset to zero at instanciation | Alexander Alekseev | 1 | -1/+2 | |
| Bug: engine tries to set selected item before items were added during save scene/run project, because of wrong properties order. Fixes #10213. | |||||
| 2018-02-19 | Made modifications to the RigidBody(2D) descriptions. | Michael Alexsander Silva Dias | 2 | -9/+4 | |
| 2018-02-19 | Improve error reporting of ProjectSettings::setup() | Rémi Verschelde | 3 | -31/+58 | |
| And use it to better report errors in the console and project manager when a project.godot file is corrupted. Fixes #14963. | |||||
| 2018-02-19 | Fix timer second not zero padded when < 10 | Poommetee Ketson | 1 | -1/+1 | |
| Also RTR "Time Left:" | |||||
| 2018-02-19 | Prevent loading project-specific config in Project Manager | Rémi Verschelde | 1 | -28/+21 | |
| The Project Manager should share the same settings as the editor most of the time. The whole init stuff with Main::setup and Main::start needs a good cleanup though. Fixes #15199. | |||||
| 2018-02-19 | OSX: Remove support for 32-bit and fat binaries | Rémi Verschelde | 3 | -45/+9 | |
| Mac OS X is 64-bit only since 10.7 (Lion), which has reached End-Of-Life in October 2014. Therefore it no longer makes sense to support exporting 32-bit binaries for Mac OS X, and we can now default to 64-bit instead of bigger "fat" binaries. | |||||
| 2018-02-19 | doc: Sync classref with current source | Rémi Verschelde | 14 | -15/+2117 | |
| 2018-02-19 | doc: Update version string in header | Rémi Verschelde | 486 | -486/+486 | |
| 2018-02-19 | Readd VS.sync and VS.draw to keep compatibility | Rémi Verschelde | 1 | -0/+6 | |
| Those are deprecated as VS.force_sync and VS.force_draw do the same and more explicitly, but we cannot remove them without marking them as deprecated before that. Fixes issue introduced in #15892. | |||||
| 2018-02-18 | Force controls to save rect_clip_content since they do not all default to false. | isaacremnant | 1 | -1/+1 | |
| 2018-02-18 | Fix 2d collision body update on shape remove | Konrad Nowakowski | 1 | -0/+1 | |
| 2018-02-18 | Fix infinite recursion with editor import plugins | George Marques | 1 | -2/+2 | |
| 2018-02-18 | [X11] Improving error detection in move_to_trash | Iskustvo | 2 | -18/+38 | |
| 2018-02-18 | Added missing shader functions | Chaosus | 1 | -0/+38 | |
| 2018-02-18 | fixed md script | Yan Pas | 1 | -8/+13 | |
| 2018-02-18 | Remove some debugging prints on Android | Hugo Locurcio | 8 | -200/+8 | |
| 2018-02-17 | implement signal related methods in csharp_script so signals can be used ↵ | Paul Joannon | 4 | -8/+89 | |
| with emit | |||||
| 2018-02-17 | add a [Signal] attribute to CSharpScripts | Paul Joannon | 7 | -1/+103 | |
| 2018-02-17 | Flush HTTPClient response data only on request/close in HTML5 platform | Leon Krause | 1 | -2/+0 | |
| 2018-02-17 | Warn when polling HTTPClient synchronously in HTML5 platform | Leon Krause | 2 | -0/+24 | |
| 2018-02-17 | Mono: Fix build status icons | Ignacio Etcheverry | 1 | -5/+3 | |
| 2018-02-17 | Disable insecure HTTP methods CONNECT and TRACE in HTML5 platform | Leon Krause | 1 | -0/+2 | |
| 2018-02-17 | Delete all selected lines using the delete line shortcut in script editor | Yan Pas | 1 | -6/+20 | |
| 2018-02-17 | Clean up some bad words from code comments | Artem Varaksa | 14 | -23/+13 | |
| 2018-02-17 | Fix #16773 (Rename "Install" to "Download" in AssetLib) | Artem Varaksa | 1 | -1/+1 | |
| 2018-02-17 | Ignore tools CLI flags in non-tools builds. | Pieter-Jan Briers | 1 | -5/+11 | |
| Some flags were still parsed but either did nothing or broke everything. No reason to parse them. | |||||
| 2018-02-17 | Gridmap editor now lists plane instead of floor when not horizontal. | Anish | 2 | -3/+18 | |
| Instead of gridmap editor calling grid as floor irrespective of the orientation, it now calls the grid plane if it's vertical and floor if horizontal. Resolves: #14611 | |||||
| 2018-02-16 | Direct to InputEventJoypadButton for using buttons | Benjamin Stammen | 1 | -1/+1 | |
| 2018-02-16 | Remove window decorations for fullscreen on X11 | Pedro J. Estébanez | 1 | -0/+10 | |
| 2018-02-16 | Enforce insert_final_newline in the editorconfig. | Pieter-Jan Briers | 1 | -0/+1 | |
| 2018-02-16 | X11: Link libgcc statically with use_static_cpp option | Rémi Verschelde | 1 | -3/+3 | |
| We were already linking libstdc++ statically for official binaries, protecting us against most portability issues. But apparently since we started using GCC 7 for official builds, we also need to link libgcc statically for at least 32-bit builds to be portable. Fixes #16409. | |||||
| 2018-02-16 | Update CA certificates to latest Mozilla bundle | Rémi Verschelde | 2 | -3096/+1948 | |
| Copied from an up-to-date Fedora 27 install (ca-certificates-2018.2.22-1.0.fc27). | |||||
| 2018-02-16 | Added Physics state APIs | Andrea Catania | 5 | -0/+25 | |
| 2018-02-16 | Fix script previews | Chaosus | 1 | -4/+4 | |
| 2018-02-16 | Makes project manager never initialize mono debug. | Pieter-Jan Briers | 3 | -17/+9 | |
| The heuristic whether we're in the project manager inside GDMono didn't work if the project manager was launched by not having any path to run. This is fixed now by making a Main::is_project_manager(). | |||||
| 2018-02-16 | Makes NodePath and RID follow PascalCase in C#. | Pieter-Jan Briers | 1 | -1/+1 | |
| Fixes #15685 | |||||
| 2018-02-16 | Give C# NodePath a ToString(). | Pieter-Jan Briers | 1 | -1/+2 | |
| It already had an implicit cast operator to string, but this doesn't get used in say string formatting. So now something like $"path: {GetPath()}" works. | |||||
| 2018-02-16 | fix crash autotile edit mode | damarindra | 1 | -0/+5 | |
| 2018-02-16 | 2D editor GUI input rework. Changes are: | Gilles Roudiere | 14 | -1957/+1679 | |
| - The input handling is done into several distinct functions, and the code is more consistent. - The actions' history is more precise ("Edited CanvasItem" is now "Rotated CanvasItem","Moved CanvasItem",etc...) - Fixed a little bug about input key events not forwarded correctly to plugins - IK is followed by default when you move a bone node, the alt-key allow you to move it normally | |||||
