| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2017-06-11 | Expose zstd and zlib compression levels as global config. | Ferenc Arn | 2 | -5/+13 | |
| 2017-06-12 | Fixed compilation on Windows + removed debug print | Marc Gilleron | 2 | -4/+2 | |
| 2017-06-11 | Restored everything related to information polling, and added information ↵ | Juan Linietsky | 10 | -34/+228 | |
| box for viewport. | |||||
| 2017-06-11 | Restored multiple viewport function, as well as view modes. | Juan Linietsky | 16 | -202/+437 | |
| 2017-06-11 | Multiple 3D viewports are not operational. | Juan Linietsky | 3 | -77/+345 | |
| 2017-06-11 | Added EditorPlugin.remove_import_plugin() | Zher Huei Lee | 3 | -0/+8 | |
| 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 | 4 | -19/+15 | |
| 2017-06-09 | renamed all Rect3.pos to Rect3.position | alexholly | 42 | -298/+298 | |
| 2017-06-08 | Add zstd compression support. | Ferenc Arn | 38 | -10/+15735 | |
| 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 | 33 | -586/+1552 | |
| -Restored resource previews! | |||||
| 2017-06-08 | Add settings to pan canvas editor with scrolling | Sean Bohan | 2 | -20/+50 | |
| 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 | Fix build error, commit bee81d5 | Poommetee Ketson | 1 | -2/+2 | |
| 2017-06-08 | [GDnative] API consistency + missing properties | Emmanuel Leblond | 20 | -632/+849 | |
| 2017-06-08 | Fix unsaved scene not running after save | Poommetee Ketson | 1 | -1/+1 | |
| 2017-06-07 | TGA support based on SaracenOne's work. | Juan Linietsky | 7 | -2/+491 | |
| 2017-06-07 | Run project after selecting main scene. Fixes #9077 | Nuno Donato | 1 | -0/+1 | |
| 2017-06-07 | Automatically open new project after creating it in project manager. | Nuno Donato | 1 | -1/+2 | |
| Fixes #9075 | |||||
| 2017-06-07 | -Added proper access to depth texture from shader | Juan Linietsky | 27 | -548/+588 | |
| -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 | 1 | -3/+6 | |
| 2017-06-07 | Fog is complete! | Juan Linietsky | 8 | -0/+490 | |
| 2017-06-07 | fixed overlapping of temp. colors (script editor) | toger5 | 2 | -14/+18 | |
| + 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 | Revert "Fix text warp in color blocks with CJK" | Rémi Verschelde | 1 | -1/+1 | |
| 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 | 1 | -5/+8 | |
| 2017-06-06 | Fix input event related android build issues | Chris Serino | 2 | -9/+9 | |
| 2017-06-06 | osx release right button event fixed | toger5 | 1 | -1/+1 | |
| RIGHT_MOUSE_BUTTON was not removed from the button mask (instead it was added...) fixes #9079 | |||||
| 2017-06-07 | Fix Script Editor stealing focus on class search text changed | Poommetee Ketson | 1 | -4/+3 | |
| 2017-06-06 | GraphNode: Remove debug print. | Andreas Haas | 1 | -2/+0 | |
| 2017-06-05 | -working SCREEN_TEXTURE, SCREEN_UV shader variables | Juan Linietsky | 11 | -82/+234 | |
| -Added refraction support for default material -Enabled BCS adjustments, as well as color correction. | |||||
| 2017-06-05 | Fix build error | Poommetee Ketson | 2 | -2/+1 | |
| 2017-06-05 | added grow functions to Rect2 | toger5 | 2 | -0/+23 | |
| - grow_individual - grow_margin | |||||
| 2017-06-04 | Fix Variant::OBJECT token parsing | Carter Anderson | 1 | -2/+6 | |
| 2017-06-05 | Quick access list to subresources on RMB | Juan Linietsky | 2 | -0/+70 | |
| 2017-06-04 | Removed stupid right arrow to edit resource. Now simply click it.. | Juan Linietsky | 5 | -11/+108 | |
| 2017-06-04 | Added depth texture support (using parallax) to default material. | Juan Linietsky | 5 | -38/+194 | |
| 2017-06-04 | Update window size property names for editor run | George Marques | 1 | -4/+4 | |
| 2017-06-04 | project manager, fixed siing of sort button | toger5 | 1 | -1/+1 | |
| 2017-06-03 | subsurface scattering is fixed and working again | Juan Linietsky | 6 | -19/+27 | |
| 2017-06-04 | renamed all Rect2.pos to Rect2.position | alexholly | 84 | -685/+685 | |
| 2017-06-03 | InputEvent: Renamed "pos" property to "position" | Andreas Haas | 51 | -282/+282 | |
| Make the naming consistent with other classes. | |||||
| 2017-06-02 | many fixes to image loader, voxel cone tracing, etc. | Juan Linietsky | 5 | -8/+10 | |
| 2017-06-01 | GI probes working back again | Juan Linietsky | 2 | -6/+9 | |
| 2017-06-01 | Rework shading modes and change location of light shader | Juan Linietsky | 10 | -28/+100 | |
| 2017-06-01 | About: add contributors list | Poommetee Ketson | 3 | -2/+67 | |
| 2017-05-31 | stuff got modified :( | Juan Linietsky | 1 | -2/+3 | |
| 2017-05-31 | rewritten PBR implementation to make it friendlier with Blender | Juan Linietsky | 13 | -176/+114 | |
| 2017-06-01 | fixed PowerState enum cast | Karroffel | 2 | -1/+2 | |
| Quite a while ago I made a commit (131631b) where I did a weird thing to fix compilation with PTRCALL_ENABLED. And I couldn't sleep because of this after all these months. So here is the proper version. | |||||
| 2017-05-31 | Fix GDNative PoolVector typos | sheepandshepherd | 1 | -8/+8 | |
| 2017-05-31 | EditorHelp: Help>Class now switch to script editor | Poommetee Ketson | 2 | -10/+4 | |
| 2017-05-31 | Fix autoplay animation starts from last editor state #8976 | Poommetee Ketson | 1 | -0/+1 | |
| 2017-05-31 | Fixed compiling on windows after .hdr support | zer0problem | 1 | -1/+1 | |
| Changed type to avoid casting. | |||||
