aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
AgeCommit message (Collapse)Author
2011-07-22fixed some problems with filenames of the translationsConstantin Wenger
2011-07-22fixed some problems with filenames of the translationsConstantin Wenger
2011-07-22fixed problem with displaying special charsConstantin Wenger
2011-07-22fixed problem with displaying special charsConstantin Wenger
2011-07-21added some TODOs to main.cppPerttu Ahola
2011-07-21Merged minetest-delta a624fe549bc75855a170Perttu Ahola
2011-07-20Merge pull request #24 from SpeedProg/masterNils Dagsson Moskopp
gettext paths problem
2011-07-20Merge pull request #24 from SpeedProg/masterNils Dagsson Moskopp
gettext paths problem
2011-07-20fixed problem with wront paths in gettextConstantin Wenger
2011-07-20fixed problem with wront paths in gettextConstantin Wenger
2011-07-20Set the window caption for the initial window tooGiuseppe Bilotta
2011-07-20Set the window caption for the initial window tooGiuseppe Bilotta
2011-07-20added gettext supportConstantin Wenger
german translation file and bashscript to update translations
2011-07-20added gettext supportConstantin Wenger
german translation file and bashscript to update translations
2011-07-01Fixed objects being sometimes not able to be stored statically in a block ↵Perttu Ahola
when block has been unloaded
2011-06-27updated to-do listPerttu Ahola
2011-06-27map unloading is now a whole lot betterPerttu Ahola
2011-06-26reorganized stuffPerttu Ahola
2011-06-26even more code refactoringPerttu Ahola
2011-06-25added correct data to new images, added comments in main.cppPerttu Ahola
2011-06-25New map generator added (and SQLite, messed up the commits at that time...) ↵Perttu Ahola
(import from temporary git repo)
2011-06-20path_userdata is now created before potentially creating debug.txt in therePerttu Ahola
2011-06-18Documentation updatePerttu Ahola
2011-06-18comment updatePerttu Ahola
2011-06-18removed furnace menu because it is not needed anymorePerttu Ahola
2011-06-18moved inventory menu definition of chest and furnace to content_nodemeta.{h,cpp}Perttu Ahola
2011-06-17Updated commentsPerttu Ahola
2011-06-17Moved some mapnode content stuff from mapnode.{h,cpp} and digging property ↵Perttu Ahola
stuff from material.cpp to content_mapnode.{h,cpp}
2011-06-05updated comment in main.cppPerttu Ahola
2011-06-05tried to reduce unnecessary map saving disk i/o a bitPerttu Ahola
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