aboutsummaryrefslogtreecommitdiff
path: root/src/util/string.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Make early protocol auth mechanism generic, and add SRPest312015-05-111-23/+0
| | | | | | | Adds everything needed for SRP (and everything works too), but still deactivated, as protocol v25 init packets aren't final yet. Can be activated by changing the LATEST_PROTOCOL_VERSION header to 25 inside networkprotocol.h.
* Refactor around translatePasswordest312015-04-171-2/+3
| | | | | | | Change types for passed password from wstring to string, which removes converting back and forth in most cases. Move the narrow_to_wide conversion, where its neccessary, closer to irrlicht. Remove trailing spaces in guiPasswordChange.cpp. Make parameters for translatePassword passed as const reference.
* For usages of assert() that are meant to persist in Release builds (when ↵Craig Robbins2015-03-071-5/+4
| | | | NDEBUG is defined), replace those usages with persistent alternatives
* Fix Android text bug (no text displaying)Craig Robbins2015-03-071-68/+63
|
* Fix narrow_to_wide_c (ANDROID)Craig Robbins2015-03-021-3/+5
| | | | | * Ensure converted string is NUL terminated * Restore logic to that used prior to 9e2a9b5
* Fix minor memory leak (Android)Craig Robbins2015-02-271-5/+10
|
* Move hex.h to util/Loic Blot2015-02-211-2/+2
|
* Move sha1.hpp and base64.hpp to util/Loic Blot2015-02-211-2/+2
|
* Fix gettext on MSVCBlockMen2015-02-121-10/+13
|
* Fix Android build of narrow_to_wideShadowNinja2015-02-111-4/+5
|
* Reduce gettext wide/narrow and string/char* conversionsShadowNinja2015-02-051-23/+48
|
* Deduplicate code and use stdlib in string functionsShadowNinja2015-01-031-4/+11
|
* Added names colours and refactored parseColorString()Craig Robbins2014-10-291-50/+261
|
* Add [colorize modifierBlockMen2014-10-051-0/+63
|
* 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