| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #7578 from baekdahl/master | Rémi Verschelde | 2017-02-02 | 1 | -7/+0 |
| |\ | | | | | x11: don't wait for window to be mapped | ||||
| | * | x11: don't wait for window to be mapped | Jesper Bækdahl | 2017-01-19 | 1 | -7/+0 |
| | | | |||||
| * | | Merge pull request #7689 from eska014/webgl2 | Rémi Verschelde | 2017-02-02 | 7 | -56/+23 |
| |\ \ | | | | | | | Enable WebGL2 in web export, start fixing build | ||||
| | * | | Enable WebGL2 in web export, start fixing build | eska | 2017-02-01 | 7 | -56/+23 |
| | | | | | | | | | | | | | Will not yet compile | ||||
| * | | | Merge pull request #7683 from marcelofg55/master | Rémi Verschelde | 2017-02-02 | 1 | -9/+27 |
| |\ \ \ | | | | | | | | | Fix issues with set_window_resizable on x11 | ||||
| | * | | | Fix issues with set_window_resizable on x11 | marcelofg55 | 2017-01-30 | 1 | -9/+27 |
| | | | | | |||||
| * | | | | Merge pull request #7645 from tagcup/x11_optimization_flags_v2 | Rémi Verschelde | 2017-02-02 | 1 | -9/+16 |
| |\ \ \ \ | |/ / / |/| | | | Use -Ofast on x11. Also introduced use_lto option. | ||||
| | * | | | Use -Ofast on x11. Also introduced use_lto option. | Ferenc Arn | 2017-01-26 | 1 | -9/+16 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | debug_release doesn't turn off optimizations for release target now. Ensure that sanitizer options apply to both C and C++ files. Built-in optimization/debug flags are prepended such that user-specified flags can override them. Based on and around the discussion in PR #5194. | ||||
| * | | | | Removed import/export system, will start new one from scratch. | Juan Linietsky | 2017-01-25 | 7 | -6/+16 |
| |/ / / | |||||
| * | | | Added focus tracking in X11 and Windows classes, added new confined mouse ↵ | Ilija Boshkov | 2017-01-25 | 4 | -31/+72 |
| | | | | | | | | | | | | | mode (#7162) | ||||
| * | | | Fix resources for Android modules not being merged | Pedro J. Estébanez | 2017-01-25 | 1 | -2/+1 |
| | | | | | | | | | | | | | Fixes #7421 | ||||
| * | | | WIP new AudioServer, with buses, effects, etc. | Juan Linietsky | 2017-01-21 | 1 | -0/+1 |
| | |/ |/| | |||||
| * | | Merge pull request #7558 from Faless/fix_windows_output | Rémi Verschelde | 2017-01-16 | 1 | -10/+2 |
| |\ \ | |/ |/| | Fix gibberish output for windows/mingw. | ||||
| | * | Fix gibberish output for windows/mingw. | Fabio Alessandrelli | 2017-01-16 | 1 | -10/+2 |
| | | | | | | | | | | | | | | | %ls should be used instead of %s or %S to speficy narrow/wide charstring in wprintf fwprintf Fixes #6252 | ||||
| * | | Adapt platforms to AudioServer refactoring | Rémi Verschelde | 2017-01-16 | 24 | -280/+84 |
| |/ | | | | | | Fixes compilation on Windows and likely other platforms (at least as far as AudioServer changes were concerned), though they were not tested. | ||||
| * | #7215 try to fix adb bad targeting user on device | Jerome67000 | 2017-01-16 | 1 | -1/+1 |
| | | |||||
| * | Fix bug in windows TCP poll function | Fabio Alessandrelli | 2017-01-16 | 1 | -4/+1 |
| | | | | | | | Bug introduced when implementing TCP disconnection detection. (too much yank-paste). Fixes #7545 | ||||
| * | Working on compile issues for iOS | BastiaanOlij | 2017-01-16 | 12 | -114/+66 |
| | | |||||
| * | Fix compile errors related to audio on OSX | BastiaanOlij | 2017-01-16 | 4 | -35/+6 |
| | | |||||
| * | Style: Various fixes to play nice with clang-format | Rémi Verschelde | 2017-01-16 | 7 | -55/+68 |
| | | |||||
| * | Style: Prevent clang-format on JS code | Rémi Verschelde | 2017-01-16 | 4 | -89/+122 |
| | | |||||
| * | Style: Fix statements ending with ';;' | Rémi Verschelde | 2017-01-16 | 4 | -5/+5 |
| | | |||||
| * | Oops! Audio engine has vanished :D | Juan Linietsky | 2017-01-15 | 19 | -73/+49 |
| | | |||||
| * | Merge pull request #7519 from eska014/web-presentation | Rémi Verschelde | 2017-01-15 | 6 | -184/+245 |
| |\ | | | | | Improve Web export presentation | ||||
| | * | Improve usability and style in web export presentation | eska | 2017-01-14 | 4 | -183/+244 |
| | | | | | | | | | | | | | | | | | | | | | | | | | - Check for WebGL support, don't load if unsupported - Check for IndexedDB support - Make canvas support check message visible - Colored debug output for warnings and errors - Make it obvious status can be closed by clicking - Don't use status to display non-critical errors - Limit output message count - Add clear output button - Fix setting total memory | ||||
| | * | Relink web build when HTML shell changes | eska | 2017-01-12 | 2 | -1/+1 |
| | | | | | | | | | | | | | | | | | Emscripten injects its loader script when linking, so force relinking whenever the HTML shell changes. Also remove useless FULL_ES2 flag, which should be a linker flag, but would impact performance too much. | ||||
| * | | Merge pull request #7510 from Faless/tcp_connect | Rémi Verschelde | 2017-01-15 | 2 | -3/+8 |
| |\ \ | | | | | | | TCP connect always opens the correct socket type | ||||
| | * | | TCP connect always opens correct socket type | Fabio Alessandrelli | 2017-01-13 | 2 | -3/+8 |
| | | | | | | | | | | | | | TCP client connections does not need to rely on ipv6 dual stack sockets | ||||
| * | | | Merge pull request #7127 from BastiaanOlij/ios_meters | Rémi Verschelde | 2017-01-15 | 5 | -6/+104 |
| |\ \ \ | | | | | | | | | Core motion implementation for iPhone (Accelerometer/Gyro/Magnetometer support) | ||||
| | * | | | Added support for getting gravity vector from iOS | BastiaanOlij | 2017-01-12 | 3 | -6/+15 |
| | | | | | |||||
| | * | | | Added logic for adjusting to screen orientation and removed final negative z | BastiaanOlij | 2017-01-12 | 3 | -11/+34 |
| | | | | | |||||
| | * | | | Added gravity vector back into the accelerometer data and flipped Z on the gyro | BastiaanOlij | 2017-01-12 | 2 | -3/+5 |
| | | | | | |||||
| | * | | | Fixed up release motionManager and negate z for gyro and magnetometer | BastiaanOlij | 2017-01-12 | 2 | -3/+6 |
| | | | | | |||||
| | * | | | Replacing deprecated UIAccelerometer with Core Motion | BastiaanOlij | 2017-01-12 | 5 | -4/+65 |
| | | | | | |||||
| * | | | | StreamPeerWinsock: Fix changed declarations | Rémi Verschelde | 2017-01-14 | 2 | -4/+4 |
| | | | | | | | | | | | | | | | | | Bug introduced in dcb95ec1473eff3f455909cd81c3cd50b1e1159b. | ||||
| * | | | | removed duplicated functions in class hierarchy that were bound more than once | Juan Linietsky | 2017-01-14 | 2 | -15/+15 |
| | | | | | | | | | | | | | | | | | added a check to detect this case in the future | ||||
| * | | | | Style: Fix whole-line commented code | Rémi Verschelde | 2017-01-14 | 40 | -217/+264 |
| | | | | | | | | | | | | | | | | | | | | | They do not play well with clang-format which aligns the `//` part with the rest of the code block, thus producing badly indented commented code. | ||||
| * | | | | Fixed dir access return value, changed it to Error like all other funcs | Juan Linietsky | 2017-01-14 | 4 | -8/+8 |
| | | | | | |||||
| * | | | | UDP.set_send_address to UDP.set_dest_address | Juan Linietsky | 2017-01-14 | 2 | -2/+2 |
| | | | | | |||||
| * | | | | rename String.extension() -> String.get_extension() / String.basename() -> ↵ | Juan Linietsky | 2017-01-14 | 2 | -8/+8 |
| | | | | | | | | | | | | | | | | | String.get_basename() | ||||
| * | | | | rename Input.get_mouse_speed() to Input.get_last_mouse_speed() | Juan Linietsky | 2017-01-13 | 6 | -12/+12 |
| | |/ / |/| | | |||||
| * | | | Improvements to scons defined WINVER/_WIN32_WINNT | Fabio Alessandrelli | 2017-01-12 | 2 | -1/+7 |
| |/ / | |||||
| * | | Added a BACK notification besides QUIT, so they go in separate channels. | Juan Linietsky | 2017-01-11 | 4 | -12/+11 |
| | | | |||||
| * | | Type renames: | Juan Linietsky | 2017-01-11 | 2 | -24/+24 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Matrix32 -> Transform2D Matrix3 -> Basis AABB -> Rect3 RawArray -> PoolByteArray IntArray -> PoolIntArray FloatArray -> PoolFloatArray Vector2Array -> PoolVector2Array Vector3Array -> PoolVector3Array ColorArray -> PoolColorArray | ||||
| * | | Merge pull request #7493 from neikeq/pr-mingw-bits | Rémi Verschelde | 2017-01-10 | 1 | -1/+1 |
| |\ \ | | | | | | | Detect bits when building with MinGW | ||||
| | * | | Detect bits when building with MinGW | Ignacio Etcheverry | 2017-01-10 | 1 | -1/+1 |
| | |/ | |||||
| * | | OSX: Revert back to kHIDUsage_GD_Joystick | Rémi Verschelde | 2017-01-09 | 1 | -2/+2 |
| | | | | | | | Bug introduced in 547a57777b199f451305a6d4b6ad63fb0b2bd3ed. | ||||
| * | | More fixes to Joypad renaming. | Andreas Haas | 2017-01-08 | 4 | -32/+30 |
| | | | | | | | | | | | | | Windows did not compile anymore because DI8DEVTYPE_JOYPAD obviously isn't defined in the directx headers ^^ I also did the same renaming as in #7473 for the windows platform and reverted the changes in the gamepad mappings. | ||||
| * | | Rename "joypad_linux" class to "JoypadLinux" | Andreas Haas | 2017-01-08 | 4 | -26/+25 |
| | | | | | | | | | Named this class in GodotCase, so it fits with the rest of the codebase. | ||||
| * | | Finish replacement of joystick by joypad | Rémi Verschelde | 2017-01-08 | 14 | -14/+16 |
| | | | | | | | | | Some parts were forgotten in 547a577. | ||||
