summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Align the Variant data memberHein-Pieter van Braam2019-02-201-2/+8
* | | | Fix HTTPClient keep alive with chunked encoding.Fabio Alessandrelli2019-02-202-2/+29
* | | | HTTPClient read until EOF fixesFabio Alessandrelli2019-02-201-39/+16
|/ / /
* | | Fix warnings seen with warnings=all and recent GCC 8.2.marxin2019-02-181-16/+14
* | | Add hex-encoded version number to Engine singleton for easy comparisonsRémi Verschelde2019-02-172-0/+6
|/ /
* | Merge pull request #25680 from Chaosus/random_fixRémi Verschelde2019-02-161-1/+4
|\ \
| * | Fix random generation, to not retrieve 0 after seed()Chaosus2019-02-101-1/+4
* | | Merge pull request #25952 from pbrunet/fix/randRémi Verschelde2019-02-161-2/+2
|\ \ \
| * | | Fix typo for randd and randfPierrick Brunet2019-02-161-2/+2
* | | | Make resource loader cycle checker work on a per-thread basis.Juan Linietsky2019-02-162-9/+51
* | | | Merge pull request #25944 from Faless/net/http_editor_fixesRémi Verschelde2019-02-161-7/+6
|\ \ \ \
| * | | | Fix keep-alive without header in HTTP clientFabio Alessandrelli2019-02-161-7/+6
| | |_|/ | |/| |
* | | | Expose OS::get_current_video_driver to scripting languagesRémi Verschelde2019-02-162-3/+19
* | | | Merge pull request #25924 from Calinou/add-gamepad-button-shortcutRémi Verschelde2019-02-162-3/+12
|\ \ \ \ | |_|/ / |/| | |
| * | | Make Button shortcuts triggerable by gamepadsHugo Locurcio2019-02-162-3/+12
| |/ /
* / / Fix alignment and locking issues with CommandQueueMTHein-Pieter van Braam2019-02-162-9/+14
|/ /
* | -Fixes to undo redo to avoid crash, closes #24251Juan Linietsky2019-02-141-6/+5
* | Fix typos with codespellRémi Verschelde2019-02-131-1/+1
* | Merge pull request #25821 from akien-mga/sync-class-and-filenamesRémi Verschelde2019-02-1326-777/+46
|\ \
| * | Core: Ensure classes match their header filenameRémi Verschelde2019-02-1226-777/+46
* | | [Core] Transform2D add set_scale and fix set_rotationAaron Franke2019-02-123-4/+13
* | | Merge pull request #25721 from neikeq/wwRémi Verschelde2019-02-124-3/+18
|\ \ \ | |/ / |/| |
| * | Use script instance binding for objects constructed from C#Ignacio Etcheverry2019-02-094-3/+18
| |/
* | Merge pull request #25481 from hpvb/fix-ubsan-asan-reportsRémi Verschelde2019-02-122-30/+53
|\ \
| * | Fix many asan and ubsan reported issuesHein-Pieter van Braam2019-01-302-30/+53
* | | Merge pull request #25727 from aaronfranke/matrix3-basisRémi Verschelde2019-02-107-11/+11
|\ \ \
| * | | [Core] Rename Matrix3 file to BasisAaron Franke2019-02-097-11/+11
* | | | Warn when using GPU particles with GLES2Rémi Verschelde2019-02-091-6/+7
|/ / /
* | / Image: Fix decompressing ETC2Rémi Verschelde2019-02-081-1/+1
| |/ |/|
* | Mono: Lifetime fixes for CSharpInstance and instance binding dataIgnacio Etcheverry2019-02-032-0/+6
* | Merge pull request #25478 from neikeq/rrIgnacio Etcheverry2019-02-031-0/+1
|\ \
| * | Added set_environment to OS classIgnacio Etcheverry2019-02-031-0/+1
* | | Merge pull request #25494 from RandomShaper/fix-21677Rémi Verschelde2019-01-314-14/+14
|\ \ \
| * | | Let memory stat functions return uint64_tPedro J. Estébanez2019-01-304-14/+14
| | |/ | |/|
* / | Fix AStar crashing with large (>1e30) estimated valuesBojidar Marinov2019-01-301-2/+2
|/ /
* | Prevent upscaled SVG from exceeding Image boundsRémi Verschelde2019-01-282-3/+6
* | Avoid cyclic resource loading of any type, fixes #22673Juan Linietsky2019-01-273-10/+131
|/
* Fix code style issuesRémi Verschelde2019-01-263-3/+2
* Warn of invalid pointer when converting object to RID, closes #19023Juan Linietsky2019-01-261-0/+8
* Expose InputEventMIDI to scriptsMarcelo Fernandez2019-01-231-0/+1
* Revert "Revert "Update random_pcg.h""Rémi Verschelde2019-01-231-2/+2
* Revert "Update random_pcg.h"Rémi Verschelde2019-01-231-2/+2
* Fixed possible crash in pck_packer.cpp due to wrong memory freeing.Ivan Ponomarev2019-01-221-1/+1
* Add function to obtain filesystem type from DirAccess.Juan Linietsky2019-01-213-0/+8
* Fix HTML5 build warningLeon Krause2019-01-201-2/+2
* Don't reset MultiplayerAPI when setting same peer.Fabio Alessandrelli2019-01-151-0/+2
* Fix MultiplayerAPI initialization, clear.Fabio Alessandrelli2019-01-151-0/+3
* Merge pull request #24987 from akien-mga/gles2-nvidia-rect-hack-opt-inRémi Verschelde2019-01-141-2/+0
|\
| * GLES2: Make Nvidia flicker workaround opt-inRémi Verschelde2019-01-141-2/+0
* | Added a flag to specify an exported node path must be supplied from scene roo...Juan Linietsky2019-01-141-0/+1
|/