Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-19 | Removed ANSI error codes from windows terminal error output. Windows does ↵ | ZuBsPaCe | |
not support them. See: http://stackoverflow.com/questions/16755142/how-to-make-win32-console-recognize-ansi-vt100-escape-sequences See: http://stackoverflow.com/questions/22777142/is-there-a-way-to-make-windows-output-ansi-escape-sequences?lq=1 | |||
2015-11-19 | Inconsistent code formatting in print_error (Newlines and spaces) | ZuBsPaCe | |
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 | Merge pull request #2824 from TheHX/split_container_property | Juan Linietsky | |
Fix SplitContainer bool properties | |||
2015-11-19 | Fix SplitContainer bool properties | Franklin Sobrinho | |
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 | Merge pull request #2817 from Ovnuniarchos/DocRegex2 | Rémi Verschelde | |
RegEx class documentation updated to reflect latest changes. | |||
2015-11-19 | Merge pull request #2823 from ZuBsPaCe/pe_bliss-vs2015-compile-error | Rémi Verschelde | |
Fixes Visual Studio compile error due to pe_bliss | |||
2015-11-19 | Changed capabilities list. | Ovnuniarchos | |
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 | Merge pull request #2820 from masoudbh3/fix-windows-export | Rémi Verschelde | |
Fix Windows Export | |||
2015-11-19 | Fix Windows Export | masoud bh | |
2015-11-19 | Merge pull request #2818 from godotengine/revert-2717-light_baker_transluscent | Juan Linietsky | |
Revert "Ignore alpha materials in baked light ray-tracer." | |||
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 #2364 from neikeq/textedit_select | Juan Linietsky | |
Some TextEdit selection improvements | |||
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 #2706 from phobos-tro/main_memleaks | Juan Linietsky | |
Fixing memleaks in main/main.cpp | |||
2015-11-18 | Merge pull request #2707 from akien-mga/master | Juan Linietsky | |
Cosmetic fixes to SCons buildsystem | |||
2015-11-18 | Merge pull request #2709 from eska014/fix-default-menubutton-styleboxes | Juan Linietsky | |
Fix default StyleBoxes of MenuButton | |||
2015-11-18 | Merge pull request #2711 from akien-mga/parameters-parsing | Juan Linietsky | |
Fix arguments parsing in the main function | |||
2015-11-18 | Merge pull request #2798 from bojidar-bg/patch-6 | Juan Linietsky | |
Change handling of invalid JSON escape sequences. | |||
2015-11-18 | Merge pull request #2715 from SaracenOne/shader_fix_and_enhancement | Juan Linietsky | |
Write to 4-dimensional position access and shader graph code generation fix. | |||
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 #2718 from SaracenOne/audio_system_crash_fix | Juan Linietsky | |
Fixed Audio System Crash | |||
2015-11-18 | Merge pull request #2720 from SaracenOne/bone_attachment_fix | Juan Linietsky | |
BoneAttachment fix. | |||
2015-11-18 | Merge pull request #2721 from SaracenOne/animation_tree_player_manual_control | Juan Linietsky | |
Experimental retooling of AnimationTreePlayer to allow manual advancement | |||
2015-11-18 | Merge pull request #2724 from ↵ | Juan Linietsky | |
SaracenOne/disable_baked_light_sampling_on_shadeless Disable baked lighting sampling on shadeless materials. | |||
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 #2814 from masoudbh3/android-fa-locale | Juan Linietsky | |
Android add FA(persian) locale strings | |||
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 #2700 from neikeq/demo_icons | Juan Linietsky | |
Added project icon to some demos | |||
2015-11-18 | Merge pull request #2626 from TheHX/editor_dialogs | Juan Linietsky | |
Small fixes in some editor dialogs |