aboutsummaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix parseColor, change remaining colorkeys to new format, fix Contributor listSfan52013-07-071-12/+8
|
* When server sends late media, log to errorstream instead of crashing.Kahrl2013-07-071-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.
* include mathconstants.h in numerics.cppVincent Heuken2013-07-071-0/+1
|
* BiomeDefManager: Fully initialize default biomekwolekr2013-07-061-5/+15
|
* Mapgen V7: Fix out-of-bounds array accesskwolekr2013-07-061-5/+7
|
* LuaVoxelManip: Allow liquid updates in non-mapgen VoxelManip objectskwolekr2013-07-061-2/+0
|
* Decoration: Remove usage of multi-character constantskwolekr2013-07-062-2/+4
|
* Use hexadecimal RRGGBB instead of colorkeys, rename getColor to parseColorSfan52013-07-062-67/+20
|
* Mapgen V7: Huge rewrite, also tweaks to cavegen et al.kwolekr2013-07-0612-197/+453
|
* Fix possible NULL dereference in createExtrudedMeshKahrl2013-07-061-6/+8
|
* Don't rebuild the dummy shader (less SourceShaderCache warning spam)Kahrl2013-07-052-2/+5
| | | | | Also write something about rebuilding shaders to infostream in Client::afterContentReceived()
* Improve finite liquid distribution, fix small bugproller2013-07-051-6/+13
|
* Throw exception instead of assert on nested reliable packetsKahrl2013-07-041-1/+2
| | | | Fixes a denial of service vulnerability, issue #784
* Add texture bumpmapping feature.RealBadAngel2013-07-043-2/+54
|
* Whoever called a function parameter m_device is fired without notice.Kahrl2013-07-031-2/+2
|
* Lua main menu: Fix crash on init lua error, mapgen dropdown index, and new ↵kwolekr2013-07-031-2/+5
| | | | worlds not saving index
* Change debug optimization level back to -O1kwolekr2013-07-021-1/+1
|
* Move generateTextureFromMesh to TextureSource to fix a texture leakKahrl2013-07-035-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 accesssapier2013-07-021-2/+4
|
* Replace C++ mainmenu by formspec powered onesapier2013-07-0228-3927/+5049
|
* Cavegen: Prevent caves from occuring above ground level, and superfluous ↵kwolekr2013-07-012-2/+21
| | | | mixing of lava and water in caves
* Remove texture atlas / AtlasPointer, rename getTextureRaw to getTextureKahrl2013-07-0217-750/+260
|
* Fix i18n of some strings.arsdragonfly2013-07-021-7/+9
|
* Decoration: Add schematic rotation supportkwolekr2013-07-014-44/+108
|
* Disable collision fix, its broke unit testsproller2013-07-011-1/+2
|
* Fix sand, gravel falling stuckproller2013-06-301-15/+18
|
* LuaVoxelManip: Fix minor bug with set_lighting, remove coordinate params for ↵kwolekr2013-06-293-24/+30
| | | | light and liquid updates
* Optimize liquid queue on generate map for liquid_finiteproller2013-06-302-6/+11
|
* Make generated water a shade darker to match up with older versionskwolekr2013-06-281-6/+6
|
* Dont write player files all the timePilzAdam2013-06-285-1/+71
|
* Apply various fixes to several thingskwolekr2013-06-273-5/+14
|
* LuaVoxelManip: Separate VoxelManip data get/set from emerging/blitting data ↵kwolekr2013-06-273-29/+43
| | | | back to map
* Add Lua on_mapgen_init callback, and minetest.set_mapgen_params APIkwolekr2013-06-2715-13/+150
|
* Add Lua PerlinNoiseMap:get#dMap_flat APIkwolekr2013-06-272-1/+47
|
* Add minetest.get_mapgen_object to APIkwolekr2013-06-2713-9/+157
|
* Fix issue of VManip occasionally not blitting back blocks, and pitch black ↵kwolekr2013-06-272-15/+26
| | | | lighting bug
* Add LuaVoxelManipkwolekr2013-06-2710-7/+390
|
* Fix ipv6 on windowsproller2013-06-241-1/+31
|
* Cavegen: fix division by 0 with abnormal max tunnel diameter sizeskwolekr2013-06-231-1/+1
|
* Math mapgen fix, ip show on connect, pathfinder segfault fixproller2013-06-237-34/+21
|
* New math mapgen with fractal based worldsproller2013-06-236-3/+444
|
* Add support for IPv6proller2013-06-2315-209/+469
| | | | | | | Two new configuration options are added: - "enable_ipv6" to enable/disable the overall use of IPv6 - "ipv6_server" to enable/disable the use of IPv6 sockets when running a server (when "enable_ipv6" is enabled)
* Decoration: Add support for zero probability, fix breakage from last commitkwolekr2013-06-223-10/+22
|
* Print playername when failing to read playerfile and ignore files starting ↵PilzAdam2013-06-223-7/+7
| | | | with .
* A handful of minor fixes to various thingskwolekr2013-06-225-24/+18
|
* Decoration: Add Schematic decoration typekwolekr2013-06-227-21/+528
|
* Add a setting for max loop count per step in liquid updatePilzAdam2013-06-202-2/+7
|
* Make minetest.debug accept multiple parameters; convert them to stringKahrl2013-06-211-3/+21
|
* Play placing sound only if place prediction was successfulPilzAdam2013-06-191-7/+13
|
* Dont dig or place nodes if interact priv is missing (clientside)PilzAdam2013-06-191-3/+6
|