Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-08 | Merge pull request #2993 from leezh/nrex-v0.1 | Juan Linietsky | |
updated the RegEx library nrex to v0.1 | |||
2015-12-08 | Merge pull request #3018 from Ovnuniarchos/DampenIntegrator | Juan Linietsky | |
Areas now calculate their dampenings the same way as their gravity. | |||
2015-12-08 | Areas now calculate their dampenings the same way as their gravity. | Ovnuniarchos | |
2015-12-08 | better unique name resolution, as suggested i #3017 | Juan Linietsky | |
2015-12-08 | Merge branch 'master' of https://github.com/godotengine/godot | Juan Linietsky | |
2015-12-08 | added option to add_child, to use the same deduplication convention as in ↵ | Juan Linietsky | |
the editor, closes #3017 | |||
2015-12-07 | Merge pull request #3005 from TheHX/pr-file-dialog | Rémi Verschelde | |
Better hidden folders display preferences for editor file dialogs | |||
2015-12-07 | Merge pull request #3007 from neikeq/fix_line_edit | Rémi Verschelde | |
Fix LineEdit cursor | |||
2015-12-07 | Fix LineEdit cursor | neikeq | |
2015-12-07 | Merge branch 'master' of https://github.com/godotengine/godot | Juan Linietsky | |
2015-12-07 | -Webp include paths are broken, hacked them to work, fixes #2995 | Juan Linietsky | |
2015-12-06 | some fixes | Juan Linietsky | |
-fix compilation on tres/tscn on MSVC -fixed theora playback performance, closes #3004 | |||
2015-12-06 | Better hidden folders display preferences for editor file dialogs | Franklin Sobrinho | |
2015-12-06 | Merge pull request #3002 from TheHX/pr-script-editor | Rémi Verschelde | |
Script Editor: maintain cursor column after duplicate a line | |||
2015-12-06 | Script Editor: maintain cursor column after duplicate a line | Franklin Sobrinho | |
2015-12-06 | Merge pull request #2999 from TheHX/pr-image-constructor | Rémi Verschelde | |
Add constructor for Image built-in type | |||
2015-12-06 | Add constructor for Image built-in type | Franklin Sobrinho | |
2015-12-05 | optional streaming from thread for Theora | Juan Linietsky | |
2015-12-05 | Merge branch 'master' of https://github.com/godotengine/godot | Juan Linietsky | |
2015-12-05 | -Display on animation editor which keys are invalid and which tracks are ↵ | Juan Linietsky | |
unresolved -Added a tool to clean up unresolved tracks and unused keys | |||
2015-12-04 | updated nrex documentation | Zher Huei Lee | |
2015-12-04 | Merge pull request #2989 from StraToN/2967fix_button_breaklines | Rémi Verschelde | |
Set default destination filename of imported font | |||
2015-12-04 | Merge pull request #2990 from neikeq/file_dialog_refresh | Rémi Verschelde | |
Add refresh button to file dialogs | |||
2015-12-04 | updated the RegEx library nrex to v0.1 | Zher Huei Lee | |
After implementing unit testing to nrex I caught and fixed some errors so it should behave more like Python's RegEx In addition, I've added version numbering so it should be able to tell if the library needs updating. Here are a list of changes: - Fixed zero count quantifiers failing. - Fixed infinite recursion if quantifying zero length token. - Fixed `$` (as a string pattern on its own) not matching. - Fixed look behind rewinding beyond the start of the string. - Added support for alternative back reference format `\g{1}` similar to Python. This allows digits to be used immediately after back references. - Number of capture groups are still limited to 9 by default but can now be manually set, with option for no limit at all. (Python has no limit) - Curly bracket quantifiers `{0}` no longer interpreted as a literal string if previous token is not quantifiable. (Python behaviour) | |||
2015-12-04 | Add refresh button to file dialogs | neikeq | |
2015-12-04 | Set default destination filename of imported font to be input font filename | Julian Murgia - StraToN | |
if destination filename was ".fnt" (ie. no filename set by user) | |||
2015-12-04 | Merge pull request #2987 from neikeq/fix_save_empty | Rémi Verschelde | |
Fix 'Save Scene' doing nothing on new scenes | |||
2015-12-04 | Fix 'Save Scene' doing nothing on new scenes | neikeq | |
2015-12-04 | missing pngs | Juan Linietsky | |
2015-12-04 | -Missing files in new webp version | Juan Linietsky | |
2015-12-04 | Merge branch 'master' of https://github.com/godotengine/godot | Juan Linietsky | |
2015-12-04 | -Upgraded webp to a MUCH newer version. Hoping it fixes some bugs in the ↵ | Juan Linietsky | |
process. Keeping old version just in case for now. -Added ability to convert xml and tscn scenes to binary on export, makes loading of larger scenes faster | |||
2015-12-03 | Merge pull request #2981 from TheHX/pr-editor-crash | Rémi Verschelde | |
Fix editor crash after closing scene with certain types of nodes | |||
2015-12-03 | Fix editor crash after closing scene with certain types of nodes | Franklin Sobrinho | |
2015-12-02 | Merge pull request #2975 from neikeq/help_scroll_top | Rémi Verschelde | |
Fix help view not scrolling to the top | |||
2015-12-02 | Merge branch 'master' of https://github.com/godotengine/godot | Juan Linietsky | |
2015-12-02 | -several fixes to Android to work better on Tegra 3/4 devices, uses 16 bits ↵ | Juan Linietsky | |
FBOs so all 2D shader effects should now work in every single Android device. | |||
2015-12-02 | Fix help view not scrolling to the top | neikeq | |
2015-12-02 | Merge pull request #2973 from neikeq/fix_help_copy | Rémi Verschelde | |
Fix RichTextLabel selection copying | |||
2015-12-02 | Fix RichTextLabel copy never called | neikeq | |
2015-12-01 | Merge pull request #2969 from neikeq/fix_bracket_complete | Rémi Verschelde | |
Fix auto bracket completion disabled on newly open scripts | |||
2015-12-01 | Merge pull request #2968 from neikeq/line_duplicate | Rémi Verschelde | |
Fix script editor not clonning down last line | |||
2015-12-01 | Fix script editor not clonning down last line | neikeq | |
2015-12-01 | ScriptTextEditor: fix auto bracket completion not enabled | neikeq | |
2015-12-01 | Merge pull request #2890 from neikeq/cl_select_children | Rémi Verschelde | |
Allow selecting CanvasLayer children in canvas editor | |||
2015-12-01 | Merge pull request #2963 from akien-mga/pr-opus-arm-opt | Rémi Verschelde | |
Enable opus ARM optimisations only on ARM | |||
2015-12-01 | Enable opus ARM optimisations only on ARM | Rémi Verschelde | |
i.e. do not enable it for x86. Fixes #2962. | |||
2015-11-30 | Merge pull request #2938 from koalefant/master | Rémi Verschelde | |
Break into GDScript debugger when new() fails | |||
2015-11-30 | Merge pull request #2955 from koalefant/missing-colon | Rémi Verschelde | |
GDScript: fixed highlighting of the next line when colon is missing | |||
2015-11-29 | GDScript: fixed highlighting of the next line when colon is missing | koalefant | |