- 02 Feb, 2020 1 commit
- 
- 
Clement Guedez authored
 
- 
- 05 Dec, 2019 11 commits
- 
- 
jerem authored
- 
Jeremy Tellaa authored
- 
Jeremy Tellaa authored
- 
Jeremy Tellaa authored
- 
jerem authored
- 
Wieland Morgenstern authored
- 
Wieland Morgenstern authoredThe change is needed as MSVC doesn't allow for a vector of a map of a non-copyable object. We can't use a list, as apparently several calls to loadAudio need to write the blocks of different audio groups into the same position in the output vector. std::list doesn't have random access. Using a map now, so we can keep the previous behavior. The int64_t key is only used in construction, and can be disregarded by the loading code. 
- 
Wieland Morgenstern authored
- 
Jeremy Tellaa authored
- 
Wieland Morgenstern authoredAudio::Samples are a move-only class, they can't be copied. Using this non-copyable class in a std::vector<std::map<..>> does not compile in Visual Studio 2017, see e.g.: https://stackoverflow.com/questions/58700780/vector-of-maps-of-non-copyable-objects-fails-to-compile-in-msvc Replacing the use of vector with list, which does compile. 
- 
jeremad authored
 
- 
- 03 Dec, 2019 1 commit
- 
- 
Wieland Morgenstern authoredMacPorts: ensure ffmpeg is installed w/ rtmpdump & non-free codecs 
 
- 
- 02 Dec, 2019 3 commits
- 
- 
Wieland Morgenstern authored
- 
Wieland Morgenstern authoredLink to list of 3rd party library licenses in about window 
- 
Wieland Morgenstern authoredremove openal from MacPorts deps 
 
- 
- 01 Dec, 2019 1 commit
- 
- 
Wieland Morgenstern authoredOpenAL support was removed by VS-all #440, replaced by PortAudio. 
 
- 
- 17 Nov, 2019 1 commit
- 
- 
Wieland Morgenstern authored
 
- 
- 16 Nov, 2019 3 commits
- 
- 
Wieland Morgenstern authored
- 
Wieland Morgenstern authored
- 
Wieland Morgenstern authored
 
- 
- 29 Aug, 2019 1 commit
- 
- 
Wieland Morgenstern authoredvoronoi merger inherits mask merger, make destructor virtual 
 
- 
- 27 Aug, 2019 3 commits
- 
- 
Wieland Morgenstern authored
- 
Wieland Morgenstern authoredFix GLEW 
- 
jerem authored
 
- 
- 22 Aug, 2019 2 commits
- 
- 
Wieland Morgenstern authoredCreate sponsoring button 
- 
jeremad authored
 
- 
- 21 Aug, 2019 1 commit
- 
- 
Wieland Morgenstern authored
 
- 
- 21 May, 2019 2 commits
- 
- 
Wieland Morgenstern authoredUpdate build doc for Mac 
- 
Wieland Morgenstern authored
 
- 
- 08 May, 2019 1 commit
- 
- 
Clément Guedez authoredLinux pkg sys 
 
- 
- 03 May, 2019 1 commit
- 
- 
Clement Guedez authored
 
- 
- 01 May, 2019 1 commit
- 
- 
Clement Guedez authored
 
- 
- 29 Apr, 2019 3 commits
- 
- 
Wieland Morgenstern authoredunused lambda capture 
- 
jerem authoredNow we can only use mac ports or homebrew 
- 
jerem authoredLINUX_PKG is now the only option 
 
- 
- 27 Apr, 2019 1 commit
- 
- 
Wieland Morgenstern authored
 
- 
- 26 Apr, 2019 3 commits
