oweals/minetest.git
11 years agoAdd mouse_sensitivity option
Esteban I. Ruiz Moreno [Sun, 14 Apr 2013 17:53:00 +0000 (14:53 -0300)]
Add mouse_sensitivity option

11 years agoAdd progress bar to item visuals preloading
Zeg9 [Sat, 11 May 2013 14:02:41 +0000 (16:02 +0200)]
Add progress bar to item visuals preloading

11 years agoOnly use game filter in singleplayer tab; use menu_{background, overlay, header,...
PilzAdam [Sat, 11 May 2013 14:08:01 +0000 (16:08 +0200)]
Only use game filter in singleplayer tab; use menu_{background, overlay, header, footer}.png for other tabs

11 years agoFix double free in createExtrudedMesh, reported by ptitSeb
Kahrl [Sun, 12 May 2013 04:28:33 +0000 (06:28 +0200)]
Fix double free in createExtrudedMesh, reported by ptitSeb

11 years agoAdd code to play main_menu.ogg in main menu
RealBadAngel [Wed, 1 May 2013 11:09:10 +0000 (13:09 +0200)]
Add code to play main_menu.ogg in main menu

11 years agoClear custom player HUDs when emerging players. Fixes #711. 717/head
Aaron Suen [Fri, 10 May 2013 01:10:33 +0000 (21:10 -0400)]
Clear custom player HUDs when emerging players.  Fixes #711.

11 years agoFix memory leak: remove InventoryAction after sending and applying
PilzAdam [Fri, 10 May 2013 22:12:14 +0000 (00:12 +0200)]
Fix memory leak: remove InventoryAction after sending and applying

11 years agoFix memory leaks: delete font in main and GUIChatConsole
PilzAdam [Fri, 10 May 2013 19:54:50 +0000 (21:54 +0200)]
Fix memory leaks: delete font in main and GUIChatConsole

11 years agoFix memory leak by dropping sky
PilzAdam [Fri, 10 May 2013 17:12:02 +0000 (19:12 +0200)]
Fix memory leak by dropping sky

11 years agoAdd clouds to all loading screens and better progress handling 713/head
Zeg9 [Thu, 9 May 2013 16:23:48 +0000 (18:23 +0200)]
Add clouds to all loading screens and better progress handling

11 years agoFix gettext memory leaks
sapier [Thu, 9 May 2013 21:14:32 +0000 (23:14 +0200)]
Fix gettext memory leaks

11 years agoReally fix itemdef memory leak
sapier [Tue, 9 Apr 2013 18:14:07 +0000 (20:14 +0200)]
Really fix itemdef memory leak

11 years agoAdd --videomodes option to show available video modes
Kahrl [Thu, 9 May 2013 13:53:29 +0000 (15:53 +0200)]
Add --videomodes option to show available video modes

11 years agoDrop IrrlichtDevice when running --speedtests
Kahrl [Thu, 9 May 2013 13:48:35 +0000 (15:48 +0200)]
Drop IrrlichtDevice when running --speedtests

11 years agoFix world selection a bit (also fixes a main menu segfault)
Kahrl [Wed, 8 May 2013 09:06:47 +0000 (11:06 +0200)]
Fix world selection a bit (also fixes a main menu segfault)

11 years agoAdd progress bar and clouds to loading screen
Zeg9 [Wed, 8 May 2013 13:03:42 +0000 (15:03 +0200)]
Add progress bar and clouds to loading screen

11 years agoUpdate default controls in README and pause menu
PilzAdam [Tue, 7 May 2013 12:40:13 +0000 (14:40 +0200)]
Update default controls in README and pause menu

11 years agoFix shader license headers to be LGPL
Brent Hull [Thu, 11 Apr 2013 20:32:37 +0000 (16:32 -0400)]
Fix shader license headers to be LGPL

11 years agoRemove 'Meshbuffer ran out of indices' limitation
Kahrl [Thu, 25 Apr 2013 16:32:18 +0000 (18:32 +0200)]
Remove 'Meshbuffer ran out of indices' limitation

11 years agofix static data not beeing stored correctly on deactivation
sapier [Sun, 21 Apr 2013 22:05:47 +0000 (00:05 +0200)]
fix static data not beeing stored correctly on deactivation

11 years agoInstall menu textures of minetest_game
PilzAdam [Sat, 4 May 2013 10:33:21 +0000 (12:33 +0200)]
Install menu textures of minetest_game

11 years agoAdd header.png and footer.png support for games, and support texture packs via <gamei...
Perttu Ahola [Sat, 4 May 2013 07:03:56 +0000 (10:03 +0300)]
Add header.png and footer.png support for games, and support texture packs via <gameid>_menu_<background/overlay/header/footer>.png

11 years agoFix favorite Server List on Windows
Sfan5 [Sat, 4 May 2013 05:31:22 +0000 (07:31 +0200)]
Fix favorite Server List on Windows

11 years agoFix documentation for HUD commands in protocol
PilzAdam [Fri, 3 May 2013 23:04:09 +0000 (01:04 +0200)]
Fix documentation for HUD commands in protocol

11 years agoOptional dependencies and properly handle mod name conflicts again 697/head
Kahrl [Fri, 3 May 2013 21:58:22 +0000 (23:58 +0200)]
Optional dependencies and properly handle mod name conflicts again

11 years agoDon't predict placement of nodes if they would replace a non buildable_to node
ShadowNinja [Sat, 20 Apr 2013 21:01:02 +0000 (17:01 -0400)]
Don't predict placement of nodes if they would replace a non buildable_to node

11 years agoPredict wallmounted param2 during node placement prediction.
Kahrl [Sat, 27 Apr 2013 01:47:52 +0000 (03:47 +0200)]
Predict wallmounted param2 during node placement prediction.

Also clean up the_game a bit: move node placement prediction to a
separate function.

11 years agoServer: force block send of pointed_pos_under after predicted node place
Kahrl [Sat, 27 Apr 2013 01:28:27 +0000 (03:28 +0200)]
Server: force block send of pointed_pos_under after predicted node place

11 years agoUse DIR_DELIM instead of / in file paths
PilzAdam [Thu, 2 May 2013 21:08:59 +0000 (23:08 +0200)]
Use DIR_DELIM instead of / in file paths

11 years agoShow game name instead of game ID of selected game
PilzAdam [Thu, 2 May 2013 17:57:03 +0000 (19:57 +0200)]
Show game name instead of game ID of selected game

11 years agoSwitch menu to game selected in world creation dialog
Perttu Ahola [Thu, 2 May 2013 17:59:52 +0000 (20:59 +0300)]
Switch menu to game selected in world creation dialog

11 years agoPre-select current game in world creation dialog 698/head
Perttu Ahola [Thu, 2 May 2013 16:07:44 +0000 (19:07 +0300)]
Pre-select current game in world creation dialog

11 years agogames/minimal: Add menu/background.png and menu/icon.png
Perttu Ahola [Fri, 15 Feb 2013 19:50:21 +0000 (21:50 +0200)]
games/minimal: Add menu/background.png and menu/icon.png

11 years agoFilter worlds by selected game
Perttu Ahola [Fri, 15 Feb 2013 20:06:38 +0000 (22:06 +0200)]
Filter worlds by selected game

11 years agoGet menu background image from selected game
Perttu Ahola [Fri, 15 Feb 2013 19:13:53 +0000 (21:13 +0200)]
Get menu background image from selected game

11 years agoFix minetest.features
PilzAdam [Wed, 1 May 2013 14:00:58 +0000 (16:00 +0200)]
Fix minetest.features

11 years agoMove sfan5 to core devs
PilzAdam [Wed, 1 May 2013 13:47:14 +0000 (15:47 +0200)]
Move sfan5 to core devs

11 years agoRename "no" (Norwegian) to "nb" (Norwegian Bokmål)
Ilya Zhuravlev [Wed, 1 May 2013 13:39:21 +0000 (17:39 +0400)]
Rename "no" (Norwegian) to "nb" (Norwegian Bokmål)

11 years agoAdd Norwegian language.
Ilya Zhuravlev [Wed, 1 May 2013 13:32:29 +0000 (17:32 +0400)]
Add Norwegian language.

11 years agoAdd a Way of checking for specific Feature with Lua Adds minetest.get_feature() and...
Sfan5 [Wed, 1 May 2013 10:31:21 +0000 (12:31 +0200)]
Add a Way of checking for specific Feature with Lua Adds minetest.get_feature() and minetest.has_feature()

11 years agoFix itemdef drop on NULL texture
kwolekr [Mon, 29 Apr 2013 01:07:09 +0000 (21:07 -0400)]
Fix itemdef drop on NULL texture

11 years agoActually fix shader3 alpha this time
kwolekr [Sun, 28 Apr 2013 03:04:52 +0000 (23:04 -0400)]
Actually fix shader3 alpha this time

11 years agoEnhance caves for mgv7, add ravines
kwolekr [Sun, 28 Apr 2013 02:40:52 +0000 (22:40 -0400)]
Enhance caves for mgv7, add ravines

11 years agoMinor hud.cpp cleanup
kwolekr [Fri, 26 Apr 2013 00:56:12 +0000 (20:56 -0400)]
Minor hud.cpp cleanup

11 years agoAbility to change the crosshair using textures
Esteban I. Ruiz Moreno [Sun, 21 Apr 2013 01:39:31 +0000 (22:39 -0300)]
Ability to change the crosshair using textures

11 years agoGeneralize hud_builtin_enable into hud_set_flags
kwolekr [Thu, 25 Apr 2013 23:27:22 +0000 (19:27 -0400)]
Generalize hud_builtin_enable into hud_set_flags

11 years agoTune finite liquids, indev huge caves
proller [Thu, 25 Apr 2013 18:52:23 +0000 (22:52 +0400)]
Tune finite liquids, indev huge caves

11 years agoFix serverlist on -DRUN_IN_PLACE=0 (use path_user instead of path_share)
Zeg9 [Fri, 12 Apr 2013 10:58:04 +0000 (12:58 +0200)]
Fix serverlist on -DRUN_IN_PLACE=0 (use path_user instead of path_share)

11 years agoMove player collisionbox to player class
sapier [Tue, 16 Apr 2013 22:15:53 +0000 (00:15 +0200)]
Move player collisionbox to player class

11 years agokahrl is back
PilzAdam [Thu, 25 Apr 2013 16:32:49 +0000 (18:32 +0200)]
kahrl is back

11 years agoTransform alpha channel as well in shader
kwolekr [Thu, 25 Apr 2013 16:29:27 +0000 (12:29 -0400)]
Transform alpha channel as well in shader

11 years agoFix compatibility of RBA's NDT_GLASSLIKE_FRAMED
Perttu Ahola [Thu, 25 Apr 2013 08:51:28 +0000 (11:51 +0300)]
Fix compatibility of RBA's NDT_GLASSLIKE_FRAMED

11 years agoImprove getFree*ActiveObjectId to reduce common case cpu usage drasticaly
sapier [Sun, 21 Apr 2013 13:54:29 +0000 (15:54 +0200)]
Improve getFree*ActiveObjectId to reduce common case cpu usage drasticaly

11 years agoAdd new drawtype GLASSLIKE_FRAMED
RealBadAngel [Thu, 25 Apr 2013 00:39:21 +0000 (02:39 +0200)]
Add new drawtype GLASSLIKE_FRAMED

11 years agoAdded support to disable built-in HUD elements
Diego Martínez [Wed, 24 Apr 2013 10:52:46 +0000 (07:52 -0300)]
Added support to disable built-in HUD elements

11 years agoFixes possible crash when using hud_change with "align" or "offset"
Diego Martínez [Tue, 23 Apr 2013 08:06:24 +0000 (05:06 -0300)]
Fixes possible crash when using hud_change with "align" or "offset"

11 years agoFix to: addUpdateMeshTaskWithEdge
RealBadAngel [Wed, 24 Apr 2013 02:12:24 +0000 (04:12 +0200)]
Fix to: addUpdateMeshTaskWithEdge
Check in all 6 directions instead of just 3.

11 years agoAdd option to use texture alpha channel
kwolekr [Tue, 23 Apr 2013 22:39:10 +0000 (18:39 -0400)]
Add option to use texture alpha channel

11 years agoDisable fall bobbing by default; enable using fall_bobbing_amount = 1.0
Perttu Ahola [Tue, 23 Apr 2013 20:19:36 +0000 (23:19 +0300)]
Disable fall bobbing by default; enable using fall_bobbing_amount = 1.0

11 years agoGrow dirt_with_snow instead of dirt_with_grass if snow is above it
PilzAdam [Tue, 23 Apr 2013 17:02:41 +0000 (19:02 +0200)]
Grow dirt_with_snow instead of dirt_with_grass if snow is above it

11 years agoAdd minetest.get_player_ip()
ShadowNinja [Thu, 4 Apr 2013 08:28:21 +0000 (04:28 -0400)]
Add minetest.get_player_ip()

11 years agoAdd option to not prepend "Server -!- " to messages sent with minetest.chat_send_player()
ShadowNinja [Sat, 30 Mar 2013 03:28:13 +0000 (23:28 -0400)]
Add option to not prepend "Server -!- " to messages sent with minetest.chat_send_player()

11 years agoAdded offset support for HUD items
Diego Martínez [Mon, 22 Apr 2013 23:47:59 +0000 (20:47 -0300)]
Added offset support for HUD items

11 years agoAdded support for alignment in HUD items
Diego Martínez [Mon, 22 Apr 2013 09:53:55 +0000 (06:53 -0300)]
Added support for alignment in HUD items

11 years agoTranslation to Portuguese of Brazil for Minetest 676/head
eduardojsm [Mon, 22 Apr 2013 20:12:57 +0000 (17:12 -0300)]
Translation to Portuguese of Brazil for Minetest

11 years agomgv7: Implement getGroundLevelAtPoint(), fix layer of topnodes at chunk Y boundaries...
kwolekr [Sun, 21 Apr 2013 19:47:13 +0000 (15:47 -0400)]
mgv7: Implement getGroundLevelAtPoint(), fix layer of topnodes at chunk Y boundaries, remove growGrass()

11 years agoFix findSpawnPos()
kwolekr [Sun, 21 Apr 2013 19:39:34 +0000 (15:39 -0400)]
Fix findSpawnPos()

11 years agoFix hud_change stat argument retrieval
kwolekr [Sun, 21 Apr 2013 16:55:46 +0000 (12:55 -0400)]
Fix hud_change stat argument retrieval

11 years agoClass-ify caves & move to cavegen.cpp, fix cave regression, add caves to Mapgen V7
kwolekr [Sun, 21 Apr 2013 04:11:05 +0000 (00:11 -0400)]
Class-ify caves & move to cavegen.cpp, fix cave regression, add caves to Mapgen V7

11 years agoAdd direction parameter to statbars in HUD API
kwolekr [Sat, 20 Apr 2013 04:21:32 +0000 (00:21 -0400)]
Add direction parameter to statbars in HUD API
Fix health bar overlap when a larger texture is used

11 years agoFix Lua HUD documentation
kwolekr [Thu, 18 Apr 2013 19:26:01 +0000 (15:26 -0400)]
Fix Lua HUD documentation

11 years agoAdd dutch translation
LS-Steeef [Thu, 18 Apr 2013 13:30:11 +0000 (16:30 +0300)]
Add dutch translation

11 years agoSplit HUD code off to hud.cpp, make into a class, extensive Lua HUD modification
kwolekr [Sat, 13 Apr 2013 22:20:22 +0000 (18:20 -0400)]
Split HUD code off to hud.cpp, make into a class, extensive Lua HUD modification

11 years agoLua HUD
Jonathon Anderson [Thu, 11 Apr 2013 18:23:38 +0000 (13:23 -0500)]
Lua HUD

11 years agoMerge pull request #654 from ShadowNinja/remove_old_makefile
darkrose [Sun, 14 Apr 2013 07:18:11 +0000 (00:18 -0700)]
Merge pull request #654 from ShadowNinja/remove_old_makefile

Remove old Makefile

11 years agoRemove old Makefile(that is what git is for) 654/head
ShadowNinja [Sun, 14 Apr 2013 07:06:24 +0000 (03:06 -0400)]
Remove old Makefile(that is what git is for)

11 years agoFix double free, null texture drop
kwolekr [Fri, 12 Apr 2013 21:20:05 +0000 (17:20 -0400)]
Fix double free, null texture drop

11 years agoSwing the camera down when the player lands on the ground, based on the velocity...
MirceaKitsune [Mon, 8 Apr 2013 01:41:33 +0000 (15:41 -1000)]
Swing the camera down when the player lands on the ground, based on the velocity the surface is hit with.

11 years agoFix masterserver javascript: adjustable output id
proller [Thu, 11 Apr 2013 16:18:34 +0000 (20:18 +0400)]
Fix masterserver javascript: adjustable output id

11 years agoBugfixes to get_craft_recipe and get_all_craft_recipes.
RealBadAngel [Thu, 11 Apr 2013 01:36:38 +0000 (03:36 +0200)]
Bugfixes to get_craft_recipe and get_all_craft_recipes.
Improvements to get_all_craft_recipes (see api doc)

11 years agofix bug in scriptapi line_of_sight
sapier [Tue, 9 Apr 2013 18:33:59 +0000 (20:33 +0200)]
fix bug in scriptapi line_of_sight
fix warnings for pathfinder debug traces

11 years agofix objects colliding with its own collision boxes 637/head
sapier [Tue, 9 Apr 2013 21:16:13 +0000 (23:16 +0200)]
fix objects colliding with its own collision boxes

11 years agofix emergemanager memory leaks
sapier [Sun, 7 Apr 2013 19:01:19 +0000 (21:01 +0200)]
fix emergemanager memory leaks

11 years agofix various memory leaks
sapier [Sun, 7 Apr 2013 20:27:27 +0000 (22:27 +0200)]
fix various memory leaks

11 years agofix extruded items texture leak
sapier [Sun, 7 Apr 2013 18:00:25 +0000 (20:00 +0200)]
fix extruded items texture leak

11 years agoUse system wide LuaJIT if aviable.
RealBadAngel [Sun, 7 Apr 2013 18:35:48 +0000 (20:35 +0200)]
Use system wide LuaJIT if aviable.

11 years agofix memory leak on sound shutdown
sapier [Sun, 7 Apr 2013 19:17:26 +0000 (21:17 +0200)]
fix memory leak on sound shutdown

11 years agofix memory leak in loadMedia
sapier [Sun, 7 Apr 2013 18:39:59 +0000 (20:39 +0200)]
fix memory leak in loadMedia

11 years agoaddon extended resource accounting
sapier [Sun, 7 Apr 2013 18:22:06 +0000 (20:22 +0200)]
addon extended resource accounting

11 years agofix inventory image texture leak
sapier [Sun, 7 Apr 2013 17:47:34 +0000 (19:47 +0200)]
fix inventory image texture leak

11 years agofix memory leaks introduced by invalid gettext usage
sapier [Sun, 7 Apr 2013 17:15:17 +0000 (19:15 +0200)]
fix memory leaks introduced by invalid gettext usage

11 years agoreplace Server smart pointer with conventional one to gain control over dtor call...
sapier [Sun, 7 Apr 2013 17:41:12 +0000 (19:41 +0200)]
replace Server smart pointer with conventional one to gain control over dtor call order

11 years agofix memory leak on shader shutdown
sapier [Sun, 7 Apr 2013 19:42:54 +0000 (21:42 +0200)]
fix memory leak on shader shutdown

11 years agofix memory leak in itemdef
sapier [Sun, 7 Apr 2013 20:02:57 +0000 (22:02 +0200)]
fix memory leak in itemdef
cleanup useless code

11 years agofix huge texture leak in tiledef
sapier [Sun, 7 Apr 2013 20:19:53 +0000 (22:19 +0200)]
fix huge texture leak in tiledef
fix minor glitches too

11 years agofix 3d model mesh leak
sapier [Sun, 7 Apr 2013 18:13:21 +0000 (20:13 +0200)]
fix 3d model mesh leak

11 years agofix mesh leak in camera class
sapier [Sun, 7 Apr 2013 18:33:00 +0000 (20:33 +0200)]
fix mesh leak in camera class

11 years agoAdd param2 field for ores, some minor fixes and misc. code cleanup
kwolekr [Mon, 8 Apr 2013 01:21:17 +0000 (21:21 -0400)]
Add param2 field for ores, some minor fixes and misc. code cleanup

11 years agoAdd Ukrainian language.
Ilya Zhuravlev [Sun, 7 Apr 2013 11:36:46 +0000 (15:36 +0400)]
Add Ukrainian language.

11 years agoFix black tree leaves, reduce above-ground cave shadows
kwolekr [Sun, 7 Apr 2013 06:26:46 +0000 (02:26 -0400)]
Fix black tree leaves, reduce above-ground cave shadows