Commit Graph

70 Commits

Author SHA1 Message Date
WolverinDEV 9c3c0250c1 Closing file handles directly after they've been payed 2020-03-19 14:39:31 +01:00
root c3513df310 Added native audio sounds 2020-03-18 23:33:28 +01:00
WolverinDEV d918a822e2 Added native audio sounds 2020-03-18 23:32:57 +01:00
WolverinDEV e470627d8f Fixed crash when client packet failed to decode 2020-03-02 14:33:34 +01:00
WolverinDEV d4bb3864e5 Fixed windows build 2020-02-14 00:42:56 +01:00
WolverinDEV 19b7e46137 Revered the audio system back to PortAudio 2020-02-13 22:16:34 +01:00
WolverinDEV 91982ecc7b Some updates 2020-02-11 14:15:31 +01:00
WolverinDEV 0cdd1ad2c8 Fixed input stuff 2020-02-09 23:49:02 +01:00
WolverinDEV 1c9fb28cce Fixed windows sounds :) 2020-02-09 21:19:11 +01:00
WolverinDEV bb1afc12d2 Added the ability to resample the audio quality for the input/output device 2020-02-09 14:53:39 +01:00
WolverinDEV 105eb52eef Stashing some changes 2020-02-09 13:15:21 +01:00
WolverinDEV 1a71df9a8a Fixed some windows stuff 2020-02-09 00:06:42 +01:00
WolverinDEV 1f58621b3b Fixed some windows builds 2020-02-08 20:45:04 +01:00
WolverinDEV 411778f932 Switched to libsoundio 2020-02-08 16:50:48 +01:00
WolverinDEV 7007e8f6aa Fixed an crash within the audio API and better usage of input devices 2020-02-06 23:59:09 +01:00
WolverinDEV 25173d5745 Fixed compile errors 2020-02-02 21:54:37 +01:00
WolverinDEV 3dcfad1038 Some updates 2020-02-02 17:51:06 +01:00
WolverinDEV 58d4e1489b
Fixed audio issue 2019-12-08 17:08:47 +01:00
WolverinDEV dbd8e73ab5
Fixed annoying debugging message and UTF8 issue 2019-12-08 14:18:41 +01:00
WolverinDEV f01c9caf2d
Fixed some stiff for windows 2019-12-07 22:27:20 +01:00
WolverinDEV e4c92aa827 Fixed for windows 2019-11-24 23:14:12 +01:00
WolverinDEV 814f529d99 Some updates 2019-11-24 18:38:50 +01:00
WolverinDEV e9ba4125b0 Upüdates 2019-11-19 20:19:41 +01:00
WolverinDEV 0af842bed3 Removed assert 2019-11-19 20:16:24 +01:00
WolverinDEV 4742bd9b47 Fixed windows build 2019-11-10 00:41:08 +01:00
WolverinDEV fc02c7008d small updates 2019-11-09 23:06:20 +01:00
WolverinDEV 2d9deaa1a4 Finalize audio fixes 2019-11-09 22:16:08 +01:00
WolverinDEV 76e497410f Added possibility to flush clients audio buffer 2019-11-09 16:17:24 +01:00
WolverinDEV 9f4470dacb Some small updates 2019-11-03 15:58:59 +01:00
WolverinDEV 0a1afb82ae fixed the file transfer 2019-10-29 18:11:47 +01:00
WolverinDEV d1f9778406 Fixed file transfer not working 2019-10-26 12:34:37 +01:00
WolverinDEV b6dade6fc8 Fixed build for windows 2019-10-26 01:17:36 +01:00
WolverinDEV 07dfa94740 Fixed prev del 2019-10-26 01:51:40 +02:00
WolverinDEV b956bad3f7 A lot of updates 2019-10-26 01:51:19 +02:00
WolverinDEV 53d3814f92 Fixed some FT stuff 2019-10-26 01:42:51 +02:00
WolverinDEV b14af3a1ac General file transfer updates:
- Added a file source object
- Simplified the JS to native interface
- Correctly implemented TransferObject interfaces
- Fixed possible transfer hangup
2019-10-25 23:56:18 +02:00
WolverinDEV 382c478f69 Fixed some tests which caused tsc compile issues 2019-10-25 21:38:09 +02:00
WolverinDEV a39f573a5f Merge branch 'master' of https://git.did.science/WolverinDEV/TeaSpeak-Client 2019-10-24 20:02:13 +02:00
WolverinDEV bc94c8d31a A lots of updates 2019-10-24 18:41:35 +02:00
WolverinDEV ee7ae3b395 Windows build 1.4.0 2019-10-19 16:05:46 +01:00
WolverinDEV ca25a272bd Added a const the the exceptions 2019-10-19 13:50:23 +02:00
WolverinDEV 566006f8ca Merge branch 'master' of https://git.did.science/WolverinDEV/TeaSpeak-Client 2019-10-19 11:59:49 +02:00
WolverinDEV bd8798490b Using a better identifier 2019-10-19 11:59:18 +02:00
WolverinDEV 4090eab29f Some work on the TS version sign stuff 2019-10-19 11:56:59 +02:00
WolverinDEV a3a142aec3 Fixed some compiler warnings 2019-10-14 16:04:16 +01:00
WolverinDEV c411324d8a Added some updates 2019-10-14 16:43:28 +02:00
WolverinDEV 95e1e49fad Merge branch 'master' of https://git.did.science/WolverinDEV/TeaSpeak-Client
# Conflicts:
#	native/serverconnection/src/hwuid.cpp
2019-09-22 14:22:57 +02:00
WolverinDEV 4925e33802 Some changes 2019-09-22 14:14:02 +02:00
WolverinDEV cd2638586f UUID generation for windows 2019-09-10 12:29:25 +01:00
WolverinDEV 64da306f18 Added a HWID generation class 2019-09-10 12:06:22 +02:00