Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-06-12 | Fix bug breaking shader when skeleton+tangents were used, closes #8673 | Juan Linietsky | |
2017-06-12 | Fix empty shader related crash, closes #8314 | Juan Linietsky | |
2017-06-12 | Fixed _draw_polygon, should help fix other bugs.. | Juan Linietsky | |
2017-06-12 | Properly adjust the visible editor rect and make limits respected, closes #8328 | Juan Linietsky | |
2017-06-12 | EditorSettings: Default game window placement to Centered. | Andreas Haas | |
Fixes #8890 | |||
2017-06-12 | Merge pull request #9132 from vnen/uwp-3 | Rémi Verschelde | |
UWP: InputEvent: Renamed "pos" property to "position" | |||
2017-06-12 | UWP: InputEvent: Renamed "pos" property to "position" | George Marques | |
To comply with the changes from #9031. | |||
2017-06-12 | Merge pull request #9125 from tagcup/zstd_level | Rémi Verschelde | |
Expose zstd and zlib compression levels as global config. | |||
2017-06-12 | Merge pull request #9124 from Zylann/fix_compilation | Rémi Verschelde | |
Fixed compilation on Windows + removed debug print | |||
2017-06-11 | Expose zstd and zlib compression levels as global config. | Ferenc Arn | |
2017-06-12 | Fixed compilation on Windows + removed debug print | Marc Gilleron | |
2017-06-11 | Merge pull request #9104 from tagcup/zstd | Juan Linietsky | |
Add zstd compression support. | |||
2017-06-11 | Restored everything related to information polling, and added information ↵ | Juan Linietsky | |
box for viewport. | |||
2017-06-11 | Restored multiple viewport function, as well as view modes. | Juan Linietsky | |
2017-06-11 | Multiple 3D viewports are not operational. | Juan Linietsky | |
2017-06-11 | Merge pull request #9121 from leezh/editor_import_plugin | Rémi Verschelde | |
Added EditorPlugin.remove_import_plugin() | |||
2017-06-11 | Added EditorPlugin.remove_import_plugin() | Zher Huei Lee | |
Allows addons with import extensions to clean up properly on removal. | |||
2017-06-10 | Restired multithread support in OSX and Windows, should stop the crashes. | Juan Linietsky | |
2017-06-09 | renamed all Rect3.pos to Rect3.position | alexholly | |
2017-06-09 | Merge pull request #9060 from pixelpicosean/scroll-to-pan-canvas-item-editor-3.0 | Rémi Verschelde | |
Add settings to pan canvas editor with scrolling | |||
2017-06-08 | Add 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 VisualServer | Juan Linietsky | |
-Restored resource previews! | |||
2017-06-08 | Add settings to pan canvas editor with scrolling | Sean 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-08 | Merge pull request #9058 from touilleMan/gdnative-clean-and-add-properties | Rémi Verschelde | |
Continue improving GDNative | |||
2017-06-08 | Merge pull request #9093 from Noshyaar/pr-fixbuild | Rémi Verschelde | |
Fix build error, commit bee81d5 | |||
2017-06-08 | Fix build error, commit bee81d5 | Poommetee Ketson | |
2017-06-08 | Merge pull request #9002 from Hinsbart/key_action_match | Rémi Verschelde | |
InputEvent: Restore old behaviour for matching key events to actions. | |||
2017-06-08 | Merge pull request #8981 from toger5/addedGrowFunction | Rémi Verschelde | |
implemented grow(left,top,right,bottom) function | |||
2017-06-08 | Merge pull request #8949 from RandomShaper/improve-mobile-builds | Rémi Verschelde | |
Improve/harmonize mobile builds | |||
2017-06-08 | Merge pull request #9089 from nunodonato/autoopennew | Rémi Verschelde | |
Automatically edit new project after creating it in project manager. Fixes #9075 | |||
2017-06-08 | Merge pull request #9085 from groud/fix-audio-bus-buttons | Rémi Verschelde | |
Fix: audio buses buttons hard to see if pressed or not | |||
2017-06-08 | Merge pull request #9092 from Noshyaar/pr-run | Rémi Verschelde | |
Fix unsaved scene not running after save | |||
2017-06-08 | Merge pull request #9051 from toger5/fixedScriptEditorListSeperation | Rémi Verschelde | |
fixed spacing for script editor script list | |||
2017-06-08 | Merge pull request #9090 from nunodonato/autorun | Rémi Verschelde | |
Run project after selecting main scene. Fixes #9077 | |||
2017-06-08 | [GDnative] API consistency + missing properties | Emmanuel Leblond | |
2017-06-08 | Fix unsaved scene not running after save | Poommetee Ketson | |
2017-06-07 | TGA support based on SaracenOne's work. | Juan Linietsky | |
2017-06-07 | Run project after selecting main scene. Fixes #9077 | Nuno Donato | |
2017-06-07 | Automatically open new project after creating it in project manager. | Nuno Donato | |
Fixes #9075 | |||
2017-06-07 | -Added proper access to depth texture from shader | Juan 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-07 | Fix: audio buses buttons hard to see if pressed or not | Gilles Roudiere | |
2017-06-07 | Merge pull request #9070 from Noshyaar/pr-help2 | Andreas Haas | |
Fix Script Editor stealing focus on class search text changed | |||
2017-06-07 | Fog is complete! | Juan Linietsky | |
2017-06-07 | fixed 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-07 | Merge pull request #9082 from themindoverall/pr-fix-android-build | Rémi Verschelde | |
Fix InputEvent-related Android build issues | |||
2017-06-07 | Merge pull request #9083 from toger5/panel_background_style | Rémi Verschelde | |
added style for panel class | |||
2017-06-07 | Merge pull request #9081 from toger5/right_mb_button_release_fix | Rémi Verschelde | |
osx release right button event fixed | |||
2017-06-07 | Merge pull request #9015 from mcanders/mcanders/ParseObjectVariantFix | Rémi Verschelde | |
Fix Variant::OBJECT token parsing | |||
2017-06-07 | Revert "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-06 | added style for panel class | toger5 | |