Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-21 | Merge pull request #10351 from neikeq/enums-are-for-the-weak | Juan Linietsky | |
ClassDB: Provide the enum name of integer constants | |||
2017-08-22 | Merge pull request #10427 from Hinsbart/fix_padding | Rémi Verschelde | |
TextEdit: Fix line padding triggering too early. | |||
2017-08-21 | Merge pull request #10443 from karroffel/propagate_call | Rémi Verschelde | |
add "propagate_call" method to Node | |||
2017-08-21 | Merge pull request #10506 from hpvb/fix-10501 | Rémi Verschelde | |
Fix color_ramp indexing negative elements | |||
2017-08-21 | Merge pull request #10508 from Paulb23/increase_smooth_scroll_speed | Rémi Verschelde | |
Increased smooth scroll speed and added user setting | |||
2017-08-21 | Fix spinboxes bad look | Gilles Roudiere | |
2017-08-21 | Increased smooth scroll speed and added user setting | Paulb23 | |
2017-08-21 | Fix color_ramp indexing negative elements | Hein-Pieter van Braam | |
The 'pos' variable passed to get_color() and get_offset() can be negative if the color ramp itself is empty. This causes a lookup in an empty position in the color Vector which leads to a crash. We add a check so we never do a lookup in the color Vector if the gradient is empty. This fixes #10501 | |||
2017-08-20 | Fixed segfault when hovering over scene tree elements and showing tooltips. | Wilson E. Alvarez | |
2017-08-20 | ClassDB: Provide the enum name of integer constants | Ignacio Etcheverry | |
2017-08-20 | Merge pull request #10319 from neikeq/pr-engine-editor-hint | Juan Linietsky | |
Adds Engine::is_editor_hint() method | |||
2017-08-20 | Merge pull request #10479 from Paulb23/fix_not_scrolling_eof | Rémi Verschelde | |
Fixed not being able to scroll to eof | |||
2017-08-20 | Merge pull request #10455 from groud/control_margin_fixes | Rémi Verschelde | |
Some control fixes and removed other useless lines | |||
2017-08-20 | Fixed not being able to scroll to eof | Paulb23 | |
2017-08-19 | -Fix all shadow and culling related issues, fixes #9330 | Juan Linietsky | |
2017-08-19 | Some control fixes and removed useless lines | Gilles Roudiere | |
2017-08-19 | Added polygon antialiasing, but it does not work on nvidia. Will have to try ↵ | Juan Linietsky | |
something else.. | |||
2017-08-19 | Merge pull request #10447 from Paulb23/smooth_scrolling | Rémi Verschelde | |
Added smooth scrolling to TextEdit | |||
2017-08-19 | Merge pull request #10444 from ↵ | Rémi Verschelde | |
toger5/styleBoxFlat_corner_detail_value_limitation styleBoxFlat: clamp corner_detail + aa_size | |||
2017-08-19 | Merge pull request #10442 from toger5/stylebox_corner_detail | Rémi Verschelde | |
Performance improvement for new styleBoxFlat. | |||
2017-08-19 | Added smooth scrolling to TextEdit | Paulb23 | |
2017-08-19 | Fixes to label and code editor to make editing code hopefully fast again. | Juan Linietsky | |
2017-08-19 | add "propagate_call" method to Node | Karroffel | |
It is possible to propagate a notification down the Node tree by using `propagate_notification`, but there was no such method for doing the same but with method calls. This commit adds the `propagate_call` method, which calls a method on a node and all child nodes. An optional paramter `parent_first` determines whether the parent node gets called before or after the children have been visited. It defaults to false, so the parent gets called last. | |||
2017-08-19 | styleBoxFlat: clamp corner_detail + aa_size | toger5 | |
2017-08-19 | Performance styleBoxFlat: | toger5 | |
- style box flat was always drawn with 8 verts per corner in case it was a rounded corner... now it uses only one vert if it has no rounded corner. | |||
2017-08-19 | Merge pull request #10439 from Paulb23/blinking_text_issue_10432 | Rémi Verschelde | |
Fixed blinking text, issue 10432 | |||
2017-08-19 | Fixed blinking text, issue 10432 | Paulb23 | |
2017-08-19 | Removes extra argument from StyleBoxFlat::get_border_color() | Ignacio Etcheverry | |
2017-08-18 | Small fix that makes overal UI (including dragging spliiters) much, much faster. | Juan Linietsky | |
Flushing messages meant that for every event, UI was reaccomodating everything. This is relly slow. Messages will have to happen sometime later, during iteration most likely. I still can't fix the overall code editor slowness on Mesa+Radeon, I suspect it's a driver issue. | |||
2017-08-19 | Removes editor_hint from SceneTree | Ignacio Etcheverry | |
2017-08-18 | ProceduralSky now regenerates in a thread (the second time, first does not), ↵ | Juan Linietsky | |
closes #9138 | |||
2017-08-18 | -Volume sliders, mute, solo and fx bypass are functional, closes #9021 | Juan Linietsky | |
-Fixed tree reselect, makes reselecting an audio bux FX work | |||
2017-08-18 | Rename localization method to `tr` again | Rémi Verschelde | |
Partial revert of #10380 based on contributor ~~bullying~~ feedback. | |||
2017-08-18 | TextEdit: Fix line padding. | Andreas Haas | |
off-by-one error in the line count calculation. Fixes #10411 | |||
2017-08-18 | TextEdit: Moving between words now works across lines. | Andreas Haas | |
Fixes #10403 | |||
2017-08-18 | Make sure local to scene resources are initialized after loading all nodes, ↵ | Juan Linietsky | |
fixes #9438 | |||
2017-08-18 | Merge pull request #10406 from marcelofg55/closest_power_of_2 | Rémi Verschelde | |
Add closest_power_of_2 func and implement mix_rate/latency on OS X | |||
2017-08-17 | Add closest_power_of_2 func and implement mix_rate/latency on OS X | Marcelo Fernandez | |
2017-08-17 | Oops, fixed wrong color masking problem. Closes #10149 | Juan Linietsky | |
2017-08-17 | Merge pull request #10380 from akien-mga/XL_MESSAGE | Rémi Verschelde | |
Rename `XL_MESSAGE`/`tr` to `localize` | |||
2017-08-17 | Rename `XL_MESSAGE` aka `tr` to `localize` | Rémi Verschelde | |
Also renames `set_message_translation` to `set_message_localization` for consistency. | |||
2017-08-16 | Merge pull request #10252 from neikeq/pr-fix-some-stuff-<3 | Rémi Verschelde | |
Some method fixes | |||
2017-08-16 | Merge pull request #10265 from leezh/patchnine_stylebox | Rémi Verschelde | |
Added Tile and TileFit to StyleBoxes | |||
2017-08-16 | Merge pull request #8899 from toger5/BetterFlatStylebox | Rémi Verschelde | |
Better flat stylebox with rounded corners | |||
2017-08-16 | Synchronize parameter names in definition and declaration | TwistedTwigleg | |
Fixes #10244. | |||
2017-08-16 | Merge pull request #10309 from H4kor/particles | Rémi Verschelde | |
Fixing blinking particles at 0 initial velocity. | |||
2017-08-16 | Merge pull request #10312 from kbake/pressed-scroll-bar-style | Rémi Verschelde | |
Scroll bars now look different on press | |||
2017-08-16 | Merge pull request #10322 from TwistedTwigleg/Navmesh_expose_create_from_mesh | Rémi Verschelde | |
Exposed create_from_mesh in Navmesh | |||
2017-08-16 | Merge pull request #10376 from RandomShaper/fix-nav-double-point | Rémi Verschelde | |
Fix double point in Navigation2D | |||
2017-08-16 | Fix double point in Navigation2D | Pedro J. Estébanez | |
Fixes #10324. |