Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add support for IPv6 | proller | 2013-06-23 | 16 | -209/+475 | |
| | | | | | | | Two new configuration options are added: - "enable_ipv6" to enable/disable the overall use of IPv6 - "ipv6_server" to enable/disable the use of IPv6 sockets when running a server (when "enable_ipv6" is enabled) | |||||
* | Decoration: Add support for zero probability, fix breakage from last commit | kwolekr | 2013-06-22 | 4 | -15/+35 | |
| | ||||||
* | Print playername when failing to read playerfile and ignore files starting ↵ | PilzAdam | 2013-06-22 | 3 | -7/+7 | |
| | | | | with . | |||||
* | A handful of minor fixes to various things | kwolekr | 2013-06-22 | 6 | -34/+27 | |
| | ||||||
* | Decoration: Add Schematic decoration type | kwolekr | 2013-06-22 | 8 | -22/+589 | |
| | ||||||
* | Add Hungarian language. | Ilya Zhuravlev | 2013-06-21 | 1 | -0/+785 | |
| | ||||||
* | Merge remote-tracking branch 'origin/master' | Weblate | 2013-06-21 | 163 | -219/+1076 | |
|\ | ||||||
| * | Add a setting for max loop count per step in liquid update | PilzAdam | 2013-06-20 | 3 | -3/+14 | |
| | | ||||||
| * | Make minetest.debug accept multiple parameters; convert them to string | Kahrl | 2013-06-21 | 1 | -3/+21 | |
| | | ||||||
| * | Remove deprecated functions that don't work anymore from lua_api.txt | Kahrl | 2013-06-20 | 1 | -10/+0 | |
| | | ||||||
| * | Play placing sound only if place prediction was successful | PilzAdam | 2013-06-19 | 1 | -7/+13 | |
| | | ||||||
| * | Dont dig or place nodes if interact priv is missing (clientside) | PilzAdam | 2013-06-19 | 1 | -3/+6 | |
| | | ||||||
| * | Add drowning | PilzAdam | 2013-06-19 | 15 | -5/+67 | |
| | | ||||||
| * | Restore old output format of dump() | Diego Martínez | 2013-06-18 | 1 | -1/+1 | |
| | | ||||||
| * | Compress textures | David Gumberg | 2013-06-18 | 110 | -0/+0 | |
| | | ||||||
| * | Decoration: Place decorations in mgv6, check if air or cignore before placement | kwolekr | 2013-06-17 | 2 | -3/+14 | |
| | | ||||||
| * | Show number of objects in client environment in profiler (F6) | Kahrl | 2013-06-18 | 1 | -0/+2 | |
| | | ||||||
| * | Formspec: Don't perform black magic if selected item fits the guess | Kahrl | 2013-06-18 | 2 | -48/+49 | |
| | | ||||||
| * | Fix calculation of selected item (for not drawing it) in formspec | Kahrl | 2013-06-18 | 1 | -1/+1 | |
| | | | | | | | | | | The previous code did not work when the list did not start at index 0 of the inventory list (issue #779). | |||||
| * | Remove useless recalculation of bounding box (mapblock_mesh) | Esteban I. Ruiz Moreno | 2013-06-18 | 1 | -1/+0 | |
| | | ||||||
| * | Decoration, Ore: Resolve node names on Mapgen init | kwolekr | 2013-06-17 | 2 | -5/+5 | |
| | | ||||||
| * | Decoration: Change divlen to sidelen | kwolekr | 2013-06-17 | 4 | -8/+15 | |
| | | ||||||
| * | Add initial Decoration support, many misc. improvements & modifications | kwolekr | 2013-06-17 | 14 | -87/+659 | |
| | | ||||||
| * | Extend a delay in TestConnection from 50 to 100 milliseconds. | Kahrl | 2013-06-17 | 1 | -1/+1 | |
| | | | | | | | | | | The 50 ms delay causes frequent test failures on certain systems with slow network stacks, these failures go away with the 100 ms variant. | |||||
| * | Tweak IDropAction restriction handling in server.cpp | Kahrl | 2013-06-16 | 1 | -0/+12 | |
| | | ||||||
| * | Lazy sunday typo fixing. s/unban_player_of_ip/unban_player_or_ip/g | Kahrl | 2013-06-16 | 2 | -3/+3 | |
| | | ||||||
| * | Removed a redundant step which degraded performance | sweetbomber | 2013-06-15 | 1 | -2/+1 | |
| | | ||||||
| * | Add basic unicode support to the console (linux workaround) | Esteban I. Ruiz Moreno | 2013-06-15 | 1 | -1/+7 | |
| | | ||||||
| * | Fix crash in dump() when index is a table | khonkhortisan | 2013-06-15 | 1 | -1/+1 | |
| | | ||||||
| * | Fixes cmake-gui causing RUN_IN_PLACE to be always off | MetaDucky | 2013-06-13 | 1 | -0/+7 | |
| | | ||||||
| * | Reset dig_time when switching to a tool that cant dig the current node | PilzAdam | 2013-06-13 | 1 | -1/+6 | |
| | | ||||||
| * | Enable word wrapping in profiler IGUIStaticText (freetype needs this) | Kahrl | 2013-06-13 | 1 | -0/+1 | |
| | | ||||||
| * | Play player_damage.ogg when recieving damage and additionally play ↵ | PilzAdam | 2013-06-12 | 2 | -1/+22 | |
| | | | | | | | | player_falling_damage.ogg when recieving falling damage | |||||
| * | Fix class/struct forward declaration inconsistencies (good on ya, MSVC) | Kahrl | 2013-06-06 | 6 | -19/+19 | |
| | | ||||||
| * | Bump version to 0.4.7 | PilzAdam | 2013-06-06 | 2 | -2/+2 | |
| | | ||||||
| * | Revert "Fix multiple texture support for animated meshnodes." (broke ↵ | PilzAdam | 2013-06-06 | 1 | -1/+1 | |
| | | | | | | | | | | | | existing models) This reverts commit 649dca4d16786ed4e5b74878f56b86dea4f02542. | |||||
| * | Close console when it loses focus but it is still on screen | Esteban I. Ruiz Moreno | 2013-06-05 | 3 | -0/+12 | |
| | | ||||||
| * | Only add ^[forcesingle to get raw texture if atlas is used | Kahrl | 2013-06-04 | 1 | -2/+5 | |
| | | ||||||
| * | Fix multiple texture support for animated meshnodes. | stujones11 | 2013-06-03 | 1 | -1/+1 | |
| | | ||||||
| * | Corrected segfault when registering new biomes. | sweetbomber | 2013-06-03 | 1 | -1/+1 | |
| | | ||||||
| * | Add and implement setting max_clearobjects_extra_loaded_blocks. | Kahrl | 2013-06-03 | 5 | -1/+76 | |
| | | | | | | | | | | Now Environment::clearAllObjects() unloads unused blocks in an interval defined by max_clearobjects_extra_loaded_blocks (default 4096). | |||||
| * | Delay deleting replaced textures (m_texture_trash) | Kahrl | 2013-06-03 | 1 | -1/+15 | |
| | | ||||||
| * | Call m_menumgr->deletingMenu from quitMenu in addition to destructor | Kahrl | 2013-06-03 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | This fixes the bug where noMenuActive() keeps returning false after closing a menu until the mouse is moved, rendering the keyboard unusable (the_game calls input->clear() every frame when noMenuActive() is false). | |||||
| * | Add Code::Blocks project and build files to .gitignore | bcnjr5 | 2013-06-03 | 1 | -0/+3 | |
| | | ||||||
| * | Replace c55.me links | Kahrl | 2013-06-03 | 4 | -4/+5 | |
| | | ||||||
| * | Fix missing find_path and line_of_sight | sapier | 2013-06-01 | 1 | -8/+10 | |
| | | ||||||
| * | Fix some nullptr exceptions when handling invalid node inventories | MetaDucky | 2013-06-01 | 1 | -1/+14 | |
| | | ||||||
* | | Translated using Weblate (Kirghiz) | Chyngyz Dzhumaliev | 2013-06-21 | 1 | -3/+3 | |
| | | ||||||
* | | Translated using Weblate (French) | Dany Cuartiella | 2013-06-02 | 1 | -9/+8 | |
|/ | ||||||
* | Translated using Weblate (French) | Ilya Zhuravlev | 2013-06-01 | 1 | -3/+3 | |
| |