Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-17 | Merge pull request #14769 from akien-mga/if-0-cleanup | Rémi Verschelde | |
Cleanup some #if 0'd code | |||
2017-12-17 | Cleanup some #if 0'd code | Rémi Verschelde | |
2017-12-17 | Merge pull request #14767 from volzhs/save-clip-contents | Rémi Verschelde | |
Fix Clip Content property is not saved | |||
2017-12-17 | Fix Clip Content property is not saved | volzhs | |
2017-12-17 | Merge pull request #14760 from hpvb/add-several-unlikely-macros | Rémi Verschelde | |
Add several unlikely() macros | |||
2017-12-17 | Merge pull request #14758 from hpvb/optimize-lightbaker-rng | Rémi Verschelde | |
Use a more naive RNG for the lightmapper | |||
2017-12-17 | Add several unlikely() macros | Hein-Pieter van Braam | |
Based off of perf-based prediction misses these seem to be the lowest-hanging fruit for quick (albeit small) improvements. These are based on: * baking a complex lightmap * running platformer 3d * running goltorus | |||
2017-12-17 | Merge pull request #14761 from fire/gdnative-lightmapper | Rémi Verschelde | |
Fix gdnative generation for lightmapper. | |||
2017-12-17 | Tweak OpenMP parameters for lightbaker | Hein-Pieter van Braam | |
On higher threadcount systems this allows for better utilization. On my 16 thread box CPU use goes from 10 - 11 threads to a steady 15 threads on the Sponza scene. Baking time goes from ~10:00 to ~07:30 for me. On lower threadcount systems I expect some improvement also but likely a little less. | |||
2017-12-16 | Fix gdnative generation for lightmapper. | K. S. Ernest (iFire) Lee | |
2017-12-17 | Use a more naive RNG for the lightmapper | Hein-Pieter van Braam | |
This speeds up the lightmapper by about 10% with no visible impact. A comparison is up here: https://tmm.cx/nextcloud/s/Log1eAXen1dJzBz AMD Ryzen 7 1700 Eight-Core Processor Sponza scene pcg32 256/256/high 00:10:13 256/256/medium 00:02:50 256/256/low 00:01:11 xorshift 256/256/high 00:09:32 256/256/medium 00:02:34 256/256/low 00:01:05 | |||
2017-12-16 | Revert "Fix mouse button release not sent to gui_input if it's different ↵ | Juan Linietsky | |
from the button that gave focus" | |||
2017-12-16 | Bind TextEdit.deselect and update documentation | Rémi Verschelde | |
2017-12-16 | Added custom editor splash (including sponsor logo). | Juan Linietsky | |
2017-12-16 | restored binary compatibility, which was broken in #14406 | Juan Linietsky | |
2017-12-16 | Improve duplication and saving of instanced scenes | Matthias Hoelzl | |
2017-12-16 | Merge pull request #13991 from CyanBlob/master | Rémi Verschelde | |
TileMap: Add update_bitmask_region(2), expose update_bitmask_area(1) … | |||
2017-12-16 | TileMap: Add update_bitmask_region(2), expose update_bitmask_area(1) and ↵ | Andrew Thomas | |
update_bitmask_region(2) to GDscript | |||
2017-12-16 | Merge pull request #14330 from matrem/particles_spread | Rémi Verschelde | |
Spread should be in degree (see documentation, and flag_disable_z case) | |||
2017-12-16 | Merge pull request #14365 from willnationsdev/camera-docs | Rémi Verschelde | |
[DOCS] Camera property changes | |||
2017-12-16 | Merge pull request #14484 from Zylann/fix_mouse_focus_button_release | Rémi Verschelde | |
Fix mouse button release not sent to gui_input if it's different from the button that gave focus | |||
2017-12-16 | Merge pull request #14649 from MattUV/fix-indentation | Rémi Verschelde | |
Modifies text indentation behaviour | |||
2017-12-16 | Merge pull request #14676 from NathanWarden/nav_create_to_add | Rémi Verschelde | |
Renamed navmesh_create to navmesh_add since no navmesh is created. | |||
2017-12-16 | Merge pull request #14706 from YeldhamDev/popupmenu_submenu | Rémi Verschelde | |
Enhancements and fixes for PopupMenu's submenus | |||
2017-12-16 | Merge pull request #14707 from poke1024/fix14691 | Rémi Verschelde | |
Fix thin lines in editor gui on hidpi (issue 14691) | |||
2017-12-15 | particles spread/flatness fixes, pi factorization | matrem | |
2017-12-15 | Merge pull request #14713 from poke1024/fix14570 | Rémi Verschelde | |
Fixes oversized tooltip labels (issue 14570) | |||
2017-12-15 | Merge pull request #14716 from poke1024/fix_window_title | Rémi Verschelde | |
Fixes close button overlapping window title | |||
2017-12-15 | Enhancements and fixes for PopupMenu's submenus. | Michael Alexsander Silva Dias | |
2017-12-15 | Renamed navmesh/poly_create to navmesh/poly_add since no navmesh is created. | Nathan Warden | |
2017-12-15 | BakedLightmap: Update gizmo when setting extents. | Andreas Haas | |
Fixes #14696. | |||
2017-12-15 | Fixes close button overlapping window title | Bernhard Liebl | |
2017-12-15 | Fixes oversized tooltip labels (issue 14570) | Bernhard Liebl | |
2017-12-15 | Fix thin lines in editor gui on hidpi (issue 14691) | Bernhard Liebl | |
2017-12-15 | Merge pull request #14666 from henriquelalves/slider_issue | Rémi Verschelde | |
Fix slider ticks offset | |||
2017-12-15 | Fixes slider node tick offset | Henrique L Alves | |
Fixes wrong tick offset on slider nodes - they now match with the corresponding 'grabber' positions. Fixes issue #14637 | |||
2017-12-15 | -Added new scene conversion to binary on export (disabled by default, please ↵ | Juan Linietsky | |
test) -This method works by directly converting text to binary, so the scene does not need to be loaded and saved | |||
2017-12-15 | Modifies indentation behaviours | MattUV | |
Partially fixes #14559 (see the issue for details); Removes some code redondancy ; Adds the possibility to indent left and right without selecting text ; Adds the entries to the context menu when text is not selected ; Renames indent_selection_left() and indent_selection_right() to indent_left() and indent_right() ; Unifies context menus of shader text editor and script text editor. | |||
2017-12-15 | Merge pull request #14604 from mhilbrunner/http-defaults | Rémi Verschelde | |
HTTP cleanup & better defaults | |||
2017-12-14 | fix for compiling the new lightmapper | Michele Valente | |
also changed two calls that were ambiguous | |||
2017-12-14 | -Add lightmapper | Juan Linietsky | |
-Fixes to unwrapper (remove degenerates), makes Thekla not crash -Added optional cancel button in EditorProgress -Added function to force processing of events (needed for cancel button) | |||
2017-12-14 | HTTP cleanup & better defaults | mhilbrunner | |
2017-12-14 | Revert property changes in "[DOCS] AnimationPlayer new props, members/methods" | Rémi Verschelde | |
This partially reverts commits e79456519d0c1dff98ffa5f39e8e7c962b7dd553 and 2d07fe29208b9ccef31ab654ca5405edac7a0de7, which introduced API changes needing more in-depth review at this stage. Kept the removal of "get_position" binding, redundant with "get_current_animation_position". Kept docs changes where applicable. Also removed the obsolete "stop_all" method which does the same as "stop". Fixes #14602. | |||
2017-12-13 | Fix crash (and bug) in RichTextLabel | poke1024 | |
2017-12-12 | Enhance undoredo action name, TTR, cleanup | Poommetee Ketson | |
2017-12-12 | Merge pull request #14474 from toger5/fixSliderNan | Noshyaar | |
added missing NaN check fixes: #13255 | |||
2017-12-12 | Change statable to multistate, remove extra separator | Poommetee Ketson | |
2017-12-11 | [DOCS] Camera property changes | Will Nations | |
2017-12-11 | Fix Index p_current=0 error at starting editor | volzhs | |
2017-12-11 | Merge pull request #14534 from AndreaCatania/patch-2 | Rémi Verschelde | |
Fixed bad bindings |