C++11 patchset 9: move hardcoded init parameters to class definitions (part 1) (...
[oweals/minetest.git] / src / clientmedia.cpp
2017-06-16 Loïc BlotC++11 patchset 9: move hardcoded init parameters to...
2017-06-04 Loïc BlotC++11 patchset 2: remove util/cpp11.h and util/cpp11_co...
2017-05-20 Loïc BlotVarious code cleanup & little performance improvement...
2017-04-21 Loïc BlotFix various performance issues reported by cppcheck...
2015-12-07 ShadowNinjaAdd seperate cache path 3111/head
2015-04-01 Craig RobbinsMove globals from main.cpp to more sane locations
2015-03-07 Craig RobbinsFor usages of assert() that are meant to persist in...
2015-03-05 Loic BlotPerformance improvement: Use std::list instead of std...
2015-02-21 Loic BlotMove hex.h to util/
2015-02-21 Loic BlotMove sha1.hpp and base64.hpp to util/
2015-02-10 Loic BlotNetwork Layer 7 rework (Packet handling)
2014-09-21 ShadowNinjaSplit settings into seperate source and header files
2014-09-19 ShadowNinjaReduce indentation of HTTPFetchOngoing
2014-06-30 ShadowNinjaAdd support for multipart/form-data to HTTPFetch for...
2014-04-29 sapierAdd download rate to media progress bar (non http mode... 1254/head
2014-02-15 KahrlAccept any error response code for missing index.mth
2014-01-31 sapierAdd propper client initialization 1116/head
2013-12-13 KahrlRewrite client media download and support hash-based...