summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #63286 from RandomShaper/fix_debugger_focusRémi Verschelde2022-07-223-2/+11
|\
| * Fix editor re-focus on debugger break on WindowsPedro J. Estébanez2022-07-213-2/+11
* | Merge pull request #63242 from m4gr3d/fix_slow_copy_mainRémi Verschelde2022-07-221-2/+15
|\ \
| * | Address slow copy performance when using the `FileAccessFilesystemJAndroid` i...Fredia Huya-Kouadio2022-07-211-2/+15
| |/
* | Rename `epsilon` to `tolerance` in the `Plane::has_point` methodYuri Rubinsky2022-07-212-4/+4
* | Merge pull request #63128 from cdemirer/fix-callable-comparator-error-message...Rémi Verschelde2022-07-211-1/+1
|\ \
| * | Fix the argcount when generating error message for CallableComparatorcdemirer2022-07-181-1/+1
* | | Rename OSX to macOS and iPhoneOS to iOS.bruvzg2022-07-214-5/+5
* | | Add peer visibility to MultiplayerSynchronizer.Fabio Alessandrelli2022-07-202-4/+10
| |/ |/|
* | Merge pull request #63190 from fabriceci/fix-calculation-angular-velocityRémi Verschelde2022-07-191-7/+6
|\ \
| * | Fix the calculation of the angular velocity when the rotation speed is not high.fabriceci2022-07-191-7/+6
* | | Merge pull request #63187 from RandomShaper/fix_atomic_cmp_exchangeRémi Verschelde2022-07-191-2/+2
|\ \ \
| * | | Use the right memory ordering in SafeNumeric operationsPedro J. Estébanez2022-07-191-2/+2
| | |/ | |/|
* | | Merge pull request #63005 from Chaosus/image_rotateRémi Verschelde2022-07-192-0/+108
|\ \ \ | |_|/ |/| |
| * | Implement `rotate_90/rotate_180` functions to `Image`Yuri Rubinsky2022-07-152-0/+108
* | | Use integer types in Image and ImageTexture methodsFireForge2022-07-182-19/+19
* | | Sync controller mappings DB with SDL2 community repoRémi Verschelde2022-07-181-158/+209
| |/ |/|
* | Changed bool to GdNativeBoolbasta2022-07-163-3/+3
|/
* Use BitField hint for the TextServer enums. Add missing parts for BitField su...bruvzg2022-07-156-5/+10
* Remove unused hintskobewi2022-07-123-59/+42
* Add static methods for creating Image and ImageTexturekobewi2022-07-082-0/+17
* Merge pull request #62808 from bruvzg/macos_file_url_handleRémi Verschelde2022-07-071-0/+1
|\
| * [macOS] Improve file association handling, and allow URL schema handling.bruvzg2022-07-071-0/+1
* | Merge pull request #62108 from bruvzg/font_config_v3Rémi Verschelde2022-07-071-0/+1
|\ \
| * | Refactor Font configuration and import UI, and Font resources.bruvzg2022-07-061-0/+1
* | | Allows parsing of invalid UTF-16 surrogates (can be encountered in Windows fi...bruvzg2022-07-074-155/+252
| |/ |/|
* | Merge pull request #62776 from lawnjelly/remove_octreeRémi Verschelde2022-07-061-1271/+0
|\ \
| * | Remove Octreelawnjelly2022-07-061-1271/+0
| |/
* | Merge pull request #62713 from YuriSizov/docs-scripting-annotationsRémi Verschelde2022-07-064-0/+14
|\ \ | |/ |/|
| * Add support for documenting built-in annotationsYuri Sizov2022-07-044-0/+14
* | Implement a BitField hintreduz2022-07-0510-26/+132
* | Merge pull request #62459 from m4gr3d/refactor_android_storage_handling_mainRémi Verschelde2022-07-052-0/+5
|\ \
| * | Add full support for Android scoped storage.Fredia Huya-Kouadio2022-07-052-0/+5
* | | Implement XMLParser.get_current_line()kobewi2022-07-052-25/+30
|/ /
* | Merge pull request #62212 from hansemro/eraser-detect-4Rémi Verschelde2022-07-042-3/+20
|\ \ | |/ |/|
| * [macOS, Windows, X11] Add stylus inverted/eraser support toHansem Ro2022-07-042-3/+20
* | Expression built-in functions can also be considered as identifiers in subscr...cdemirer2022-07-041-1/+1
* | Use custom key structs, instead of raw hashes for the Label3D and TextMesh, t...bruvzg2022-07-041-2/+2
* | Input: Re-enable input accumulation by defaultRémi Verschelde2022-07-031-1/+1
* | Merge pull request #61610 from TokageItLab/importer-retarget-registered-gdhum...Rémi Verschelde2022-07-023-0/+18
|\ \
| * | implement bone renamer in importerSilc Renew2022-07-013-0/+18
* | | Merge pull request #62589 from KoBeWi/custom_threadsRémi Verschelde2022-07-011-2/+3
|\ \ \
| * | | Handle custom Callables in Thread.start()kobewi2022-07-011-2/+3
* | | | Add arch flag to assembler to fix build on ARM64 macOS / iOS.bruvzg2022-07-011-2/+1
|/ / /
* | | Merge pull request #62477 from lyuma/packedbytearrayRémi Verschelde2022-07-012-8/+27
|\ \ \
| * | | Prevent out-of-bounds write in array conversion; avoid logspam on empty arrays.Lyuma2022-06-302-8/+27
* | | | Merge pull request #62540 from MinusKube/debugger-array-crashRémi Verschelde2022-06-301-7/+38
|\ \ \ \
| * | | | Add serialization for RID and SignalMinusKube2022-06-301-7/+38
| | |/ / | |/| |
* | | | Fixing Print_rich which only displays correctly in terminalVoylin2022-07-011-0/+8
* | | | Errors: Fallback to `fprintf` if `OS` singleton doesn't existRémi Verschelde2022-06-301-1/+7