Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-05-11 | Make early protocol auth mechanism generic, and add SRP | est31 | |
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. | |||
2015-04-17 | Refactor around translatePassword | est31 | |
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. | |||
2015-03-07 | For usages of assert() that are meant to persist in Release builds (when ↵ | Craig Robbins | |
NDEBUG is defined), replace those usages with persistent alternatives | |||
2015-03-07 | Fix Android text bug (no text displaying) | Craig Robbins | |
2015-03-02 | Fix narrow_to_wide_c (ANDROID) | Craig Robbins | |
* Ensure converted string is NUL terminated * Restore logic to that used prior to 9e2a9b5 | |||
2015-02-27 | Fix minor memory leak (Android) | Craig Robbins | |
2015-02-21 | Move hex.h to util/ | Loic Blot | |
2015-02-21 | Move sha1.hpp and base64.hpp to util/ | Loic Blot | |
2015-02-12 | Fix gettext on MSVC | BlockMen | |
2015-02-11 | Fix Android build of narrow_to_wide | ShadowNinja | |
2015-02-05 | Reduce gettext wide/narrow and string/char* conversions | ShadowNinja | |
2015-01-03 | Deduplicate code and use stdlib in string functions | ShadowNinja | |
2014-10-29 | Added names colours and refactored parseColorString() | Craig Robbins | |
2014-10-05 | Add [colorize modifier | BlockMen | |
2014-10-03 | Fix misc. style issues | kwolekr | |
2014-09-21 | Use const references for Settings methods | ShadowNinja | |
Also check for (this == &other) before locking mutexes. | |||
2014-06-29 | Add support for Android 2.3+ | sapier | |
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! | |||
2014-02-09 | Add capability to read table flag fields from Lua API | kwolekr | |
2014-02-08 | Make flag strings clear specified flag with 'no' prefix | kwolekr | |
Remove flagmask field from set_mapgen_params table Add small bits of needed documentation | |||
2013-12-13 | Implement urlencode and urldecode | Kahrl | |
2013-11-11 | Fix win32/msvc i18n (quite UGLY version, blame Microsoft) | sapier | |
2013-11-04 | Accept hexadecimal and string values for seeds | kwolekr | |
2013-08-14 | Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenu | Kahrl | |
2013-02-24 | Update Copyright Years | Sfan5 | |
2013-02-24 | Change Minetest-c55 to Minetest | PilzAdam | |
2013-02-06 | Add flag string settings, flat map option | kwolekr | |
2013-01-23 | Slightly improved version of mystrtok_r | kwolekr | |
2013-01-23 | Fix compile under MingW | kwolekr | |
2012-12-16 | Added ability to fetch media from remote server (using cURL library) | Ilya Zhuravlev | |
2012-06-17 | Hopefully fix includes on mingw | Perttu Ahola | |
2012-06-17 | Initially split utility.h to multiple files in util/ | Perttu Ahola | |