| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | OS.get_screen_size now returns the correct value on OSX | marcelofg55 | 2016-05-11 | 2 | -2/+2 |
| | | |||||
| * | Working even when re-entering window. | Mattias Cibien | 2016-05-09 | 1 | -0/+2 |
| | | |||||
| * | Cursor hides only in client area | Mattias Cibien | 2016-05-09 | 2 | -1/+19 |
| | | | | At the moment is however restored when going out and then in again. | ||||
| * | Fix windows 64-bits build. | George Marques | 2016-05-03 | 1 | -0/+2 |
| | | | | | | | | The change in `tools/doc/doc_data.cpp` is needed because the MSVC compiler does not support variable length arrays. Fix #4113 | ||||
| * | Fixed behavior of OS.set_window_resizable | Mattias Cibien | 2016-05-03 | 1 | -1/+1 |
| | | | | | Should fix #4428. * Minimize button is not hidden anymore | ||||
| * | Merge pull request #4274 from Griefchief/master | Rémi Verschelde | 2016-05-02 | 1 | -0/+89 |
| |\ | | | | | Fixes 64 bit MSVC builds, disables bits parameter | ||||
| | * | Fixes 64 bit MSVC builds, disables bits parameter | Aleksandar Danilovic | 2016-04-10 | 1 | -0/+89 |
| | | | | | | | | | | | | | | | | | Also Enables automatic detection of architecture for the MSVC compilers. Builds without assembly optimisations for x64 Closes issue #3098 Signed-off-by: Aleksandar Danilovic <greatgames.alexandar@gmail.com> | ||||
| * | | OSX: Fix lib suffix for Android lib (#4499) | Rémi Verschelde | 2016-05-01 | 1 | -3/+1 |
| | | | | | | | Fixes #1452. | ||||
| * | | Implement OS.get_process_ID for Windows | George Marques | 2016-04-29 | 2 | -0/+6 |
| | | | | | | | | | | | Based on code by @ratsdiov. Closes #1733 | ||||
| * | | disabled appirater | Ariel Manzur | 2016-04-29 | 1 | -3/+3 |
| | | | |||||
| * | | rate url on iOS and properly launching from .app on OSX | Ariel Manzur | 2016-04-29 | 2 | -2/+12 |
| | | | |||||
| * | | I think this is ok, "resizable" property might change | Ariel Manzur | 2016-04-29 | 1 | -1/+1 |
| | | | |||||
| * | | merged iphoen changes | Ariel Manzur | 2016-04-29 | 6 | -102/+532 |
| | | | |||||
| * | | Move export GUI debug toggle to export settings window | eska | 2016-04-28 | 4 | -4/+4 |
| | | | |||||
| * | | Drop NACL platform | Rémi Verschelde | 2016-04-25 | 24 | -3494/+0 |
| | | | | | | | | | | | | | It's no longer maintained and Chrome-specific, so it's not a viable solution to deploy Godot games in browsers. The current prefered alternative is asm.js (platform/javascript), and we're looking forward to WebAssembly. | ||||
| * | | Drop obsolete WIP for Flash platform | Rémi Verschelde | 2016-04-25 | 29 | -24483/+0 |
| | | | | | | | | | | | | | | | It was apparently never fully functional and has not been maintained. Flash itself is nowadays clearly a deprecated technology, so there will not be further work on it. platform/javascript and the upcoming WebAssembly technologies should have a brighter future. | ||||
| * | | Merge pull request #4377 from eska014/web-keys | Rémi Verschelde | 2016-04-19 | 4 | -121/+455 |
| |\ \ | | | | | | | Fix key events in web export | ||||
| | * | | Add fallback to legacy KeyboardEvent in web export | eska | 2016-04-19 | 1 | -1/+21 |
| | | | | | | | | | | | | | | | | Fallback to KeyboardEvent property `charCode` is absence of both `key` and `char` for retrieval of unicode value. | ||||
| | * | | Reimplement key input events in Emscripten export | eska | 2016-04-19 | 4 | -121/+435 |
| | |/ | | | | | | | | | Scancodes work, but unicode values are now completely broken in some browser/OS combinations. | ||||
| * | | remove unused resources and add korean locale for android | volzhs | 2016-04-19 | 2 | -3/+52 |
| | | | | | | | | | | | - remove unused resources in platform/android/java/res/values/strings.xml - add korean language resource for apk expansion download screen | ||||
| * | | x11: Flush the X output buffer after changing mouse mode | Ignacio Etcheverry | 2016-04-12 | 1 | -0/+2 |
| |/ | |||||
| * | memdelete 'joy_thread' + 'joy_mutex' on ::~joystick_linux() | MSC | 2016-04-03 | 1 | -0/+2 |
| | | |||||
| * | Remove trailing spaces | Rémi Verschelde | 2016-04-02 | 20 | -217/+217 |
| | | |||||
| * | Merge pull request #4105 from akien-mga/pr-android-shutdown-adb | Rémi Verschelde | 2016-03-20 | 1 | -0/+1 |
| |\ | | | | | Expose android/shutdown_adb_on_exit parameter | ||||
| | * | Expose android/shutdown_adb_on_exit parameter and default to true | Rémi Verschelde | 2016-03-20 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | It was added in 30d0ca9 for the Steam build but only enabled when parsing a ._sc_ file that would define it. It is now available for all users to toggle, in and outside of Steam. Fixes #4073. | ||||
| * | | Add support for gnu-libstc++-4.9 needed by recent NDK versions | blubee | 2016-03-20 | 1 | -7/+9 |
| | | | | | | | | | | | | | The 4.9 version is the default one, people can still build using 4.8 with older NDK versions by setting the (optional) NDK_TARGET and NDK_TARGET_X86 environment variables. | ||||
| * | | Add -r flag to adb install for keep app user data | sanikoyes | 2016-03-18 | 1 | -0/+1 |
| |/ | |||||
| * | Fixes the month consistency issue in enums and get_date etc | Kyle Luce | 2016-03-13 | 1 | -1/+5 |
| | | | | | | | | | | | - Also updated the docs to reflect this. - Added some vim temp files to gitignore - Changed NaCL to be consistent with the other OS_Unix::get_date implementation (added 1 to month to map to 1-12) Ticket: https://github.com/godotengine/godot/issues/4025 | ||||
| * | Borderless window support for the Win32 build. Default window position is ↵ | Saracen | 2016-03-12 | 2 | -2/+15 |
| | | | | | now also centred. | ||||
| * | fix possible crash in platform/x11/joystick_linux.cpp | Hubert Jarosz | 2016-03-09 | 1 | -0/+6 |
| | | | | | | ev may be tainted and out of MAX_KEY range, which will cause joy->key_map[ev.code] to crash | ||||
| * | remove trailing whitespace | Hubert Jarosz | 2016-03-09 | 49 | -412/+412 |
| | | |||||
| * | osx: fix inverted horizontal scrolling | hondres | 2016-03-07 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #3893 from leezh/diraccess_fix | Rémi Verschelde | 2016-03-05 | 2 | -4/+7 |
| |\ | | | | | Added relative paths for DirAccess::remove() | ||||
| | * | Added relative paths for DirAccess::remove() | Zher Huei Lee | 2016-03-01 | 2 | -4/+7 |
| | | | | | | | | | Follows similar behaviour to DirAccess::rename() | ||||
| * | | html5: workaround for echo key events. | hondres | 2016-03-04 | 3 | -2/+27 |
| | | | |||||
| * | | fix gradle build on windows | volzhs | 2016-03-02 | 1 | -1/+1 |
| |/ | |||||
| * | added [presets] to ._sc_ and "android/shutdown_adb_on_exit" to editor_settings | Ariel Manzur | 2016-02-27 | 1 | -0/+10 |
| | | |||||
| * | theora on server build | Ariel Manzur | 2016-02-25 | 1 | -1/+0 |
| | | |||||
| * | x11: fix joysticks not recognizing some buttons | hinsbart | 2016-02-24 | 1 | -3/+1 |
| | | | | | dpad on x360 pads with kernel < 4.3 is working now | ||||
| * | Reject any native video player calls on iOS that point to files within .pck ↵ | Aren Villanueva | 2016-02-19 | 3 | -65/+36 |
| | | | | | | | archives. Fix the paths for both res:// and user:// specified video files. | ||||
| * | Rename KEY_KP_SUBSTRACT to KEY_KP_SUBTRACT | Rémi Verschelde | 2016-02-17 | 5 | -5/+5 |
| | | | | | | The former name was incorrect in English, though for us latin lovers it's an understandable mistake. Second part of and closes #3626. | ||||
| * | Merge pull request #3715 from Hinsbart/libudev_include | Rémi Verschelde | 2016-02-15 | 1 | -1/+4 |
| |\ | | | | | X11: include libudev only on udev builds | ||||
| | * | include libudev only on udev builds | hondres | 2016-02-15 | 1 | -1/+4 |
| | | | |||||
| * | | adding xcode project template | Ariel Manzur | 2016-02-14 | 39 | -0/+613 |
| |/ | |||||
| * | x11: make dependancy on libudev optional | hondres | 2016-02-14 | 3 | -11/+41 |
| | | |||||
| * | win: fix xinput triggers not resetting correctly | Hondres | 2016-02-12 | 1 | -1/+1 |
| | | |||||
| * | fix platform bb10 compilation | hondres | 2016-02-11 | 2 | -1/+5 |
| | | |||||
| * | Merge pull request #3428 from Hinsbart/android-gamepad | punto- | 2016-02-08 | 9 | -160/+668 |
| |\ | | | | | support gamepad remapping on android | ||||
| | * | use fallback mapping from list | Hondres | 2016-01-27 | 1 | -1/+1 |
| | | | |||||
| | * | can use fallback mapping on all platforms | hondres | 2016-01-24 | 1 | -1/+1 |
| | | | |||||
