aboutsummaryrefslogtreecommitdiff
path: root/src/sound.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (se)SerializeString: Include max length in the nameSmallJoker2020-10-011-2/+2
| | | | | | | This commit clarifies the maximal length of the serialized strings. It will avoid accidental use of serializeString() when a larger string can be expected. Removes unused Wide String serialization functions
* Proselytize the network. Use IEEE F32 (#8030)SmallJoker2019-01-031-0/+21
| | | | | * Proselytize the network. Use IEEE F32 * Remove unused V2F1000 functions
* Cleanup sound manager class (#7158)Loïc Blot2018-03-241-84/+1
| | | | | | | | | | * Cleanup sound manager client * Use some const refs * Use auto on iterators * Drop unused parameters * Move sound_openal.* to client folder * Move sound.cpp + OnDemandSoundFetcher to client/ folder + reorganize includes properly
* Travis: Update clang from 4.0 to 5.0 (#6467)Loïc Blot2017-10-091-2/+3
| | | | * Update clang from 4.0 to 5.0
* Modernize source code: last part (#6285)Loïc Blot2017-08-201-3/+4
| | | | | | | | | | | * Modernize source code: last par * Use empty when needed * Use emplace_back instead of push_back when needed * For range-based loops * Initializers fixes * constructors, destructors default * c++ C stl includes
* C++ modernize: Pragma once (#6264)Loïc Blot2017-08-171-4/+1
| | | | * Migrate cpp headers to pragma once
* Sound: Add pitch option (#5960)Rui2017-06-111-12/+16
| | | | * Sound: Add pitch option
* LINT fix since cloud API mergeLoic Blot2017-05-041-4/+4
|
* Sound API: Add fading soundsBrandon2017-05-031-8/+20
|
* Fix various performance issues reported by cppcheck + code style (CI) (#5635)Loïc Blot2017-04-211-4/+4
| | | | | | | * Make CI happy with code style on master * guiFileSelectMenu: remove useless includes * some performance fixes pointed by cppcheck * remove some useless casts * TextDest: remove unused setFormSpec function
* Fix various copy instead of const ref reported by cppcheck (part 3) (#5616)Loïc Blot2017-04-201-5/+7
| | | | * Also remove 2 non declared but defined functions * Make some functions around const ref changes const
* Clang-format: fix some header files and remove them from whitelistLoic Blot2017-04-071-30/+36
|
* Update Copyright YearsSfan52013-02-241-1/+1
|
* Change Minetest-c55 to MinetestPilzAdam2013-02-241-1/+1
|
* Optimize headersPerttu Ahola2012-06-171-1/+1
|
* Switch the license to be LGPLv2/later, with small parts still remaining as ↵Perttu Ahola2012-06-051-4/+4
| | | | GPLv2/later, by agreement of major contributors
* Handle failing openal init properly, add enable_sound and sound_volume settingsPerttu Ahola2012-04-061-0/+2
|
* Almost support loading sounds from serverPerttu Ahola2012-03-251-8/+7
|
* Lua API for playing soundsPerttu Ahola2012-03-241-0/+4
|
* Add sounds, tune thingsPerttu Ahola2012-03-241-1/+1
|
* Add event manager and use it to trigger soundsPerttu Ahola2012-03-241-0/+18
|
* c55sound continuedPerttu Ahola2012-03-241-8/+9
|
* celeron55's sound system initial frameworkPerttu Ahola2012-03-241-0/+77