summaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #30424 from raphael10241024/fix_noiseRémi Verschelde2020-07-021-1/+1
|\
| * Fix OpenSimplexNoise get_image() swap axesRaphaelHunter2020-07-011-1/+1
* | Merge pull request #39788 from bruvzg/macos_apple_siliconRémi Verschelde2020-07-014-3/+12
|\ \
| * | [macOS] Add support for the Apple Silicon (ARM64) build target.bruvzg2020-06-294-3/+12
* | | Merge pull request #38713 from aaronfranke/string-64bitRémi Verschelde2020-07-012-6/+6
|\ \ \
| * | | Rename String bin_to_int64 to bin_to_intAaron Franke2020-06-031-1/+1
| * | | Remove 32-bit String hex_to_int methodAaron Franke2020-06-032-3/+3
| * | | Remove 32-bit String to_int methodAaron Franke2020-06-032-2/+2
* | | | Change assembly watcher after notification changesG'lek2020-06-301-1/+1
| |_|/ |/| |
* | | Merge pull request #39986 from reduz/app-inout-notificationRémi Verschelde2020-06-301-2/+2
|\ \ \
| * | | Add a separate application focus/in notification out from Window focus notifi...Juan Linietsky2020-06-301-2/+2
* | | | Merge pull request #38920 from paulherman/tgaRémi Verschelde2020-06-301-0/+14
|\ \ \ \ | |/ / / |/| | |
| * | | Expose loading TGA images in Image.Paul Herman2020-05-211-0/+14
* | | | Use is_equal_approx() instead of vertex_snap when checking if ray isMarcel Admiraal2020-06-291-1/+1
* | | | Create degenerate triangles when inserting an edge into a CSG face.Marcel Admiraal2020-06-291-9/+0
| |_|/ |/| |
* | | Improve the preload and load descriptionsTomasz Chabora2020-06-281-8/+8
* | | VideoStreamGDNative: close file in cleanupMark Kuo2020-06-281-0/+5
* | | Merge pull request #39837 from neikeq/fix-invalid-unbox-long-as-intRémi Verschelde2020-06-261-1/+1
|\ \ \
| * | | Mono/C#: Fix InvalidCast because of attempt to unbox long as intIgnacio Etcheverry2020-06-251-1/+1
* | | | Merge pull request #39839 from neikeq/use-/restore-instead-of-/t-restoreRémi Verschelde2020-06-264-31/+15
|\ \ \ \
| * | | | Mono/C#: Use /restore instead of /t:restore when buildingIgnacio Etcheverry2020-06-254-31/+15
| |/ / /
* / / / Mono/C#: Fix unhandled exception not being printedIgnacio Etcheverry2020-06-251-1/+1
|/ / /
* | | Style: Fix copyright headersRémi Verschelde2020-06-251-1/+1
* | | Merge pull request #39739 from MichaelBelousov/fix/long-enum-fix-rider-castRémi Verschelde2020-06-243-5/+5
|\ \ \
| * | | Mono: fix bad long casts and wrong underlying enum types in GodotToolsMichael Belousov2020-06-243-5/+5
* | | | Merge pull request #39779 from naithar/feature/ios-modules-masterRémi Verschelde2020-06-242-0/+6
|\ \ \ \
| * | | | SCons: Enable iOS modules for ARKit and CameraSergey Minakov2020-06-232-0/+6
* | | | | Merge pull request #39783 from neikeq/messaging-codecompletion-localize-fixRémi Verschelde2020-06-243-2/+57
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | C#: Fix completion request with case insensitive resource pathIgnacio Etcheverry2020-06-233-2/+57
* | | | | Merge pull request #39755 from Faless/crypto/encryption_pr_4.0Rémi Verschelde2020-06-222-23/+140
|\ \ \ \ \
| * | | | | Implement RSA encryption/decryption.Fabio Alessandrelli2020-06-182-0/+29
| * | | | | Implement sign and verify in crypto.Fabio Alessandrelli2020-06-182-0/+48
| * | | | | CryptoKey supports public keys.Fabio Alessandrelli2020-06-182-8/+55
| * | | | | Better zeroizing in CryptoKey.Fabio Alessandrelli2020-06-181-15/+8
* | | | | | Merge pull request #39747 from nekomatata/fix-crash-space-queryRémi Verschelde2020-06-221-0/+4
|\ \ \ \ \ \
| * | | | | | Fix crashes with invalid shapes in BulletPhysicsDirectSpaceState queriesPouleyKetchoupp2020-06-221-0/+4
* | | | | | | Merge pull request #34236 from madmiraal/enable-bullet-debugRémi Verschelde2020-06-211-2/+2
|\ \ \ \ \ \ \
| * | | | | | | Enable Bullet DEBUG on debug builds.Marcel Admiraal2020-04-011-2/+2
* | | | | | | | Merge pull request #34219 from madmiraal/check-motion-before-bullet-sweepRémi Verschelde2020-06-211-6/+12
|\ \ \ \ \ \ \ \
| * | | | | | | | Check for motion in cast_motion() before doing Bullet convexSweepTest().Marcel Admiraal2020-06-211-6/+12
| | |/ / / / / / | |/| | | | | |
* / | | | | | | Check if point's index exists before adding it to the list of pointsMarcel Admiraal2020-06-211-2/+6
|/ / / / / / /
* | | | | | | Remove ToolButton in favor of ButtonHugo Locurcio2020-06-196-14/+18
* | | | | | | Merge pull request #39678 from akien-mga/universae-fenestrasRémi Verschelde2020-06-191-1/+1
|\ \ \ \ \ \ \
| * | | | | | | Export: Rename 'Windows Universal' to 'UWP'Rémi Verschelde2020-06-191-1/+1
* | | | | | | | Merge pull request #39652 from paulloz/generics-getnodesingroupRémi Verschelde2020-06-195-0/+152
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | [mono] implement generics GetNodesInGroupPaul Joannon2020-06-195-0/+152
| | |/ / / / / | |/| | | | |
* | | | | | | Merge pull request #39629 from MichaelBelousov/dont-slice-longs-to-monoRémi Verschelde2020-06-191-2/+2
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | / / / | | |_|/ / / | |/| | | |
| * | | | | return boxed long when marshalling a godot int to mono runtime in dynamic con...Michael Belousov2020-06-171-2/+2
* | | | | | Document Mono-specific classesHugo Locurcio2020-06-182-4/+18
|/ / / / /
* | | | | Merge pull request #38067 from ThakeeNathees/elif-error-line-fixedRémi Verschelde2020-06-171-0/+4
|\ \ \ \ \