| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 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-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. | |||||
| 2017-05-31 | Wrap copy constructor for some GDNative types | sheepandshepherd | 6 | -0/+63 | |
| 2017-05-30 | Several fixes related to PBR and Environment | Juan Linietsky | 21 | -97/+132 | |
| 2017-05-30 | Formatting CONTRIBUTING.md to 80 colums | Gilles Roudiere | 1 | -28/+97 | |
| Added a little paragraph about how to contribute to Godot's translations | |||||
| 2017-05-29 | Changed enum to const because enum with uint64 size does not work on VSC++ ↵ | Thomas Görlich | 1 | -3/+1 | |
| Compiler | |||||
| 2017-05-29 | X11: Turn warning about not finding cursor theme into verbose output. | Andreas Haas | 1 | -1/+3 | |
| Failing to get the cursor theme should not cause any issues since we're then using the default one anyway. So I removed the warning and made it a verbose-only print instead, as people tend to mistake it for a real error.. (pretty much like `iCCP: known incorrect sRGB profile` :P) | |||||
| 2017-05-29 | Added members overview | Paulb23 | 7 | -1/+82 | |
| 2017-05-29 | Fixed a typo in a Visual Server var name (#8977) | suptoasty | 2 | -5/+5 | |
| 2017-05-29 | NaturalSort: strings start with . treated differently | Poommetee Ketson | 1 | -0/+12 | |
| 2017-05-28 | -Added .hdr format support | Juan Linietsky | 34 | -292/+1222 | |
| -Added default environment editor setting -Added environment created by default in new projects -Removed default light and ambient from spatial editor, to make the editor more PBR compliant | |||||
| 2017-05-28 | Remove obsolete signal_renames file | Rémi Verschelde | 1 | -21/+0 | |
| 2017-05-28 | opus: Update to upstream version 1.1.5 | Rémi Verschelde | 40 | -250/+425 | |
| 2017-05-28 | Use new icons everywhere | Timo Schwarzer | 9 | -0/+0 | |
| Closes #8879 | |||||
| 2017-05-28 | Fixing typo for rect_position in _change_notify call for Control | Kristupas Stumbrys | 1 | -1/+1 | |
| 2017-05-28 | CreateDialog: fix activating recent item creates node selected in search result | Poommetee Ketson | 1 | -0/+2 | |
| 2017-05-28 | CreateDialog: select root if search exactly match | Poommetee Ketson | 1 | -1/+1 | |
| 2017-05-27 | Fix moving path controls in edit mode. | Zaven Muradyan | 1 | -9/+7 | |
| The previous code would never trigger the subsequent conditionals (for moving the control points) when in EDIT_MODE because the point conditionals were nested instead of being a conjunction. | |||||
| 2017-05-27 | openssl: Sync with upstream 1.0.2l | Rémi Verschelde | 208 | -1706/+3121 | |
| 2017-05-27 | openssl: Reapply necessary UWP changes from patch | Rémi Verschelde | 4 | -19/+28 | |
| 2017-05-27 | openssl: Define WIN32_LEAN_AND_MEAN on Windows | Rémi Verschelde | 3 | -0/+66 | |
| This avoids namespace collisions with things such as X509_NAME. Also force include of necessary definitions in `crypto/o_str.c` which seem missing on MSVC (but work on MinGW). | |||||
| 2017-05-27 | openssl: Sync with pristine upstream 1.0.2h | Rémi Verschelde | 6 | -106/+11 | |
| Our necessary custom changes will be reapplied in later commits for clarity, and saved as patches for future updates. | |||||
| 2017-05-27 | openssl: Document update process and delete unused files | Rémi Verschelde | 26 | -7213/+24 | |
| 2017-05-27 | TinyEXR: Document licensing and copyright | Rémi Verschelde | 2 | -0/+20 | |
| 2017-05-27 | Fix MinGW-w64 build of TinyEXR for old toolchains | Rémi Verschelde | 1 | -7/+33 | |
| MinGW-w64 is at version 2.0.1 on our current Travis CI toolchain, and seems not to like fopen_s. | |||||
| 2017-05-27 | Fix text warp in color blocks with CJK | Geequlim | 1 | -1/+1 | |
| (cherry picked from commit cd778e00dc5362d00d4760c79fc301951f6f9b75) | |||||
| 2017-05-27 | Fix item list scroll speed. | Sean Bohan | 1 | -4/+0 | |
| Remove the extra `set_val` action after the proper one, so the right scroll value won’t get overrided any more. (cherry picked from commit 064dce7a4c4bdca13b5358ccc9f9829f0e1068fb) | |||||
| 2017-05-27 | Fix incorrect input event reference in editor_profiler.cpp | Carter Anderson | 1 | -1/+1 | |
| 2017-05-27 | Fix incorrect input event reference in animation_editor.cpp | Carter Anderson | 1 | -7/+7 | |
| 2017-05-27 | GDScript: Use "is" keyword for type checking. | Andreas Haas | 7 | -8/+12 | |
| Replaces the `extends` keyword with `is` in the context of testing for type compatibility. `extends` is still used for declaring class inheritance. Example: ```gdscript extends Node2D func _input(ev): if ev is InputEventKey: print("yay, key event") ``` | |||||
| 2017-05-27 | Fix InputEvent actions. | Andreas Haas | 2 | -3/+3 | |
| The `InputEvent::is_action(pressed|released)` methods weren't implemented yet. Also fixed a typo in `InputDefault` that prevented `Input.is_action(pressed|released)` from working. | |||||
| 2017-05-26 | -Added EXR supprot for HDR (no BC6 compression yet though) | Juan Linietsky | 18 | -109/+13359 | |
| -Improvements to texture importer -Proper detection of S3TC compression modes, and added all modes to Image -Fixes to non-power of 2 compressed textures, which should all be supported by GLES3 | |||||
| 2017-05-27 | Rework warning levels | Pedro J. Estébanez | 1 | -10/+22 | |
| Now you have: extra, all (the default), moderate, no. The old 'yes' option is still supported, but a warning will be printed and 'all' will be assumed. The different options will translate to the following: MSVC: extra -> /Wall (implies /W4) all -> /W3 + disable non-essential (*) moderate -> /W2 + disable non-essential (*) no -> /w GCC/Clang: extra -> -Wall -Wextra all -> -Wall moderate -> -Wall -Wno-unused no -> -w * = Truncations, narrowing conversions...: /wd4267 /wd4244 /wd4305 /wd4800 | |||||
| 2017-05-27 | Allow custom CCFLAGS for iPhone builds | Pedro J. Estébanez | 1 | -4/+4 | |
| plus disable exceptions by default | |||||
| 2017-05-27 | Make OS.get_locale() returns same value | volzhs | 2 | -4/+3 | |
