summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2015-10-02Mapnode: Replace rotateAlongYAxis with improved versionparamat
2015-09-30Fix some SRP issuesest31
2015-09-29Some map border related fixesest31
2015-09-29Don't serialize StaticObjectList with > 65535 objectsKahrl
2015-09-26Decorations: Remove error message 'chunksize not divisable by sidelen'paramat
2015-09-27Abort at uncatched exceptionsest31
2015-09-26Fix redis erroring on non found blocksest31
2015-09-26Fix falling through nodes on world load (fixes #2784)Christof Kaufmann
2015-09-26redis: throw error if block request failednetinetwalker
2015-09-23Add /emergeblocks command and core.emerge_area() Lua APIkwolekr
2015-09-23Save and remove player by pointerLoic Blot
2015-09-22Mapnode: Add rotateAlongYAxisFull supporting 24 facedirsparamat
2015-09-19Various style cleanups + unused code removalest31
2015-09-19Little optimization on getAdded/Removed activeobjects per player loop.Loic Blot
2015-09-19Mgv5/6/7: Re-add #include profiler.h as commented-out optionparamat
2015-09-19Blob ore: Fix partial blobsparamat
2015-09-17Send proper block to old clients for swap_node callsest31
2015-09-17Ore: Add puff ore typekwolekr
2015-09-16Fix object position border checkingest31
2015-09-15Disallow placing entities outside safe boundariesest31
2015-09-14Firelike drawtype: Improve codeparamat
2015-09-14Serialisation: documentation fixes, clarifying renames and whitespace fixesest31
2015-09-13Ore: Add ore sheet column height range selectionkwolekr
2015-09-10networkprotocol.h: remove "u16 command" from docest31
2015-09-10Improve locale directory detectionest31
2015-09-08Change m_client_event_queue's type to std::queueLoic Blot
2015-09-07Mgv5/mgv7 biomes: Reduce heat and humidity noise spreads to former value of 750paramat
2015-09-06Use CUSTOM_LOCALEDIR if specifiedShadowNinja
2015-09-06Fix building on OSX, broken since "Clean up threading"Pavel Puchkin
2015-09-03Areastore: fix "attempt to index a number value"est31
2015-09-01Warn when building without cURLShadowNinja
2015-09-01Enable server build when no builds are enabledShadowNinja
2015-09-01Hide minimap if it has been disabled by serverest31
2015-09-01gettext.cpp: Fix syntax error when using MSVCjh10001
2015-08-31Make ClientInterface::statenames consistent with the state enum againest31
2015-08-30l_mainmenu.h: remove unused l_get_dirlist functionest31
2015-08-29Ores: change ore chance in clusters to better respect clust_num_ores for dens...Gael-de-Sailly
2015-08-29Dungeongen: Remove floating framesparamat
2015-08-27Push error handler afresh each time lua_pcall is usedKahrl
2015-08-27Use numeric indices and raw table access with LUA_REGISTRYINDEXKahrl
2015-08-25Change i++ to ++iDavid Jones
2015-08-23Clean up threadingShadowNinja
2015-08-20tileable flags are needed also without shaders because of filtersRealBadAngel
2015-08-20Remove use of engine sent texture tiling flags - theyre no longer neededRealBadAngel
2015-08-19Fix indianred and indigo of color-stringRui
2015-08-19Android: bypass broken wide_to_utf8 with wide_to_narrow (again)est31
2015-08-19Fix inventory replace bugest31
2015-08-18SAPI: Disable unlockable time profilingkwolekr
2015-08-16SEnv: Remove static_exists from ActiveObjects in deleted blockskwolekr
2015-08-16Remove unused functions.onkrot