Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-22 | Better PropertyEditor search | Franklin Sobrinho | |
2015-11-21 | Implement name filter to PropertyEditor | Franklin Sobrinho | |
- Add search bar to Inspector tab and to Project and Editor settings dialog | |||
2015-11-20 | Merge pull request #2825 from StraToN/fix-tabclose-confirmation | Juan Linietsky | |
Ask confirmation on closing a scene tab | |||
2015-11-20 | Fix help display | eska | |
2015-11-19 | -small fix to avoid warnings | Juan Linietsky | |
2015-11-19 | Merge pull request #2830 from Ovnuniarchos/ShapeLine2DXPolygonEditor | Juan Linietsky | |
Corrections to #2808 (2D shapes editor update) | |||
2015-11-19 | Merge pull request #2831 from neikeq/select_menu_patch | Juan Linietsky | |
Show select menu on button pressed (instead of released) | |||
2015-11-19 | fix with refactoring, refrash re-run icon | Alexander Holland | |
2015-11-19 | get_handle_value implemented for LINE_SHAPE. Normal length normalized. | Ovnuniarchos | |
2015-11-19 | Show select menu on button pressed (instead of released) | neikeq | |
2015-11-19 | removed iconv dependency from pe_bliss | Juan Linietsky | |
2015-11-19 | Merge branch 'master' of https://github.com/okamstudio/godot | Juan Linietsky | |
Conflicts: platform/windows/export/export.h | |||
2015-11-19 | -remove Vector2.atan2() replaced by Vector2.angle(), fixes #2260 | Juan Linietsky | |
2015-11-19 | Ask confirmation on closing a scene tab | Julian Murgia - StraToN | |
2015-11-19 | Merge pull request #2822 from kurikaesu/master | Juan Linietsky | |
HTTPClient docs & request functionality + fixes | |||
2015-11-19 | Fixes https://github.com/godotengine/godot/issues/2821 | Aren Villanueva | |
2015-11-19 | Fixes the make_doc.sh, <, > and & signs in descriptions that cause the ↵ | Aren Villanueva | |
parser to break. Documentation for HTTPClient. Added a query_string_from_dict method to HTTPClient to create a x-www-form-urlencoded valid query string for GET and POST messages. String now has http_escape() and http_unescape() methods to help facilitate the above query_string_from_dict method. | |||
2015-11-19 | Fixes Visual Studio compile error due to pe_bliss | ZuBsPaCe | |
Error: C2039: 'min': is not a member of 'std' Reason: #2518 introduced pe_bliss Fix: Visual Studio 2015 & 2013 need to include algorithm header before string, otherwise std:min cannot be used. See: http://stackoverflow.com/questions/17409956 | |||
2015-11-19 | Revert "Ignore alpha materials in baked light ray-tracer." | Juan Linietsky | |
2015-11-19 | Merge pull request #2292 from blackwc/can_export | Juan Linietsky | |
Improve export validation | |||
2015-11-19 | Merge pull request #2349 from neikeq/dock_patch | Juan Linietsky | |
Hide right UR and BR dock slots by default | |||
2015-11-19 | Merge pull request #2444 from TheHX/issue_2117 | Juan Linietsky | |
Fix for problem when drawing CollisionPolygon when parented (#2117) | |||
2015-11-19 | Merge pull request #2445 from TheHX/issue_2113 | Juan Linietsky | |
Possible fix for crash on replacing Path2D node (#2113) | |||
2015-11-19 | Merge pull request #2447 from TheHX/issue_1275 | Juan Linietsky | |
Fix crash after undo when editing Polygon2D (#1275) | |||
2015-11-19 | Merge pull request #2451 from PeaceSells50/FixForFilesystemAdd | Juan Linietsky | |
Fixed bug with adding an instance from the FIleSystem dialog. | |||
2015-11-19 | Merge pull request #2518 from masoudbh3/godot-icons | Juan Linietsky | |
Add icon to exe file in windows export | |||
2015-11-19 | Merge pull request #2644 from Ovnuniarchos/BBCodeDocs | Juan Linietsky | |
BBCode is now allowed anywhere in the inline documentation. | |||
2015-11-19 | Merge pull request #2696 from AlexHolly/restart-feature-on-running | Juan Linietsky | |
replay on play if already playing for scene and main + switch icon to… | |||
2015-11-18 | Merge pull request #2699 from ZuBsPaCe/visual-studio-2015-compilation | Juan Linietsky | |
Visual studio 2015 compilation | |||
2015-11-18 | Merge pull request #2786 from neikeq/node_select_menu | Juan Linietsky | |
Added selection menu to spatial and canvas editors | |||
2015-11-19 | Merge branch 'master' into BBCodeDocs | Ovnuniarchos | |
2015-11-19 | Added selection menu to spatial and canvas editors | neikeq | |
2015-11-18 | Merge pull request #2702 from TheHX/fix_align_with_view | Juan Linietsky | |
Fix 3D editor align with current view | |||
2015-11-18 | Merge pull request #2707 from akien-mga/master | Juan Linietsky | |
Cosmetic fixes to SCons buildsystem | |||
2015-11-18 | Merge pull request #2716 from SaracenOne/animation_saving_fix | Juan Linietsky | |
Added missing saving support to animation editor. | |||
2015-11-18 | Merge pull request #2717 from SaracenOne/light_baker_transluscent | Juan Linietsky | |
Ignore alpha materials in baked light ray-tracer. | |||
2015-11-18 | Merge pull request #2812 from eska014/split-anim-tracks-button | Juan Linietsky | |
Split up AnimationPlayer tracks editor `Tracks` button | |||
2015-11-18 | Merge pull request #2815 from akien-mga/pr-tooltip-buttons-sample-library | Juan Linietsky | |
Added tooltip for a few buttons in sample library editor | |||
2015-11-18 | Merge pull request #2626 from TheHX/editor_dialogs | Juan Linietsky | |
Small fixes in some editor dialogs | |||
2015-11-18 | Merge pull request #2631 from firefly2442/duplicate-conditional-fix | Juan Linietsky | |
duplicate conditional check | |||
2015-11-18 | Merge pull request #2639 from MarianoGnu/origin | Juan Linietsky | |
Fix ButtonGroup broken layout | |||
2015-11-18 | Merge pull request #2640 from firefly2442/settings-xml-missing-proj | Juan Linietsky | |
projects in the editor_settings.xml that are no longer found on disk will be removed | |||
2015-11-18 | Merge pull request #2652 from firefly2442/fix-icons | Juan Linietsky | |
Fix icons (default location and in demos) | |||
2015-11-18 | Added tooltip for a few buttons in sample library editor | Tybobobo | |
2015-11-18 | Merge pull request #2676 from neikeq/inspector_history_tooltip | Juan Linietsky | |
Tooltip for the Inspector's history button | |||
2015-11-18 | Merge pull request #2679 from eska014/set-all-tileset-shapes | Juan Linietsky | |
Add all collision shapes to a tile when converting scenes to TileSets | |||
2015-11-18 | Merge pull request #2693 from TheHX/memory_leak | Juan Linietsky | |
Fix small memory leak | |||
2015-11-18 | Split up AnimationPlayer tracks editor `Tracks` button | eska | |
2015-11-18 | Merge pull request #2767 from akien-mga/PR-node-rename-problem2 | Juan Linietsky | |
Fix node renaming bug when using the '.' character | |||
2015-11-18 | Merge pull request #2775 from n31r0/master | Juan Linietsky | |
Remove of use_exclude_ctrl_bones (was removed in io_scene_dae by Serg… |