summaryrefslogtreecommitdiff
path: root/scene
AgeCommit message (Collapse)Author
2017-12-18doc: Sync classref with current sourceRémi Verschelde
2017-12-18Added baked light support for gridmaps.Juan Linietsky
2017-12-17Merge pull request #14754 from willnationsdev/dictionary-copyRémi Verschelde
Added 'duplicate' function for Dictionary in C++ and API.
2017-12-17Dictionary::copy -> ::duplicateWill Nations
2017-12-17Merge pull request #14786 from djrm/pr_fixesRémi Verschelde
Expose Range, ScrollBar and Slider as virtual.
2017-12-17Expose Range, ScrollBar and Slider as virtual.Daniel J. Ramirez
2017-12-17Fix Sprite3D alpha_cut member not being initializedStefano Bonicatti
2017-12-17Merge pull request #14748 from YeldhamDev/popupmenu_circlebackRémi Verschelde
Made highlighted item in PopupMenu circle back to the beginning/end when using the keyboard
2017-12-17Merge pull request #14757 from YeldhamDev/submenu_keyboardRémi Verschelde
More changes to PopupMenu's submenu keyboard handling
2017-12-17Merge pull request #14775 from hpvb/limit-lightmapper-subdivRémi Verschelde
Limit the lightmapper subdivide to 1024
2017-12-17Merge pull request #14778 from YeldhamDev/lineedit_deselect_exposeRémi Verschelde
Exposed LineEdit's "selection_clear" and renamed it to "deselect"
2017-12-17Merge pull request #14772 from poke1024/fix14539Rémi Verschelde
Fix cut-copy-line breaking paste (issue 14539)
2017-12-17Exposed LineEdit's "selection_clear" and renamed it to "deselect".Michael Alexsander Silva Dias
2017-12-17Limit the lightmapper subdivide to 1024Hein-Pieter van Braam
Due to memory contraints in other places in Godot it is unlikely that anything higher than 1024 will actually work. When/if we improve memory management for vectors we can increase this limit again
2017-12-17Fix cut-copy-line breaking paste (issue 14539)Bernhard Liebl
2017-12-17Fixes how transform is applied to geometry in UV unwrapJuan Linietsky
2017-12-17Merge pull request #14769 from akien-mga/if-0-cleanupRémi Verschelde
Cleanup some #if 0'd code
2017-12-17Cleanup some #if 0'd codeRémi Verschelde
2017-12-17Merge pull request #14767 from volzhs/save-clip-contentsRémi Verschelde
Fix Clip Content property is not saved
2017-12-17Fix Clip Content property is not savedvolzhs
2017-12-17Merge pull request #14760 from hpvb/add-several-unlikely-macrosRémi Verschelde
Add several unlikely() macros
2017-12-17Merge pull request #14758 from hpvb/optimize-lightbaker-rngRémi Verschelde
Use a more naive RNG for the lightmapper
2017-12-17Add several unlikely() macrosHein-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-17Merge pull request #14761 from fire/gdnative-lightmapperRémi Verschelde
Fix gdnative generation for lightmapper.
2017-12-17Tweak OpenMP parameters for lightbakerHein-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-16Fix gdnative generation for lightmapper.K. S. Ernest (iFire) Lee
2017-12-17Use a more naive RNG for the lightmapperHein-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-16More changes to PopupMenu's submenu keyboard handling.Michael Alexsander Silva Dias
2017-12-16Revert "Fix mouse button release not sent to gui_input if it's different ↵Juan Linietsky
from the button that gave focus"
2017-12-16Bind TextEdit.deselect and update documentationRémi Verschelde
2017-12-16Added custom editor splash (including sponsor logo).Juan Linietsky
2017-12-16restored binary compatibility, which was broken in #14406Juan Linietsky
2017-12-16Improve duplication and saving of instanced scenesMatthias Hoelzl
2017-12-16Made highlighted item in PopupMenu circle back to the beginning/end when ↵Michael Alexsander Silva Dias
using the keyboard.
2017-12-16Merge pull request #13991 from CyanBlob/masterRémi Verschelde
TileMap: Add update_bitmask_region(2), expose update_bitmask_area(1) …
2017-12-16TileMap: Add update_bitmask_region(2), expose update_bitmask_area(1) and ↵Andrew Thomas
update_bitmask_region(2) to GDscript
2017-12-16Merge pull request #14330 from matrem/particles_spreadRémi Verschelde
Spread should be in degree (see documentation, and flag_disable_z case)
2017-12-16Merge pull request #14365 from willnationsdev/camera-docsRémi Verschelde
[DOCS] Camera property changes
2017-12-16Merge pull request #14484 from Zylann/fix_mouse_focus_button_releaseRémi Verschelde
Fix mouse button release not sent to gui_input if it's different from the button that gave focus
2017-12-16Merge pull request #14649 from MattUV/fix-indentationRémi Verschelde
Modifies text indentation behaviour
2017-12-16Merge pull request #14676 from NathanWarden/nav_create_to_addRémi Verschelde
Renamed navmesh_create to navmesh_add since no navmesh is created.
2017-12-16Merge pull request #14706 from YeldhamDev/popupmenu_submenuRémi Verschelde
Enhancements and fixes for PopupMenu's submenus
2017-12-16Merge pull request #14707 from poke1024/fix14691Rémi Verschelde
Fix thin lines in editor gui on hidpi (issue 14691)
2017-12-15particles spread/flatness fixes, pi factorizationmatrem
2017-12-15Merge pull request #14713 from poke1024/fix14570Rémi Verschelde
Fixes oversized tooltip labels (issue 14570)
2017-12-15Merge pull request #14716 from poke1024/fix_window_titleRémi Verschelde
Fixes close button overlapping window title
2017-12-15Enhancements and fixes for PopupMenu's submenus.Michael Alexsander Silva Dias
2017-12-15Renamed navmesh/poly_create to navmesh/poly_add since no navmesh is created.Nathan Warden
2017-12-15BakedLightmap: Update gizmo when setting extents.Andreas Haas
Fixes #14696.
2017-12-15Fixes close button overlapping window titleBernhard Liebl