summaryrefslogtreecommitdiff
path: root/src/server.cpp
Commit message (Collapse)AuthorAge
* Added glass, with rendering and furnace support.Ciaran Gultnieks2011-05-09
|
* random comment updatesPerttu Ahola2011-04-30
|
* Maybe fixed the flood of "WARNING: StaticObjectList::remove(): id=13 not ↵Perttu Ahola2011-04-29
| | | | found" style debug messages on the server when a player has quit.
* tested out and commented out some new stuff for the terrain generator, to be ↵Perttu Ahola2011-04-26
| | | | used in the future.
* Optimized map saving and sending (server-side)Perttu Ahola2011-04-26
|
* Added /#time <int> command to server for changing the time of dayPerttu Ahola2011-04-25
|
* fix to the previous commitPerttu Ahola2011-04-25
|
* server to print version in chatPerttu Ahola2011-04-25
|
* Updated to-do list and added the give_initial_stuff setting for testingPerttu Ahola2011-04-22
|
* Some work-in-progress in hp and mobs and a frightening amount of random fixes.Perttu Ahola2011-04-21
|
* item drop multiplication fixPerttu Ahola2011-04-19
|
* fixingPerttu Ahola2011-04-12
|
* Fixed some problems with crafting and inventoryPerttu Ahola2011-04-11
|
* fixed warnings reported by cppcheckPerttu Ahola2011-04-11
|
* Fixed error reported by cppcheck:Perttu Ahola2011-04-11
| | | | [./server.cpp:1327]: (error) Possible null pointer dereference: obj - otherwise it is redundant to check if obj is null at line 1332
* better support for old mapsPerttu Ahola2011-04-10
|
* Map generation is now properly threaded and doesn't block block placement ↵Perttu Ahola2011-04-10
| | | | and other stuff.
* a commit before starting to reorganize the map loading/generation logicPerttu Ahola2011-04-10
|
* implemented rats in new system to verify that it worksPerttu Ahola2011-04-10
|
* items now fall by gravity... also some other random updatingPerttu Ahola2011-04-10
|
* new object systemPerttu Ahola2011-04-10
|
* Some progress on transitioning from MapBlockObject to ActiveObject.Perttu Ahola2011-04-08
|
* stone shovel now needs cobble, not stone.Perttu Ahola2011-04-06
|
* Server: Only send node removal/addition to client if client's player is near ↵Perttu Ahola2011-04-06
| | | | it. Otherwise set the modified blocks unsent.
* Furnace is now usable. Added more tools.Perttu Ahola2011-04-05
| | | | | | --HG-- rename : data/tool_stpick.png => data/tool_stonepick.png rename : data/tool_wpick.png => data/tool_woodpick.png
* initial workings of the furnacePerttu Ahola2011-04-05
|
* changed node metadata format to better accomodate future needs and problemsPerttu Ahola2011-04-05
|
* Fixed chest contents not immediately updating to all playersPerttu Ahola2011-04-04
|
* Chests work now!Perttu Ahola2011-04-04
|
* initial chest metadataPerttu Ahola2011-04-04
|
* fully implemented the sign with the new frameworkPerttu Ahola2011-04-04
|
* commit before some more radical changesPerttu Ahola2011-04-03
|
* Removed lua stuffPerttu Ahola2011-04-03
|
* Revert mapgen to best working version (2)Perttu Ahola2011-04-03
|
* tuned water texture and removed two debug prints from serverPerttu Ahola2011-04-02
|
* Mapgen is better now. Not a lot, but a bit!Perttu Ahola2011-04-02
|
* mapgen work-in-progressPerttu Ahola2011-03-02
|
* mapgen tweakingPerttu Ahola2011-03-01
|
* fixed server sending wrong position of node removalPerttu Ahola2011-02-28
|
* added trees (very glitchy) and changed grass texturePerttu Ahola2011-02-28
|
* A third try on terrain generation. No trees yet.Perttu Ahola2011-02-28
|
* updated scripting api a bitPerttu Ahola2011-02-23
| | | | | | --HG-- rename : data/luaobjects/test/client.lua => data/scripts/objects/test/client.lua rename : data/luaobjects/test/server.lua => data/scripts/objects/test/server.lua
* mainly work on object scripting apiPerttu Ahola2011-02-23
|
* preliminary lua scripting framework for objectsPerttu Ahola2011-02-21
|
* Temporary commit; lots of test code and stuffPerttu Ahola2011-02-21
|
* random code cleaning, shouldn't affect anythingPerttu Ahola2011-02-18
|
* Ctrl+C handling on POSIX, some commands for server and other tweakingPerttu Ahola2011-02-15
|
* server now won't crash when it is tries to generate blocks that are not ↵Perttu Ahola2011-02-15
| | | | inside MAP_GENERATION_LIMIT
* New way of determining the outcome of diggingPerttu Ahola2011-02-14
|
* players to not be saved when map saving is disabled (due to some error)Perttu Ahola2011-02-14
|