aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Added functions to get trimesh infoAndrea Catania2018-06-072-0/+24
* Merge pull request #19263 from vnen/fix-get-returnRémi Verschelde2018-05-311-0/+1
|\
| * Fix return type of _get() virtual methodGeorge Marques2018-05-291-0/+1
* | Style: Apply clang-format (5.0) to some missed filesRémi Verschelde2018-05-313-10/+10
* | Merge pull request #19278 from karroffel/image-rgbe-srgbJuan Linietsky2018-05-302-0/+33
|\ \
| * | added rgbe_to_srgb method to Imagekarroffel2018-05-302-0/+33
* | | Don't add a period to a log file name if it has no extension.Michael Alexsander Silva Dias2018-05-301-1/+4
|/ /
* | Merge pull request #19266 from akien-mga/os-execute-docMax Hilbrunner2018-05-301-1/+2
|\ \
| * | Improve return value of OS.execute in blocking/non-blocking variantsRémi Verschelde2018-05-301-1/+2
| |/
* | New sync RPC modes to match all combinationsFabio Alessandrelli2018-05-292-0/+12
* | Refactor RPCMode enum and checksFabio Alessandrelli2018-05-293-76/+99
|/
* Revert "RPCMode refactor, more sync modes"Max Hilbrunner2018-05-293-111/+76
* Merge pull request #19021 from Faless/rpc_sync_fixMax Hilbrunner2018-05-293-76/+111
|\
| * New sync RPC modes to match all combinationsFabio Alessandrelli2018-05-262-0/+12
| * Refactor RPCMode enum and checksFabio Alessandrelli2018-05-263-76/+99
* | Sync classref with current sourceRémi Verschelde2018-05-281-0/+2
* | Revert "Make the performance reporting update frequency customizable"Juan Linietsky2018-05-284-7/+2
* | Merge pull request #19213 from bit-shift-io/masterRémi Verschelde2018-05-281-1/+1
|\ \
| * | Fix for not picking up locale of some .po translation filesFabian2018-05-281-1/+1
* | | Merge pull request #18410 from GodotExplorer/debugger-inherited-variablesRémi Verschelde2018-05-281-14/+40
|\ \ \
| * | | Send inherited variables and constants from remote debuggerGeequlim2018-04-291-14/+40
* | | | Merge pull request #18899 from ibrahn/gdscript-license-infoRémi Verschelde2018-05-285-0/+123
|\ \ \ \ | |_|/ / |/| | |
| * | | GDScript access to copyright, license, author and donor information.Ibrahn Sahir2018-05-195-0/+123
* | | | Merge pull request #18279 from RandomShaper/allow-naive-httpMax Hilbrunner2018-05-262-15/+50
|\ \ \ \
| * | | | Allow body-up-to-EOF HTTP responsesPedro J. Estébanez2018-05-222-15/+50
| | |/ / | |/| |
* | | | Merge pull request #18998 from Calinou/customizable-performance-reporting-rateMax Hilbrunner2018-05-264-2/+7
|\ \ \ \ | |_|_|/ |/| | |
| * | | Make the performance reporting update frequency customizableHugo Locurcio2018-05-184-2/+7
| | |/ | |/|
* | | Merge pull request #14715 from Krakean/string_add_rsplit2Max Hilbrunner2018-05-233-0/+43
|\ \ \
| * | | Added rsplit() for String classDmitry Koteroff2017-12-153-0/+43
* | | | Dictionary editing support in inspectorJuan Linietsky2018-05-192-0/+28
| |/ / |/| |
* | | Fix PoolAllocator::resize for too large p_new_sizenemerle2018-05-171-1/+1
* | | Merge pull request #18804 from tagcup/vec_slerpRémi Verschelde2018-05-167-10/+82
|\ \ \
| * | | Add SLERP to Vector{2,3}, optimize Quat's Vector3 rotation.tagcup2018-05-127-10/+82
* | | | Add missing copyright headersGuilherme Felipe2018-05-162-0/+60
* | | | -New inspector.Juan Linietsky2018-05-151-1/+1
* | | | Merge pull request #18545 from vnen/editor-autoloadJuan Linietsky2018-05-141-0/+2
|\ \ \ \
| * | | | Enable autoload in editorGeorge Marques2018-05-011-0/+2
* | | | | Allow sending raw bytes through MultiplayerAPIFabio Alessandrelli2018-05-122-1/+41
| |/ / / |/| | |
* | | | Merge pull request #18709 from Faless/multiplayer_docsMax Hilbrunner2018-05-092-25/+25
|\ \ \ \
| * | | | Internal methods in MultiplayerAPI start with _Fabio Alessandrelli2018-05-082-25/+25
* | | | | Merge pull request #14622 from bruvzg/non-rectangular-windowsHein-Pieter van Braam2018-05-084-0/+29
|\ \ \ \ \
| * | | | | Experimental support for windows with per-pixel transparency (macOS, X11 and ...bruvzg2018-04-074-0/+29
* | | | | | Merge pull request #15305 from poke1024/checks-peerJuan Linietsky2018-05-081-0/+2
|\ \ \ \ \ \
| * | | | | | Checks on input_buffer in PacketPeerStreamBernhard Liebl2018-01-031-0/+2
* | | | | | | Merge pull request #15282 from poke1024/check-obj-classJuan Linietsky2018-05-081-1/+27
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Object class checking on bound method callsBernhard Liebl2018-01-101-1/+27
* | | | | | | Local debugger fixes and extensionsBlazej Floch2018-05-074-45/+170
* | | | | | | Merge pull request #17316 from ShyRed/significantdigitsJuan Linietsky2018-05-071-2/+2
|\ \ \ \ \ \ \
| * | | | | | | Adjust decimal precisionShyRed2018-03-061-2/+2
* | | | | | | | Merge pull request #17353 from zmanuel/timer_hysteresis_multiframe_pr1Juan Linietsky2018-05-074-0/+29
|\ \ \ \ \ \ \ \