Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-06-06 | Merge pull request #4824 from 29jm/pr-3481 | Juan Linietsky | |
Ability to rename autoloads | |||
2016-06-04 | -customizable shortcuts in editor | Juan Linietsky | |
-editor settings now save to .tres instead of .xml -buttons can now hold a shortcut | |||
2016-05-30 | Added more translatable strings in code. Updated template tools.pot. | DimOkGamer | |
also improved Russian localization. | |||
2016-05-29 | Set more visible string to translatable | Geequlim | |
2016-05-27 | Ability to rename autoloads | Johan Manuel | |
The commit makes the 'Name' field of autoloads editable, with support for undo/redo. Name clashes/invalid characters are handled. Fixes #3481. | |||
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-04-28 | More precise InputMap Axis descriptions in project settings. | Hinsbart | |
Now it's "Left Stick {Up, Down, Left, Right}" instead of just "Left Stick" repeated 4x. | |||
2016-03-12 | -Made editor support SSL certs by default (embedded them) | Juan Linietsky | |
-Made asset sharing support https -Many fixes to HTTPRequest -Added an asset installer dialog -Visual cleanups to asset sharing tab -Fixed some issues in ScrollContainer, hope it does not break things -Asset sharing tab is not visible (hidden on purpose) for now. | |||
2016-03-09 | fix two reading uninitialized pointers | Hubert Jarosz | |
fixed in: tools/editor/project_settings.cpp scene/gui/graph_edit.cpp | |||
2016-03-09 | remove trailing whitespace | Hubert Jarosz | |
2016-03-06 | Fix Project Settings dialog add/delete global variable | Franklin Sobrinho | |
2016-02-27 | Completed the support for plugins! It is not possible to add plugins. | Juan Linietsky | |
Not all APIs are provided yet, please request whathever you are missing. Some example plugins are provided in demos/plugins. Just copy them to a folder in your project named addons/ and then enable them from the project settings. Have fun! | |||
2016-02-13 | Rename input actions by editing its item in the list | Ignacio Etcheverry | |
2016-02-11 | fix joystick related label text in project settings | hondres | |
2016-02-02 | Merge pull request #3560 from Hinsbart/axis_names | punto- | |
fix joystick axis names in project settings | |||
2016-02-03 | fix joystick axis names in project settings | hondres | |
2016-02-02 | -make animationplayer thinner, also toolbuttons too. fixes #3526 | Juan Linietsky | |
2016-02-02 | -make autoloads keep order when toggling singleton, fixes #3482 | Juan Linietsky | |
2016-02-02 | -Made Joystick menus friendlier, show button index, more up to date names ↵ | Juan Linietsky | |
and axis names. Closes #3501 | |||
2016-01-31 | do not fail on invalid audio driver, fixes #3466 | Juan Linietsky | |
2016-01-28 | fix dpad left/right not showing correctly in project settings | hondres | |
2016-01-23 | Revert "Better search for SectionedPropertyEditor, added "All" section" | Juan Linietsky | |
2016-01-12 | Better search for SectionedPropertyEditor, added "All" section | Franklin Sobrinho | |
2016-01-10 | -Project settings can properly add/remove properties again, fixes #3177 | Juan Linietsky | |
2016-01-03 | small usability improvement, change everything related to resolution and ↵ | Juan Linietsky | |
scaling together in the project settings, closes #1974 | |||
2016-01-03 | having active items is pointless in input map | Juan Linietsky | |
2016-01-02 | proper joy axis support as actions, can be configured and inquired, fixes #2317 | Juan Linietsky | |
2016-01-01 | Update copyright to 2016 in headers | George Marques | |
2015-12-28 | Fix proper ordering of project settings properties, also fixes inability to ↵ | reduz | |
change order of autoloads | |||
2015-12-28 | -Added proper code completion for singletons | reduz | |
2015-12-28 | Ability to set autoloads as singleton global variables | reduz | |
2015-12-16 | small fix for undo redo | Juan Linietsky | |
2015-12-15 | Merge branch 'master' of https://github.com/godotengine/godot | Juan Linietsky | |
2015-12-15 | -split view of property editor and editor settings | Juan Linietsky | |
2015-12-15 | Prevent deleting input presets as it does not work | Rémi Verschelde | |
Follow-up of #3076. Now the only thing possible to do with input presets is to add/remove key bindings. It was already the case previously but it's now clearer in the UI. | |||
2015-12-14 | Forbid renaming input presets | Ignacio Etcheverry | |
2015-12-14 | Added input actions renaming | Ignacio Etcheverry | |
2015-12-08 | -made it add the node name from the file, closes #3010 | Juan Linietsky | |
2015-11-21 | Implement name filter to PropertyEditor | Franklin Sobrinho | |
- Add search bar to Inspector tab and to Project and Editor settings dialog | |||
2015-08-30 | make moving up&down items from the autoload list work | Juan Linietsky | |
2015-06-06 | new file dialog! | Juan Linietsky | |
-ItemList control for easier lists/thumbnails -New file dialog, with support for thumbnails, favorites, recent places, etc -Moved .fscache out of the project, no more bugs due to committed/pulled .fscache! -Dir dialog now sorts directories | |||
2015-05-12 | -Fixed bug in translation remaps, also added proper demo, maybe fixes #1729 | Juan Linietsky | |
2015-04-20 | -Changed Godot exit to be clean. | Juan Linietsky | |
-Added more debug information on memory cleanliness on exit (if run with -v) -Fixed several memory leaks, fixes #1731, fixes #755 | |||
2015-04-18 | Updated copyright year in all headers | Juan Linietsky | |
2014-11-05 | SceneMainLoop -> SceneTree | Juan Linietsky | |
-=-=-=-=-=-=-=-=-=-=-=-=-=- *YOUR SOURCE MIGHT NOT WORK* For mor information on fix: https://github.com/okamstudio/godot/wiki/devel_scene_tree Other stuff: -Shower of bullets demo -Fixes all around | |||
2014-02-15 | -project settings are saved when changed | Juan Linietsky | |
-load() was in the GDScript docs but missing in the scripting-different music for platformer 2D and 3D -fix how documentation is generated, built in doc browser should be always up to date -copypaste, scrolling, etc in builtin doc -built-in scripts get saved now (though debugger may not always work on them) -Theme can be set to controls as a property | |||
2014-02-09 | GODOT IS OPEN SOURCE | Juan Linietsky | |