| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2017-09-04 | Fix opaque pre pass, closes #10472 | Juan Linietsky | 3 | -40/+41 | |
| 2017-09-05 | Fix UNIX file open | Hein-Pieter van Braam | 1 | -9/+8 | |
| In #10973 I refactored FileAccessUnix::_open() but I accidentally made it impossible to create new files. This fixes that and fixes #10984 | |||||
| 2017-09-04 | Fix ETC2 import for luminance/lumalpha textures, fixes #10421 | Juan Linietsky | 1 | -2/+1 | |
| 2017-09-05 | MeshLibrary: remove duplicated line | Poommetee Ketson | 1 | -1/+0 | |
| 2017-09-04 | Improve guessing of what editor to switch to, fixes #10405 | Juan Linietsky | 1 | -10/+22 | |
| 2017-09-04 | Remove NULL check from Object::cast_to() | Hein-Pieter van Braam | 1 | -12/+0 | |
| After discussing this with @reduz on IRC we agreed to remove these checks. We now consider cast_to() to be NULL safe | |||||
| 2017-09-04 | Make UNIX file access more correct | Hein-Pieter van Braam | 1 | -23/+65 | |
| Check for errors in the POSIX recommended ways. | |||||
| 2017-09-04 | Don't compare float to int | Henrik Andersson | 1 | -1/+1 | |
| 2017-09-04 | documented StyleBoxFlat | toger5 | 1 | -2/+42 | |
| 2017-09-04 | fixed copy on osx + help selection color | toger5 | 2 | -1/+17 | |
| 2017-09-04 | changed tree font color to be more saturated | toger5 | 1 | -1/+1 | |
| 2017-09-04 | fixed hover line for menu button | toger5 | 3 | -8/+24 | |
| 2017-09-04 | Fixed theme (chagnes introduced in light theme) | toger5 | 1 | -5/+7 | |
| - adapted contrast color intensity (to make buttons less bright) - added missing border for lineEdit - removed unnecassary code for option button | |||||
| 2017-09-04 | EditorAbout: fix names being selectable | Poommetee Ketson | 1 | -1/+1 | |
| 2017-09-04 | -Changed KinematicBody API yet again to make it friendlier | Juan Linietsky | 7 | -118/+197 | |
| -Fixed get_scale functions (and added set_scale) to make it more coherent when decomposing and composing (fixes bugs in transform interpolation) | |||||
| 2017-09-04 | ProjectSettings: enhance add action error, fix confirm dialog | Poommetee Ketson | 2 | -18/+38 | |
| - Disable add action button if name is invalid - Fix dialog being ConfirmationDialog instead of AcceptDialog | |||||
| 2017-09-04 | 2DEditor: enhance viewport cursor shape | Poommetee Ketson | 2 | -0/+47 | |
| 2017-09-03 | Add note to Array#sort_custom about the dangers of using random return values | Jared A. Scheel | 1 | -1/+1 | |
| 2017-09-03 | Fixes language overridden external editors | Ignacio Etcheverry | 5 | -4/+20 | |
| 2017-09-03 | Fix. resizeable -> resizable. | Daniel J. Ramirez | 3 | -14/+14 | |
| (not actually a typo, but the rest of the API uses resizable) | |||||
| 2017-09-03 | -Added an optimization so physics shapes are configured later, speeds up ↵ | Juan Linietsky | 9 | -14/+65 | |
| grid map loading and editing | |||||
| 2017-09-04 | EditorAbout: add donors tab | Poommetee Ketson | 3 | -35/+110 | |
| 2017-09-03 | Searchable Key-Bindings in editor | Scayze | 1 | -1/+1 | |
| 2017-09-03 | [GDNative] added singleton GDNativeLibraries | Karroffel | 3 | -1/+177 | |
| A GDNativeLibrary now has a field "gdnative_singleton" which can be used to let the `godot_gdnative_singleton` procedure be executed on Godot's startup. In future this can be used to register new scripting languages or resource importer types. | |||||
| 2017-09-03 | Donors: Add a missing name | Rémi Verschelde | 1 | -1/+1 | |
| Xananax and Thomas/karroffel make a joint donation. [ci skip] | |||||
