summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-06-16Fix EditorFileSystem duplicating root folder in new foldersBojidar Marinov
Also, add some uninitialized variables into constructors (I like to applease cppcheck). Also, remove unused md_count. Fixes #3662.
2017-06-12Merge pull request #9125 from tagcup/zstd_levelRémi Verschelde
Expose zstd and zlib compression levels as global config.
2017-06-12Merge pull request #9124 from Zylann/fix_compilationRémi Verschelde
Fixed compilation on Windows + removed debug print
2017-06-11Expose zstd and zlib compression levels as global config.Ferenc Arn
2017-06-12Fixed compilation on Windows + removed debug printMarc Gilleron
2017-06-11Merge pull request #9104 from tagcup/zstdJuan Linietsky
Add zstd compression support.
2017-06-11Restored everything related to information polling, and added information ↵Juan Linietsky
box for viewport.
2017-06-11Restored multiple viewport function, as well as view modes.Juan Linietsky
2017-06-11Multiple 3D viewports are not operational.Juan Linietsky
2017-06-11Merge pull request #9121 from leezh/editor_import_pluginRémi Verschelde
Added EditorPlugin.remove_import_plugin()
2017-06-11Added EditorPlugin.remove_import_plugin()Zher Huei Lee
Allows addons with import extensions to clean up properly on removal.
2017-06-10Restired multithread support in OSX and Windows, should stop the crashes.Juan Linietsky
2017-06-09renamed all Rect3.pos to Rect3.positionalexholly
2017-06-09Merge pull request #9060 from pixelpicosean/scroll-to-pan-canvas-item-editor-3.0Rémi Verschelde
Add settings to pan canvas editor with scrolling
2017-06-08Add zstd compression support.Ferenc Arn
zstd has much better compression speed and ratio, and better decompression speed than currently available methods. Also set zstd as the default compression method for Compression as well as FileAccessCompressed functions.
2017-06-09-Restored multithread capability to VisualServerJuan Linietsky
-Restored resource previews!
2017-06-08Add settings to pan canvas editor with scrollingSean Bohan
This feature is mainly designed for developers who uses touchpad instead of mouse, and want to scroll instead of zoom. Every macOS developers will like it since it feels intuitive. 2 new settings are added to “editors/2d”: scroll_to_pan: turn on to use mouse/touchpad scroll to pan canvas item editor view instead of zoom pan_speed: use this value to change scroll speed
2017-06-08Merge pull request #9058 from touilleMan/gdnative-clean-and-add-propertiesRémi Verschelde
Continue improving GDNative
2017-06-08Merge pull request #9093 from Noshyaar/pr-fixbuildRémi Verschelde
Fix build error, commit bee81d5
2017-06-08Fix build error, commit bee81d5Poommetee Ketson
2017-06-08Merge pull request #9002 from Hinsbart/key_action_matchRémi Verschelde
InputEvent: Restore old behaviour for matching key events to actions.
2017-06-08Merge pull request #8981 from toger5/addedGrowFunctionRémi Verschelde
implemented grow(left,top,right,bottom) function
2017-06-08Merge pull request #8949 from RandomShaper/improve-mobile-buildsRémi Verschelde
Improve/harmonize mobile builds
2017-06-08Merge pull request #9089 from nunodonato/autoopennewRémi Verschelde
Automatically edit new project after creating it in project manager. Fixes #9075
2017-06-08Merge pull request #9085 from groud/fix-audio-bus-buttonsRémi Verschelde
Fix: audio buses buttons hard to see if pressed or not
2017-06-08Merge pull request #9092 from Noshyaar/pr-runRémi Verschelde
Fix unsaved scene not running after save
2017-06-08Merge pull request #9051 from toger5/fixedScriptEditorListSeperationRémi Verschelde
fixed spacing for script editor script list
2017-06-08Merge pull request #9090 from nunodonato/autorunRémi Verschelde
Run project after selecting main scene. Fixes #9077
2017-06-08[GDnative] API consistency + missing propertiesEmmanuel Leblond
2017-06-08Fix unsaved scene not running after savePoommetee Ketson
2017-06-07TGA support based on SaracenOne's work.Juan Linietsky
2017-06-07Run project after selecting main scene. Fixes #9077Nuno Donato
2017-06-07Automatically open new project after creating it in project manager.Nuno Donato
Fixes #9075
2017-06-07-Added proper access to depth texture from shaderJuan Linietsky
-Split Mesh into Mesh (abstrat class) and ArrayMesh, to allow to proper mesh primitives, as well as streamable meshes in the future.
2017-06-07Fix: audio buses buttons hard to see if pressed or notGilles Roudiere
2017-06-07Merge pull request #9070 from Noshyaar/pr-help2Andreas Haas
Fix Script Editor stealing focus on class search text changed
2017-06-07Fog is complete!Juan Linietsky
2017-06-07fixed overlapping of temp. colors (script editor)toger5
+ added a little bit more spacing to the scripts in the script list. the temp colors now expand to the vseperation, instead of having the same size than the stylebox
2017-06-07Merge pull request #9082 from themindoverall/pr-fix-android-buildRémi Verschelde
Fix InputEvent-related Android build issues
2017-06-07Merge pull request #9083 from toger5/panel_background_styleRémi Verschelde
added style for panel class
2017-06-07Merge pull request #9081 from toger5/right_mb_button_release_fixRémi Verschelde
osx release right button event fixed
2017-06-07Merge pull request #9015 from mcanders/mcanders/ParseObjectVariantFixRémi Verschelde
Fix Variant::OBJECT token parsing
2017-06-07Revert "Fix text warp in color blocks with CJK"Rémi Verschelde
This reverts commit cd778e00dc5362d00d4760c79fc301951f6f9b75. That commit introduced regressions for non-CJK languages are discussed in #8952. Fixes #9078.
2017-06-06added style for panel classtoger5
2017-06-06Fix input event related android build issuesChris Serino
2017-06-06osx release right button event fixedtoger5
RIGHT_MOUSE_BUTTON was not removed from the button mask (instead it was added...) fixes #9079
2017-06-07Fix Script Editor stealing focus on class search text changedPoommetee Ketson
2017-06-06GraphNode: Remove debug print.Andreas Haas
2017-06-05-working SCREEN_TEXTURE, SCREEN_UV shader variablesJuan Linietsky
-Added refraction support for default material -Enabled BCS adjustments, as well as color correction.
2017-06-05Merge pull request #9007 from noshyaar/pr-aboutRémi Verschelde
AboutBox: update copyright, add contributors list