| Commit message (Expand) | Author | Age | Files | Lines |
| * | Added focus tracking in X11 and Windows classes, added new confined mouse mod... | Ilija Boshkov | 2017-01-25 | 4 | -31/+72 |
| * | Fix resources for Android modules not being merged | Pedro J. Estébanez | 2017-01-25 | 1 | -2/+1 |
| * | 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. | Fabio Alessandrelli | 2017-01-16 | 1 | -10/+2 |
| * | | Adapt platforms to AudioServer refactoring | Rémi Verschelde | 2017-01-16 | 24 | -280/+84 |
| |/ |
|
| * | #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 |
| * | 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 usability and style in web export presentation | eska | 2017-01-14 | 4 | -183/+244 |
| | * | Relink web build when HTML shell changes | eska | 2017-01-12 | 2 | -1/+1 |
| * | | Merge pull request #7510 from Faless/tcp_connect | Rémi Verschelde | 2017-01-15 | 2 | -3/+8 |
| |\ \ |
|
| | * | | TCP connect always opens correct socket type | Fabio Alessandrelli | 2017-01-13 | 2 | -3/+8 |
| * | | | Merge pull request #7127 from BastiaanOlij/ios_meters | Rémi Verschelde | 2017-01-15 | 5 | -6/+104 |
| |\ \ \ |
|
| | * | | | 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 |
| * | | | | removed duplicated functions in class hierarchy that were bound more than once | Juan Linietsky | 2017-01-14 | 2 | -15/+15 |
| * | | | | Style: Fix whole-line commented code | Rémi Verschelde | 2017-01-14 | 40 | -217/+264 |
| * | | | | 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() -> St... | Juan Linietsky | 2017-01-14 | 2 | -8/+8 |
| * | | | | 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 |
| * | | Merge pull request #7493 from neikeq/pr-mingw-bits | Rémi Verschelde | 2017-01-10 | 1 | -1/+1 |
| |\ \ |
|
| | * | | 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 |
| * | | More fixes to Joypad renaming. | Andreas Haas | 2017-01-08 | 4 | -32/+30 |
| * | | Rename "joypad_linux" class to "JoypadLinux" | Andreas Haas | 2017-01-08 | 4 | -26/+25 |
| * | | Finish replacement of joystick by joypad | Rémi Verschelde | 2017-01-08 | 14 | -14/+16 |
| * | | renamed joystick to joypad everywhere around source code! | Juan Linietsky | 2017-01-08 | 21 | -290/+290 |
| * | | Windows: Define _WIN32_WINRT to 0x0600 (Vista) | Rémi Verschelde | 2017-01-08 | 5 | -5/+6 |
| * | | x11: Improve logic for cross-dependencies between freetype, zlib and libpng | Rémi Verschelde | 2017-01-08 | 1 | -2/+13 |
| * | | Added missing readers writers lock to windows, should compile and run again.. | Juan Linietsky | 2017-01-08 | 1 | -0/+2 |
| * | | fixes compilation in windows? | Juan Linietsky | 2017-01-08 | 1 | -14/+2 |
| * | | Memory pool vectors (DVector) have been enormously simplified in code, and re... | Juan Linietsky | 2017-01-07 | 8 | -55/+55 |
| * | | Remove bundled glew, obsoleted by glad | Rémi Verschelde | 2017-01-06 | 2 | -4/+1 |
| * | | Move glad files to thirdparty dir | Rémi Verschelde | 2017-01-06 | 3 | -8/+3 |
| * | | -Changed memory functions, Memory::alloc_static*, simplified them, made them ... | Juan Linietsky | 2017-01-06 | 1 | -4/+0 |