Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Document extended meaning of active_object_send_range_blocks setting. | Lars Hofhansl | 2017-12-03 | 1 | -0/+6 | |
| | ||||||
* | Optionally extend the active object in a players camera direction. | Lars Hofhansl | 2017-12-03 | 2 | -15/+53 | |
| | | | | | | | | | See #6667 By setting active_object_send_range_blocks > active_block_range a server admin can allow clients to retrieve active objects futher out from the player at relatively low cost to the server (only objects in the players' view cone are considered). | |||||
* | Shut down mapgen threads before other shutdown tasks (#6689) | raymoo | 2017-12-03 | 1 | -10/+17 | |
| | | | | | | Solves some issues with ModStorage functionality in mapgen threads that occurred when mapgen threads continued to run after the main server thread had stopped. Also shuts down mapgen threads before shutdown callbacks are called. | |||||
* | Update documentation regarding authentication handler and related functions | sfan5 | 2017-12-01 | 1 | -24/+55 | |
| | | | | | | Properly document it instead of referencing the builtin handler as authoritative "example" code. Also adds definition of get_auth_handler() which was missing previously. | |||||
* | Make core.auth_table private and structure builtin/auth.lua | sfan5 | 2017-12-01 | 1 | -41/+45 | |
| | | | | If you give modders the ability to do something, they will... | |||||
* | Lua_api.txt: Remove MT version, fix spelling and clean up | ezhh | 2017-12-01 | 2 | -20/+17 | |
| | | | | | Removes references to MT version in intro section. Update bump_version.sh to no longer manage version information. | |||||
* | CAO/SAO: Nicer velocity-controlled, interpolated rotation property: | SmallJoker | 2017-12-01 | 2 | -18/+18 | |
| | | | | | 'automatic_face_movement_max_rotation_per_sec'. Rotate towards the smaller angle. | |||||
* | Turn off verbose info message introduced accidentally with ae9b1aa | Lars Hofhansl | 2017-11-29 | 1 | -1/+1 | |
| | ||||||
* | Fix spelling mistakes in client_lua_api.txt | Bluebird | 2017-11-29 | 1 | -10/+10 | |
| | ||||||
* | Client lua api documentation: .md -> .txt | paramat | 2017-11-28 | 1 | -0/+0 | |
| | | | | | | | | | | | | For consistency, and for much improved access on Github. On Github: .md disables being able to link to a line, needed daily when quickly referring people to particular lines. Search returns results in .md files, but you cannot then click the line number to go to that line in the document, making searching difficult. Line numbers are not displayed for .md documents. | |||||
* | Fix lua_api.txt indentation issues | ezhh | 2017-11-28 | 1 | -49/+48 | |
| | ||||||
* | Fix documentation formatting for on_death callback | Ezhh | 2017-11-28 | 1 | -1/+1 | |
| | ||||||
* | F5 Debug info: More compact, return to 2 lines | paramat | 2017-11-27 | 1 | -54/+32 | |
| | | | | All data fits on width 960, most useful data still visible on width 800. | |||||
* | Hint at problematic code when logging deprecated calls | sfan5 | 2017-11-27 | 1 | -3/+9 | |
| | ||||||
* | Light curve: Add and tune mid boost gaussian | paramat | 2017-11-27 | 3 | -17/+34 | |
| | | | | | | Create a closer match to the light curve of 0.4.16 stable. Results in darker shadows while maintaining the 'brightness' and light spread. | |||||
* | Improve documentation for player:set_attribute() | Ezhh | 2017-11-25 | 1 | -1/+1 | |
| | ||||||
* | Fix misspellings | gituser2194 | 2017-11-24 | 1 | -8/+8 | |
| | | | | | | | | | | | | | | "diffferent" to "different" "occuring" to "occurring" "determin" to "determine" "ommited" to "omitted" "authetification" to "authentication" "conponent" to "component" "ommitted" to "omitted" "celcius" to "Celsius" "succesful" to "successful" Misspellings found using GNU Spell version 1.0 | |||||
* | Inventory: Restrict access from too far away | SmallJoker | 2017-11-24 | 2 | -22/+46 | |
| | ||||||
* | Clearobjects: Send progress messages to terminal using actionstream | paramat | 2017-11-24 | 3 | -7/+7 | |
| | | | | | Change default mode to 'quick' as 'full' can lock up a server for a long time. | |||||
* | core.rotate_node: Run callbacks like with any regular placed node (#6648) | SmallJoker | 2017-11-21 | 1 | -37/+11 | |
| | ||||||
* | Stratum ore: Add option for a constant thickness stratum | paramat | 2017-11-19 | 4 | -18/+35 | |
| | | | | | Add a 'stratum thickness' integer parameter, as an alternative to providing a 2nd noise parameter for thickness variation. | |||||
* | Mainmenu: Improve button alignment | ezhh | 2017-11-19 | 4 | -15/+15 | |
| | ||||||
* | README.md: Add table of Linux dependencies | Reedych | 2017-11-19 | 1 | -1/+17 | |
| | ||||||
* | Fix mousewheel behaviour in textarea (#6641) | shivajiva101 | 2017-11-18 | 1 | -1/+1 | |
| | | | | | | | Allowing scrolling with the mousewheel when the vertical scrollbar is hidden, unnecessarily exposes oversized containers and newlines at the end of the text. For example try scrolling over the textareas in the pause menu. This PR addresses the issue by requiring the scrollbar to be visible before allowing the scrolling with the mousewheel. | |||||
* | Fix dark liquids (#6621) | Vitaliy | 2017-11-18 | 2 | -23/+33 | |
| | | | | * Update light storage format | |||||
* | Ore API documentation: Update and improve | paramat | 2017-11-17 | 1 | -9/+46 | |
| | ||||||
* | Biome dust node: Only place on 'walkable' cubic non-liquid drawtypes | paramat | 2017-11-17 | 1 | -1/+10 | |
| | | | | | | No longer decide placement on 'buildable_to' parameter. Dust nodes only look acceptable placed on cubic nodes. Modders may not want to make their plantlike decorations 'buildable_to'. | |||||
* | Load files from subfolders in texturepacks | number Zero | 2017-11-17 | 7 | -19/+63 | |
| | | | | Updated and rebased version of a PR by red-001 | |||||
* | Allow zoom to actually show more data. | Lars Hofhansl | 2017-11-15 | 4 | -15/+33 | |
| | | | | | This allows the client to retrieve blocks at a greater distance from the server, thus allowing for a real zoom. | |||||
* | Fix item and wield meshes (#6596) | Vitaliy | 2017-11-14 | 4 | -35/+57 | |
| | ||||||
* | Mainmenu: Make capitalisation consistent in mainmenu and advanced settings | ezhh | 2017-11-14 | 4 | -29/+29 | |
| | ||||||
* | PlayerSAO damage: Update to cope with variable player heights | paramat | 2017-11-14 | 1 | -37/+45 | |
| | | | | Nearby codestyle cleanup. | |||||
* | Sounds: Add falling node sounds | Auke Kok | 2017-11-14 | 1 | -1/+5 | |
| | | | | | | | | Falling nodes should make a sound. This can only be done here, so for simplicity we just call the sound_play() here with the node place sound. We ignore any gain value in the sound spec since a falling node should be loud, so the 1.0 default gain makes sense here. | |||||
* | Improve Settings tab button alignments | ezhh | 2017-11-13 | 1 | -23/+23 | |
| | ||||||
* | Lua_api.txt: Add documentation of required mapgen aliases | paramat | 2017-11-13 | 1 | -1/+73 | |
| | ||||||
* | Remove incorrect entry from settingtypes | Ezhh | 2017-11-12 | 2 | -9/+0 | |
| | ||||||
* | Move files to subdirectories (#6599) | Vitaliy | 2017-11-08 | 118 | -221/+236 | |
| | | | | * Move files around | |||||
* | Make use of safe file writing in auth handler (fixes #6576) | sfan5 | 2017-11-08 | 1 | -6/+5 | |
| | ||||||
* | Add minetest.safe_write_file() to script API | sfan5 | 2017-11-08 | 3 | -0/+25 | |
| | ||||||
* | Fix issue Minetest crash when custom font path is not exist | Muhammad Rifqi Priyo Susanto | 2017-11-08 | 3 | -15/+100 | |
| | | | | We try to use default fallback for both mono and main font when custom font path is not exist. This way, if Minetest is not corrupted, we could avoid crash. | |||||
* | Lua_api.txt: Add documentation for 'eye_height' player object property | paramat | 2017-11-06 | 1 | -5/+8 | |
| | ||||||
* | Item entities: Enable item collision detection for sudden movement | DTA7 | 2017-11-06 | 1 | -18/+15 | |
| | ||||||
* | LINT: Add files to whitelist, fix detected indent errors | paramat | 2017-11-06 | 6 | -23/+36 | |
| | ||||||
* | Player eye height: Make this a settable player object property | paramat | 2017-11-06 | 7 | -4/+15 | |
| | ||||||
* | Fix Settings tab formspec alignment (#6585) | Ezhh | 2017-11-05 | 1 | -2/+2 | |
| | ||||||
* | Do not scale texture unless necessary. | Lars Hofhansl | 2017-11-04 | 1 | -1/+2 | |
| | | | | | This avoids scaling textures to 'texture_min_size' unless it is actually required (because either auto-scaling or bi/trilinear filtering is enabled) | |||||
* | httpfetch: Enable gzip support | sfan5 | 2017-11-04 | 1 | -0/+1 | |
| | ||||||
* | Rewrite rendering engine (#6253) | Vitaliy | 2017-10-31 | 25 | -618/+1008 | |
| | | | | | | | | | | | | * Clean draw_*() arguments * Split rendering core * Add anaglyph 3D * Interlaced 3D * Drop obsolete methods | |||||
* | Add sha1 to lua utils. (#6563) | Rob Blanckaert | 2017-10-30 | 4 | -0/+40 | |
| | ||||||
* | Initial Haiku support (#6568) | miqlas | 2017-10-30 | 5 | -5/+23 | |
| | | | | * Iitial Haiku support |