Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-14 | Fix LineEdit not capturing text input events | Ignacio Etcheverry | |
2016-01-14 | sample convert option was not being saved | Juan Linietsky | |
2016-01-14 | Merge pull request #3346 from SaracenOne/quaternion_uniform_assignment | Rémi Verschelde | |
Quaternion uniform assignment. | |||
2016-01-14 | Merge pull request #3331 from tolga9009/fix-typo | Rémi Verschelde | |
Fix typo | |||
2016-01-13 | Allows vec4 shader uniforms to be set by quaternion variant type. | Saracen | |
2016-01-13 | Merge pull request #3343 from akien-mga/pr-type-check-autoload | Rémi Verschelde | |
Fix wrong type check for autoload | |||
2016-01-13 | Fix wrong type check for autoload | Rémi Verschelde | |
Regression from c633a29. Fixes #3342 | |||
2016-01-13 | improve reporting of error in wrong inheritance for autoload script | Juan Linietsky | |
2016-01-13 | attempt another fix | Juan Linietsky | |
2016-01-13 | Reworked how autoloads are load to make sure identifiers always exist, ↵ | Juan Linietsky | |
please check if this resolves bug #3156 | |||
2016-01-13 | Properly fix tab scrolling, fixes #3128, fixes #3314 | Juan Linietsky | |
2016-01-13 | Fix typo | Tolga Cakir | |
2016-01-12 | Merge branch 'master' of https://github.com/godotengine/godot | Juan Linietsky | |
2016-01-12 | Fix situation where TSCN format might crash, closes #3062 | Juan Linietsky | |
2016-01-12 | Merge pull request #3310 from eska014/export-zip | Rémi Verschelde | |
Replace export pack mode "Copy" with "Exec+Zip" | |||
2016-01-12 | loading unaligned pbm | Ariel Manzur | |
2016-01-12 | -Properly lock and and warn about switching off contact monitoring, fixes #3041 | Juan Linietsky | |
2016-01-12 | small hack to make collisionobjects work with replace, fixes #2992 | Juan Linietsky | |
2016-01-12 | Merge pull request #3272 from Hinsbart/joy-binding | punto- | |
Add some joystick functions to input. Enables manipulation of mapping… | |||
2016-01-12 | Merge pull request #3323 from mrezai/fix-3321 | Rémi Verschelde | |
Fix crash on android 6.0.1, fixes #3321 | |||
2016-01-12 | Fix crash on android 6.0.1, fixes #3321 | mrezai | |
2016-01-11 | Merge pull request #3320 from neikeq/ed_layouts_default | Rémi Verschelde | |
Allow to override the default editor layout | |||
2016-01-11 | Allow to override the default editor layout | Ignacio Etcheverry | |
2016-01-11 | Merge pull request #3316 from Liangdi/master | Rémi Verschelde | |
Fix xml opt with XML_ENABLED macro | |||
2016-01-11 | Merge pull request #3319 from akien-mga/pr-copyright-2016 | Rémi Verschelde | |
Update copyright in remaining files + prints in the UI | |||
2016-01-11 | Update copyright in remaining files + prints in the UI | Rémi Verschelde | |
2016-01-12 | Fix xml opt with XML_ENABLE macro | Liangdi | |
2016-01-11 | Update bitmap_loader_pnm.cpp | punto- | |
2016-01-11 | fix issue loading binary pbm | Juan Linietsky | |
2016-01-11 | Merge pull request #3308 from neikeq/keep_xform_settings | Rémi Verschelde | |
Remember Transform menu settings for the Spatial Editor | |||
2016-01-11 | Remove unnecessary fail conditions when loading SpatialEditor state | Ignacio Etcheverry | |
2016-01-11 | Remember Transform menu settings for the Spatial Editor | Ignacio Etcheverry | |
2016-01-11 | Merge pull request #3230 from touilleMan/issue-55 | Rémi Verschelde | |
Remove unnecessary null pointer checks | |||
2016-01-11 | Merge pull request #3257 from TheHX/pr-range-properties | Rémi Verschelde | |
Fix error caused by dragging a Range property | |||
2016-01-11 | made headers case insensitive | Ariel Manzur | |
2016-01-11 | Merge pull request #3276 from TheHX/pr-quick-open | Rémi Verschelde | |
Quick open now can open multiple scenes and scripts | |||
2016-01-11 | Merge pull request #3297 from AlexHolly/comment-some-print_lines | Rémi Verschelde | |
comment some print_lines | |||
2016-01-11 | Merge pull request #3309 from MarianoGnu/bug_fixing3 | Rémi Verschelde | |
Make SpriteRegionEditor remember state when switching scenes (fixes #3245) | |||
2016-01-11 | Merge pull request #3302 from MarianoGnu/bug_fixing2 | Rémi Verschelde | |
Allow to paste resources in inspector when text_hint indicates multip… | |||
2016-01-11 | Merge pull request #3303 from TheHX/pr-script-editor | Rémi Verschelde | |
Fix script highlighting for classes that begin with "_" | |||
2016-01-11 | Merge pull request #3304 from eska014/fbsd-alsa | Rémi Verschelde | |
Give FreeBSD a chance to enable ALSA | |||
2016-01-11 | Merge pull request #3300 from MarianoGnu/bug_fixing | Rémi Verschelde | |
fix: TouchScreenButton should stop propagating action when button is … | |||
2016-01-10 | properly handle typed array constructors in VariantParser, closes #3054 | Juan Linietsky | |
2016-01-10 | -Make Akien happy, fixes #3068 | Juan Linietsky | |
(seems I wrote all the code, then forgot to use the enum...) | |||
2016-01-10 | It seems everyone misses the polygon decomposer output, fixes #3069 | Juan Linietsky | |
2016-01-10 | -Make a rare corner case where disabling/reenabling mipmaps causes invalid ↵ | Juan Linietsky | |
texture state. Fixes #3102 | |||
2016-01-10 | make msvc 64bits build again, fixes #3098 | Juan Linietsky | |
disabled assembly for msvc 64 bits, as it is not supported | |||
2016-01-10 | Replace export pack mode "Copy" with "Exec+Zip" | eska | |
- Make "Bundle" a separate option - Change pack mode property hint to be more expressive | |||
2016-01-10 | Make SpriteRegionEditor remember state beatwhen setions (fixes #3245) | MarianoGNU | |
2016-01-10 | -Removed OS.get_system_time_msec(), this is undoable on Windows and also ↵ | Juan Linietsky | |
unusable from GDscript due to precision. -Added, instead an OS.get_system_time_secs(), which is 32 bits friendly, fixes #3143 |