summaryrefslogtreecommitdiff
path: root/platform
AgeCommit message (Expand)Author
2017-01-25Added focus tracking in X11 and Windows classes, added new confined mouse mod...Ilija Boshkov
2017-01-25Fix resources for Android modules not being mergedPedro J. Estébanez
2017-01-23Fix buffer size check in UDP socket.Fabio Alessandrelli
2017-01-23Use default UDP ring buffer size of 65536 for clientsFabio Alessandrelli
2017-01-23Fix bug causing UDP socket to close after the first send if not listeningFabio Alessandrelli
2017-01-23Avoid deadlock when writing/reading data on a connecting TCP socketFabio Alessandrelli
2017-01-23Remove set_ip_type from network classes (no longer needed)Fabio Alessandrelli
2017-01-23Implement UDP listen bind addressFabio Alessandrelli
2017-01-23Implement TCP Server bind addressFabio Alessandrelli
2017-01-23Convert validity checks of IP_Address to is_valid method.Fabio Alessandrelli
2017-01-23Avoid calling close when polling a UDP peer without socketFabio Alessandrelli
2017-01-21WIP new AudioServer, with buses, effects, etc.Juan Linietsky
2017-01-19x11: don't wait for window to be mappedJesper Bækdahl
2017-01-16Merge pull request #7558 from Faless/fix_windows_outputRémi Verschelde
2017-01-16Adapt platforms to AudioServer refactoringRémi Verschelde
2017-01-16Fix gibberish output for windows/mingw.Fabio Alessandrelli
2017-01-16#7215 try to fix adb bad targeting user on deviceJerome67000
2017-01-16Fix bug in windows TCP poll functionFabio Alessandrelli
2017-01-16Working on compile issues for iOSBastiaanOlij
2017-01-16Fix compile errors related to audio on OSXBastiaanOlij
2017-01-16Style: Various fixes to play nice with clang-formatRémi Verschelde
2017-01-16Style: Prevent clang-format on JS codeRémi Verschelde
2017-01-16Style: Fix statements ending with ';;'Rémi Verschelde
2017-01-15Oops! Audio engine has vanished :DJuan Linietsky
2017-01-15Merge pull request #7519 from eska014/web-presentationRémi Verschelde
2017-01-15Merge pull request #7510 from Faless/tcp_connectRémi Verschelde
2017-01-15Merge pull request #7127 from BastiaanOlij/ios_metersRémi Verschelde
2017-01-14StreamPeerWinsock: Fix changed declarationsRémi Verschelde
2017-01-14removed duplicated functions in class hierarchy that were bound more than onceJuan Linietsky
2017-01-14Improve usability and style in web export presentationeska
2017-01-14Style: Fix whole-line commented codeRémi Verschelde
2017-01-14Fixed dir access return value, changed it to Error like all other funcsJuan Linietsky
2017-01-14UDP.set_send_address to UDP.set_dest_addressJuan Linietsky
2017-01-14rename String.extension() -> String.get_extension() / String.basename() -> St...Juan Linietsky
2017-01-13rename Input.get_mouse_speed() to Input.get_last_mouse_speed()Juan Linietsky
2017-01-13TCP connect always opens correct socket typeFabio Alessandrelli
2017-01-12Improvements to scons defined WINVER/_WIN32_WINNTFabio Alessandrelli
2017-01-12Added support for getting gravity vector from iOSBastiaanOlij
2017-01-12Added logic for adjusting to screen orientation and removed final negative zBastiaanOlij
2017-01-12Added gravity vector back into the accelerometer data and flipped Z on the gyroBastiaanOlij
2017-01-12Fixed up release motionManager and negate z for gyro and magnetometerBastiaanOlij
2017-01-12Replacing deprecated UIAccelerometer with Core MotionBastiaanOlij
2017-01-12Relink web build when HTML shell changeseska
2017-01-11Added a BACK notification besides QUIT, so they go in separate channels.Juan Linietsky
2017-01-11Type renames:Juan Linietsky
2017-01-10Merge pull request #7493 from neikeq/pr-mingw-bitsRémi Verschelde
2017-01-10Detect bits when building with MinGWIgnacio Etcheverry
2017-01-09OSX: Revert back to kHIDUsage_GD_JoystickRémi Verschelde
2017-01-08More fixes to Joypad renaming.Andreas Haas
2017-01-08Rename "joypad_linux" class to "JoypadLinux"Andreas Haas