aboutsummaryrefslogtreecommitdiff
path: root/src/util (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace SimpleThread by JThread now implementing same featuressapier2013-12-151-44/+0
* Implement urlencode and urldecodeKahrl2013-12-132-6/+40
* Implement httpfetch module and initialize it from main()Kahrl2013-12-131-1/+2
* Cleanup jthread and fix win32 buildsapier2013-12-012-7/+0
* Add missing RequestQueue docsapier2013-11-171-0/+7
* Fix multicaller support in RequestQueuesapier2013-11-171-23/+39
* Fix compiling with 32bit MinGWSfan52013-11-121-1/+1
* Fix win32/msvc i18n (quite UGLY version, blame Microsoft)sapier2013-11-112-2/+4
* Accept hexadecimal and string values for seedskwolekr2013-11-044-0/+63
* Always use builtin JThread librarykwolekr2013-09-152-5/+5
* Change mainmenu texture handling + small misc changesKahrl2013-09-111-1/+1
* Add dummy and LevelDB database backendsIlya Zhuravlev2013-09-091-0/+12
* Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenuKahrl2013-08-147-119/+162
* Add texture pack selection to main menuNovatux2013-08-041-0/+5
* Weather supportproller2013-07-271-0/+7
* Settings: everything != 0 equals true; remove .asm shadersPilzAdam2013-07-081-1/+1
* include mathconstants.h in numerics.cppVincent Heuken2013-07-071-0/+1
* Decoration: Add Schematic decoration typekwolekr2013-06-221-0/+16
* Move scriptapi to separate folder (by sapier)sapier2013-05-251-0/+8
* Fix math for isBlockInSight. Fixes #718 (client-side).Aaron Suen2013-05-181-16/+17
* Add varying levels of precision to TimeTakerkwolekr2013-03-292-7/+11
* Migrate to STL containers/algorithms.Ilya Zhuravlev2013-03-114-47/+62
* Allow any character in formspec strings with escape charkwolekr2013-03-051-0/+16
* Fix most warnings, re-fix MSVC compile errorkwolekr2013-02-261-5/+6
* Update Copyright YearsSfan52013-02-2415-15/+15
* Change Minetest-c55 to MinetestPilzAdam2013-02-2415-15/+15
* Add flag string settings, flat map optionkwolekr2013-02-062-0/+47
* Slightly improved version of mystrtok_rkwolekr2013-01-231-7/+2
* Fix compile under MingWkwolekr2013-01-232-0/+31
* The new mapgen, noise functions, et al.kwolekr2013-01-211-0/+1
* Added ability to fetch media from remote server (using cURL library)Ilya Zhuravlev2012-12-162-0/+7
* Const-correct util/serialize.hPerttu Ahola2012-12-021-15/+15
* On-demand item meshes and texturesPerttu Ahola2012-12-021-0/+11
* Const-correct SharedBuffer::SharedBuffer(const T *t, unsigned int size)Perttu Ahola2012-11-261-1/+1
* Framework for the attachment system, new object property which allows changin...MirceaKitsune2012-11-251-0/+33
* Enforce stricter world names using a blacklistMatthew I2012-09-051-0/+23
* Define M_PI on MSVCPerttu Ahola2012-07-211-0/+7
* Hopefully fix includes on mingwPerttu Ahola2012-06-173-6/+6
* Optimize headersPerttu Ahola2012-06-175-0/+9
* Initially split utility.h to multiple files in util/Perttu Ahola2012-06-1715-0/+2666