Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2017-08-16 | Checking vecs before normalization. Fixes #10183 | Niko Abeler | |
2017-08-16 | Allow zero-padded serial naming | Pedro J. Estébanez | |
Thereby, the editor will acknowledge node namings such as _Thing003_ so that a duplicate, for instance, will be named _Thing004_, instead of _Thing4_, that was the case formerly. Closes #7758. | |||
2017-08-15 | Merge pull request #10365 from RandomShaper/fix-10074 | Juan Linietsky | |
Keep shapes bound to out-of-tree 3D physics objects | |||
2017-08-16 | Keep shapes bound to out-of-tree 3D physics objects | Pedro J. Estébanez | |
Now the shape in the physics server is unbound only when it's unparented from its body, because if it's unbound when just exiting the tree, a later readd would have the body shapeless in the server. It's the same currently being done in 2D physics. Fixes #10074. | |||
2017-08-15 | Changed anchor constants to enum, removed ANCHOR_CENTER, fixes #9889 | Juan Linietsky | |
2017-08-15 | Merge pull request #10170 from ISylvox/trail-divisor__editor-glitch | Juan Linietsky | |
Trail Divisor: Fixed Editor Glitch | |||
2017-08-15 | Merge pull request #10333 from HummusSamurai/fix-console-error | kubecz3k | |
Fix console warning: Condition !env is true | |||
2017-08-15 | Merge pull request #9889 from groud/control_enhancements | kubecz3k | |
Control node enhancements | |||
2017-08-15 | Fix debug materials, closes #8607 | Juan Linietsky | |
2017-08-15 | styleBoxFlat removed light, dark color entirely | toger5 | |
2017-08-15 | new StyleBoxFlat removed multiBorderColor | toger5 | |
- removed only the bindings because the drawing code is not done yet - kept c++ functions for setting individual border color for future implementation | |||
2017-08-15 | new StyleBoxFlat limits for drawing | toger5 | |
- corner and border are decreased if necassary to achoieve clean stylboxes - prohibits wired drawing artifacts when using wrong values - corner radius are relative to the partner corner when they would result in glitches | |||
2017-08-15 | new StyleBoxFlat added more drawing features | toger5 | |
- corner radius bindings - shadow - antiAliasing - CornerDetail | |||
2017-08-15 | Adapted godot to the new StyleBoxFlat | toger5 | |
2017-08-15 | NEW Style Box Flat Implementation | toger5 | |
- now use polygons! - renamed blend -> blend_border - draw_center -> filled - GDScript biding | |||
2017-08-15 | Ensure nothing is found outside modal stack, but keep logic going. Fixes #7622 | Juan Linietsky | |
2017-08-14 | Merge pull request #10339 from bojidar-bg/x-fix-scale-conflict | Ignacio Etcheverry | |
Rename Light2D::scale to texture_scale, so it doesn't conflict | |||
2017-08-14 | Rename Light2D::scale to texture_scale, so it doesn't conflict | Bojidar Marinov | |
2017-08-14 | Fix console warning: Condition !env is true | M.H. Alkotob | |
The trivial yet astute fix was suggested by @bojidar-bg in IRC. Compiling confirms it does the job, so thought I'd push a PR. | |||
2017-08-13 | Avoids inverted anchors | Gilles Roudiere | |
Add a push_opposite_anchor argument pushing the opposite anchor if needed | |||
2017-08-13 | Adds a function to set Anchors with a layout preset | Gilles Roudiere | |
2017-08-13 | Handle undo/redo of anchor positioning | Gilles Roudiere | |
2017-08-13 | Add anchor visualization | Gilles Roudiere | |
2017-08-13 | Replace GUI anchor type by a float between 0 and 1 | Gilles Roudiere | |
2017-08-13 | Exposed create_from_mesh in Navmesh | TwistedTwigleg | |
2017-08-13 | Merge pull request #10298 from nhold/kinematic-body-2d-_move-fixes-#10107 | Rémi Verschelde | |
Fix missing and incorrect values in return value of _move method | |||
2017-08-12 | Scroll bars now look different on press | kbake | |
2017-08-12 | Disabling Particles::one_shot restarts emission | Zher Huei Lee | |
Fixes #10181 | |||
2017-08-12 | Fix missing and incorrect values in return value of _move method | Nathan Hold | |
2017-08-12 | Added Tile and TileFit to StyleBoxes | Zher Huei Lee | |
Was already implemented for Patch9 boxes, but wasn't exposed here. Allows for use in other GUI elements like panels and buttons. | |||
2017-08-11 | Merge pull request #10198 from jjay/f/stretch_aspect_expand | Rémi Verschelde | |
Add "expand" option for stretch aspect, no more black bars | |||
2017-08-11 | Fixes ItemList::is_same_column_width() return type | Ignacio Etcheverry | |
2017-08-11 | Merge pull request #10247 from djrm/pr_bus_fixes | Rémi Verschelde | |
Fixes to buses editor | |||
2017-08-11 | Merge pull request #10238 from Hinsbart/resource_rmb | Rémi Verschelde | |
Inspector: Right click on resource opens sub-menu. | |||
2017-08-11 | Merge pull request #10194 from Keetz/update-default-values | Rémi Verschelde | |
Updated default values in SpatialMaterial and Environment | |||
2017-08-11 | Merge pull request #10193 from kubecz3k/tab-click-signal | Rémi Verschelde | |
tab_clicked signal for Tabs |