sapier
910797ff9a
fix inventory image texture leak
2013-04-07 22:54:00 -04:00
sapier
c1e756aff9
fix memory leaks introduced by invalid gettext usage
2013-04-07 22:50:53 -04:00
sapier
51c6d75ece
replace Server smart pointer with conventional one to gain control over dtor call order
2013-04-07 22:42:36 -04:00
sapier
d116d1b779
fix memory leak on shader shutdown
2013-04-07 22:30:29 -04:00
sapier
0e48411a29
fix memory leak in itemdef
...
cleanup useless code
2013-04-07 22:20:01 -04:00
sapier
9666331525
fix huge texture leak in tiledef
...
fix minor glitches too
2013-04-07 22:17:58 -04:00
sapier
acf94e90b4
fix 3d model mesh leak
2013-04-07 21:51:35 -04:00
sapier
6967aa544a
fix mesh leak in camera class
2013-04-07 21:49:55 -04:00
kwolekr
22ed3739e0
Add param2 field for ores, some minor fixes and misc. code cleanup
2013-04-07 21:21:54 -04:00
kwolekr
6f78803898
Fix black tree leaves, reduce above-ground cave shadows
2013-04-07 02:26:46 -04:00
kwolekr
a9216c42aa
Fix crash on creating map with invalid mg_name
2013-04-07 01:50:20 -04:00
kwolekr
02ade72cb1
Revert "Fix to be able to build from dir different than source dir"
...
This commit broke RUN_IN_PLACE
2013-04-07 01:30:06 -04:00
kwolekr
6d9ff57f15
Add Mapgen V7, reorganize biomes
2013-04-07 00:50:21 -04:00
proller
31f89744d4
Adjusting water removing above unloaded blocks
2013-04-07 00:05:39 +04:00
kwolekr
bebcb5d45b
Don't re-write entire map_meta.txt if a setting is missing
2013-04-06 13:36:51 -04:00
Diego Martínez
5316c280d7
Fix to be able to build from dir different than source dir
2013-04-06 12:31:12 -04:00
proller
72ef70b965
Don't flow finite liquid into an unloaded chunk
2013-04-06 12:09:59 -04:00
sapier
b2bc29ca8f
fix memory leak
2013-04-06 12:00:36 -04:00
sapier
d7f3cc42d5
Add Dijkstra A* and A* without prefetching pathfind algorithms
2013-04-06 11:24:03 -04:00
khonkhortisan
0b676b0163
unkn own block -> unkn own node
2013-04-05 15:57:39 +02:00
MirceaKitsune
d0b179eff2
Dont allow fast move in water or ladder when aux1_descend is true
2013-04-05 14:58:35 +02:00
PilzAdam
7d5d34de34
Fix nick completion
2013-04-05 02:31:58 +02:00
MirceaKitsune
ad16c90acf
Allow modifying movement speed, jump height and gravity per-player via the Lua API.
2013-04-05 02:00:59 +02:00
ShadowNinja
023c7a41ea
Check if the address field is empty when hitting enter on the multiplayer tab
2013-04-03 23:33:17 +02:00
Esteban I. Ruiz Moreno
95a687a660
Limit speed in collisionMoveResult for avoiding hangs
2013-04-03 23:29:51 +02:00
Zeg9
519524e09f
Fix camera "jumping" when attached and the parent goes too fast
2013-04-03 23:22:40 +02:00
kwolekr
b5badb0072
Add Ore generation flags, implement ore absolute height
2013-03-31 20:02:03 -04:00
kwolekr
df731cc8aa
Increase value range of Ore::clust_scarcity
2013-03-31 12:26:25 -04:00
ShadowNinja
b8ece62c8c
Add a small optimization to the menu splash and remove a old comment
2013-03-30 22:02:46 -04:00
khonkhortisan
0a2fda539e
Don't load menu textures every frame
2013-03-30 21:52:13 -04:00
kwolekr
7d2ff1cb8e
Fix MapgenV6::generateCaves possible division by 0 and misc. cosmetic fixes
2013-03-30 21:24:37 -04:00
kwolekr
c5bb0c6ba2
Optimize CNodeDefManager::getIds
2013-03-30 19:14:42 -04:00
PilzAdam
469646f6b1
Make the textbox for serverlist title wider
2013-03-30 18:56:29 +01:00
PilzAdam
d7e4749844
GUI: Make singleplayer default tab, store selected serverlist, show title of serverlist
2013-03-30 18:34:36 +01:00
kwolekr
b7c5f9c1fd
Fix build on Linux with some glibcs
2013-03-29 21:12:14 -04:00
proller
4d94e25e23
Masterserver: report gameid, uptime, cosmetic fixes on server web page
2013-03-30 02:03:24 +04:00
kwolekr
46e1e683bc
Add varying levels of precision to TimeTaker
2013-03-29 16:53:15 -04:00
PilzAdam
b4bd7523e0
Add different place sound for nodes
2013-03-29 20:14:18 +01:00
PilzAdam
dd744fc13f
New damage system, add damageGroups to ToolCapabilities, bump protocol version
2013-03-29 20:14:09 +01:00
kwolekr
7c91ef31fe
Update Credits tab
2013-03-29 14:43:47 -04:00
kwolekr
4485550cc8
Fix last singlenode modification
2013-03-29 13:18:09 -04:00
kwolekr
c26028b490
Don't replace existing nodes in singlenode mapgen
2013-03-29 11:15:49 -04:00
kwolekr
86560e5c7b
Prevent infinite loop with invalid Inventory format
2013-03-27 23:27:31 -04:00
sapier
fd60aa7e67
Closed add object <-> object collision handling
2013-03-28 00:09:24 +01:00
kwolekr
5b86043db8
Vary ore sheet y position by noise
2013-03-24 22:35:23 -04:00
kwolekr
795767e280
Ensure ore can fit in OreSheet::generate()
2013-03-24 20:19:59 -04:00
kwolekr
478c1c8124
Add more error checking to l_register_ore
2013-03-24 15:40:53 -04:00
kwolekr
1cd1c8e3e6
Add Ore infrastructure and l_register_ore()
2013-03-24 13:23:33 -04:00
proller
d55235fde9
Mapgen indev: float islands, larger far biomes
2013-03-24 03:40:15 +04:00
Jeija
a8562392b0
Allow spawning particles from the server, from lua
...
Spawn single particles or make use of ParticleSpawner for many randomly spawned particles.
Accessible in Lua using minetest.spawn_particle and minetest.add_particlespawner.
Increase Protocol Version to 17.
Conflicts:
src/clientserver.h
2013-03-23 23:16:29 +01:00