3723 Commits

Author SHA1 Message Date
Daniel Ziolkowski
3d5e9b3cfe Translated using Weblate (Polish) 2013-04-22 17:42:53 +02:00
kwolekr
0dc7f97587 mgv7: Implement getGroundLevelAtPoint(), fix layer of topnodes at chunk Y boundaries, remove growGrass() 2013-04-21 15:47:13 -04:00
kwolekr
baaea19d1b Fix findSpawnPos() 2013-04-21 15:39:34 -04:00
kwolekr
285fe65fcd Fix hud_change stat argument retrieval 2013-04-21 12:55:46 -04:00
kwolekr
767f979585 Class-ify caves & move to cavegen.cpp, fix cave regression, add caves to Mapgen V7 2013-04-21 01:06:19 -04:00
kwolekr
b1ab2a5c35 Add direction parameter to statbars in HUD API
Fix health bar overlap when a larger texture is used
2013-04-20 00:22:12 -04:00
kwolekr
dcd9976962 Fix Lua HUD documentation 2013-04-18 15:26:29 -04:00
Weblate
3e0b0e7f14 Merge remote branch 'origin/master' 2013-04-18 20:04:15 +02:00
LS-Steeef
7b7398231e Add dutch translation 2013-04-18 20:02:54 +02:00
Weblate
0a850c9ac2 Merge remote branch 'origin/master' 2013-04-18 20:00:16 +02:00
Ilya Pavlov
207475dc5f Translated using Weblate (Russian) 2013-04-18 19:59:58 +02:00
Francizca Rodriguez
c6783ce7f1 Translated using Weblate (Portuguese) 2013-04-18 19:59:58 +02:00
Chynggyz Jumaliev
e07c83e785 Translated using Weblate (Kirghiz) 2013-04-18 19:59:57 +02:00
Pilz Adam
db71c14d9a Translated using Weblate (German) 2013-04-18 19:59:57 +02:00
Me Moala
2b31f4f0fb Translated using Weblate (French) 2013-04-18 19:59:57 +02:00
Shen Zheyu
4483f4340d Translated using Weblate (Chinese (China)) 2013-04-18 19:59:55 +02:00
LS-Steeef
91dc20830a Add dutch translation 2013-04-18 19:57:12 +02:00
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