aboutsummaryrefslogtreecommitdiff
path: root/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \
| * | | Added bool to allow astar points to be connected in one direction onlyFabian Mathews2017-05-192-4/+6
| |/ /
* | / Finish implementation of GDnative builtins bindingsEmmanuel Leblond2017-05-191-1/+0
| |/ |/|
* | Merge pull request #8807 from RandomShaper/mq-flush-reentrantRémi Verschelde2017-05-181-6/+9
|\ \
| * | Make MessageQueue::flush() reentrantPedro J. Estébanez2017-05-181-6/+9
| |/
* | Merge pull request #8649 from neikeq/pr-ringbuffer-findRémi Verschelde2017-05-181-0/+26
|\ \
| * | RingBuffer: Adds find() methodIgnacio Etcheverry2017-05-051-0/+26
* | | Fix two typos from previous commitRémi Verschelde2017-05-176-93/+28
* | | Removal of Image from Variant, converted to a Resource.Juan Linietsky2017-05-1723-618/+257
| |/ |/|
* | Fix natural sorting order in EditorFileDialog, FileDialog and EditorFileSyste...Damian Day2017-05-122-3/+61
* | Fixed the IP resolver code blocking the main thread, it uses a Mutex now to l...Marcelo Fernandez2017-05-081-18/+47
* | Implemented scrolling factor for smooth trackpad scrollingtoger52017-05-071-1/+5
* | Merge pull request #8658 from Faless/explain_out_of_mem_msg_queue_masterRémi Verschelde2017-05-051-4/+6
|\ \
| * | Better explain out of memory error in message queueFabio Alessandrelli2017-05-051-4/+6
| |/
* | Merge pull request #8642 from RandomShaper/fix-pack-get-curr-dirRémi Verschelde2017-05-051-5/+4
|\ \ | |/ |/|
| * Fix infinite loop in DirAccessPack::get_current_dir()Pedro J. Estébanez2017-05-041-5/+4
* | Rename project file to "project.godot"Rémi Verschelde2017-05-012-19/+19
* | Merge pull request #8572 from akien-mga/thirdpartyRémi Verschelde2017-04-2938-12334/+77
|\ \
| * | Move other lone thirdparty files to thirdparty/miscRémi Verschelde2017-04-281-1/+1
| * | Split thirdparty smaz.c out of compressed_translation.cppRémi Verschelde2017-04-282-209/+3
| * | Move core thirdparty files to thirdparty/{minizip,misc}Rémi Verschelde2017-04-2837-12125/+74
| |/