aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
AgeCommit message (Expand)Author
2011-07-24Added a mapblock analyzing function for debugging use and fixed remaining map...Perttu Ahola
2011-07-23converted main.cpp dos linefeeds to unix linefeeds.Perttu Ahola
2011-07-23updated main.cpp comments a bitPerttu Ahola
2011-07-23merged the content type extension and deltaPerttu Ahola
2011-07-23extended content-type rangePerttu Ahola
2011-07-23uh, i guess this now merges the new delta stuff?Perttu Ahola
2011-07-22fixed some problems with filenames of the translationsConstantin 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
2011-07-20fixed problem with wront paths in gettextConstantin Wenger
2011-07-20Set the window caption for the initial window tooGiuseppe Bilotta
2011-07-20added gettext supportConstantin Wenger
2011-07-01Fixed objects being sometimes not able to be stored statically in a block whe...Perttu Ahola
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
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 st...Perttu Ahola
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 directory....Perttu Ahola
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 whil...Perttu Ahola
2011-05-31Reduced the CPU usage of the sent block selector algorithmPerttu Ahola
2011-05-29updated commentsPerttu Ahola
2011-05-29tuned grass growth ratePerttu Ahola
2011-05-29player passwords and privileges in world/auth.txtPerttu Ahola
2011-05-24a work-in-progress map modified callback interface (committing because i want...Perttu Ahola
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
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 mont...Perttu Ahola
2011-05-21All textures are are now searched first from the directory specified by the t...Perttu Ahola
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