- Apr 27, 2015
- Apr 26, 2015
-
-
Tomas Brod authored
On calling clear_redistered_biomes the registered_biomes table is cleared by creating a new empty table, but the pointer is not updated to point to the new one. So after calling more register_biome, the registered_biome table always contains 0 items, which is an error. Instead, the table is cleared by removing all its items so the pointer (minetest.registered_*) remains valid.
-
kwolekr authored
-
est31 authored
It isn't needed anymore, sending ICraftDefManager over the network has been obsoleted by protocol version 7.
-
est31 authored
Fix style, refactor assert, use '"' instead of "\"", replace code duplicating craftGetItemName, rename iterators.
-
kwolekr authored
Split unit tests into separate files under src/unittest/ Give better unittest diagnostics Clean up some code
-
fishyWET authored
fixed some mistakes and added in some new translations
-
Aaron Suen authored
-
Kevin Ott authored
-
srfqi authored
As the fly mode option is avaiable in-game, this is not used anymore.
-
- Apr 24, 2015
- Apr 23, 2015
-
-
paramat authored
Move place_on check to before place_center_x/y/z displacement of p Reduce displacement of p by place_center_x/y/z flags to correctly position schematics
-
- Apr 22, 2015
-
-
est31 authored
Also fix std::logic_error when server::DenyAccess() is used with only two arguments.
-
Loïc Blot authored
but not rename the container. Approved-By est31
-
SmallJoker authored
-
ShadowNinja authored
-
kwolekr authored
Revert "m_active_object_messages is used like a queue. Use std::queue instead of std::list. Also rename to m_active_object_messages_queue" This reverts commit 972d17ba. The commit being reverted was unauthorized. There had been no discussion, review, or sign-off prior to submittal to upstream.
-
- Apr 21, 2015
-
-
Loïc Blot authored
m_active_object_messages is used like a queue. Use std::queue instead of std::list. Also rename to m_active_object_messages_queue
-
ShadowNinja authored
-
kwolekr authored
Fix buffer size calculation for lacunarity < 1.0 Add guard against absurd noise parameters
-
ShadowNinja authored
-
ShadowNinja authored
-
kwolekr authored
-
- Apr 20, 2015
- Apr 19, 2015
- Apr 18, 2015
- Apr 17, 2015
-
-
SmallJoker authored
-
kwolekr authored
-
kwolekr authored
-
est31 authored
Change types for passed password from wstring to string, which removes converting back and forth in most cases. Move the narrow_to_wide conversion, where its neccessary, closer to irrlicht. Remove trailing spaces in guiPasswordChange.cpp. Make parameters for translatePassword passed as const reference.
-