]> git.lizzy.rs Git - minetest.git/history - src/util/container.h
Light curve: Simplify and improve code, fix darkened daytime sky (#7693)
[minetest.git] / src / util / container.h
2017-11-08 VitaliyMove files to subdirectories (#6599)
2017-08-19 Loïc BlotCode modernization: subfolders (#6283)
2017-08-17 Loïc BlotC++ modernize: Pragma once (#6264)
2017-06-06 Loïc BlotUse C++11 mutexes only (remove compat code) (#5922)
2015-08-24 ShadowNinjaClean up threading
2015-07-27 est31Add AreaStore data structure
2015-03-17 Loic BlotMutexedQueue inherits must use std::deque instead of...
2015-03-05 Loic BlotRemove Queue class which uses std::list and use native...
2015-03-04 Loic BlotUse std::vector instead of std::list in StaticObjectLis...
2015-01-15 unknownChange UniqueQueue to use a queue and a set.
2014-01-10 sapierMake MutexQueue use jsemaphore for signaling
2013-12-13 KahrlImplement httpfetch module and initialize it from main()
2013-12-01 sapierCleanup jthread and fix win32 build
2013-09-16 kwolekrAlways use builtin JThread library
2013-08-14 KahrlOmnicleanup: header cleanup, add ModApiUtil shared...
2013-08-04 NovatuxAdd texture pack selection to main menu
2013-03-30 WeblateMerge remote branch 'origin/master'
2013-03-11 Ilya ZhuravlevMigrate to STL containers/algorithms.
2013-02-28 WeblateMerge remote branch 'origin/master'
2013-02-26 kwolekrMerge pull request #482 from proller/liquid
2013-02-24 Sfan5Update Copyright Years
2013-02-24 PilzAdamChange Minetest-c55 to Minetest
2012-12-01 Perttu AholaOn-demand item meshes and textures
2012-06-16 Perttu AholaInitially split utility.h to multiple files in util/