Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix server getting completely choked up on even a little of DoS | Perttu Ahola | 2013-08-04 |
| | | | | | | * If client count is unbearable, immediately delete denied clients * Re-prioritize the checking order of things about incoming clients * Remove a huge CPU-wasting exception in ReliablePacketBuffer | ||
* | Allow mods to listen to cheat detections using minetest.register_on_cheat() | Perttu Ahola | 2013-08-04 |
| | |||
* | Fix anticheat | Perttu Ahola | 2013-08-03 |
| | |||
* | Lessen the sky color glitch when quickly turning to look up after looking at ↵ | Perttu Ahola | 2013-08-03 |
| | | | | ground that contains caves | ||
* | Fix and improve view range tuner | Perttu Ahola | 2013-08-03 |
| | |||
* | Add replacements to schematics | PilzAdam | 2013-08-03 |
| | |||
* | More info in serverlist | proller | 2013-08-03 |
| | |||
* | Allow multiple 'wherein' nodes in oredef | PilzAdam | 2013-08-02 |
| | |||
* | Weather backward compatibility | proller | 2013-08-02 |
| | |||
* | Leveled nodebox backward compatibility | proller | 2013-08-02 |
| | |||
* | Make bumpmapping compatible with irrlicht 1.8 | Esteban I. Ruiz Moreno | 2013-07-31 |
| | |||
* | Add support for setting stepheight for entities | sapier | 2013-07-30 |
| | |||
* | Fix warnings in mapblock.cpp | PilzAdam | 2013-07-28 |
| | |||
* | Play sounds/main_menu.ogg in menu | PilzAdam | 2013-07-28 |
| | |||
* | Warnings fix | proller | 2013-07-29 |
| | |||
* | Better snow fall, finite liquid transform, leveled nodes api | proller | 2013-07-28 |
| | |||
* | Weather support | proller | 2013-07-27 |
| | |||
* | Dont announce server in singleplayer | proller | 2013-07-27 |
| | |||
* | Add support of pressed_texture of image_button | BlockMen | 2013-07-24 |
| | | | | | | | | | | Fix params number Add pressed texture name Fix string def Fix syntax error | ||
* | Add gettext translation for image_button | BlockMen | 2013-07-24 |
| | |||
* | Cosmetic player info changes | proller | 2013-07-24 |
| | |||
* | Fix modstore URLs | PilzAdam | 2013-07-22 |
| | |||
* | Disable gamemanager by default | PilzAdam | 2013-07-22 |
| | |||
* | Fix bug in world creation | sapier | 2013-07-22 |
| | | | | Add old style mod selection in worldconfig dialog | ||
* | Use user folder for gamemanager too | sapier | 2013-07-22 |
| | |||
* | Enable mod and gamemanager by default | sapier | 2013-07-22 |
| | |||
* | merge mainmenu_helper.lua to misc_helpers.lua | sapier | 2013-07-22 |
| | |||
* | Add configurable curl timeout | sapier | 2013-07-22 |
| | |||
* | Add playernumber to favorites list | sapier | 2013-07-22 |
| | |||
* | Add support for modstore screenshots | sapier | 2013-07-22 |
| | | | | Add error output on invalid mmdb entries | ||
* | Fix light issue in 6d facedir. | RealBadAngel | 2013-07-21 |
| | |||
* | Bump protocol version | PilzAdam | 2013-07-20 |
| | |||
* | Add an option to disable object <-> object collision for Lua entities | PilzAdam | 2013-07-20 |
| | |||
* | Add liquid_range to nodedef | PilzAdam | 2013-07-20 |
| | |||
* | Make range of tools configureable | PilzAdam | 2013-07-20 |
| | |||
* | Add set_breath and get_breath to lua API. | RealBadAngel | 2013-07-20 |
| | |||
* | Randomly choose singleplayer port | PilzAdam | 2013-07-16 |
| | |||
* | Fix lighting bug caused by disappearing lava | PilzAdam | 2013-07-16 |
| | |||
* | Remove support for common mods | PilzAdam | 2013-07-16 |
| | |||
* | Change ContentFeatures array to a vector | Kahrl | 2013-07-14 |
| | |||
* | Leveled nodebox | proller | 2013-07-13 |
| | |||
* | Remove lots of debug output from modmgr | sapier | 2013-07-12 |
| | | | | | Fix RUN_IN_PLACE=0 mod install (now mods are saved in user folder in that case) Fix text of field element not unescaped correctly | ||
* | Masterserver mods announse, ipv6, better curl errors | proller | 2013-07-13 |
| | |||
* | Clean up bumpmap code a bit | kwolekr | 2013-07-12 |
| | |||
* | Disallow the name 'singleplayer' in a multiplayer server | PilzAdam | 2013-07-12 |
| | |||
* | Fix multiple texture support for animated meshnodes | stujones11 | 2013-07-10 |
| | |||
* | Fix serverlist | sapier | 2013-07-09 |
| | |||
* | Dont play digging sound if not digging | PilzAdam | 2013-07-09 |
| | |||
* | Revert "Fix serverlist not beeing escaped correctly" | kwolekr | 2013-07-08 |
| | | | | This reverts commit 39d03148e5d98ef5f9a31b131a79ff2bbd71a877. | ||
* | Fix serverlist not beeing escaped correctly | sapier | 2013-07-08 |
| | | | | | Always use address for server Fix first (empty) element beeing selected after deleting last world |