| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2018-02-24 | [mono] get stacktraces for all inner exceptions | Paul Joannon | 1 | -20/+39 | |
| 2018-02-24 | Mono: Fix bindings for parameters in vararg methods | Ignacio Etcheverry | 1 | -3/+3 | |
| 2018-02-24 | Add --quit option to help output and update manpage | Rémi Verschelde | 2 | -3/+13 | |
| 2018-02-24 | Fix Windows file case changing | Hein-Pieter van Braam | 1 | -5/+22 | |
| Windows APIs don't really provide a way to change a filename case. This implements a little juggling to make this work. We first create a guaranteed unique temporary file, we then replace the original file with the temporary file and we finally rename it to the desired filename case. (cherry picked from commit d69d58deeaa523c6c38958b3956423ae8f814909) | |||||
| 2018-02-24 | Fix visibility of gizmos on scene load | JFonS | 1 | -2/+6 | |
| 2018-02-24 | [DOCS] clarify that OS.get_user_data_dir needs project name | Poommetee Ketson | 1 | -0/+4 | |
| [ci skip] | |||||
| 2018-02-24 | (Magnify|Pan)Gesture: implement as_text | Poommetee Ketson | 2 | -0/+12 | |
| 2018-02-24 | Removed whitespaces around arguments of functions. | anakimluke | 1 | -2/+0 | |
| Functions automatically generated by conneting signals via GUI put whitespaces around the arguments of the generated function. This is inconsistent with the style guide. This commit fixes that. (cherry picked from commit 370f84f41cf3ce493c2de687455880d9e1e04be6) | |||||
| 2018-02-23 | Refactor version macros and fix related bugs | Rémi Verschelde | 13 | -23/+43 | |
| The previous logic with VERSION_MKSTRING was a bit unwieldy, so there were several places hardcoding their own variant of the version string, potentially with bugs (e.g. forgetting the patch number when defined). The new logic defines: - VERSION_BRANCH, the main 'major.minor' version (e.g. 3.1) - VERSION_NUMBER, which can be 'major.minor' or 'major.minor.patch', depending on whether the latter is defined (e.g. 3.1.4) - VERSION_FULL_CONFIG, which contains the version status (e.g. stable) and the module-specific suffix (e.g. mono) - VERSION_FULL_BUILD, same as above but with build/reference name (e.g. official, custom_build, mageia, etc.) Note: Slight change here, as the previous format had the build name *before* the module-specific suffix; now it's after - VERSION_FULL_NAME, same as before, so VERSION_FULL_BUILD prefixed with "Godot v" for readability Bugs fixed thanks to that: - Export templates version matching now properly takes VERSION_PATCH into account by relying on VERSION_FULL_CONFIG. - ClassDB hash no longer takes the build name into account, but limits itself to VERSION_FULL_CONFIG (build name is cosmetic, not relevant for the API hash). - Docs XML no longer hardcode the VERSION_STATUS, this was annoying. - Small cleanup in Windows .rc file thanks to new macros. | |||||
| 2018-02-22 | Ability to edit Polygon2D shape from within the UV editor, this will ↵ | Juan Linietsky | 2 | -17/+163 | |
| eventually make it possible to in the future. | |||||
| 2018-02-22 | Fixes collisions shape selection | Gilles Roudiere | 1 | -1/+1 | |
| 2018-02-22 | add restore purchases for iOS | J Andrew Long | 2 | -0/+15 | |
| 2018-02-22 | StyleBoxTexture: Texture instead of RES for texture and normal_map. | Pieter-Jan Briers | 3 | -10/+10 | |
| 2018-02-22 | server: Add support for statically linking libgcc and libstdc++ | Rémi Verschelde | 1 | -0/+5 | |
| 2018-02-22 | i18n: Sync translation templates with 3.0 source | Rémi Verschelde | 46 | -1993/+3150 | |
| Currently staying in sync with the 3.0 branch to give translators a chance to increase the completion rate of their 3.0 translations for the stable branch (translation template is synced with the master branch). (cherry picked from commit 07e24619959af256c9e51304c396bccfa99e1b4c) | |||||
| 2018-02-22 | i18n: Sync translations with Weblate | Rémi Verschelde | 13 | -1978/+1617 | |
