Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-29 | Fix bug introduced by me (Zeno) | Craig Robbins | |
2014-10-29 | Added names colours and refactored parseColorString() | Craig Robbins | |
2014-10-29 | Refactor decoration-related code | kwolekr | |
Split up ModApiMapgen::l_register_decoration() Define and make use of CONTAINS() and ARRLEN() macros | |||
2014-10-09 | Fix unit reported by TimeTaker (was always ms) | Kahrl | |
2014-10-05 | Add [colorize modifier | BlockMen | |
2014-10-03 | Fix misc. style issues | kwolekr | |
2014-09-28 | Standardize tooltip row detection | BlockMen | |
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-06-29 | Fix msvc2012 build | sapier | |
2014-06-29 | Add formspec api versioning | sapier | |
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 | |
This reverts commit 875f1327a47f78d783c3abc7f7acc3977dc286ec. Fixed width format specifiers are only officially availale in C99 and C++11. | |||
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 | |
Remove flagmask field from set_mapgen_params table Add small bits of needed documentation | |||
2014-02-05 | Revert "Fix settings to honor numeric conversion errors" | kwolekr | |
This reverts commit 3f376a092e1c16429fb52f24736e9da98aff4cd5. | |||
2014-02-04 | Fix settings to honor numeric conversion errors | sapier | |
Rename try* non exceptioning functions to *NoEx | |||
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 | |
Add curl_parallel_limit setting that will replace media_fetch_threads in a later commit. Fix a typo in MutexedQueue::pop_back() that made it impossible to compile code that used this function. (Noticed this while implementing httpfetch.) | |||
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 | |
Texture names must now be escaped in formspec elements image[], background[], image_button[], image_button_exit[]. Instead of special-case handling of texture loading (and unloading which was missing) in guiFormSpecMenu.cpp, use the newly created ISimpleTextureSource interface which is a minimal subset of ITextureSource. There is an implementation of this interface used by GUIEngine (MenuTextureSource). Fix an off-by-one bug in unescape_string; it caused requests for a texture called "\0". | |||
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 | |
On the lua side, notably minetest.env:<function>(<args>) should now be replaced by minetest.<function>(<args>). The old way is and will stay supported for a long time. Also: Update and clean up lua_api.txt (by celeron55) Move EnvRef to lua and remove add_rat and add_firefly (by kahrl) Add separate src/util/CMakeLists.txt, other minor fixes (by kahrl) | |||
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 | |