| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde | 2017-08-27 | 185 | -185/+185 |
| | | |||||
| * | Free memory when Main::setup returns an error | Wilson E. Alvarez | 2017-08-27 | 2 | -2/+9 |
| | | | | | (cherry picked from commit bd257153dc9748bd9ab3f580437c3a28cc5348ab) | ||||
| * | Allow building fat binaries with osxcross | Fabio Alessandrelli | 2017-08-27 | 1 | -2/+6 |
| | | | | | (cherry picked from commit d7f08ead4e09c106ef9a3c1f9aec9492dfcad683) | ||||
| * | Workaround missing WM_TOUCH on mingw-w64 < 4.0 | Rémi Verschelde | 2017-08-27 | 1 | -4/+3 |
| | | | | | | | Upstream bug report: https://sourceforge.net/p/mingw-w64/bugs/460/ (cherry picked from commit 2ed87f33cf0ba91ecda081be3fd4231071a9c19e) | ||||
| * | Buildsystem: Prevent building X11/server with GCC 6+ | Rémi Verschelde | 2017-08-27 | 2 | -0/+20 |
| | | | | | | | | | | | This is due to a Godot bug which is now fixed in the master branch, but would require too much work for a short-lived branch such as 2.1. Building release binaries with GCC 6+ will trigger segfaults due to UB when dereferencing pointers with Object::cast_to. In theory this check should also be made for Windows cross-compilation with MinGW, but I am more concerned about Linux distros shipping broken binaries than adventurous cross-compilers hitting a wall. | ||||
| * | WinRT: Remove unneeded include | George Marques | 2017-08-25 | 1 | -1/+0 |
| | | | | | Fix #10642 | ||||
| * | Fix y axis for set_window_position on OS X | Marcelo Fernandez | 2017-08-21 | 1 | -3/+8 |
| | | |||||
| * | Fixed issues with borderless windows on Windows | Marcelo Fernandez | 2017-08-20 | 2 | -72/+44 |
| | | |||||
| * | fix build for osx | Vasiliy Makarov | 2017-08-19 | 1 | -5/+0 |
| | | |||||
| * | Add closest_power_of_2 func and implement mix_rate/latency on OS X | Marcelo Fernandez | 2017-08-18 | 5 | -40/+72 |
| | | |||||
| * | Fix get_screen_* funcs returning old values after resolution changes on Windows | Marcelo Fernandez | 2017-08-16 | 2 | -48/+95 |
| | | |||||
| * | Implemented borderless window functions on OS X | Marcelo Fernandez | 2017-08-14 | 2 | -7/+84 |
| | | |||||
| * | Duplicate error messages to macOS logging system | bruvzg | 2017-08-13 | 2 | -0/+44 |
| | | | | | (cherry picked from commit 68bf2434619e863147a248e5cefeb37bad96fd8f) | ||||
| * | Fix warp_mouse_pos on macOS | bruvzg | 2017-08-05 | 1 | -8/+3 |
| | | |||||
| * | Merge pull request #9978 from ISylvox/update-gradle-android-for-2.1 | Rémi Verschelde | 2017-08-04 | 5 | -12/+24 |
| |\ | | | | | [2.1] Update Gradle-Android buildtool | ||||
| | * | update gradle-android buildtool for 2.1 | ISylvox | 2017-07-30 | 5 | -12/+24 |
| | | | |||||
| * | | Merge pull request #9885 from bruvzg/2.1-win-num-enter-fix | Rémi Verschelde | 2017-07-31 | 1 | -1/+7 |
| |\ \ | | | | | | | Fix Numpad Enter key on Windows (2.1) | ||||
| | * | | Fix Numpad Enter key on Windows | bruvzg | 2017-07-26 | 1 | -1/+7 |
| | | | | |||||
| * | | | Merge pull request #9986 from marcelofg55/2.1 | Rémi Verschelde | 2017-07-31 | 2 | -41/+45 |
| |\ \ \ | | | | | | | | | Fix get_screen_* funcs returning old values after resolution changes on OS X | ||||
| | * | | | Fix get_screen_* funcs returning old values after resolution changes on OS X | Marcelo Fernandez | 2017-07-30 | 2 | -41/+45 |
| | | | | | |||||
| * | | | | X11: Do not force require system OpenSSL to build | Rémi Verschelde | 2017-07-31 | 1 | -8/+2 |
| | | | | | |||||
| * | | | | Style: Apply clang-format on all files | Rémi Verschelde | 2017-07-30 | 10 | -265/+261 |
| |/ / / | | | | | | | | | | Thus fixing some invalid changes that had still made it to the 2.1 branch. | ||||
| * | | | Change display scale when moving the window from monitor to monitor | bruvzg | 2017-07-30 | 1 | -0/+30 |
| | | | | | | | | | | | | | (cherry picked from commit d18922a56e6024a447051c8fb4378ced31c198be) | ||||
| * | | | Make MinGW test less verbose on non-Bash shells | Rémi Verschelde | 2017-07-30 | 1 | -14/+2 |
| | | | | | | | | | | | | | | | | | | | | | | The &> construct seems to be Bash-specific. Supersedes #9755. (cherry picked from commit 9f768cb51941638cf6e4a595c1d29354ccf1289d) | ||||
| * | | | Remove ANDROID define | Pedro J. Estébanez | 2017-07-30 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Fixes GDNative build error on Android. It's also discouraged by Google to rely on it. In case someone needs to check, use ``__ANDROID__`` instead, provided by the very same compiler. (cherry picked from commit 6ea233434ade064c07db0cfa8ba9e8dcc4442154) | ||||
| * | | | Fix fullscreen on X11 for non-resizable windows | Marcelo Fernandez | 2017-07-30 | 1 | -0/+27 |
| | | | | | | | | | | | | | (cherry picked from commit 11dbca419c89f97a538f8f6bc0c3723fa49b9b48) | ||||
| * | | | Fix mutex initialisation in OS X Audio Driver | Marcelo Fernandez | 2017-07-28 | 2 | -26/+28 |
| | |/ |/| | |||||
| * | | Merge pull request #9902 from brenttaylor/msvc-build-tools-fix | George Marques | 2017-07-28 | 1 | -2/+2 |
| |\ \ | | | | | | | Support MSVC (2015) build tools | ||||
| | * | | Support MSVC (2015) build tools | Brent Taylor | 2017-07-26 | 1 | -2/+2 |
| | |/ | |||||
| * | | Merge pull request #9922 from RandomShaper/fix-android-debug-2.1 | Rémi Verschelde | 2017-07-28 | 1 | -6/+21 |
| |\ \ | | | | | | | Fix Android debug/run (2.1) | ||||
| | * | | Fix Android debug/run | Pedro J. Estébanez | 2017-07-27 | 1 | -6/+21 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Same as _master_'s 0ae3336a329b1fd14b66bb26707c2461b66e5aa8; namely: - Prefix all __adb__ commands with device specification to avoid errors when multiple devices connected. - Include Android release in device data collection. - Force system user:. - Ability to enable/disable. - Apply only if OS release >= 17 (when multiuser was introduced. - Fix argument passing. - Rename local variable `port` to `dbg_port` to better match its partner `fs_port`. - Fix typo in error message. But adds: - Get the debug port from the editor settings, where it lives now. Fixes #8581. | ||||
| * | | | Merge pull request #9812 from bruvzg/2.1 | Rémi Verschelde | 2017-07-28 | 2 | -10/+65 |
| |\ \ \ | | | | | | | | | Add macOS main menu (2.1) | ||||
| | * | | | Fix is_window_fullscreen() and set_window_fullscreen() behaviour after ↵ | bruvzg | 2017-07-24 | 2 | -7/+22 |
| | | | | | | | | | | | | | | | | | | | | | | | | | window has entered/left full-screen mode via green zoom button. Fix get/set_current_screen & set_window_maximized. | ||||
| | * | | | Add macOS main menu | bruvzg | 2017-07-24 | 1 | -3/+43 |
| | | | | | |||||
| * | | | | Merge pull request #9836 from bruvzg/2.1-resize-fix | Rémi Verschelde | 2017-07-28 | 1 | -0/+6 |
| |\ \ \ \ | |_|/ / |/| | | | Improved macOS window resizing behaviour (2.1) | ||||
| | * | | | Improved macOS window resizing behaviour. | bruvzg | 2017-07-25 | 1 | -0/+6 |
| | |/ / | | | | | | | | | | Add redraw call to resize callback. | ||||
| * | / | Fix Numpad Enter key on macOS | bruvzg | 2017-07-26 | 1 | -1/+1 |
| | |/ |/| | |||||
| * | | Workaround to allow pasting unicode characters from X selection. | Jia Wang | 2017-07-25 | 1 | -2/+14 |
| |/ | | | | | Fixes #2491. Fixes #9787. | ||||
| * | Updated OS X audio driver with improvements from 3.0 | Marcelo Fernandez | 2017-07-23 | 3 | -25/+105 |
| | | |||||
| * | Fix Right-Click (Ctrl-Click) on OS X | Marcelo Fernandez | 2017-07-22 | 1 | -109/+33 |
| | | |||||
| * | Fix typo in plist export | BastiaanOlij | 2017-07-14 | 1 | -2/+2 |
| | | | | | (cherry picked from commit e735963182e1c5671db54c6753e12b446681cbb2) | ||||
| * | WinRT: Fix problem with Cert Kit validation | George Marques | 2017-07-12 | 1 | -2/+1 |
| | | |||||
| * | WinRT: Fix exporting problems | George Marques | 2017-06-26 | 1 | -8/+8 |
| | | | | | | - Replace spaces with %20, since appx don't like it. - Use .zip extension for custom package templates. | ||||
| * | BuildSystem: generated files have .gen.ext | Poommetee Ketson | 2017-06-25 | 15 | -36/+36 |
| | | |||||
| * | WinRT: Add Gamepad vibration support | George Marques | 2017-06-24 | 2 | -18/+69 |
| | | |||||
| * | WinRT: Fix Gamepad input | George Marques | 2017-06-24 | 1 | -28/+22 |
| | | | | | Fix #9216 | ||||
| * | Used in the macOS HiDPI options window is too small | ageazrael | 2017-06-17 | 1 | -3/+3 |
| | | | | | (cherry picked from commit 109ad227d3e85105ae6ac3f8a289580458adf1f9) | ||||
| * | X11: Turn warning about not finding cursor theme into verbose output. | Andreas Haas | 2017-06-17 | 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) (cherry picked from commit d6333066fcdc502fd7b2064008ddc2a491a54fc7) | ||||
| * | Merge pull request #8948 from RandomShaper/improve-mobile-builds-2.1 | Rémi Verschelde | 2017-06-17 | 2 | -18/+15 |
| |\ | | | | | Improve/harmonize mobile builds (2.1) | ||||
| | * | Improve/harmonize mobile builds | Pedro J. Estébanez | 2017-05-27 | 2 | -18/+15 |
| | | | |||||
