Age | Commit message (Expand) | Author |
2014-04-19 | Bunch of small fixes (coding style, very unlikely errors, warning messages) | sapier |
2014-04-12 | Fix write and read S32 vectors | BlockMen |
2014-03-21 | Fix serializing of signed numbers in serializeStructToString | ShadowNinja |
2014-03-15 | Make serializeStructToString use an ostringstream | ShadowNinja |
2014-03-14 | Revert "Use fixed-width format specifiers in serializeStructToString" | ShadowNinja |
2014-03-13 | Use fixed-width format specifiers in serializeStructToString | ShadowNinja |
2014-03-12 | Replace usage of long long with u64/s64 | ShadowNinja |
2014-02-15 | Add minetest.set_noiseparam_defaults() Lua API | kwolekr |
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 |
2014-02-05 | Revert "Fix settings to honor numeric conversion errors" | kwolekr |
2014-02-04 | Fix settings to honor numeric conversion errors | sapier |
2014-01-10 | Make MutexQueue use jsemaphore for signaling | sapier |
2013-12-15 | Replace SimpleThread by JThread now implementing same features | sapier |
2013-12-13 | Implement urlencode and urldecode | Kahrl |
2013-12-13 | Implement httpfetch module and initialize it from main() | Kahrl |
2013-12-01 | Cleanup jthread and fix win32 build | sapier |
2013-11-17 | Add missing RequestQueue doc | sapier |
2013-11-17 | Fix multicaller support in RequestQueue | sapier |
2013-11-12 | Fix compiling with 32bit MinGW | Sfan5 |
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-09-15 | Always use builtin JThread library | kwolekr |
2013-09-11 | Change mainmenu texture handling + small misc changes | Kahrl |
2013-09-09 | Add dummy and LevelDB database backends | Ilya Zhuravlev |
2013-08-14 | Omnicleanup: header cleanup, add ModApiUtil shared between game and mainmenu | Kahrl |
2013-08-04 | Add texture pack selection to main menu | Novatux |
2013-07-27 | Weather support | proller |
2013-07-08 | Settings: everything != 0 equals true; remove .asm shaders | PilzAdam |
2013-07-07 | include mathconstants.h in numerics.cpp | Vincent Heuken |
2013-06-22 | Decoration: Add Schematic decoration type | kwolekr |
2013-05-25 | Move scriptapi to separate folder (by sapier) | sapier |
2013-05-18 | Fix math for isBlockInSight. Fixes #718 (client-side). | Aaron Suen |
2013-03-29 | Add varying levels of precision to TimeTaker | kwolekr |
2013-03-11 | Migrate to STL containers/algorithms. | Ilya Zhuravlev |
2013-03-05 | Allow any character in formspec strings with escape char | kwolekr |
2013-02-26 | Fix most warnings, re-fix MSVC compile error | kwolekr |
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 |
2013-01-21 | The new mapgen, noise functions, et al. | kwolekr |
2012-12-16 | Added ability to fetch media from remote server (using cURL library) | Ilya Zhuravlev |
2012-12-02 | Const-correct util/serialize.h | Perttu Ahola |
2012-12-02 | On-demand item meshes and textures | Perttu Ahola |
2012-11-26 | Const-correct SharedBuffer::SharedBuffer(const T *t, unsigned int size) | Perttu Ahola |
2012-11-25 | Framework for the attachment system, new object property which allows changin... | MirceaKitsune |
2012-09-05 | Enforce stricter world names using a blacklist | Matthew I |
2012-07-21 | Define M_PI on MSVC | Perttu Ahola |