Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-09-20 | Rename pos to position in user facing methods and variables | letheed | |
Rename user facing methods and variables as well as the corresponding C++ methods according to the folloming changes: * pos -> position * rot -> rotation * loc -> location C++ variables are left as is. | |||
2017-09-20 | Merge pull request #11422 from poke1024/fixsourcefontsize2 | Rémi Verschelde | |
Better script code font size rescaling on retina displays | |||
2017-09-19 | better script code font size rescaling on retina displays | poke1024 | |
2017-09-06 | second take at autocomplete logic, using a TextOperation check. | Paulo Gomes | |
2017-08-31 | Added setting to toggle auto indent | Paulb23 | |
2017-08-30 | added icon updating to most ui elements | toger5 | |
2017-08-30 | White Theme | toger5 | |
- almost all the colors are generated now. They get adapted based on the theme color. All the correct icons are used - error label now uses error color - added missing button colors in editor theme | |||
2017-08-27 | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde | |
2017-08-26 | Code editor: Don't play hide and seek with error label | Rémi Verschelde | |
2017-08-24 | -Code completion for enumerations | Juan Linietsky | |
-Disabled GDNative and GDNativeScript so build compiles again | |||
2017-08-22 | Merge pull request #10340 from Rubonnek/remove-unnecessary-assignments | Rémi Verschelde | |
Removed unnecessary assignments | |||
2017-08-21 | Removed unnecessary assignments | Wilson E. Alvarez | |
2017-08-21 | Increased smooth scroll speed and added user setting | Paulb23 | |
2017-08-19 | Added smooth scrolling to TextEdit | Paulb23 | |
2017-08-19 | Fixes to label and code editor to make editing code hopefully fast again. | Juan Linietsky | |
2017-08-13 | Replace GUI anchor type by a float between 0 and 1 | Gilles Roudiere | |
2017-05-20 | Removal of InputEvent as built-in Variant type.. | Juan Linietsky | |
this might cause bugs I haven't found yet.. | |||
2017-04-26 | Changed indent type settings | Paulb23 | |
2017-04-18 | Added support for space indentation | Paulb23 | |
2017-04-10 | Rename [gs]et_pos to [gs]et_position for Controls | Sergey Pusnei | |
Control set_pos -> set_position Control set_global_pos -> set_global_position [gs]et_mouse_pos -> [gs]et_mouse_position [gs]et_global_mouse_pos -> [gs]et_global_mouse_position fixes #8005 | |||
2017-04-08 | Add "Godot Engine contributors" copyright line | Rémi Verschelde | |
2017-03-24 | Fix typos in source code using codespell | Rémi Verschelde | |
From https://github.com/lucasdemarchi/codespell | |||
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-03-05 | Refactoring: rename tools/editor/ to editor/ | Rémi Verschelde | |
The other subfolders of tools/ had already been moved to either editor/, misc/ or thirdparty/, so the hiding the editor code that deep was no longer meaningful. |