Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Use std::string::empty() instead of size() where applicable | Anton | 2014-12-12 |
| | |||
* | serialize.h: use machine native byte swapping if available, fall-back to ↵ | Rafael Reilova | 2014-11-21 |
| | | | | | | | | | | | | | | | | | | | | | previous generic method if not (supported for GCC using endian.h, detection done in cmake) write/readARGB8() - just write 32-bit color in one op, instead of 4 1-byte ops cleanup: removed unneeded buffer init for some serialize-out functions use a #define for the fixed point factor in read/writeF1000() nodemetadata.cpp, nodetimer.cpp optimzation: simpler deserialize node position method staticobject.cpp: cleanup: use util/serialize.h inlines instead of its own de/serialization serialize.cpp: minor optimization/cleanup: avoid generation of unneeded string temporary CMakeLists.txt, cmake_config.h.in: detection of endian.h config.h: added HAVE_ENDIAN_H Commits due to feedback squashed Signed-off-by: Craig Robbins <kde.psych@gmail.com> | ||
* | Add a limit to node meta data resolving recursion | ShadowNinja | 2014-05-07 |
| | |||
* | Update Copyright Years | Sfan5 | 2013-02-24 |
| | |||
* | Change Minetest-c55 to Minetest | PilzAdam | 2013-02-24 |
| | |||
* | Properly and efficiently use split utility headers | Perttu Ahola | 2012-06-17 |
| | |||
* | Switch the license to be LGPLv2/later, with small parts still remaining as ↵ | Perttu Ahola | 2012-06-05 |
| | | | | GPLv2/later, by agreement of major contributors | ||
* | Strip unneeded variables from NodeMetadata | darkrose | 2012-06-03 |
| | |||
* | WIP node metadata, node timers | Kahrl | 2012-06-03 |
| | |||
* | Move NodeMetadata prototype containers to content_nodemeta.cpp to fix them ↵ | Perttu Ahola | 2011-12-01 |
| | | | | not being filled correctly on some systems and compilers | ||
* | Mode node definition loading from Lua (still not finished), fix metadata ↵ | Perttu Ahola | 2011-11-29 |
| | | | | creation from name | ||
* | Add names to NodeMetadata | Perttu Ahola | 2011-11-29 |
| | |||
* | Create framework for getting rid of global definitions of ↵ | Perttu Ahola | 2011-11-29 |
| | | | | node/tool/item/whatever types | ||
* | Switch more stuff to use the logging thing and fix segfault on player leave ↵ | Perttu Ahola | 2011-10-16 |
| | | | | from server as introduced in a previous switch-to-logging commit | ||
* | Created and moved stuff to content_nodemeta.{h,cpp} | Perttu Ahola | 2011-06-18 |
| | |||
* | Moved some mapnode content stuff from mapnode.{h,cpp} and digging property ↵ | Perttu Ahola | 2011-06-17 |
| | | | | stuff from material.cpp to content_mapnode.{h,cpp} | ||
* | hopefully fixed old furnaces taking ridiculous amounts of cpu and halting ↵ | Perttu Ahola | 2011-06-16 |
| | | | | the server | ||
* | Reduced server CPU usage on NodeMetadata step()s. Also furnace now cooks ↵ | Perttu Ahola | 2011-05-31 |
| | | | | while no players are near it. | ||
* | Some progress on transitioning from MapBlockObject to ActiveObject. | Perttu Ahola | 2011-04-08 |
| | |||
* | fixed the bug of disabled removal of empty chests | Perttu Ahola | 2011-04-06 |
| | |||
* | Furnace is now usable. Added more tools. | Perttu Ahola | 2011-04-05 |
| | | | | | | --HG-- rename : data/tool_stpick.png => data/tool_stonepick.png rename : data/tool_wpick.png => data/tool_woodpick.png | ||
* | A more robust format for node metadata | Perttu Ahola | 2011-04-05 |
| | |||
* | initial workings of the furnace | Perttu Ahola | 2011-04-05 |
| | |||
* | changed node metadata format to better accomodate future needs and problems | Perttu Ahola | 2011-04-05 |
| | |||
* | Chests work now! | Perttu Ahola | 2011-04-04 |
| | |||
* | initial chest metadata | Perttu Ahola | 2011-04-04 |
| | |||
* | forgot some files | Perttu Ahola | 2011-04-04 |