Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-17 | SCons: Disable server platform as it does not build | Rémi Verschelde | |
See #8361. [ci skip] | |||
2017-10-16 | Sign iOS dylibs before packaging | Ruslan Mustakov | |
These changes allow to open the exported project in XCode and Run it immediately to begin debugging. Before these changes you'd have to sign GDNative libs and change Build Configuration manually. | |||
2017-10-15 | Merge pull request #12074 from J08nY/fix/use-bin-name | Rémi Verschelde | |
Use binary names instead of absolute paths in calls to OS::execute. | |||
2017-10-15 | export onBackPress for Android Module | Ramesh Ravone | |
2017-10-14 | Fixed wrong Virtual-KeyCode(0x12) pair on Windows platform (#12073) | Indah Sylvia | |
2017-10-13 | Use binary names instead of absolute paths in calls to OS::execute. | J08nY | |
Now that #12009 is merged, we should let the system find the binary on the users $PATH and don't assume we know where to look for them in different distributions. | |||
2017-10-13 | Drop unusued LEGACYGL_ENABLED check | Rémi Verschelde | |
[ci skip] | |||
2017-10-11 | Merge pull request #12010 from eska014/jseval | Rémi Verschelde | |
Improve JavaScript calls, allow passing byte arrays to GDScript | |||
2017-10-11 | Improve JavaScript calls | Leon Krause | |
- Allow returning ArrayBuffer and views as PoolByteArray - Return real_t for integral numbers - Read all color channels as 0.0 - 1.0 floating point numbers | |||
2017-10-10 | Merge pull request #11775 from endragor/android-keyboard-input | Andreas Haas | |
Improve input handling on Android | |||
2017-10-09 | Merge pull request #11926 from RameshRavone/patch-11 | Rémi Verschelde | |
flatDir support [Android] (Master) [ci skip] | |||
2017-10-09 | Merge pull request #11878 from endragor/gradle-repository-urls | Rémi Verschelde | |
Use additional repositories for gradle build dependencies too [ci skip] | |||
2017-10-09 | Merge pull request #11826 from endragor/fix-game-center-player-id | Rémi Verschelde | |
Fix returning Game Center player ID | |||
2017-10-09 | Merge pull request #11824 from endragor/ios-logging | Rémi Verschelde | |
Fix logging on iOS | |||
2017-10-09 | Merge pull request #11810 from marcelofg55/osx_export_improv | Rémi Verschelde | |
OS X export code improvements | |||
2017-10-09 | Merge pull request #11718 from poke1024/retina | Rémi Verschelde | |
Fixes some retina problems on multi monitor setups | |||
2017-10-07 | flatDir support [Android] | Ramesh Ravone | |
2017-10-07 | Fix python 3 build in osx-specific platform | N0hbdy | |
2017-10-06 | Use additional repositories for gradle build dependencies too | Ruslan Mustakov | |
2017-10-05 | Added the set/get_setting function in Editor/Project settings. Renamed has() ↵ | Juan Linietsky | |
to has_setting. Fixes #11844 | |||
2017-10-05 | fixes several scaling problems on multi monitor retina/non-retina setups on OS X | Bernhard Liebl | |
2017-10-04 | Merge pull request #11823 from endragor/virtual-keyboard-height | Gilles Roudiere | |
Allow to obtain virtual keyboard height | |||
2017-10-04 | Fix logging on iOS | Ruslan Mustakov | |
RotatedFileLogger needs data_dir on iOS to be initialized, so setting data_dir has been moved to initialize_core. | |||
2017-10-04 | Allow to obtain virtual keyboard height | Ruslan Mustakov | |
On mobile platforms virtual keyboards take up significant amount of screen space and UI containing a text box may need to be adjusted after the keyboard appears to keep the text box visible to user. This commit adds a way to obtain virtual keyabord height so that controls are aware of how much they need to move. | |||
2017-10-04 | Fix returning Game Center player ID | Ruslan Mustakov | |
2017-10-04 | Improve input handling on Android | Ruslan Mustakov | |
- Dispatch input immediately as it comes, instead of delaying it to the next step(). - Fix text box input handling when caret is at the middle of the text. - Minimize queueEvent calls on Java side. | |||
2017-10-03 | fixed the OS.has_feature() API, and added support for 32 and 64. | Juan Linietsky | |
2017-10-03 | Improvements on the export code on OS X | Marcelo Fernandez | |
2017-10-03 | OS::execute can now read from stderr too when executing with a pipe | Marcelo Fernandez | |
2017-10-03 | Merge pull request #11782 from eska014/persistent-userfs-test | Hein-Pieter van Braam | |
Add OS::is_userfs_persistent, allow starting HTML5 platform in private mode | |||
2017-10-02 | Merge pull request #11568 from endragor/loggers | Andreas Haas | |
Extract logging logic | |||
2017-10-02 | Add OS::is_userfs_persistent to check user:// persistence | Leon Krause | |
Allows starting HTML5 export when IndexedDB is not available. | |||
2017-10-02 | Merge pull request #11575 from marcelofg55/move_path_to_trash | Poommetee Ketson | |
FileSystemDock will now remove files/dirs to trashcan using OS::move_to_trash | |||
2017-10-02 | Merge pull request #11716 from marcelofg55/coreaudio_driver | Poommetee Ketson | |
Merged iphone and osx audio drivers into drivers/coreaudio | |||
2017-10-02 | Use primary WebAssembly.instantiate overload | Leon Krause | |
Previously WebAssembly.compile was used along with the secondary WebAssembly.instantiate overload. Using only the primary overload is recommended to get best performance. | |||
2017-09-30 | Merged iphone and osx audio drivers into drivers/coreaudio | Marcelo Fernandez | |
2017-09-26 | Reduce gcc lto build time by telling the linker to | Felix M. Cobos | |
use the number of jobs indicated by -j | |||
2017-09-25 | FileSystemDock will now remove files/dirs to trashcan using OS::move_to_trash | Marcelo Fernandez | |
2017-09-25 | Merge pull request #11567 from QuLogic/scons-var-types | Rémi Verschelde | |
Add types to scons command-line options | |||
2017-09-25 | Use BoolVariable in platform-specific options. | Elliott Sales de Andrade | |
2017-09-25 | Use BoolVariable for module options. | Elliott Sales de Andrade | |
2017-09-25 | Use BoolVariable for third-party options. | Elliott Sales de Andrade | |
2017-09-25 | Use BoolVariable in target/component/advanced options. | Elliott Sales de Andrade | |
2017-09-25 | Use EnumVariable for choice-based build options. | Elliott Sales de Andrade | |
2017-09-26 | Enhance iOS export | Ruslan Mustakov | |
- The export process now builds complete .ipa on macOS, instead of just creating XCode project. - The project includes Capabilities games usually require: Game Center, Push Notifications, In-App Purchase. - Icons and launch screens can be specified in export preset. | |||
2017-09-25 | Extract logging logic | Ruslan Mustakov | |
Previously logging logic was scattered over OS class implementations with plenty of duplication. Major changes in this commit: - Extracted logging logic into a separate Logger hierarchy. It allows easy configuration of logging mechanism depending on compile-time or run-time configuration. - Implemented RotatedFileLogger which is usually used with StdLogger, providing persistency of logs. It is often important to be able to obtain logs of the game even in production to be able to understand what happened prior to some problem. On mobile there previously was no way to obtain the logs aside from having the device connected to your machine. - flush() is not performed in release mode for every logged line. It is only performed for errors. | |||
2017-09-24 | Merge pull request #11519 from hpvb/fix-gcc-lto | Rémi Verschelde | |
Fix gcc lto [ci skip] | |||
2017-09-24 | Removed get_resource_dir from osx platform | BastiaanOlij | |
2017-09-24 | Merge pull request #11527 from QuLogic/system-zstd | Rémi Verschelde | |
Enable building against system zstd. | |||
2017-09-24 | Add support for OpenSSL 1.1.0. | Elliott Sales de Andrade | |
This release hides many struct members which provides easier forward compatibility but is a break from previous releases. A few small macros provide compatibility between both 1.1.0 and 1.0.x. Fixes #8624. |