aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
AgeCommit message (Collapse)Author
2012-03-11Move huge comment from the beginning of main.cpp to doc/ancient_main_comment.txtPerttu Ahola
2012-03-11--verbose, not --info-on-stderrPerttu Ahola
2012-03-11Clean up log messages everywherePerttu Ahola
2012-03-11Fix configuration file behaviourPerttu Ahola
- Do not rewrite if nothing needs to be changed - Update at program exit, in addition to updating when continuing from main menu to game
2012-03-10Chat console, including a number of rebases and modifications.Kahrl
Defaults modified from original: alpha=200, key=F10
2012-03-10Tidy up server log output a bitPerttu Ahola
2012-03-10Remove servermain.cpp, use main.cpp with a couple of #ifdefs insteadPerttu Ahola
2012-03-10Fix addon and configuration file pathsPerttu Ahola
2012-03-10Initial directory structure reworkPerttu Ahola
2012-03-10Digging time groups WIPPerttu Ahola
2012-02-28Add descriptions to command line argumentsJuhani Numminen
2012-01-22Node placement / mineral / serialization / iron freq / node_dig callbackKahrl
- Node placement code moved to Lua - Mineral system removed (added default:stone_with_coal and default:stone_with_iron). - MapBlock and MapNode serialization updated. - Mapgen: Frequency of iron increased. - node_dig callback and related changes.
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 ↵Perttu Ahola
unknown_object.png to client, make generating a placeholder image for the filename "" not cause an error
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 ↵Perttu Ahola
node/tool/item/whatever types
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
to enable_3d_clouds)
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
on OS)
2011-10-16Use the logger; also, default to not showing much crap in console. Use ↵Perttu Ahola
--info-on-stderr to enable crap.
2011-10-12Header file tweaking; mainly for speedPerttu Ahola
2011-08-22Overhaul the input systemGiuseppe Bilotta
This allows us to map the keys which are not considered in irrlicht's EKEY_CODE system, such as \, [, /, ] etc.
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