aboutsummaryrefslogtreecommitdiff
path: root/src/util/string.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix misc. style issueskwolekr2014-10-031-1/+4
|
* Use const references for Settings methodsShadowNinja2014-09-211-2/+2
| | | | Also check for (this == &other) before locking mutexes.
* Add support for Android 2.3+sapier2014-06-291-0/+83
| | | | | | | | | | | | | There have been plenty of ppl involved in creating this version. I don't wanna mention names as I'm sure I'd forget someone so I just tell where help has been done: - The partial android versions done by various ppl - Testing on different android devices - reviewing code (especially the in core changes) - testing controls - reviewing texts A big thank you to everyone helping this to be completed!
* Add capability to read table flag fields from Lua APIkwolekr2014-02-091-0/+13
|
* Make flag strings clear specified flag with 'no' prefixkwolekr2014-02-081-14/+32
| | | | | Remove flagmask field from set_mapgen_params table Add small bits of needed documentation
* Implement urlencode and urldecodeKahrl2013-12-131-5/+38
|
* Fix win32/msvc i18n (quite UGLY version, blame Microsoft)sapier2013-11-111-2/+3
|
* Accept hexadecimal and string values for seedskwolekr2013-11-041-0/+16
|
* Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenuKahrl2013-08-141-0/+24
|
* Update Copyright YearsSfan52013-02-241-1/+1
|
* Change Minetest-c55 to MinetestPilzAdam2013-02-241-1/+1
|
* Add flag string settings, flat map optionkwolekr2013-02-061-0/+40
|
* Slightly improved version of mystrtok_rkwolekr2013-01-231-7/+2
|
* Fix compile under MingWkwolekr2013-01-231-0/+30
|
* Added ability to fetch media from remote server (using cURL library)Ilya Zhuravlev2012-12-161-0/+6
|
* Hopefully fix includes on mingwPerttu Ahola2012-06-171-2/+2
|
* Initially split utility.h to multiple files in util/Perttu Ahola2012-06-171-0/+43