Commit Graph
19 Commits
Author SHA1 Message Date
nullkat c1b1d930ce Added audio system initialization 2021-01-10 21:44:03 +03:00
nullkat eb34a4c0d2 Replaced ALTest with AudioSystem class 2021-01-09 19:01:18 +03:00
nullkat bfdb22f357 Added OpenGL buffers cleanup
- Now OpenGL buffers are being cleaned when GL objects are disposed
- Fixed a bug when garbage collector ignore OpenGL objects
2020-12-16 18:38:23 +03:00
nullkat 65bb5339c7 Added ALVersion method to AudioManager 2020-11-24 19:23:56 +03:00
nullkat 2fbb274c31 Fixed AL close action
Added a test for the Audio Engine
Refactored Audio Engine
2020-11-22 14:44:19 +03:00
nullkat 104d64ff9a Merge branch 'master' into audio 2020-11-22 14:34:03 +03:00
nullkat f3ec9911ae Reworked audio 2020-11-18 23:52:12 +03:00
nullkat 12dc816760 AUDIO: now number of sources is limited
- fixed isPlaying() method
2020-09-24 21:51:06 +03:00
nullkat aa640e23d6 Fixed sound positioning while reconnecting 2020-09-23 20:17:02 +03:00
nullkat 9d1862842d Added sound positioning 2020-09-20 17:40:51 +03:00
nullkat 437566283c Merge remote-tracking branch 'origin/master' into audio
# Conflicts:
#	src/main/java/ru/windcorp/progressia/client/ProgressiaClientMain.java
2020-09-20 13:00:14 +03:00
nullkat aec9301b6b Structured OpenAl
- Now it is possible to:
 - read files as mono or stereo
 - create and play more than one sound
2020-09-20 11:31:15 +03:00
nullkat 03f9b90239 Trying to make OpenAL to work as intended 2020-08-31 21:15:46 +03:00
nullkat ab4888e592 working on audio 2020-08-31 19:59:06 +03:00
nullkat e8f3177266 Added runtime localization change support
- Label.update() now invokes requestReassembly() method
2020-08-30 16:29:22 +03:00
nullkat 9ec89a80d3 Added fallback language support to localizer 2020-08-30 09:10:27 +03:00
nullkat d6d1e710d9 Hotfixed localizator 2020-08-28 22:26:41 +03:00
nullkat 280ffba4c0 Refactored localization 2020-08-28 22:19:58 +03:00
nullkat 5fcccf05ca Added localization support 2020-08-28 21:54:53 +03:00