Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Settings: everything != 0 equals true; remove .asm shaders | PilzAdam | 2013-07-08 | 3 | -22/+5 | |
| | ||||||
* | Fix many formspec menu bugs | sapier | 2013-07-07 | 13 | -113/+374 | |
| | ||||||
* | Fix parseColor, change remaining colorkeys to new format, fix Contributor list | Sfan5 | 2013-07-07 | 3 | -19/+15 | |
| | ||||||
* | When server sends late media, log to errorstream instead of crashing. | Kahrl | 2013-07-07 | 1 | -9/+24 | |
| | | | | | | | | Do a check for valid num_files before doing assert(!m_mesh_update_thread.IsRunning()); In particular, don't execute the assertion if all media has already been received. | |||||
* | Handle 0 vectors in vector.normalize() | ShadowNinja | 2013-07-07 | 1 | -1/+6 | |
| | ||||||
* | include mathconstants.h in numerics.cpp | Vincent Heuken | 2013-07-07 | 1 | -0/+1 | |
| | ||||||
* | Add vector helpers | ShadowNinja | 2013-07-07 | 4 | -15/+192 | |
| | ||||||
* | BiomeDefManager: Fully initialize default biome | kwolekr | 2013-07-06 | 1 | -5/+15 | |
| | ||||||
* | Mapgen V7: Fix out-of-bounds array access | kwolekr | 2013-07-06 | 1 | -5/+7 | |
| | ||||||
* | LuaVoxelManip: Allow liquid updates in non-mapgen VoxelManip objects | kwolekr | 2013-07-06 | 1 | -2/+0 | |
| | ||||||
* | Decoration: Remove usage of multi-character constants | kwolekr | 2013-07-06 | 2 | -2/+4 | |
| | ||||||
* | Use hexadecimal RRGGBB instead of colorkeys, rename getColor to parseColor | Sfan5 | 2013-07-06 | 5 | -88/+29 | |
| | ||||||
* | Mapgen V7: Huge rewrite, also tweaks to cavegen et al. | kwolekr | 2013-07-06 | 12 | -197/+453 | |
| | ||||||
* | Fix possible NULL dereference in createExtrudedMesh | Kahrl | 2013-07-06 | 1 | -6/+8 | |
| | ||||||
* | Don't rebuild the dummy shader (less SourceShaderCache warning spam) | Kahrl | 2013-07-05 | 2 | -2/+5 | |
| | | | | | Also write something about rebuilding shaders to infostream in Client::afterContentReceived() | |||||
* | Improve finite liquid distribution, fix small bug | proller | 2013-07-05 | 1 | -6/+13 | |
| | ||||||
* | Throw exception instead of assert on nested reliable packets | Kahrl | 2013-07-04 | 1 | -1/+2 | |
| | | | | Fixes a denial of service vulnerability, issue #784 | |||||
* | Add texture bumpmapping feature. | RealBadAngel | 2013-07-04 | 11 | -2/+602 | |
| | ||||||
* | Whoever called a function parameter m_device is fired without notice. | Kahrl | 2013-07-03 | 1 | -2/+2 | |
| | ||||||
* | Lua main menu: Fix crash on init lua error, mapgen dropdown index, and new ↵ | kwolekr | 2013-07-03 | 2 | -12/+27 | |
| | | | | worlds not saving index | |||||
* | Change debug optimization level back to -O1 | kwolekr | 2013-07-02 | 1 | -1/+1 | |
| | ||||||
* | Update wiki url | BlockMen | 2013-07-03 | 2 | -2/+2 | |
| | ||||||
* | Move generateTextureFromMesh to TextureSource to fix a texture leak | Kahrl | 2013-07-03 | 5 | -230/+202 | |
| | | | | | | | | | | | | | TextureSource has a list of textures to delete (m_texture_trash) so this provides a proper, non-hacky way to delete RTT textures. Also, the prior, hacky way of deleting them seems to be broken (see pull request #803). To avoid header file clutter by repeating the same long list of arguments over and over again, store the arguments of generateTextureFromMesh in a struct called TextureFromMeshParams. Also fix issue #782 (Only use bilinear (and others) on item textures when settings allow it). | |||||
* | Fix possible 0 pointer access | sapier | 2013-07-02 | 1 | -2/+4 | |
| | ||||||
* | Replace C++ mainmenu by formspec powered one | sapier | 2013-07-02 | 37 | -3927/+8036 | |
| | ||||||
* | Cavegen: Prevent caves from occuring above ground level, and superfluous ↵ | kwolekr | 2013-07-01 | 2 | -2/+21 | |
| | | | | mixing of lava and water in caves | |||||
* | Remove texture atlas / AtlasPointer, rename getTextureRaw to getTexture | Kahrl | 2013-07-02 | 18 | -753/+260 | |
| | ||||||
* | Remove unnecessary debug output in node_dig() | PilzAdam | 2013-07-02 | 1 | -3/+0 | |
| | ||||||
* | Infinite tools in creative mode | Lord89James | 2013-07-02 | 1 | -4/+6 | |
| | ||||||
* | Fix i18n of some strings. | arsdragonfly | 2013-07-02 | 22 | -1088/+1252 | |
| | ||||||
* | Decoration: Add schematic rotation support | kwolekr | 2013-07-01 | 5 | -45/+113 | |
| | ||||||
* | Disable collision fix, its broke unit tests | proller | 2013-07-01 | 1 | -1/+2 | |
| | ||||||
* | Fix sand, gravel falling stuck | proller | 2013-06-30 | 1 | -15/+18 | |
| | ||||||
* | LuaVoxelManip: Fix minor bug with set_lighting, remove coordinate params for ↵ | kwolekr | 2013-06-29 | 4 | -31/+35 | |
| | | | | light and liquid updates | |||||
* | Optimize liquid queue on generate map for liquid_finite | proller | 2013-06-30 | 2 | -6/+11 | |
| | ||||||
* | Update documentation for get_mapgen_object | kwolekr | 2013-06-29 | 1 | -2/+2 | |
| | ||||||
* | Add Lua VoxelArea methods: contains, containsp, containsi | kwolekr | 2013-06-28 | 1 | -0/+16 | |
| | ||||||
* | Make generated water a shade darker to match up with older versions | kwolekr | 2013-06-28 | 1 | -6/+6 | |
| | ||||||
* | Add voxelarea.lua helper to builtin | kwolekr | 2013-06-28 | 3 | -1/+57 | |
| | ||||||
* | Dont write player files all the time | PilzAdam | 2013-06-28 | 5 | -1/+71 | |
| | ||||||
* | Apply various fixes to several things | kwolekr | 2013-06-27 | 4 | -6/+15 | |
| | ||||||
* | LuaVoxelManip: Separate VoxelManip data get/set from emerging/blitting data ↵ | kwolekr | 2013-06-27 | 4 | -37/+57 | |
| | | | | back to map | |||||
* | Add Lua on_mapgen_init callback, and minetest.set_mapgen_params API | kwolekr | 2013-06-27 | 18 | -14/+163 | |
| | ||||||
* | Add Lua PerlinNoiseMap:get#dMap_flat API | kwolekr | 2013-06-27 | 3 | -1/+56 | |
| | ||||||
* | Add minetest.get_mapgen_object to API | kwolekr | 2013-06-27 | 14 | -9/+188 | |
| | ||||||
* | Fix issue of VManip occasionally not blitting back blocks, and pitch black ↵ | kwolekr | 2013-06-27 | 2 | -15/+26 | |
| | | | | lighting bug | |||||
* | Add LuaVoxelManip | kwolekr | 2013-06-27 | 11 | -8/+413 | |
| | ||||||
* | Fix ipv6 on windows | proller | 2013-06-24 | 1 | -1/+31 | |
| | ||||||
* | Cavegen: fix division by 0 with abnormal max tunnel diameter sizes | kwolekr | 2013-06-23 | 1 | -1/+1 | |
| | ||||||
* | Math mapgen fix, ip show on connect, pathfinder segfault fix | proller | 2013-06-23 | 7 | -34/+21 | |
| |