Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
fix string conversion in javascript export
|
|
|
|
Overhaul web export page
|
|
|
|
|
|
|
|
Haiku: fix build and add resource file
|
|
Add ability to set "keep screen on" for android & iOS. fixes #2428
|
|
|
|
|
|
|
|
|
|
|
|
Add some joystick functions to input. Enables manipulation of mapping…
|
|
|
|
|
|
Remove unnecessary null pointer checks
|
|
Give FreeBSD a chance to enable ALSA
|
|
disabled assembly for msvc 64 bits, as it is not supported
|
|
unusable from GDscript due to precision.
-Added, instead an OS.get_system_time_secs(), which is 32 bits friendly, fixes #3143
|
|
|
|
|
|
|
|
|
|
|
|
org.godotengine.godot
|
|
-Added new Gradle build system, as it is the required build system
|
|
runtime
|
|
|
|
It is enabled by default, users have to specifically ask for it if they don't want gamepad support. If libudev or libevdev are missing, the build aborts and tells the user the reason and that they can disable gamepad support with the "gamepad=no" option.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Copy-paste mistake from the setter most likely.
|
|
|
|
|
|
|
|
|
|
Check pkg-config for libudev and enable gamepad code only if found.
|
|
|
|
only for now
|