Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-01-16 | Style: Cleanups, added headers, renamed files | Rémi Verschelde | |
Made sure files in core/ and tools/ have a proper Godot license header when written by us. Also renamed aabb.{cpp,h} and object_type_db.{cpp,h} to rect3.{cpp,h} and class_db.{cpp,h} respectively. Also added a proper header to core/io/base64.{c,h} after clarifying the licensing with the original author (public domain). | |||
2017-01-14 | Style: Fix whole-line commented code | Rémi Verschelde | |
They do not play well with clang-format which aligns the `//` part with the rest of the code block, thus producing badly indented commented code. | |||
2017-01-11 | Type renames: | Juan Linietsky | |
Matrix32 -> Transform2D Matrix3 -> Basis AABB -> Rect3 RawArray -> PoolByteArray IntArray -> PoolIntArray FloatArray -> PoolFloatArray Vector2Array -> PoolVector2Array Vector3Array -> PoolVector3Array ColorArray -> PoolColorArray | |||
2017-01-10 | Removed the set_child_rect() in AcceptDialog. AcceptDialog now works as a ↵ | Juan Linietsky | |
container! | |||
2017-01-08 | PopupMenu now emits both index_pressed and id_pressed instead of ↵ | Juan Linietsky | |
item_pressed, closes #3188 | |||
2017-01-05 | Editor settings categories are now tidy and beautiful! | Juan Linietsky | |
2017-01-02 | ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to ↵ | Juan Linietsky | |
Variant. All usages of "type" to refer to classes were renamed to "class" ClassDB has been exposed to GDScript. OBJ_TYPE() macro is now GDCLASS() | |||
2017-01-01 | Welcome in 2017, dear changelog reader! | Rémi Verschelde | |
That year should bring the long-awaited OpenGL ES 3.0 compatible renderer with state-of-the-art rendering techniques tuned to work as low as middle end handheld devices - without compromising with the possibilities given for higher end desktop games of course. Great times ahead for the Godot community and the gamers that will play our games! | |||
2016-10-04 | ConnectionDialog: Don't allow connecting to a Node without a script if ↵ | Andreas Haas | |
target method is invalid. Shows a warning now. Fixes #6656 | |||
2016-08-06 | Likely with bugs and with some features are missing, as well as profiler ↵ | Juan Linietsky | |
support, but VisualScript should be more or less done! | |||
2016-07-15 | Perform connect when double click a node on connecting signal window | volzhs | |
2016-06-20 | i18n: Improve a couple English strings | Rémi Verschelde | |
2016-06-13 | Merge pull request #5165 from neikeq/pr-issue-5116 | Juan Linietsky | |
ConnectionsDock: Double click to create and go to signal connection | |||
2016-06-11 | Rewrote ConnectionsDialog to use containers, should work fine on HiDPI, ↵ | Juan Linietsky | |
closes #5608 | |||
2016-06-12 | ConnectionsDock: Double click to create and go to signal connection | Ignacio Etcheverry | |
2016-06-04 | Created a NodeDock with signals and groups | Juan Linietsky | |
2016-06-03 | Signals became a tab | Juan Linietsky | |
added icons to contextual scene tree menu | |||
2016-05-21 | i18n: Second pass at proofreading | Rémi Verschelde | |
Mostly removing commented out strings, plus a few critical ones that should not be translated. | |||
2016-05-21 | i18n: Proofreading of all strings | Rémi Verschelde | |
Done to ensure that no important identifiers are translatable, to fix compound strings using the new vformat() function, and some general English proofreading here and there. | |||
2016-05-03 | Modified editor strings to be translatable in the future | Juan Linietsky | |
2016-03-09 | remove trailing whitespace | Hubert Jarosz | |
2016-01-23 | -Fixes a bunch of stdout errors, closes #2763 closes #2731 | Juan Linietsky | |
2016-01-01 | Update copyright to 2016 in headers | George Marques | |
2015-11-23 | Add ability to set oneshot connection from Editor | Franklin Sobrinho | |
2015-06-24 | fix connection dialog bug | Juan Linietsky | |
2015-06-24 | added ability to define signals in script | Juan Linietsky | |
closes #2175 | |||
2015-04-18 | Updated copyright year in all headers | Juan Linietsky | |
2015-04-08 | Changed popup_centered by popup_centered_minsize in editor dialogs | Franklin Sobrinho | |
2015-03-17 | Area2D can now detect overlap with other areas | Juan Linietsky | |
this should make everything simpler, specially for newcomers to Godot | |||
2014-02-09 | GODOT IS OPEN SOURCE | Juan Linietsky | |