| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
It seems to give nightmares to Windows users.
|
| |
|
|
| |
First it crashed in the thread that checks for android devices, then in the audio driver.
|
| |\
| |
| | |
Android: avoiding duplicates in build.gradle
|
| | | |
|
| |/
|
|
|
|
|
|
| |
Control set_pos -> set_position
Control set_global_pos -> set_global_position
[gs]et_mouse_pos -> [gs]et_mouse_position
[gs]et_global_mouse_pos -> [gs]et_global_mouse_position
fixes #8005
|
| | |
|
| |
|
|
| |
-Disabled warnings on windows, need to properly set up warnings
|
| | |
|
| | |
|
| | |
|
| | |
|
| | |
|
| |\
| |
| | |
Fix crash on Android-x86
|
| | | |
|
| |\ \
| | |
| | | |
DLScript module
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This module was written by bojidar-bg and me, with the help of ClikCode and touilleMan.
This adds a module to Godot that enables the use of dynamic libraries as a source for scripts.
That also allows third party libraries to be linked to Godot more easily and without creating modules.
For a readme see https://github.com/GodotNativeTools/godot_headers/blob/master/README.md
|
| | | | |
|
| | |/
|/| |
|
| |\ \
| |/
|/|
| |
| | |
sergey-push/8145-Mouse_Position_is_unknown_until_first_mouse_event
8145 - Mouse Position is unknown until first mouse event on X11
|
| | |
| |
| |
| |
| | |
- X11 update input->pos on EnterNotify
- X11 & Win call first-time events processing before main initialization
|
| |\ \
| |/
|/| |
WebGL 2 export per WebAssembly or asm.js
|
| | | |
|
| |\ \
| | |
| | | |
Input: Remove usage of platform dependent event IDs.
|
| | | |
| | |
| | |
| | |
| | | |
The ID property for InputEvents is set by `SceneTree` when sending the event down the tree.
So there's no need for the platform specific code to set this value when it will later be overriden anyway...
|
| |\ \ \
| | | |
| | | | |
Update build.gradle.template for jcenter
|
| | |/ /
| | |
| | |
| | |
| | |
| | | |
Updating project repository,
added jcenter() since Android Studio uses it by default.
https://www.jfrog.com/knowledge-base/why-should-i-use-jcenter-over-maven-central/
|
| |/ /
| |
| |
| |
| |
| |
| |
| | |
All the warnings are factored out of the platform-specific files and moved to
SConstruct. Will have to check that it does not introduce regressions on some
platforms/compilers.
(cherry picked from commit 31107daa1a41fe9ab3c7c1868479e78e16848333)
|
| | |
| |
| |
| | |
(cherry picked from commit 4b7d1d8c15747a552b7dff52b0eeda4d3e7cec4e)
|
| |\ \
| | |
| | | |
Input: Refactor JOY_* constants.
|
| | |/
| |
| |
| |
| |
| |
| | |
**Breaking change**
Removed the `JOY_SNES_*` and `JOY_SEGA_*` constants. Imho there's no reason for a modern game engine to provide button aliases for decades-old hardware.
Also renamed `JOY_ANALOG_{0,1}_{X,Y}` to `JOY_ANALOG_{L,R}{X,Y}` and removed `JOY_ANALOG_2_*`.
|
| |\ \
| | |
| | | |
Fix wrong app name for Android export
|
| | |/ |
|
| |\ \
| | |
| | | |
Update ENet to use Godot sockets.
|
| | | |
| | |
| | |
| | |
| | |
| | | |
- Add blocking mode option to PacketPeerUDP.
- put_packet returns ERR_UNAVAILABLE when operation would block.
- ENet module uses non-blocking UDP.
|
| | | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Credits to jo_ for the joke and hcorion for finding the typo:
<hcorion> Hi all, I was busy translating godot to Pirate, and I noticed a
spelling error, on line 1035 in platform/uwp/export/export.cpp it mis-spells
certificate as certficate missing the extra i
<jo_> hcorion: Nice catch.
<jo_> If you make a PR, please call it 'i-patch for Pirate."
|
| | |/
|/|
| |
| | |
From https://github.com/lucasdemarchi/codespell
|
| | |
| |
| |
| | |
Android seems to be working again!
|
| | | |
|
| | |
| |
| |
| | |
Missing download (need to discuss this!)
|
| |\ \
| | |
| | | |
X11: Don't reset mouse cursor theme.
|
| | | |
| | |
| | |
| | |
| | |
| | | |
On KDE (and possibly others) the "default" cursor theme is actually some system default, not the one you've set in the desktop setting.
This was especially annoying when using a white cursor, as Godot would then reset back to a dark one.
In my case it was also keeping the cursor from changing its shape.
|
| |\ \ \
| | | |
| | | | |
Some WebGL 2 and build fixes/clean-up
|
| | |/ / |
|
| |\ \ \
| | | |
| | | | |
Update mouse position on touch and release events (Android)
|
| | |/ / |
|
| | | | |
|
| |\ \ \
| |/ /
|/| | |
support for multiple maven url
|
| | | | |
|
| | | | |
|
| | |/
|/| |
|