Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-27 | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde | |
2017-08-20 | ClassDB: Provide the enum name of integer constants | Ignacio Etcheverry | |
2017-08-16 | Merge pull request #10252 from neikeq/pr-fix-some-stuff-<3 | Rémi Verschelde | |
Some method fixes | |||
2017-08-13 | Replace GUI anchor type by a float between 0 and 1 | Gilles Roudiere | |
2017-08-11 | Fixes ItemList::is_same_column_width() return type | Ignacio Etcheverry | |
2017-08-10 | Removes type information from method binds | Ignacio Etcheverry | |
2017-08-02 | ItemList: Remove redundant Vector2 initializations. | Andreas Haas | |
2017-07-21 | Enhanched About dialog, Add ItemList auto_height | Poommetee Ketson | |
Add set/has_auto_height for ItemList to automatically set minimum size by content. Add hash to About dialog. Resize About dialog so that dev list appears in 3 columns. | |||
2017-07-19 | -Renamed GlobalConfig to ProjectSettings, makes more sense. | Juan Linietsky | |
-Added system for feature overrides, it's pretty cool :) | |||
2017-07-19 | Add object type hint for docs | Poommetee Ketson | |
2017-07-11 | [#7212] Fixed missing 'Variant' return values in documentation. | ducdetronquito | |
2017-07-04 | ItemList: expose methods, in-editor items editing support | Poommetee Ketson | |
2017-06-07 | fixed overlapping of temp. colors (script editor) | toger5 | |
+ added a little bit more spacing to the scripts in the script list. the temp colors now expand to the vseperation, instead of having the same size than the stylebox | |||
2017-06-04 | renamed all Rect2.pos to Rect2.position | alexholly | |
2017-06-03 | InputEvent: Renamed "pos" property to "position" | Andreas Haas | |
Make the naming consistent with other classes. | |||
2017-05-27 | Fix item list scroll speed. | Sean Bohan | |
Remove the extra `set_val` action after the proper one, so the right scroll value won’t get overrided any more. (cherry picked from commit 064dce7a4c4bdca13b5358ccc9f9829f0e1068fb) | |||
2017-05-20 | Removal of InputEvent as built-in Variant type.. | Juan Linietsky | |
this might cause bugs I haven't found yet.. | |||
2017-05-20 | Merge pull request #8631 from volzhs/editor-theme-custom | Rémi Verschelde | |
New customizable editor theme | |||
2017-05-07 | Implemented scrolling factor for smooth trackpad scrolling | toger5 | |
Working platforms platform: OSX, Windows. Support for almost all ui elements, including project list. | |||
2017-05-03 | Revert "Add new editor and default theme (WIP)" | volzhs | |
This reverts commit f045efe007cffb87238ee519b7f33d710814ded7. | |||
2017-04-27 | Add new editor and default theme (WIP) | Daniel J. Ramirez | |
2017-04-08 | Add "Godot Engine contributors" copyright line | Rémi Verschelde | |
2017-03-05 | A Whole New World (clang-format edition) | Rémi Verschelde | |
I can show you the code Pretty, with proper whitespace Tell me, coder, now when did You last write readable code? I can open your eyes Make you see your bad indent Force you to respect the style The core devs agreed upon A whole new world A new fantastic code format A de facto standard With some sugar Enforced with clang-format A whole new world A dazzling style we all dreamed of And when we read it through It's crystal clear That now we're in a whole new world of code | |||
2017-02-28 | Various fixes detected using PVS-Studio static analyzer. | Thaer Razeq | |
- Add FIXME tags comments to some unfixed potential bugs - Remove some checks (always false: unsigned never < 0) - Fix some if statements based on reviews. - Bunch of missing `else` statements | |||
2017-02-21 | -renamed globals.h to global_config.cpp (this seems to have caused a few ↵ | Juan Linietsky | |
modified files) -.pck and .zip exporting redone, seems to be working.. | |||
2017-02-19 | Editor Export Settings Dialog is completed!! Now on to make some exporters.. | Juan Linietsky | |
2017-02-13 | Rename the _MD macro to D_METHOD | Hein-Pieter van Braam | |
This new name also makes its purpose a little clearer This is a step towards fixing #56 | |||
2017-01-16 | Style: Fix statements ending with ';;' | Rémi Verschelde | |
2017-01-13 | New API for visibility in both CanvasItem and Spatial | Juan Linietsky | |
visible (property) - access set_visible(bool) is_visible() is_visible_in_tree() - true when visible and parents visible show() hide() - for convenience | |||
2017-01-09 | -All types have editable script now in properties | Juan Linietsky | |
-Changed clip to a property in Control which can be set by the user | |||
2017-01-08 | renamed _input_event for GUI events to _gui_input, so it's more ↵ | Juan Linietsky | |
differentiated than generalized _input | |||
2017-01-05 | -Changed most project settings in the engine, so they have major and minor ↵ | Juan Linietsky | |
categories. -Changed SectionedPropertyEditor to support this -Renamed Globals singleton to GlobalConfig, makes more sense. -Changed the logic behind persisten global settings, instead of the persist checkbox, a revert button is now available | |||
2017-01-04 | -Conversion of most properties to a simpler syntax, easier to use by script | Juan Linietsky | |
-Modified help to display properties GDScript can still not make use of them, though. | |||
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-11-01 | Fix to fit stylebox with ItemList | volzhs | |
2016-09-16 | Fix for issue #6496 | Brickcaster | |
Canged order of NOTIFICATION_DRAW to update scrollbar before scrollbar is checked to see which list elements to display. | |||
2016-09-09 | Added get_v_scroll to item list, issue 5343 | Paulb23 | |
2016-09-07 | Ability to disable item list tooltip, issue 6240 | Paulb23 | |
2016-07-22 | Fix ItemList.clear() not removing separators | Johan Manuel | |
2016-07-22 | Fixed ItemList indexing bug while selecting items. | Robert Lewicki | |
Also added functionality for unselecting items in itemlist while clicking in empty space. Fixes #5772. | |||
2016-07-22 | Fix binding for ItemList.sort_items_by_text | Rémi Verschelde | |
Also forces to recompute the cached rect for all items. Fixes #5799 | |||
2016-07-21 | properly implement item disabling, fixes #5683 | Juan Linietsky | |
2016-06-28 | itemlist-get_selected_items | Jean Jung | |
2016-06-18 | Add missing license headers in our source files (#5255) | Rémi Verschelde | |
Also removes a couple wrong Godot headers from third-party source files. | |||
2016-06-12 | fixed tile map editor plugin, all previews are now the same size, closes #4983 | Juan Linietsky | |
2016-06-12 | Changed how min/max icon size in ItemList works and replaced it by a fixed ↵ | Juan Linietsky | |
size. Fixes many issues, closes #4907 | |||
2016-05-27 | Reorder tiles into nice columns | Bojidar Marinov | |
2016-05-27 | Use scalar to scale TileMap icons | Andreas Haas | |
2016-05-24 | Allow ItemList icons to stretch to max size. | Andreas Haas | |