Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix error handling on inconsistent client ready message | sapier | 2014-07-16 | 2 | -3/+13 | |
| | | | | Fix android makefile to provide a correct dummy githash if detection fails | |||||
* | Make tooltip_show_delay=0 work | Zefram | 2014-07-16 | 1 | -4/+6 | |
| | ||||||
* | Permit non-integer sizes for item_image[] | Zefram | 2014-07-16 | 1 | -2/+2 | |
| | ||||||
* | Fix indexing error in timer processing | Zefram | 2014-07-16 | 1 | -1/+5 | |
| | ||||||
* | Fix flipped textures for drawtype "glasslike" | sapier | 2014-07-16 | 1 | -4/+4 | |
| | ||||||
* | Add srollbar formspec element | sapier | 2014-07-16 | 5 | -50/+222 | |
| | ||||||
* | Fix android build after removal of indev and math mapgen | sapier | 2014-07-16 | 1 | -2/+0 | |
| | ||||||
* | Fix crash reported here: https://forum.minetest.net/viewtopic.php?f=6&t=9726 | Novatux | 2014-07-13 | 1 | -1/+1 | |
| | ||||||
* | Move MapBlock (de)serializing code out of Database class | sfan5 | 2014-07-12 | 12 | -494/+120 | |
| | ||||||
* | Remove proller from credits | proller | 2014-07-12 | 1 | -1/+0 | |
| | ||||||
* | Remove indev mapgen | proller | 2014-07-12 | 6 | -529/+2 | |
| | ||||||
* | Remove math mapgen | proller | 2014-07-12 | 7 | -444/+1 | |
| | ||||||
* | Update default control documentation | BlockMen | 2014-07-07 | 1 | -4/+23 | |
| | ||||||
* | Switch back repository to dev-mode after 0.4.10 release. | sapier | 2014-07-07 | 1 | -1/+1 | |
| | ||||||
* | Faces shading fixes | RealBadAngel | 2014-07-07 | 3 | -99/+27 | |
| | ||||||
* | Don't copy back already generated blocks on map generation | kwolekr | 2014-07-07 | 2 | -7/+8 | |
| | ||||||
* | Don't unload blocks if save failed | kwolekr | 2014-07-07 | 11 | -68/+109 | |
| | | | | Improve error handling in saveBlock() | |||||
* | Fix regression in leveldb backend | sapier | 2014-07-07 | 1 | -3/+3 | |
| | ||||||
* | Update version numbers for 0.4.10 | sapier | 2014-07-06 | 3 | -4/+4 | |
| | ||||||
* | Fix client crash on deletion of an object the clients localplayer is attached to | sapier | 2014-07-06 | 1 | -1/+8 | |
| | ||||||
* | Switch android to leveldb as sqlite3 is broken and fails to save any ↵ | sapier | 2014-07-06 | 4 | -17/+20 | |
| | | | | mapblock there | |||||
* | Improve error reporting in leveldb backend | sfan5 | 2014-07-06 | 1 | -8/+13 | |
| | ||||||
* | Fix non-smooth non-shader node shading (Fixes #1436, regression by commit ↵ | Perttu Ahola | 2014-07-06 | 1 | -0/+4 | |
| | | | | a0f78659f31abd) | |||||
* | Fix errors/warnings reported by valgrind | sfan5 | 2014-07-06 | 4 | -32/+32 | |
| | ||||||
* | Fix memory leak in EmergeManager | PilzAdam | 2014-07-06 | 1 | -0/+5 | |
| | ||||||
* | Fix warnings reported by clang | sfan5 | 2014-07-06 | 5 | -16/+8 | |
| | ||||||
* | Fix typos in doc/lua-api.txt | sfan5 | 2014-07-05 | 1 | -83/+82 | |
| | ||||||
* | Remove FPS from being next to the version string | Perttu Ahola | 2014-07-05 | 1 | -2/+1 | |
| | ||||||
* | Fix typo in doc/lua_api.txt | Kahrl | 2014-07-05 | 1 | -1/+1 | |
| | ||||||
* | Fix memory leaks in GenericCAO, ShaderSource and Player classes | sapier | 2014-07-02 | 3 | -3/+8 | |
| | ||||||
* | Fix inversion of full_punch_interval | Novatux | 2014-07-02 | 1 | -1/+1 | |
| | ||||||
* | Move master server to seperate repository | ShadowNinja | 2014-06-30 | 6 | -564/+0 | |
| | ||||||
* | Fix regression in light calculation | sapier | 2014-06-30 | 1 | -1/+4 | |
| | ||||||
* | Fix serverlist code style, const-correctness, and types | ShadowNinja | 2014-06-30 | 3 | -89/+89 | |
| | ||||||
* | Fix server list boolean typing and alignment | ShadowNinja | 2014-06-30 | 1 | -30/+40 | |
| | ||||||
* | Add support for multipart/form-data to HTTPFetch for server announcing | ShadowNinja | 2014-06-30 | 4 | -18/+63 | |
| | ||||||
* | Masterserver: Fix compiling servers.jst | proller | 2014-06-30 | 1 | -2/+2 | |
| | ||||||
* | Add redis options to documentation | sfan5 | 2014-06-29 | 1 | -0/+3 | |
| | ||||||
* | Copy zlib and freetype dll to windows package too | sapier | 2014-06-29 | 1 | -0/+6 | |
| | ||||||
* | Add support for Android 2.3+ | sapier | 2014-06-29 | 66 | -161/+4424 | |
| | | | | | | | | | | | | | 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! | |||||
* | Don't spam server console on player/playersao error but just drop the ↵ | sapier | 2014-06-29 | 1 | -4/+6 | |
| | | | | affected client | |||||
* | Glasslike_framed drawtype rework. | RealBadAngel | 2014-06-29 | 1 | -50/+158 | |
| | ||||||
* | OS X compatibility fixes | Martin Doege | 2014-06-29 | 10 | -31/+158 | |
| | ||||||
* | Fix msvc2012 build | sapier | 2014-06-29 | 2 | -2/+4 | |
| | ||||||
* | Add formspec api versioning | sapier | 2014-06-29 | 6 | -34/+130 | |
| | ||||||
* | Make sure none of the irrlicht member objects of GenericCAO are deleted ↵ | sapier | 2014-06-29 | 1 | -0/+13 | |
| | | | | prior deletion of GenericCAO | |||||
* | Make player files saving again | SmallJoker | 2014-06-29 | 2 | -0/+2 | |
| | ||||||
* | Masterserver: Fix undefined players | proller | 2014-06-28 | 1 | -2/+2 | |
| | ||||||
* | Add prefixes to enum values and fix style issues | kwolekr | 2014-06-28 | 6 | -124/+115 | |
| | ||||||
* | Make GUITable mouse wheel scrolling faster | Kahrl | 2014-06-27 | 1 | -1/+1 | |
| |