aboutsummaryrefslogtreecommitdiff
path: root/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* Rename Godot-specific resource extensionsGeorge Marques2017-06-151-1/+1
* Merge pull request #9157 from capnm/fix-https-requestRémi Verschelde2017-06-141-2/+12
|\
| * Don't append standard ports to the request header.Martin Capitanio2017-06-131-2/+12
* | Merge pull request #9158 from Hinsbart/script_templatesRémi Verschelde2017-06-141-0/+2
|\ \
| * | Add ability to use custom script templates.Andreas Haas2017-06-131-0/+2
| |/
* | Merge pull request #9175 from bd339/iss9156Rémi Verschelde2017-06-141-10/+10
|\ \
| * | Rewrite Image::blit_rect to use the following algorithm:Benjamin Dahse2017-06-141-10/+10
* | | Merge pull request #9155 from kubecz3k/check-process-typeRémi Verschelde2017-06-142-0/+8
|\ \ \ | |/ / |/| |
| * | Fixed thread check, solves: #3698kubeczek2017-06-132-0/+8
| |/
* | Merge pull request #8548 from tagcup/etc2compJuan Linietsky2017-06-133-15/+32
|\ \ | |/ |/|
| * Add ETC1/ETC2 compression support though etc2comp.Ferenc Arn2017-05-313-15/+32
* | Expose zstd and zlib compression levels as global config.Ferenc Arn2017-06-112-5/+13
* | Merge pull request #9104 from tagcup/zstdJuan Linietsky2017-06-115-7/+43
|\ \
| * | Add zstd compression support.Ferenc Arn2017-06-085-7/+43
* | | Added EditorPlugin.remove_import_plugin()Zher Huei Lee2017-06-111-0/+1
* | | renamed all Rect3.pos to Rect3.positionalexholly2017-06-0917-216/+216
* | | -Restored multithread capability to VisualServerJuan Linietsky2017-06-095-22/+105
|/ /
* | Fix build error, commit bee81d5Poommetee Ketson2017-06-081-2/+2
* | Merge pull request #9002 from Hinsbart/key_action_matchRémi Verschelde2017-06-081-1/+4
|\ \
| * | InputEvent: Restore old behaviour for matching key events to actions.Andreas Haas2017-05-301-1/+4
* | | Merge pull request #8981 from toger5/addedGrowFunctionRémi Verschelde2017-06-082-0/+23
|\ \ \
| * | | added grow functions to Rect2toger52017-06-052-0/+23
* | | | Merge pull request #9015 from mcanders/mcanders/ParseObjectVariantFixRémi Verschelde2017-06-071-2/+6
|\ \ \ \
| * | | | Fix Variant::OBJECT token parsingCarter Anderson2017-06-041-2/+6
* | | | | renamed all Rect2.pos to Rect2.positionalexholly2017-06-0410-137/+137
|/ / / /
* | | | InputEvent: Renamed "pos" property to "position"Andreas Haas2017-06-032-38/+38
* | | | Merge pull request #8973 from thomas-goerlich/8957_rand_range_bugfixRémi Verschelde2017-06-031-3/+1
|\ \ \ \
| * | | | Changed enum to const because enum with uint64 size does not work on VSC++ Co...Thomas Görlich2017-05-291-3/+1
* | | | | Merge pull request #9011 from karroffel/ptrcall-nightmare-fixRémi Verschelde2017-06-012-1/+2
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | fixed PowerState enum castKarroffel2017-06-012-1/+2
| | |_|/ | |/| |
* / | | rewritten PBR implementation to make it friendlier with BlenderJuan Linietsky2017-05-312-20/+8
|/ / /
* | / Several fixes related to PBR and EnvironmentJuan Linietsky2017-05-302-4/+4
| |/ |/|
* | NaturalSort: strings start with . treated differentlyPoommetee Ketson2017-05-291-0/+12
* | -Added .hdr format supportJuan Linietsky2017-05-285-42/+203
|/
* Merge pull request #8936 from Hinsbart/fix_actionRémi Verschelde2017-05-271-2/+2
|\
| * Fix InputEvent actions.Andreas Haas2017-05-271-2/+2
* | -Added EXR supprot for HDR (no BC6 compression yet though)Juan Linietsky2017-05-263-41/+515
|/
* Fix virtual methods in InputEventKey.Andreas Haas2017-05-252-3/+3
* Merge pull request #8590 from tagcup/s3tc_stuffJuan Linietsky2017-05-252-327/+4
|\
| * Use libsquish to decompress DXT textures.Ferenc Arn2017-05-182-327/+4
* | Merge pull request #8898 from vnen/screentouch-struct-classRémi Verschelde2017-05-251-1/+1
|\ \
| * | Change InputEventScreenTouch from struct to classGeorge Marques2017-05-241-1/+1
* | | Fix 2D-editor mouse wheel zoom (x11).Martin Capitanio2017-05-241-1/+1
|/ /
* | -Fix the "set_val" call deferred, it was the only one.. closes #8742Juan Linietsky2017-05-231-1/+1
* | fixed crash on code that checks InputEventJuan Linietsky2017-05-231-1/+1
* | Merge pull request #8786 from bojidar-bg/fix-astar-weight-scaleRémi Verschelde2017-05-221-4/+2
|\ \
| * | Fix weigth scale of A* being applied to the whole path and estimationBojidar Marinov2017-05-221-5/+2
* | | Avoid overestimating the cost in AStar heuristics.Ferenc Arn2017-05-211-1/+1
* | | Removal of InputEvent as built-in Variant type..Juan Linietsky2017-05-2020-1492/+1119
* | | Merge pull request #8829 from supagu/astar-bidirectionalRémi Verschelde2017-05-202-4/+6
|\ \ \