summaryrefslogtreecommitdiff
path: root/core
AgeCommit message (Expand)Author
2017-05-23-Fix the "set_val" call deferred, it was the only one.. closes #8742Juan Linietsky
2017-05-23fixed crash on code that checks InputEventJuan Linietsky
2017-05-22Merge pull request #8786 from bojidar-bg/fix-astar-weight-scaleRémi Verschelde
2017-05-22Fix weigth scale of A* being applied to the whole path and estimationBojidar Marinov
2017-05-21Avoid overestimating the cost in AStar heuristics.Ferenc Arn
2017-05-20Removal of InputEvent as built-in Variant type..Juan Linietsky
2017-05-20Merge pull request #8829 from supagu/astar-bidirectionalRémi Verschelde
2017-05-19Finish implementation of GDnative builtins bindingsEmmanuel Leblond
2017-05-19Added bool to allow astar points to be connected in one direction onlyFabian Mathews
2017-05-18Merge pull request #8807 from RandomShaper/mq-flush-reentrantRémi Verschelde
2017-05-18Merge pull request #8649 from neikeq/pr-ringbuffer-findRémi Verschelde
2017-05-18Make MessageQueue::flush() reentrantPedro J. Estébanez
2017-05-17Fix two typos from previous commitRémi Verschelde
2017-05-17Removal of Image from Variant, converted to a Resource.Juan Linietsky
2017-05-12Fix natural sorting order in EditorFileDialog, FileDialog and EditorFileSyste...Damian Day
2017-05-08Fixed the IP resolver code blocking the main thread, it uses a Mutex now to l...Marcelo Fernandez
2017-05-07Implemented scrolling factor for smooth trackpad scrollingtoger5
2017-05-05Merge pull request #8658 from Faless/explain_out_of_mem_msg_queue_masterRémi Verschelde
2017-05-05Merge pull request #8642 from RandomShaper/fix-pack-get-curr-dirRémi Verschelde
2017-05-05Better explain out of memory error in message queueFabio Alessandrelli
2017-05-05RingBuffer: Adds find() methodIgnacio Etcheverry
2017-05-04Fix infinite loop in DirAccessPack::get_current_dir()Pedro J. Estébanez
2017-05-01Rename project file to "project.godot"Rémi Verschelde
2017-04-29Merge pull request #8572 from akien-mga/thirdpartyRémi Verschelde
2017-04-29Revert "Use .godot as file extension for project files."Juan Linietsky
2017-04-28Move other lone thirdparty files to thirdparty/miscRémi Verschelde
2017-04-28Split thirdparty smaz.c out of compressed_translation.cppRémi Verschelde
2017-04-28Move core thirdparty files to thirdparty/{minizip,misc}Rémi Verschelde
2017-04-26Fix recognition of resource extensions.Andreas Haas
2017-04-26Fix wrong fallback for localevolzhs
2017-04-24Merge pull request #8506 from iam13islucky/patch-1Rémi Verschelde
2017-04-24Merge pull request #8469 from Melix19/patch-2Rémi Verschelde
2017-04-24Merge pull request #8420 from magyar123/pr-script-files-as-baseRémi Verschelde
2017-04-24Merge pull request #8277 from tagcup/math_checksRémi Verschelde
2017-04-23[3.0] Fix bug in Image::_get_pixelbiam13islucky
2017-04-23Update snake_case splittingMarco Melorio
2017-04-23Fix property warnings and hide some debug printsRémi Verschelde
2017-04-20Move VERSION_MKSTRING logic to version.hRémi Verschelde
2017-04-20Merge pull request #8417 from neikeq/hello-thereRémi Verschelde
2017-04-18Fixed that playing the project opens the project managerMarco Melorio
2017-04-18Merge pull request #8441 from tagcup/seed_fixRémi Verschelde
2017-04-17Merge pull request #8375 from Hinsbart/project_extensionRémi Verschelde
2017-04-17Fix PRNG randomization.Ferenc Arn
2017-04-17External editor improvements and fixesIgnacio Etcheverry
2017-04-16Use .godot as file extension for project files.Andreas Haas
2017-04-15Added the ability to select files as base when creating scriptsmbalint12
2017-04-14Correct Variant::hash_compare()Hein-Pieter van Braam
2017-04-11Fix a pesky bug in marshalls.cpp/encode_variantBojidar Marinov
2017-04-10Rename [gs]et_pos to [gs]et_position for ControlsSergey Pusnei
2017-04-09Merge pull request #8333 from touilleMan/classdb-class_sget_property-bindingRémi Verschelde