aboutsummaryrefslogtreecommitdiff
path: root/platform
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #7771 from Limb/winaudiodriverRémi Verschelde2017-02-121-0/+5
|\
| * Close out audio drivers when exiting.Kenneth Lorthioir2017-02-091-0/+5
* | Merge pull request #7770 from Limb/removedx9Rémi Verschelde2017-02-122-8/+0
|\ \
| * | Removed DX9 Rasterizer in windows.Kenneth Lorthioir2017-02-092-8/+0
| |/
* / Fixed compilation issues with Visual StudioKenneth Lorthioir2017-02-082-0/+7
|/
* Merge pull request #7578 from baekdahl/masterRémi Verschelde2017-02-021-7/+0
|\
| * x11: don't wait for window to be mappedJesper Bækdahl2017-01-191-7/+0
* | Merge pull request #7689 from eska014/webgl2Rémi Verschelde2017-02-027-56/+23
|\ \
| * | Enable WebGL2 in web export, start fixing buildeska2017-02-017-56/+23
* | | Merge pull request #7683 from marcelofg55/masterRémi Verschelde2017-02-021-9/+27
|\ \ \
| * | | Fix issues with set_window_resizable on x11marcelofg552017-01-301-9/+27
* | | | Merge pull request #7645 from tagcup/x11_optimization_flags_v2Rémi Verschelde2017-02-021-9/+16
|\ \ \ \ | |/ / / |/| | |
| * | | Use -Ofast on x11. Also introduced use_lto option.Ferenc Arn2017-01-261-9/+16
* | | | Removed import/export system, will start new one from scratch.Juan Linietsky2017-01-257-6/+16
|/ / /
* | | Added focus tracking in X11 and Windows classes, added new confined mouse mod...Ilija Boshkov2017-01-254-31/+72
* | | Fix resources for Android modules not being mergedPedro J. Estébanez2017-01-251-2/+1
* | | WIP new AudioServer, with buses, effects, etc.Juan Linietsky2017-01-211-0/+1
| |/ |/|
* | Merge pull request #7558 from Faless/fix_windows_outputRémi Verschelde2017-01-161-10/+2
|\ \ | |/ |/|
| * Fix gibberish output for windows/mingw.Fabio Alessandrelli2017-01-161-10/+2
* | Adapt platforms to AudioServer refactoringRémi Verschelde2017-01-1624-280/+84
|/
* #7215 try to fix adb bad targeting user on deviceJerome670002017-01-161-1/+1
* Fix bug in windows TCP poll functionFabio Alessandrelli2017-01-161-4/+1
* Working on compile issues for iOSBastiaanOlij2017-01-1612-114/+66
* Fix compile errors related to audio on OSXBastiaanOlij2017-01-164-35/+6
* Style: Various fixes to play nice with clang-formatRémi Verschelde2017-01-167-55/+68
* Style: Prevent clang-format on JS codeRémi Verschelde2017-01-164-89/+122
* Style: Fix statements ending with ';;'Rémi Verschelde2017-01-164-5/+5
* Oops! Audio engine has vanished :DJuan Linietsky2017-01-1519-73/+49
* Merge pull request #7519 from eska014/web-presentationRémi Verschelde2017-01-156-184/+245
|\
| * Improve usability and style in web export presentationeska2017-01-144-183/+244
| * Relink web build when HTML shell changeseska2017-01-122-1/+1
* | Merge pull request #7510 from Faless/tcp_connectRémi Verschelde2017-01-152-3/+8
|\ \
| * | TCP connect always opens correct socket typeFabio Alessandrelli2017-01-132-3/+8
* | | Merge pull request #7127 from BastiaanOlij/ios_metersRémi Verschelde2017-01-155-6/+104
|\ \ \
| * | | Added support for getting gravity vector from iOSBastiaanOlij2017-01-123-6/+15
| * | | Added logic for adjusting to screen orientation and removed final negative zBastiaanOlij2017-01-123-11/+34
| * | | Added gravity vector back into the accelerometer data and flipped Z on the gyroBastiaanOlij2017-01-122-3/+5
| * | | Fixed up release motionManager and negate z for gyro and magnetometerBastiaanOlij2017-01-122-3/+6
| * | | Replacing deprecated UIAccelerometer with Core MotionBastiaanOlij2017-01-125-4/+65
* | | | StreamPeerWinsock: Fix changed declarationsRémi Verschelde2017-01-142-4/+4
* | | | removed duplicated functions in class hierarchy that were bound more than onceJuan Linietsky2017-01-142-15/+15
* | | | Style: Fix whole-line commented codeRémi Verschelde2017-01-1440-217/+264
* | | | Fixed dir access return value, changed it to Error like all other funcsJuan Linietsky2017-01-144-8/+8
* | | | UDP.set_send_address to UDP.set_dest_addressJuan Linietsky2017-01-142-2/+2
* | | | rename String.extension() -> String.get_extension() / String.basename() -> St...Juan Linietsky2017-01-142-8/+8
* | | | rename Input.get_mouse_speed() to Input.get_last_mouse_speed()Juan Linietsky2017-01-136-12/+12
| |/ / |/| |
* | | Improvements to scons defined WINVER/_WIN32_WINNTFabio Alessandrelli2017-01-122-1/+7
|/ /
* | Added a BACK notification besides QUIT, so they go in separate channels.Juan Linietsky2017-01-114-12/+11
* | Type renames:Juan Linietsky2017-01-112-24/+24
* | Merge pull request #7493 from neikeq/pr-mingw-bitsRémi Verschelde2017-01-101-1/+1
|\ \