Age | Commit message (Expand) | Author |
2018-11-28 | Fix many errors found by PVS-Studio | Aaron Franke |
2018-10-16 | Merge pull request #22548 from fire/visualscript_whitespace | Rémi Verschelde |
2018-10-11 | Make visualscript search better. | K. S. Ernest (iFire) Lee |
2018-10-11 | Add testcase whether OAHashMap loses keys | Florian Jung |
2018-10-04 | Fix GCC 8 warnings about potentially unitialized variables | Rémi Verschelde |
2018-10-02 | Fix warnings on virtual methods [-Woverloaded-virtual] [-Wdelete-non-virtual-... | Rémi Verschelde |
2018-10-02 | Fix build after ##21492 | Rémi Verschelde |
2018-10-02 | Merge pull request #21492 from Maykeye/astar | Rémi Verschelde |
2018-10-01 | Fix various Clang 7 warnings about unused stuff | Rémi Verschelde |
2018-09-28 | SCons: Build thirdparty code in own env, disable warnings | Rémi Verschelde |
2018-09-27 | Fix warnings about unhandled enum value in switch [-Wswitch] | Rémi Verschelde |
2018-09-13 | Merge pull request #21982 from luzpaz/misc-typos | Rémi Verschelde |
2018-09-12 | Misc. typos | luz.paz |
2018-09-12 | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde |
2018-08-28 | Changed A* exit condition, added 2 tests for it | Maykeye |
2018-07-26 | Reduce unnecessary COW on Vector by make writing explicit | Hein-Pieter van Braam |
2018-07-20 | Add static type checks in the parser | George Marques |
2018-07-14 | Visual Shaders are back. | Juan Linietsky |
2018-06-09 | Correct test list returned by test_get_names | Emmanuel Leblond |
2018-05-03 | updated OAHashMap to use robinhood hashing | karroffel |
2018-03-27 | Add radio-button-looking entries to PopupMenu | Pedro J. Estébanez |
2018-01-18 | Fix typos in code and docs with codespell | Rémi Verschelde |
2018-01-05 | Add missing copyright headers and fix formatting | Rémi Verschelde |
2018-01-01 | Update copyright statements to 2018 | Rémi Verschelde |
2017-12-07 | Style: Apply new clang-format 5.0 style to all files | Rémi Verschelde |
2017-11-28 | disable caching for targets using helper functions | Rhody Lugo |
2017-11-28 | use the same cache for all branches for appveyor | Rhody Lugo |
2017-11-16 | GDScript: Refactor "GD" class prefix to "GDScript" | Rémi Verschelde |
2017-11-09 | Reworked how servers preallocate RIDs, should fix #10970 | Juan Linietsky |
2017-09-19 | added OAHashMap type | Karroffel |
2017-09-01 | Merge pull request #10318 from endragor/ordered-hash-map | Rémi Verschelde |
2017-08-29 | removed DISCARD built in variable, replaced by actual discard GLSL instructio... | Juan Linietsky |
2017-08-27 | Dead code tells no tales | Rémi Verschelde |
2017-08-27 | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde |
2017-08-22 | Removed unnecessary returns and break statements | Wilson E. Alvarez |
2017-08-21 | Removed unnecessary assignments | Wilson E. Alvarez |
2017-08-16 | Synchronize parameter names in definition and declaration | TwistedTwigleg |
2017-08-13 | Replace GUI anchor type by a float between 0 and 1 | Gilles Roudiere |
2017-08-13 | Implement OrderedHashMap | Ruslan Mustakov |
2017-07-19 | -Renamed GlobalConfig to ProjectSettings, makes more sense. | Juan Linietsky |
2017-06-26 | -Fixed SCREEN_TEXTURE and other related 2D shader parameters. | Juan Linietsky |
2017-06-16 | Godot 3.0 primitives as resources for use with MeshInstance | BastiaanOlij |
2017-06-03 | InputEvent: Renamed "pos" property to "position" | Andreas Haas |
2017-05-28 | -Added .hdr format support | Juan Linietsky |
2017-05-20 | Removal of InputEvent as built-in Variant type.. | Juan Linietsky |
2017-05-17 | Removal of Image from Variant, converted to a Resource. | Juan Linietsky |
2017-04-24 | Merge pull request #8277 from tagcup/math_checks | Rémi Verschelde |
2017-04-10 | Rename [gs]et_pos to [gs]et_position for Controls | Sergey Pusnei |
2017-04-08 | Add "Godot Engine contributors" copyright line | Rémi Verschelde |
2017-04-06 | New particle system, mostly working, some small features missing. | Juan Linietsky |