3206 Commits

Author SHA1 Message Date
kwolekr
45409b509b Split HUD code off to hud.cpp, make into a class, extensive Lua HUD modification 2013-04-18 02:19:31 -04:00
Jonathon Anderson
2cb3f5eb6b Lua HUD 2013-04-18 02:14:33 -04:00
darkrose
e36686ec76 Merge pull request #654 from ShadowNinja/remove_old_makefile
Remove old Makefile
2013-04-14 00:18:11 -07:00
ShadowNinja
675ea77454 Remove old Makefile(that is what git is for) 2013-04-14 03:06:24 -04:00
kwolekr
e527cd84e6 Fix double free, null texture drop 2013-04-12 17:20:05 -04:00
MirceaKitsune
2a821f6880 Swing the camera down when the player lands on the ground, based on the velocity the surface is hit with. 2013-04-11 19:42:47 -04:00
proller
282989d2b2 Fix masterserver javascript: adjustable output id 2013-04-11 20:20:11 +04:00
RealBadAngel
53e51f45d7 Bugfixes to get_craft_recipe and get_all_craft_recipes.
Improvements to get_all_craft_recipes (see api doc)
2013-04-10 22:33:59 -04:00
sapier
ef82493bc8 fix bug in scriptapi line_of_sight
fix warnings for pathfinder debug traces
2013-04-10 16:50:24 -04:00
sapier
2ae6230bda fix objects colliding with its own collision boxes 2013-04-09 23:16:13 +02:00
sapier
70baa66262 fix emergemanager memory leaks 2013-04-09 02:34:11 -04:00
sapier
5a10a4657a fix various memory leaks 2013-04-09 02:23:07 -04:00
sapier
fafad98056 fix extruded items texture leak 2013-04-09 02:14:52 -04:00
RealBadAngel
c2dcff27f6 Use system wide LuaJIT if aviable. 2013-04-08 22:10:00 +02:00
sapier
311815d3f6 fix memory leak on sound shutdown 2013-04-07 23:43:34 -04:00
sapier
66872b7884 fix memory leak in loadMedia 2013-04-07 23:40:33 -04:00
sapier
6d92b54aad addon extended resource accounting 2013-04-07 23:38:22 -04:00
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
Weblate
08210fa5cd Merge remote branch 'origin/master' 2013-04-07 13:39:28 +02:00
Ilya Zhuravlev
d023ba5ba9 Add Ukrainian language. 2013-04-07 15:36:46 +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
PilzAdam
740ddfe2be Only enqueue falling nodes if they really want to fall 2013-04-05 22:33:11 +02:00
khonkhortisan
0b676b0163 unkn own block -> unkn own node 2013-04-05 15:57:39 +02:00
ShadowNinja
bfa620c497 Add private messaging with /msg 2013-04-05 15:25:59 +02:00
Diego Martínez
df31e72bb0 Use the nodebox as selection box if it's not set manually 2013-04-05 15:14:37 +02:00
Diego Martínez
bd1b0f7f90 Install "build" and "survival" games with "make install" 2013-04-05 15:03:05 +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
Shen Zheyu
9405d5a60e Translated using Weblate (Chinese (China)) 2013-04-05 04:43:06 +02:00
PilzAdam
7d5d34de34 Fix nick completion 2013-04-05 02:31:58 +02:00
PilzAdam
af40139523 Add a delay to nodeupdate() 2013-04-05 02:24:39 +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