]> git.lizzy.rs Git - nothing.git/history - src/game/sound_samples.c
Merge pull request #1165 from zhiayang/901
[nothing.git] / src / game / sound_samples.c
2019-11-16 Alexey KutepovMerge pull request #1134 from tsoding/1129
2019-11-12 Alexey KutepovMerge pull request #1131 from rafaelffilho/audio_crash_fix
2019-11-11 Rafael Froeschlin... Fix closing the game without audio
2019-11-10 Alexey KutepovMerge pull request #1128 from tsoding/955
2019-11-10 Alexey KutepovMerge pull request #1126 from tsoding/1125
2019-11-10 reximAdd TODO(#1127)
2019-11-10 Alexey KutepovMerge pull request #1122 from tsoding/1120
2019-11-10 rexim(#1125) Fix fomatting
2019-11-10 rexim(#1125) Prevent segfault on failed samples trying to...
2019-11-10 rexim(#1125) Allow to play the game with failed sound samples
2019-11-09 rexim(#1120) introduce SOUND_SAMPLES_DEFAULT_VOLUME
2019-11-09 rexim(#1120) Initialize default value of the sound samples
2019-11-09 rexim(#1120) Fix formatting
2019-09-23 Alexey KutepovMerge pull request #1078 from tsoding/1075
2019-09-23 reximRemove TODO(#863)
2019-09-19 reximAdd TODO(#1073)
2019-09-19 reximAdd TODO(#1072)
2019-09-19 Alexey KutepovMerge pull request #1069 from PaprikaX33/1022
2019-09-16 PaprikaX33added another TODO for optimization potential
2019-09-16 PaprikaX33implemented the volume control and adjustment
2019-09-16 PaprikaX33added volume variable to the sound_sample
2019-08-18 Alexey KutepovMerge pull request #1026 from tsoding/1010
2019-08-18 Alexey KutepovMerge pull request #1017 from The-Renaissance/audio
2019-08-18 reximAdd TODO(#1025)
2019-08-18 reximAdd TODO(#1024)
2019-08-18 reximAdd TODO(#1023)
2019-08-18 reximAdd TODO(#1022)
2019-08-18 reximFix TODO formatting
2019-08-17 The-RenaissanceGets rid of "actual" variable
2019-08-17 The-RenaissanceChange sound_samples_play_sound behavior
2019-08-17 The-RenaissanceImplement changes requested by @rexim
2019-08-15 The-RenaissancePerformance optimization
2019-08-14 The-RenaissanceRestructure sound_samples.c
2019-08-14 The-RenaissanceImplement Sound_samples
2019-05-25 Alexey KutepovMerge pull request #864 from tsoding/532
2019-05-25 rexim(#532) Proper SDL2 includes
2019-05-20 Alexey KutepovMerge pull request #861 from tsoding/612
2019-05-20 reximAdd TODO(#863)
2019-05-20 rexim(#612) Remove SDL_mixer deps to simply initial Windows...
2019-05-12 Alexey KutepovMerge pull request #851 from tsoding/lt-refactor
2019-05-12 reximMake Lt dynamic again
2019-05-12 reximRemove `lt == NULL` checks
2019-05-12 reximcreate_lt() -> {0}
2019-05-12 rexim`Lt *` -> `Lt `
2019-05-04 Rafael Froeschlin... Merge pull request #1 from tsoding/master
2019-04-27 Alexey KutepovMerge pull request #821 from tsoding/814
2019-04-27 rexim(#814) Only calloc
2018-12-29 Alexey KutepovMerge pull request #595 from tsoding/594
2018-12-29 rexim(#594) assert -> trace_assert
2018-11-12 Alexey KutepovMerge pull request #504 from tsoding/475
2018-11-12 rexim(#475) Remove error unit
2018-11-06 Alexey KutepovMerge pull request #485 from tsoding/476
2018-11-06 rexim(#476) Replace printf with log_info
2018-11-05 Alexey KutepovMerge pull request #479 from tsoding/477
2018-11-05 rexim(#477) Replace all instances of malloc with nth_alloc
2018-08-18 Alexey KutepovMerge pull request #281 from tsoding/posix-friendly...
2018-08-18 reximfind -type f -exec sed -i "s/\b\(\w\)\(\w*\)_t\b/\U...
2018-05-03 Alexey KutepovMerge pull request #180 from tsoding/sound-medium-refactor
2018-05-03 reximConstruct sound_samples from a list of files
2018-05-03 reximRemove channel range from sound_samples ctor
2018-05-03 reximRename sound_medium -> sound_samples