Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-09 | Improve code formatting and update to 2.0 | Rémi Verschelde | |
The scripts were streamlined using more or less the following conventions: - space after a comma in lists of arguments - space around weak operators (+, -), no space around strong operators (*, /) - space after a comment start (#) - removed trailing spaces or tabs, apart from those that delimit the function indentation level (those could be removed too but since they are added automatically by the editor when typing code, keeping them for now) - function blocks separate by two newlines The scene files were resaved with the (current) 2.0 format, and some scenes that were in XML format were converted to SCN, to be consistent across all demos. | |||
2015-12-09 | Merge pull request #2986 from TheHX/pr-shader-editor | Rémi Verschelde | |
Fix shader editor focus when switching tabs | |||
2015-12-08 | Merge pull request #3022 from romulox-x/aes256 | Juan Linietsky | |
Updated aes256 implementation | |||
2015-12-08 | updated aes256 implementation to newer version from upstream. Also uses ↵ | romulox_x | |
faster lookup table implemetation. | |||
2015-12-08 | changed a bit to use system() | Juan Linietsky | |
2015-12-08 | improve detection of linux, fixes #3201 | Juan Linietsky | |
2015-12-08 | -New mask mode for lights, makes using masks MUCH easier. | Juan Linietsky | |
2015-12-08 | -made it add the node name from the file, closes #3010 | Juan Linietsky | |
2015-12-08 | Merge branch 'master' of https://github.com/godotengine/godot | Juan Linietsky | |
2015-12-08 | made the exclusion of nodes from joints optional, fixes #3015 | Juan Linietsky | |
2015-12-08 | Merge pull request #2719 from SaracenOne/clipping_fix | Juan Linietsky | |
Canvas Clipping fix | |||
2015-12-08 | Merge pull request #2841 from akien-mga/pr-ustring-snprintf | Juan Linietsky | |
Cleanup calls to _snprintf in ustring | |||
2015-12-08 | Merge pull request #2849 from a12n/compobsd2 | Juan Linietsky | |
Compile on OpenBSD | |||
2015-12-08 | Merge pull request #2865 from hurikhan/pr_fix_2791 | Juan Linietsky | |
Added additional token checks for the shader if..else.. statement. | |||
2015-12-08 | Merge pull request #2868 from akien-mga/pr-fix-can-move-to | Juan Linietsky | |
Fix can_move_to and rename it for more clarity | |||
2015-12-08 | Merge pull request #2873 from neikeq/editor_layouts | Juan Linietsky | |
Editor layouts menu | |||
2015-12-08 | Merge pull request #2877 from eska014/remove-builtin-aliases | Juan Linietsky | |
Remove unexpected GDScript aliases for built-in types | |||
2015-12-08 | Merge pull request #2888 from TheHX/item_list_plugin | Juan Linietsky | |
Make ItemListEditor plugin functional | |||
2015-12-08 | Merge pull request #2919 from TheHX/pr-groups-editor | Juan Linietsky | |
Update Groups Editor | |||
2015-12-08 | Merge pull request #2922 from romulox-x/set_hidden | Juan Linietsky | |
Added set_hidden method to Spatial and CanvasItem | |||
2015-12-08 | Merge pull request #2956 from est31/add_system_wide_export_path | Juan Linietsky | |
Add way to look for templates at system wide level too | |||
2015-12-08 | Merge pull request #2983 from koalefant/vector_ptr | Juan Linietsky | |
Vector<>::_ptr is now typed and points to the beginning of the array rather than refcounting block | |||
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-07 | Extended clipping fix to missing clipping-related features. | Saracen | |
2015-12-06 | some fixes | Juan Linietsky | |
-fix compilation on tres/tscn on MSVC -fixed theora playback performance, closes #3004 | |||
2015-12-06 | Fix shader editor focus when switching tabs | Franklin Sobrinho | |
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 | Update Groups Editor | 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 | |