aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Revert "Display the Y angle properly when rotating from gizmo, partially help...2.1.4-stableRémi Verschelde2017-08-271-11/+3
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-27233-233/+233
* Re-apply clang-format to all filesRémi Verschelde2017-08-276-111/+109
* Fix double single quotes in `connect` error printPoommetee Ketson2017-08-271-1/+1
* simplify the way window is allowed to steal focus, no longer relying on proje...Juan Linietsky2017-08-271-2/+0
* Move wait_for_flush out of queue lockSipaha2017-08-272-18/+47
* Merge pull request #10521 from RandomShaper/fix-double-parsing-2.1Rémi Verschelde2017-08-221-3/+1
|\
| * Fix tokenization of doublesPedro J. Estébanez2017-08-221-3/+1
* | Correct hash behavior for floating point numbersHein-Pieter van Braam2017-08-205-44/+250
* | Add closest_power_of_2 func and implement mix_rate/latency on OS XMarcelo Fernandez2017-08-186-20/+37
|/
* Display the Y angle properly when rotating from gizmo, partially helps #1479Juan Linietsky2017-08-131-3/+11
* keep default exported script values unless overriden, closes #8127Juan Linietsky2017-08-132-0/+35
* Port StreamPeerBuffer to 2.1Raymoo2017-08-123-0/+156
* core/[io;object]: fix typo 'resoucre' to 'resource'Indah Sylvia2017-08-083-8/+8
* Style: Apply clang-format on all filesRémi Verschelde2017-07-304-18/+17
* Bindings: Fix Object::get_meta return type.Andreas Haas2017-07-301-1/+1
* Fix misplaced quote in error messsagePedro J. Estébanez2017-07-271-1/+1
* Fix cvs files freezing the editor when a double quote is not closedMarcelo Fernandez2017-07-251-0/+2
* Ignore fuzzy translationsPoommetee Ketson2017-07-141-6/+15
* AStar: add bool has_point(id)Poommetee Ketson2017-07-142-0/+8
* Enhanced debugger. ake 2.1 more productive!geequlim2017-07-113-70/+281
* Merge pull request #8944 from RandomShaper/fix-error-handling-2.1Rémi Verschelde2017-07-058-34/+66
|\
| * Make error handling more convenientPedro J. Estébanez2017-07-058-34/+66
* | Changed Vector3.snap from fmod to stepify, which makes more sense, fixes #6399Juan Linietsky2017-06-301-6/+3
* | Revert "Dictionary keys are now sorted by insertion order"Rémi Verschelde2017-06-282-81/+12
* | Merge pull request #9410 from williamd1k0/advanced-string-formatRémi Verschelde2017-06-275-12/+156
|\ \
| * | Dictionary keys are now sorted by insertion orderJuan Linietsky2017-06-262-12/+81
| * | Add advanced string formatWilliam Tumeo2017-06-163-0/+75
* | | Fix crash with String copy from with NULL string parametergeequlim2017-06-251-0/+12
* | | BuildSystem: generated files have .gen.extPoommetee Ketson2017-06-253-5/+5
* | | Added 'blit_rect_mask' methoddumitru-stama2017-06-243-2/+68
* | | Added two new methods 'blend_rect_mask' and 'fill'd2017-06-183-0/+83
* | | Merge pull request #9167 from dumitru-stama/blitalphaRémi Verschelde2017-06-173-0/+49
|\ \ \
| * | | Added a new 'blend_rect' method acting as 'blit_rect' with alpha-blendingdumitru.stama2017-06-143-0/+49
| |/ /
* | | Fixed a blit_rect crash with out-of-bounds coordsdumitru.stama2017-06-171-4/+4
* | | Don't append standard ports to the request header.Martin Capitanio2017-06-171-2/+12
* | | added grow functions to Rect2toger52017-06-172-0/+23
|/ /
* | Doc: Sync classref with current sourceRémi Verschelde2017-06-141-1/+1
* | Fix root path resolution on PCK fileGeorge Marques2017-06-071-0/+2
* | Use builtin BC decompression when libsquish not availablePedro J. Estébanez2017-05-281-1/+327
* | Use libsquish to decompress DXT textures.Ferenc Arn2017-05-262-326/+6
* | Fix weigth scale of A* being applied to the whole path and estimationBojidar Marinov2017-05-271-4/+2
* | Avoid overestimating the cost in AStar heuristics.Ferenc Arn2017-05-271-1/+1
* | Added bool to allow astar points to be connected in one direction onlyFabian Mathews2017-05-272-4/+6
* | Fixed the IP resolver code blocking the main thread, it uses a Mutex now to l...Marcelo Fernandez2017-05-261-18/+47
* | Move other lone thirdparty files to thirdparty/miscRémi Verschelde2017-05-261-1/+1
* | Split thirdparty smaz.c out of compressed_translation.cppRémi Verschelde2017-05-262-209/+3
* | Move core thirdparty files to thirdparty/{minizip,misc}Rémi Verschelde2017-05-2634-12079/+74
* | Update snake_case splittingMarco Melorio2017-05-261-1/+3
* | Core: fix possible memory leaks.Andreas Haas2017-05-262-2/+2