aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
AgeCommit message (Collapse)Author
2011-08-08Remove spurious assignmentGiuseppe Bilotta
2011-08-05merged delta and c55Perttu Ahola
2011-08-01added TODO in main.cppPerttu Ahola
2011-07-31Merge remote-tracking branch 'origin/upstream'Nils Dagsson Moskopp
2011-07-31Fixed problem of server always receiving an empty password from the clientPerttu Ahola
2011-07-30Merge branch 'upstream/master'Nils Dagsson Moskopp
2011-07-30Merge remote-tracking branch 'origin/upstream'Nils Dagsson Moskopp
2011-07-30Server configuration is now written when "/#setting whatever = whatever" is ↵Perttu Ahola
issued.
2011-07-30quick fix to it not building with gettext on my visual studio environmentPerttu Ahola
2011-07-24Locale dir should be parallel to global data dirGiuseppe Bilotta
2011-07-24Two more instances of unhardcoding the project nameGiuseppe Bilotta
2011-07-24Refactor gettext initGiuseppe Bilotta
Put the gettext init code in a macro and define it appropriately depending on whether gettext is actually available or not.
2011-07-24Added a mapblock analyzing function for debugging use and fixed remaining ↵Perttu Ahola
mapgen bugs
2011-07-24Gettext domain should match the project nameGiuseppe Bilotta
This partially reverts 023cc0d37776976b4b192b7363f73a5d2debdef6, goes back to using PROJECT_NAME for the filename and also uses PROJECT_NAME as text domain in the source code.
2011-07-23updated cmakerules to autodetect if gettext can be usedConstantin Wenger
fixed error if gettext is disabled
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 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