summaryrefslogtreecommitdiff
path: root/src/main.cpp
AgeCommit message (Expand)Author
2012-01-22Node placement / mineral / serialization / iron freq / node_dig callbackKahrl
2011-12-03On SIGINT in main menu, don't connect before shutting downPerttu Ahola
2011-12-03Note about debug.txt in error message dialog when mod fails to loadPerttu Ahola
2011-12-03Better mod loading error handlingPerttu Ahola
2011-11-29Rename menu background to menubg.png, move unknown_block.png and unknown_obje...Perttu Ahola
2011-11-29Remove content_mapnode.h and nodedef.h #includesPerttu Ahola
2011-11-29GameDef compilesPerttu Ahola
2011-11-29Create framework for getting rid of global definitions of node/tool/item/what...Perttu Ahola
2011-11-29Move ContentFeatures to mapnode_contentfeatures.{h,cpp} and clean stuffPerttu Ahola
2011-11-03Add option to set water opaque (mainly for stylistic choice)Perttu Ahola
2011-11-03Disable mipmapping because it is sometimes uglyPerttu Ahola
2011-11-02Add 3d cloud checkbox in main menu (and rename setting from enable_2d_clouds ...Perttu Ahola
2011-10-20Improve Connection with threading and some kind of congestion controlPerttu Ahola
2011-10-18Automate texture listing for texture atlas makingPerttu Ahola
2011-10-17Fix partly double printed debug.txtceleron55
2011-10-16Fix map delete on windows (concatenate paths correctly with / or \ depending ...Perttu Ahola
2011-10-16Use the logger; also, default to not showing much crap in console. Use --info...Perttu Ahola
2011-10-12Header file tweaking; mainly for speedPerttu Ahola
2011-08-22Overhaul the input systemGiuseppe Bilotta
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 i...Perttu Ahola
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
2011-07-24Added a mapblock analyzing function for debugging use and fixed remaining map...Perttu Ahola
2011-07-24Gettext domain should match the project nameGiuseppe Bilotta
2011-07-23updated cmakerules to autodetect if gettext can be usedConstantin Wenger
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
2011-07-20Merge pull request #24 from SpeedProg/masterNils Dagsson Moskopp
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