Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Reduce time of red screen when damaged | SmallJoker | 2014-08-22 | 1 | -2/+2 | |
| | | | | 10 seconds in PvP is very long and annoying. | |||||
* | ban.cpp refactoring | Selat | 2014-08-22 | 1 | -19/+10 | |
| | ||||||
* | Fix to to too two times | sapier | 2014-08-22 | 2 | -2/+2 | |
| | ||||||
* | Add player name length checks | sapier | 2014-08-22 | 2 | -6/+21 | |
| | ||||||
* | Fix "ghost" blocks if block update is "on wire" while player digs nodes | sapier | 2014-08-22 | 3 | -7/+31 | |
| | ||||||
* | Improve timeout calculation | sapier | 2014-08-22 | 3 | -19/+31 | |
| | | | | gf | |||||
* | Pass light sources in blue channel of vertex color instead of decoded light ↵ | RealBadAngel | 2014-08-21 | 2 | -40/+29 | |
| | | | | | | for all special drawtypes. Plus some style fixes and optimizations. | |||||
* | Don't call a player event without having player to do a event for | sapier | 2014-08-21 | 2 | -1/+9 | |
| | ||||||
* | Mod profiling support | sapier | 2014-08-19 | 2 | -0/+11 | |
| | | | | | | | | | Config settings: profiling = true/false (gather statistics) detailed_profiling = true/false (break mod times to callbacks) Chat commands: save_mod_profile saves current statistics in debug.txt and shows on console (on default loglevel) | |||||
* | Make scrollbar scale according to DPI and scaling factor | sapier | 2014-08-16 | 1 | -0/+11 | |
| | ||||||
* | Let lighting be done only CPU side. Remove finalColorBlend implementation ↵ | RealBadAngel | 2014-08-16 | 1 | -10/+7 | |
| | | | | from shaders. | |||||
* | Revert "Fix inventory items blinking on item preloading" | sapier | 2014-08-16 | 1 | -1/+3 | |
| | | | | | The fix didn't work on some systems sadly this wasn't detected prior merge, as preload is disabled by default now there's not gonna be a fix for it. | |||||
* | Fix inventory items blinking on item preloading | sapier | 2014-08-16 | 1 | -3/+1 | |
| | ||||||
* | Remove temporary file at safeWriteToFile() | selat | 2014-08-16 | 1 | -6/+9 | |
| | ||||||
* | Add sqlite3 backend hack for android | sapier | 2014-08-16 | 3 | -9/+45 | |
| | ||||||
* | Fix the *CDP display | SmallJoker | 2014-08-15 | 1 | -4/+4 | |
| | ||||||
* | Make faces shading correct for all possible modes. | RealBadAngel | 2014-08-14 | 1 | -16/+16 | |
| | | | | | Skip shading for lightsources and top of the nodes. Fixes liquid sources and flowing surfaces having different brightness. | |||||
* | Move #includes from version.h to version.cpp | Kahrl | 2014-08-10 | 3 | -13/+17 | |
| | ||||||
* | Disable preload_item_visuals by default | ShadowNinja | 2014-08-05 | 1 | -1/+1 | |
| | | | | This can delay connections by several minutes. | |||||
* | Fix issue 1527 | Craig Robbins | 2014-07-29 | 1 | -34/+34 | |
| | | | | https://github.com/minetest/minetest/issues/1527 | |||||
* | Add ZLIBWAPI_DLL and LEVELDB_DLL CMake options Remove legacy MINGWM10_DLL ↵ | sfan5 | 2014-07-29 | 1 | -9/+7 | |
| | | | | CMake option Update 32-bit buildbot (OpenAL updated, zlib updated) Change build directory for buildbots to '_build' to prevent removal of Android build files Use -win64 suffix for 64-bit Windows builds Fixes #1476 | |||||
* | Rework texture generating code, add texture grouping via ( ... ) | sfan5 | 2014-07-29 | 2 | -229/+160 | |
| | ||||||
* | Don't include cmake_config_githash.h into files that don't need it | sfan5 | 2014-07-25 | 3 | -7/+5 | |
| | ||||||
* | Dont display interior of glasslike_framed node when its not defined. | RealBadAngel | 2014-07-24 | 1 | -1/+1 | |
| | | | | Fixes https://github.com/minetest/minetest/issues/1514 | |||||
* | Allow full circle rotation with 2degs step for plantlike drawtype. | RealBadAngel | 2014-07-24 | 1 | -2/+2 | |
| | ||||||
* | Add rotation for plantlike drawtype. | RealBadAngel | 2014-07-22 | 1 | -2/+2 | |
| | ||||||
* | Bugfix in makeCuboid - apply rotations to all faces when 1 tile is given. | RealBadAngel | 2014-07-20 | 1 | -2/+2 | |
| | ||||||
* | Speedup mapblock_mesh | RealBadAngel | 2014-07-17 | 4 | -100/+114 | |
| | ||||||
* | Fix texture glitches for plants with visual scale > 1.0 (jungle grass). | RealBadAngel | 2014-07-17 | 1 | -2/+2 | |
| | ||||||
* | Fix texture hack in fences. | RealBadAngel | 2014-07-17 | 1 | -9/+4 | |
| | ||||||
* | Fix error handling on inconsistent client ready message | sapier | 2014-07-16 | 1 | -2/+8 | |
| | | | | 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 flipped textures for drawtype "glasslike" | sapier | 2014-07-16 | 1 | -4/+4 | |
| | ||||||
* | Add srollbar formspec element | sapier | 2014-07-16 | 2 | -3/+128 | |
| | ||||||
* | Move MapBlock (de)serializing code out of Database class | sfan5 | 2014-07-12 | 12 | -494/+120 | |
| | ||||||
* | Remove indev mapgen | proller | 2014-07-12 | 4 | -514/+0 | |
| | ||||||
* | Remove math mapgen | proller | 2014-07-12 | 5 | -440/+0 | |
| | ||||||
* | Faces shading fixes | RealBadAngel | 2014-07-07 | 1 | -71/+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 | |
| | ||||||
* | 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 | 2 | -4/+9 | |
| | | | | 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 | |
| | ||||||
* | Remove FPS from being next to the version string | Perttu Ahola | 2014-07-05 | 1 | -2/+1 | |
| |