| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2016-01-17 | small fix | Juan Linietsky | 1 | -1/+1 | |
| 2016-01-17 | fixes to keying updating | Juan Linietsky | 1 | -1/+7 | |
| 2016-01-17 | -Massive editor dialog cleanup | Juan Linietsky | 32 | -515/+593 | |
| -Added a bottom menu list | |||||
| 2016-01-17 | Improved "Qucik Open" dialog navigation | Franklin Sobrinho | 1 | -10/+33 | |
| 2016-01-16 | -Moved all the "root" input handling for GUI from individual Controls to ↵ | Juan Linietsky | 10 | -1000/+1139 | |
| Viewport. -Should fix several reported bugs when controls don't have a common parent This may have added new bugs, so please report if so! | |||||
| 2016-01-16 | Fix 32 bit windows export crash | mrezai | 1 | -2/+8 | |
| 2016-01-16 | add documentation for OS::set_keep_screen_on | volzhs | 1 | -0/+13 | |
| 2016-01-16 | Add ability to set "keep screen on" for iOS | volzhs | 3 | -2/+15 | |
| 2016-01-16 | Add ability to set "keep screen on" for android | volzhs | 9 | -10/+68 | |
| 2016-01-16 | Haiku: add resource file | Kostadin Damyanov | 3 | -2/+71 | |
| 2016-01-15 | Add guide lines to visual editor. | MarianoGNU | 2 | -5/+45 | |
| 2016-01-15 | add screen color picking | MarianoGNU | 2 | -3/+49 | |
| 2016-01-15 | Add presets. | MarianoGNU | 5 | -32/+139 | |
| Also fix some bugs. Fix a crash and a minor bug | |||||
| 2016-01-15 | Move shaders to default theme and add shader_override related methods to ↵ | MarianoGNU | 10 | -58/+281 | |
| Control class | |||||
| 2016-01-15 | Add a visual editor to color picker. | MarianoGNU | 6 | -139/+236 | |
| 2016-01-15 | F5 hotkey to refresh FileDialog/EditorFileDialog | Ignacio Etcheverry | 2 | -0/+8 | |
| 2016-01-15 | Spatial/Canvas Editor: Ignore unhandled input if there is a dialog | Ignacio Etcheverry | 2 | -3/+3 | |
| 2016-01-14 | Fix LineEdit not capturing text input events | Ignacio Etcheverry | 1 | -0/+2 | |
| 2016-01-14 | properly export sample compression type option | Juan Linietsky | 2 | -1/+10 | |
| 2016-01-14 | -Make sure scenes properly update when switching tabs, even if sub-instances ↵ | Juan Linietsky | 7 | -5/+37 | |
| changed. Fixes #3201 | |||||
| 2016-01-14 | sample convert option was not being saved | Juan Linietsky | 1 | -0/+1 | |
| 2016-01-13 | Allows vec4 shader uniforms to be set by quaternion variant type. | Saracen | 1 | -0/+5 | |
| 2016-01-13 | Removed GDScript "function" keyword | Franklin Sobrinho | 1 | -1/+0 | |
| 2016-01-13 | Fix wrong type check for autoload | Rémi Verschelde | 1 | -1/+1 | |
| Regression from c633a29. Fixes #3342 | |||||
| 2016-01-13 | Ability to hide panel with scripts | kubecz3k | 1 | -1/+1 | |
| Minimal horizontal size for panel with scripts was = 70, changed it to 0. It's especially helpful if someone is working on a laptop, or just don't like to have anything on the left side of the screen. Video that shows how it's working after the change: https://www.youtube.com/watch?v=Y_o4pOpjyhY&feature=youtu.be | |||||
| 2016-01-13 | improve reporting of error in wrong inheritance for autoload script | Juan Linietsky | 2 | -4/+5 | |
| 2016-01-13 | attempt another fix | Juan Linietsky | 1 | -1/+11 | |
| 2016-01-13 | Reworked how autoloads are load to make sure identifiers always exist, ↵ | Juan Linietsky | 2 | -1/+24 | |
| please check if this resolves bug #3156 | |||||
| 2016-01-13 | Properly fix tab scrolling, fixes #3128, fixes #3314 | Juan Linietsky | 3 | -245/+95 | |
| 2016-01-13 | Fix typo | Tolga Cakir | 1 | -1/+1 | |
| 2016-01-12 | Fixed color ramp editor plugin to allow editing color ramps while in the ↵ | Saracen | 3 | -6/+17 | |
| spatial editor. | |||||
| 2016-01-12 | Better search for SectionedPropertyEditor, added "All" section | Franklin Sobrinho | 6 | -124/+88 | |
| 2016-01-12 | Fix situation where TSCN format might crash, closes #3062 | Juan Linietsky | 2 | -7/+14 | |
| 2016-01-12 | loading unaligned pbm | Ariel Manzur | 1 | -5/+5 | |
| 2016-01-12 | -Properly lock and and warn about switching off contact monitoring, fixes #3041 | Juan Linietsky | 5 | -6/+53 | |
| 2016-01-12 | small hack to make collisionobjects work with replace, fixes #2992 | Juan Linietsky | 1 | -0/+5 | |
| 2016-01-12 | Fix crash on android 6.0.1, fixes #3321 | mrezai | 1 | -2/+2 | |
| 2016-01-11 | Allow to override the default editor layout | Ignacio Etcheverry | 2 | -31/+33 | |
| 2016-01-11 | Update copyright in remaining files + prints in the UI | Rémi Verschelde | 42 | -43/+43 | |
| 2016-01-12 | Fix xml opt with XML_ENABLE macro | Liangdi | 1 | -0/+2 | |
| 2016-01-11 | Update bitmap_loader_pnm.cpp | punto- | 1 | -1/+1 | |
| 2016-01-11 | fix issue loading binary pbm | Juan Linietsky | 1 | -2/+5 | |
| 2016-01-11 | Remove unnecessary fail conditions when loading SpatialEditor state | Ignacio Etcheverry | 1 | -27/+21 | |
| 2016-01-11 | Remember Transform menu settings for the Spatial Editor | Ignacio Etcheverry | 1 | -0/+28 | |
| 2016-01-11 | made headers case insensitive | Ariel Manzur | 1 | -2/+3 | |
| 2016-01-10 | properly handle typed array constructors in VariantParser, closes #3054 | Juan Linietsky | 1 | -2/+5 | |
| 2016-01-10 | -Make Akien happy, fixes #3068 | Juan Linietsky | 1 | -1/+1 | |
| (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 | 1 | -1/+1 | |
| 2016-01-10 | -Make a rare corner case where disabling/reenabling mipmaps causes invalid ↵ | Juan Linietsky | 5 | -2/+106 | |
| texture state. Fixes #3102 | |||||
| 2016-01-10 | make msvc 64bits build again, fixes #3098 | Juan Linietsky | 1 | -1/+1 | |
| disabled assembly for msvc 64 bits, as it is not supported | |||||
