3987 Commits

Author SHA1 Message Date
PilzAdam
fc415557db Predict param2 of facedir nodes and attachment of attached_node nodes 2013-05-24 02:10:03 +02:00
Jeija
804b298738 Make raillike nodes connect to any other raillike nodes if both are in the group connect_to_raillike 2013-05-22 15:08:24 +02:00
PilzAdam
8163be924d Fix disappearing of wielditem 2013-05-21 20:16:22 +02:00
Kahrl
1332844873 Log non-fatal mod name conflict to actionstream instead of errorstream 2013-05-21 14:56:43 +02:00
PilzAdam
56be8b990d Dont animate changing wielditem from hand to hand 2013-05-20 20:31:38 +02:00
MetaDucky
b2dc20002a Fix typo in particle spawning 2013-05-20 16:24:07 +02:00
elagin
3c394630f2 Save settings after dropping main menu 2013-05-20 16:03:48 +02:00
ShadowNinja
c26c6a657f Use the group "soil" for nodes that saplings grow on 2013-05-20 13:43:13 +02:00
kwolekr
9b910c6395 Fix lava damage on player's upper body 2013-05-19 21:29:49 -04:00
kwolekr
76c6a6c017 Fix nearly all warnings 2013-05-19 21:26:56 -04:00
sapier
fecdff85cb Allow nil as puncher e.g. to do damage by tnt 2013-05-20 01:18:45 +02:00
PilzAdam
d3449da5e1 Add a little animation when changing the wielded item 2013-05-20 01:09:41 +02:00
PilzAdam
2a3516491a Dont teleport back if holding sneak when detaching/turn freemove off 2013-05-19 20:56:58 +02:00
Kahrl
87b03bbb00 Fix EmergeThread names in log
Concatenate the thread id as string instead of adding it to the pointer
2013-05-19 19:58:01 +02:00
PilzAdam
3411e7fffc Write mods that are not in world.mt into it at world startup 2013-05-19 19:52:29 +02:00
PilzAdam
5b4bf43b93 Dont load mods that have no entry in world.mt 2013-05-19 19:46:50 +02:00
kwolekr
41712733c8 Remove no virtual dtor warnings, make MapgenParams contain actual NoiseParams 2013-05-19 12:22:20 -04:00
kwolekr
d41c8848fd Fix regression of world loading caused by 81c863ac 2013-05-19 12:07:00 -04:00
PilzAdam
836c76599d New modsystem
Mods are placed in $path_<user/share>/mods
They can be enabled per world in world.mt or the configure world window
2013-05-19 02:15:36 +02:00
PilzAdam
4be014475b Only create SoundManager in main menu if USE_SOUND is true 2013-05-18 13:01:47 +02:00
PilzAdam
1579304a38 Fix memory leak in MeshUpdateThread 2013-05-18 01:52:18 +02:00
Aaron Suen
8d7a7de3ed Fix math for isBlockInSight. Fixes #718 (client-side). 2013-05-18 00:13:01 +02:00
PilzAdam
f3c5c8d2ec Move kahrl to core devs in credits tab 2013-05-17 23:15:10 +02:00
PilzAdam
392adbb739 Dont drop fonts with ENABLE_FREETYPE=0 2013-05-16 02:20:10 +02:00
PilzAdam
fd1b6c39a4 Fix memory leak in run_tests() 2013-05-14 12:29:30 +02:00
Esteban I. Ruiz Moreno
b08820ebed Add mouse_sensitivity option 2013-05-13 17:39:16 +02:00
Zeg9
95e529c66e Add progress bar to item visuals preloading 2013-05-13 17:08:51 +02:00
PilzAdam
2174283fd2 Only use game filter in singleplayer tab; use menu_{background, overlay, header, footer}.png for other tabs 2013-05-13 17:06:08 +02:00
Kahrl
d2b9bab1d8 Fix double free in createExtrudedMesh, reported by ptitSeb 2013-05-12 06:28:33 +02:00
RealBadAngel
fa704cb10d Add code to play main_menu.ogg in main menu 2013-05-11 15:39:38 +02:00
Aaron Suen
722797ac14 Clear custom player HUDs when emerging players. Fixes #711. 2013-05-10 19:25:50 -04:00
PilzAdam
7633c4d82f Fix memory leak: remove InventoryAction after sending and applying 2013-05-11 00:12:14 +02:00
PilzAdam
ee90f36c34 Fix memory leaks: delete font in main and GUIChatConsole 2013-05-10 22:35:17 +02:00
PilzAdam
6114e054d5 Fix memory leak by dropping sky 2013-05-10 19:12:24 +02:00
Zeg9
a1e0857246 Add clouds to all loading screens and better progress handling 2013-05-10 15:04:21 +02:00
sapier
49978d74bb Fix gettext memory leaks 2013-05-10 11:31:00 +02:00
sapier
6d6a9a17e1 Really fix itemdef memory leak 2013-05-09 17:08:23 +02:00
Kahrl
f715121f8b Add --videomodes option to show available video modes 2013-05-09 16:30:04 +02:00
Kahrl
e97fbfc07f Drop IrrlichtDevice when running --speedtests 2013-05-09 16:18:26 +02:00
Kahrl
451ef9fc98 Fix world selection a bit (also fixes a main menu segfault) 2013-05-08 20:54:03 +02:00
Zeg9
cd1e7ec611 Add progress bar and clouds to loading screen 2013-05-08 20:26:43 +02:00
PilzAdam
5a2236453d Update default controls in README and pause menu 2013-05-07 14:48:20 +02:00
Brent Hull
7aae7d792f Fix shader license headers to be LGPL 2013-05-06 19:09:08 +02:00
Kahrl
278aacdb57 Remove 'Meshbuffer ran out of indices' limitation 2013-05-06 19:06:18 +02:00
sapier
347523f1db fix static data not beeing stored correctly on deactivation 2013-05-06 19:05:44 +02:00
Perttu Ahola
47e625411c Add header.png and footer.png support for games, and support texture packs via <gameid>_menu_<background/overlay/header/footer>.png 2013-05-04 10:05:12 +03:00
Sfan5
bd4de83283 Fix favorite Server List on Windows 2013-05-04 07:31:22 +02:00
PilzAdam
ce62c6a54d Fix documentation for HUD commands in protocol 2013-05-04 01:04:09 +02:00
Kahrl
56ca8c3bdf Optional dependencies and properly handle mod name conflicts again 2013-05-03 23:58:22 +02:00
ShadowNinja
408b5ccffe Don't predict placement of nodes if they would replace a non buildable_to node 2013-05-03 17:03:25 +02:00