aboutsummaryrefslogtreecommitdiff
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Added a simpler/faster way to bind script languages instance wrappers to GodotJuan Linietsky2017-07-164-6/+37
* Bindings: Fix Object::get_meta return type.Andreas Haas2017-07-161-1/+1
* -Fix for multiple reflection probes causing issues.Juan Linietsky2017-07-151-0/+19
* Lots of work on Audio & Physics engine:Juan Linietsky2017-07-155-3/+92
* Ignore fuzzy translationsPoommetee Ketson2017-07-121-6/+15
* Merge pull request #9366 from GodotExplorer/pr-ime-position-flow-cursorRémi Verschelde2017-07-113-0/+11
|\
| * IME window follow the input cursor.geequlim2017-07-113-0/+11
* | Merge pull request #9607 from Noshyaar/astarRémi Verschelde2017-07-112-0/+8
|\ \
| * | AStar: add bool has_point(id)Poommetee Ketson2017-07-112-0/+8
| |/
* | Merge pull request #9602 from ducdetronquito/masterRémi Verschelde2017-07-111-1/+1
|\ \
| * | [#7212] Fixed missing 'Variant' return values in documentation.ducdetronquito2017-07-111-1/+1
| |/
* / Include Git hash in the enginePoommetee Ketson2017-07-111-0/+4
|/
* Refactor 'treshold' to 'threshold'Poommetee Ketson2017-07-083-26/+26
* [#9292] Renamed Image.put_pixel() to set_pixel().ducdetronquito2017-07-072-9/+9
* Merge pull request #8943 from RandomShaper/fix-error-handlingRémi Verschelde2017-07-058-45/+76
|\
| * Implement well-defined handling of unrecoverable errorsPedro J. Estébanez2017-07-058-45/+76
* | Implemented environment arrays for skybox reflection and roughness, quality i...Juan Linietsky2017-07-041-3/+4
* | Merge pull request #9457 from TwistedTwigleg/Fixed_Vector3_snapRémi Verschelde2017-07-034-9/+9
|\ \
| * | Fixed syntax inconsistency in Vector3.snap and Vector3.snappedTwistedTwigleg2017-07-034-9/+9
* | | -Many fixes to VisualScript, fixed property names, etc.Juan Linietsky2017-06-301-9/+7
|/ /
* | Reworked translation systemJuan Linietsky2017-06-288-28/+201
* | Merge pull request #9195 from kubecz3k/obj-incoming-connectionsRémi Verschelde2017-06-272-0/+17
|\ \
| * | Ability to get a list of signals that are targeting objectJakub Grzesik2017-06-152-0/+17
* | | -Added folding to property editor, persistent on objects it editsJuan Linietsky2017-06-254-0/+54
* | | Fix crash with String copy from with NULL string parametergeequlim2017-06-251-0/+12
* | | Merge pull request #9334 from Noshyaar/pr-genhRémi Verschelde2017-06-253-5/+5
|\ \ \
| * | | BuildSystem: generated files have .gen.extensionPoommetee Ketson2017-06-253-5/+5
* | | | Merge pull request #9348 from bojidar-bg/9299-save-device-idsRémi Verschelde2017-06-251-0/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Make the InputEvent device property get savedBojidar Marinov2017-06-241-0/+2
* | | | Merge pull request #8783 from bojidar-bg/fix-range-loop-typeRémi Verschelde2017-06-241-20/+22
|\ \ \ \
| * | | | Reimplement for..in range() so that it always results in intsBojidar Marinov2017-06-221-20/+22
* | | | | Added 'blit_rect_mask' for 3.0 toodumitru-stama2017-06-242-0/+58
| |/ / / |/| | |
* | | | Remove methods from code completion which are already exposed by properties, ...Juan Linietsky2017-06-232-3/+14
* | | | Image: Fix wrong method DEFVALIgnacio Etcheverry2017-06-231-1/+1
* | | | Fix shortcuts, make them visible again and work.Juan Linietsky2017-06-222-0/+43
|/ / /
* | | fixed ptrcall cast for const Ref<T>Karroffel2017-06-201-1/+1
* | | Fixed a string class bugdumitru-stama2017-06-191-1/+1
* | | Merge pull request #8870 from tagcup/pathfollowThomas Herzog2017-06-193-13/+16
|\ \ \
| * | | Fix PathFollow rotations.Ferenc Arn2017-05-313-13/+16
* | | | Merge pull request #9274 from vnen/compress-functionsThomas Herzog2017-06-193-0/+73
|\ \ \ \
| * | | | Add compression support for File objectGeorge Marques2017-06-192-0/+32
| * | | | Add basic compression functions to PoolBaseArrayGeorge Marques2017-06-191-0/+41
* | | | | Added two new methods to 3.0 'blend_rect_mask' and 'fill'd2017-06-182-0/+133
|/ / / /
* | | | Add normalmap support for drawing in all low level primitives. Only added sup...Juan Linietsky2017-06-171-0/+44
* | | | Merge pull request #9231 from dumitru-stama/constimgGeorge Marques2017-06-162-2/+2
|\ \ \ \
| * | | | Fixed a bug in get_pixel not being constdumitru.stama2017-06-162-2/+2
* | | | | -Fix freezes caused by etccomp2, closes #9183Juan Linietsky2017-06-164-16/+27
|/ / / /
* | | | Merge pull request #9201 from vnen/rename-extensionsRémi Verschelde2017-06-161-1/+1
|\ \ \ \
| * | | | Rename Godot-specific resource extensionsGeorge Marques2017-06-151-1/+1
| | |/ / | |/| |
* | | | Fixed memory leaksMarc Gilleron2017-06-161-1/+7