aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
AgeCommit message (Collapse)Author
2011-06-05Messed around with genmap.py. Now supports format version 17.Perttu Ahola
2011-06-04documentation update (mapformat.txt mainly)Perttu Ahola
2011-06-02In a globally installed build, debug.txt is now placed in userdata ↵Perttu Ahola
directory. Needs testing still.
2011-06-020.2.20110602_0Perttu Ahola
2011-06-02Fixed the password crash on WindowsPerttu Ahola
2011-05-31Reduced server CPU usage on NodeMetadata step()s. Also furnace now cooks ↵Perttu Ahola
while no players are near it.
2011-05-31Reduced the CPU usage of the sent block selector algorithmPerttu Ahola
2011-05-29updated commentsPerttu Ahola
--HG-- extra : rebase_source : bb7c083b9ab2989d90f41255b85e9e3edaf578ef
2011-05-29tuned grass growth ratePerttu Ahola
--HG-- extra : rebase_source : 8ad4d13fc7ab1088ebd18cf968d912949aab8eae
2011-05-29player passwords and privileges in world/auth.txtPerttu Ahola
--HG-- extra : rebase_source : 7260636295d9068fbeeddf4143c89f2b8a91446c
2011-05-24a work-in-progress map modified callback interface (committing because i ↵Perttu Ahola
want to merge the fence stuff)
2011-05-23merged password change menuPerttu Ahola
2011-05-22Some work-in-progress stuff and many comment updatesPerttu Ahola
2011-05-22Added the ability to change your password (via pause menu)Ciaran Gultnieks
--HG-- extra : rebase_source : e8ec407f60711d42d33be4811b2880088f617b5b
2011-05-22Preliminary "active block" stuff + set up test code to grow grass.Perttu Ahola
2011-05-21added a delay to menu loopPerttu Ahola
2011-05-21Cleaned networking code a bit (had this one on the to-do list for like 4 ↵Perttu Ahola
months already)
2011-05-21All textures are are now searched first from the directory specified by the ↵Perttu Ahola
texture_path setting.
2011-05-20Passwords - a few corrections to the previous commitCiaran Gultnieks
2011-05-20Passwords - password entry at main menu, stored and checked by serverCiaran Gultnieks
2011-05-14removed unnecessary commentPerttu Ahola
2011-05-14Added key configuration in the configuration file.Perttu Ahola
2011-05-03comment updatePerttu Ahola
2011-04-30random comment updatesPerttu Ahola
2011-04-29Maybe fixed the flood of "WARNING: StaticObjectList::remove(): id=13 not ↵Perttu Ahola
found" style debug messages on the server when a player has quit.
2011-04-27Changed a bit of the code that is and should still be commented out.Perttu Ahola
2011-04-26Optimized map saving and sending (server-side)Perttu Ahola
2011-04-24Optimized smooth lighting calculation codePerttu Ahola
2011-04-24updated menu a bit, and some other small fixesPerttu Ahola
2011-04-24Made the main menu a bit more unique lookingPerttu Ahola
2011-04-23fix to the previous commitPerttu Ahola
2011-04-23tuned error reporting a bitPerttu Ahola
2011-04-23port to be not set to 0 from configurationPerttu Ahola
2011-04-23Code refactoring; split half of main.cpp to game.cpp.Perttu Ahola
2011-04-23cleaning up main.cpp a bitPerttu Ahola
2011-04-22Updated to-do list and added the give_initial_stuff setting for testingPerttu Ahola
2011-04-22Removed IrrlichtWrapperPerttu Ahola
2011-04-21Some work-in-progress in hp and mobs and a frightening amount of random fixes.Perttu Ahola
2011-04-15Menu will now ignore an invalid port or the port 0.Perttu Ahola
2011-04-12fixed port setting not being loaded from configuration file for clientPerttu Ahola
2011-04-11Added installing build-essential to build instructions and modified the ↵Perttu Ahola
main.cpp notes a bit
2011-04-10items now fall by gravity... also some other random updatingPerttu Ahola
2011-04-10new object systemPerttu Ahola
2011-04-08Some progress on transitioning from MapBlockObject to ActiveObject.Perttu Ahola
2011-04-06stone shovel now needs cobble, not stone.Perttu Ahola
2011-04-06cleaning notes and stuffPerttu Ahola
2011-04-06Made mesh update on node addition asynchronous on client, to reduce ↵Perttu Ahola
frametime spikes
2011-04-06fixed the bug of disabled removal of empty chestsPerttu Ahola
2011-04-05changed node metadata format to better accomodate future needs and problemsPerttu Ahola
2011-04-04Fixed chest contents not immediately updating to all playersPerttu Ahola