aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | Fixed signal input variable nameAndrea Catania2018-04-061-1/+1
| |_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #17827 from bruvzg/macos_shortcut_key_remapping_fixRémi Verschelde2018-04-052-122/+0
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / / / / / |/| | | | | | | | | | | | [macOS] Fix keyboard shortcuts on non QWERTY keyboard layouts.
| * | | | | | | | | | | | [macOS] Fix keyboard shortcuts on non QWERTY keyboard layouts.bruvzg2018-03-282-122/+0
| | |/ / / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge pull request #17847 from Faless/lws_updateRémi Verschelde2018-04-032-0/+32
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | LWS v2.4.2, mbedTLS v2.8.0, Websocket SSL support
| * | | | | | | | | | | | Generalize SSL cert reading from fileFabio Alessandrelli2018-04-032-0/+32
| |/ / / / / / / / / / /
* / / / / / / / / / / / Ctrl+Clicking a enum now scrolls down to it in the docs.Felix Yang2018-04-033-7/+5
|/ / / / / / / / / / /
* | | | | | | | | | | Fix for clang warning at distance_toMarcelo Fernandez2018-03-221-1/+1
| | | | | | | | | | |
* | | | | | | | | | | Fix several in-class initialization clang warningMarcelo Fernandez2018-03-225-8/+16
| | | | | | | | | | |
* | | | | | | | | | | Merge pull request #17653 from eska014/rwlock-dummyRémi Verschelde2018-03-213-21/+25
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Add RWLockDummy for NO_THREADS builds
| * | | | | | | | | | | Add RWLockDummy for NO_THREADS buildsLeon Krause2018-03-203-21/+25
| | | | | | | | | | | |
* | | | | | | | | | | | Fix listing files inside directory in pack filePedro J. Estébanez2018-03-181-1/+5
|/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When adding a directory path to the inventory of the pack, an empty file name was being added to the file list. That made `Directory.get_ntext()` signal end-of-list too early so that files in a subdirectory were missed. Fixes #15801. Helps with #16798.
* | | | | | | | | | | Merge pull request #16947 from Faless/ui_actionsFabio Alessandrelli2018-03-162-0/+24
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | GUI elements ui_action usage, improvements
| * | | | | | | | | | | Add two new default actions ui_end, ui_homeFabio Alessandrelli2018-02-232-0/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Used by Slider and Scrollbar
* | | | | | | | | | | | Merge pull request #17237 from RandomShaper/fix-ssl-handshakeFabio Alessandrelli2018-03-151-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Fix HTTPClient SNI support when verify is off
| * | | | | | | | | | | | Fix wrong SSL handshakePedro J. Estébanez2018-03-041-1/+1
| | |_|_|/ / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The name of the remote host is passed to mbed TLS in all cases so the client hello message is correctly formed.
* | | | | | | | | | | | Merge pull request #17376 from marcelofg55/file_get_pathHein-Pieter van Braam2018-03-153-0/+19
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Added File.get_path and File.get_path_absolute functions
| * | | | | | | | | | | | Added File.get_path and File.get_path_absolute functionsMarcelo Fernandez2018-03-133-0/+19
| | |_|_|/ / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge pull request #17407 from poke1024/fix-hsv-mismatchHein-Pieter van Braam2018-03-151-0/+4
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Fix mismatch between Color.h and Color.from_hsv()
| * | | | | | | | | | | | Fix mismatch between Color.h and Color.from_hsv()Bernhard Liebl2018-03-141-0/+4
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge pull request #17388 from Hinsbart/mono_class_nameRémi Verschelde2018-03-151-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Mono: Avoid invalid class names.
| * | | | | | | | | | | | Mono: Avoid invalid class names.Andreas Haas2018-03-151-0/+1
| |/ / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Disallow reserved keywords as class names and prefix base class with the Godot namespace if it's the same as the class name. Fixes #12483
* | | | | | | | | | | | Merge pull request #17486 from bojidar-bg/x-fix-clang-negation-warnRémi Verschelde2018-03-131-4/+4
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Fix a potential bug hinted by clang
| * | | | | | | | | | | | Fix a potential bug hinted by clangBojidar Marinov2018-03-131-4/+4
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge pull request #17254 from Chaosus/updatewrapRémi Verschelde2018-03-132-17/+12
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Update wrap functions
| * | | | | | | | | | | | Update wrap functionsChaosus2018-03-062-17/+12
| | |/ / / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge pull request #17257 from and3rson/masterRémi Verschelde2018-03-131-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Fix garbage in string padding.
| * | | | | | | | | | | | Fix garbage in string padding.Andrew Dunai2018-03-041-1/+1
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge pull request #17311 from marcelofg55/export_err_checksRémi Verschelde2018-03-131-3/+4
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Improved error checking at EditorExportPlatformPC::export_project
| * | | | | | | | | | | | Improved error checking at EditorExportPlatformPC::export_projectMarcelo Fernandez2018-03-061-3/+4
| | |_|_|_|_|_|_|/ / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge pull request #17440 from viktor-ferenczi/issue-5042Rémi Verschelde2018-03-132-12/+8
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Properly closing all files in Python build code
| * | | | | | | | | | | | Properly closing all files in Python codeViktor Ferenczi2018-03-112-12/+8
| | |_|/ / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge pull request #17319 from eska014/polyclipper-toolsonlyRémi Verschelde2018-03-131-1/+0
|\ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | Build polygon clipper only in tools builds
| * | | | | | | | | | | | Build polygon clipper only in tools buildsLeon Krause2018-03-061-1/+0
| | |_|/ / / / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Fix non working action names containing whitespacesrobfram2018-03-121-1/+4
| |/ / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now the action name is quoted if it contains spaces. Also, quotation mark (") is added to the forbidden character list for action names, as it was also a bug. Fix #17322
* | | | | | | | | | | Merge pull request #16485 from poke1024/vector2-crossRémi Verschelde2018-03-083-8/+2
|\ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Bring back Vector2.cross()
| * | | | | | | | | | | Bring back Vector2.cross()Bernhard Liebl2018-03-073-8/+2
| | |/ / / / / / / / / | |/| | | | | | | | |
* / | | | | | | | | | Reinstate WebGL 1.0 driver in HTML5 platformLeon Krause2018-03-071-1/+2
|/ / / / / / / / / /
* / / / / / / / / / Clean and expose get_audio/video_driver_* funcs on OS classMarcelo Fernandez2018-03-044-6/+67
|/ / / / / / / / /
* | | | | | | | | Allow degenerate triangles in polygon triangulation when necessary.Nicolas Silva2018-02-282-10/+37
| | | | | | | | |
* | | | | | | | | Fix various valgrind reported uninitialized variable usesHein-Pieter van Braam2018-02-281-3/+3
| | | | | | | | |
* | | | | | | | | Mono: Better versioning and gracefully unloading of Godot API assembliesIgnacio Etcheverry2018-02-252-0/+31
| | | | | | | | |
* | | | | | | | | (Magnify|Pan)Gesture: implement as_textPoommetee Ketson2018-02-242-0/+12
| | | | | | | | |
* | | | | | | | | Refactor version macros and fix related bugsRémi Verschelde2018-02-232-4/+27
|/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | | | Color:fix setting V switch S to old V valuePoommetee Ketson2018-02-221-1/+1
| | | | | | | |
* | | | | | | | Fix typos with codespellluz.paz2018-02-2112-18/+18
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Found via `codespell -q 3 --skip="./thirdparty,./editor/translations" -I ../godot-word-whitelist.txt` Whitelist consists of: ``` ang doubleclick lod nd que te unselect ```
* | | | | | | Add base support for 2D meshes in Godot, including Sprite -> Mesh2D conversion.Juan Linietsky2018-02-212-0/+3
| | | | | | |
* | | | | | | Fix loading project.binary from PCK fileRémi Verschelde2018-02-211-2/+6
|/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Regression introduced in #16825. My logic was correct, but not the error code I was expecting. The error reporting in FileAccess likely needs a review too.
* | | | | | Merge pull request #15563 from poke1024/gdscript-shuffleRémi Verschelde2018-02-193-0/+17
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add shuffle() method to Array
| * | | | | | Add shuffle() method to Arraypoke10242018-01-103-0/+17
| | |_|/ / / | |/| | | |
* | | | | | Merge pull request #15852 from poke1024/color_hsvRémi Verschelde2018-02-193-0/+52
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add Color.from_hsv()