summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-08-11Some fixes for shaders and WebGL2Fabio Alessandrelli
Add padding to UBO data to be multiple of 16 bytes Add precision definition for samplers Replace texture2D (deprecated) with texture in shaders
2017-08-11Explicitily unsed AI_NUMERICHOST flag to fix HTML5Fabio Alessandrelli
2017-08-11Fix icon loading error a bootFabio Alessandrelli
2017-08-10Merge pull request #10164 from djrm/pr_theme_fixesRémi Verschelde
Visual polishing
2017-08-09Merge pull request #10206 from endragor/show-base-nativescript-propsThomas Herzog
Allow to edit base type NativeScript properties
2017-08-09Merge pull request #10205 from endragor/nativescript-base-defaultsGeorge Marques
Fix getting default values for NativeScript base type properties
2017-08-09Allow to edit base type NativeScript propertiesRuslan Mustakov
2017-08-09Fix getting default values for NativeScript base type propertiesRuslan Mustakov
2017-08-09Gizmos properly follow the edited object, closes #7837Juan Linietsky
2017-08-09Merge pull request #9633 from ducdetronquito/gdnative_string_apiThomas Herzog
[GDNative] Implement String API.
2017-08-08Moved mirror and rotations to the tile mapen, to avoid taking up too much ↵Juan Linietsky
toolbar space, fixes #6461
2017-08-08Clean up canvas item when changing state, closes #5977Juan Linietsky
2017-08-08Set some reasonable limits for sending information to the debugger, closes #5848Juan Linietsky
2017-08-08Implemented String C API.ducdetronquito
2017-08-08-Restored Sprite3D to working function, fixes #2061, fixes #9738Juan Linietsky
-Restored an alpha scissor property in Material
2017-08-08Several ui improvements (mostly margins)Daniel J. Ramirez
Improved colors Added some missing icons
2017-08-08Ability to set a function as sequenced, so when called you can choose not to ↵Juan Linietsky
use sequence ports. Fixes #6346
2017-08-08push variable later when created, to avoid self-referencing as a valid case, ↵Juan Linietsky
closes #6111
2017-08-08Properly rename visual script functions, fixed #6076Juan Linietsky
2017-08-08Fixes node selection, and properly ignore mouse on inner comment node body, ↵Juan Linietsky
closes #6298
2017-08-08Merge pull request #10169 from toger5/deprecated_curser_fuction_callRémi Verschelde
removed calls to cursor_set_visible on all platforms fixes #10167
2017-08-08removed calls to cursor_set_visible on all platforms fixes #10167toger5
2017-08-08sorry, leftover bug fixedJuan Linietsky
2017-08-08-Made visual server time affected by global time scale, closes #5583Juan Linietsky
-Restored time rollover in visual server
2017-08-08fix collada crash on invalid (blender internal expored...) file, fixes #6222Juan Linietsky
2017-08-08Added proper local transform snapping, closes #4985Juan Linietsky
2017-08-08Attempt to resolve #4673Juan Linietsky
2017-08-07-Errors are printed again to Output, after a long time. Fixes #3373Juan Linietsky
2017-08-07-Fixed BoneAttachment delay, closes #3966Juan Linietsky
-Fixed skeleton crash, probably fixes other issues
2017-08-07Ability to pause particles, closes #3675Juan Linietsky
2017-08-07Merge pull request #10152 from Hinsbart/run_importThomas Herzog
ProjectManager: Show error dialog if unable to run project.
2017-08-07ProjectManager: Show error dialog if unable to run project.Andreas Haas
2017-08-07Implement len() gdscript built-in function for python users, closes #1960Juan Linietsky
2017-08-07Merge pull request #10015 from marcelofg55/masterThomas Herzog
Implement 32 bit IEEE float WAVE format
2017-08-07Restored black bars and custom images instead of black bars, closes #1571Juan Linietsky
2017-08-07Merge pull request #10055 from henkz1/immediateThomas Herzog
Fix ImmediateGeometry
2017-08-07Merge pull request #10068 from Cradmon/fix-resource-docker-thumbnail-bugThomas Herzog
Fix resource docker thumbnail bug
2017-08-07Merge pull request #10133 from ↵Thomas Herzog
homer666/adjust-filesystem-split-mode-height-threshold Adjust FileSystem dock split mode's height threshold
2017-08-07Merge pull request #10136 from MednauN/masterThomas Herzog
Add handling of touch events in _gui_input_event
2017-08-07Merge pull request #10151 from ↵Juan Linietsky
godotengine/revert-10097-asset_lib_style_overrides Revert "fixed loading old theme styleboxes"
2017-08-07Revert "fixed loading old theme styleboxes"Juan Linietsky
2017-08-07Display the Y angle properly when rotating from gizmo, partially helps #1479Juan Linietsky
2017-08-07Merge pull request #10112 from ISylvox/completely-renaming-path_dbRémi Verschelde
Renames Leftover 'path_db' -->> 'node_path' [ci skip]
2017-08-07renames leftover 'path_db' to node_pathIndah Sylvia
2017-08-07Merge pull request #10141 from ISylvox/lower_case_godot_apiRémi Verschelde
Makes all Godot API's Methods lower_case
2017-08-07Merge pull request #10127 from bruvzg/3.0-osx-loggingRémi Verschelde
Duplicate error messages to macOS logging system (Console.app)
2017-08-07Merge pull request #10113 from kubecz3k/tab-signalRémi Verschelde
'tab_changed' signal after using 'set_current_tab'
2017-08-07Merge pull request #10109 from eska014/init-particles2d-draw-orderRémi Verschelde
Initialize Particles2D draw order property
2017-08-07Merge pull request #10106 from BastiaanOlij/ios_fix_buttonsRémi Verschelde
iOS copy touch coordinate as is
2017-08-07Merge pull request #10105 from eska014/html5-touch-hintRémi Verschelde
Implement OS.has_touchscreen_ui_hint() in HTML5 platform