aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
AgeCommit message (Collapse)Author
2015-05-18Add more swp files to gitignoreest31
Specifically, the added rule matches .kate-swp files.
2015-05-11Add LibGMPest31
Uses system provided libgmp if found, if not it falls back to mini-gmp.
2015-05-01Add .patch files to gitignoreest31
2015-04-26Update .gitignorekwolekr
2015-03-07Add more Android build files to .gitignoreest31
2015-02-23Add src/network/CMakeFiles/ and src/client/CMakeFiles to gitignore4Evergreen4
2014-12-12Add basic support for generating API documentation using DoxygenJürgen Doser
If CMake is run and Doxygen is found, add a make target called "doc", which builds API documention in doc/html. This target is not included in the default "all" target, you have to explicitly run "make doc" to generate the documentation. If graphviz is installed, in particular, if the "dot" binary is found, doxygen is configured to generate various kinds of diagrams. Note that due to this, the first run of doxygen can take a while.
2014-06-29Add support for Android 2.3+sapier
There have been plenty of ppl involved in creating this version. I don't wanna mention names as I'm sure I'd forget someone so I just tell where help has been done: - The partial android versions done by various ppl - Testing on different android devices - reviewing code (especially the in core changes) - testing controls - reviewing texts A big thank you to everyone helping this to be completed!
2013-09-28Show git hash in version string at top left corner of windowKahrl
2013-06-03Add Code::Blocks project and build files to .gitignorebcnjr5
2013-05-25Move scriptapi to separate folder (by sapier)sapier
On the lua side, notably minetest.env:<function>(<args>) should now be replaced by minetest.<function>(<args>). The old way is and will stay supported for a long time. Also: Update and clean up lua_api.txt (by celeron55) Move EnvRef to lua and remove add_rat and add_firefly (by kahrl) Add separate src/util/CMakeLists.txt, other minor fixes (by kahrl)
2013-04-07Add Mapgen V7, reorganize biomeskwolekr
2013-03-19Git-ignore SQLite build filesJuhani Numminen
2013-03-13Add cloud menu background by Krisi, configurable with the menu_clouds option.ShadowNinja
Also add a menuheader, menusplash, menufooter_clouds, and allow HD menu footers. And finally don't git-ignore textures/base/.
2013-03-06Change libjson to libjsoncpp in .gitignorePilzAdam
2013-02-22new auto masterserverproller
2013-02-14Add Freetype supportIlya Zhuravlev
2012-03-26Move games/minetest to games/minimal and update README.txtPerttu Ahola
2012-03-25Update/fix .gitignorePerttu Ahola
2012-03-20Add mods/mesetint/mods_here.txt to be installed on RUN_IN_PLACE buildsPerttu Ahola
2012-03-20Flatten share/ and user/ in the source and for the RUN_IN_PLACE buildPerttu Ahola
2012-01-24Added Kate backup file scheme to .gitignore for Kate usersGarrosh
2011-11-29Scripting WIPPerttu Ahola
2011-08-12Updated .gitignore to ignore vim swap filesPerttu Ahola
2011-06-26Merge branch 'master' of https://github.com/erlehmann/minetest-delta.git ↵Sebastian Rühl
into upstream_merge Conflicts: .gitignore CMakeLists.txt data/heart.png src/CMakeLists.txt src/game.cpp src/guiMainMenu.cpp src/inventory.cpp src/map.cpp src/mapblock.cpp src/mapnode.cpp src/mapnode.h src/materials.cpp src/server.cpp Signed-off-by: Sebastian Rühl <bahamada_basti@yahoo.de>
2011-06-25New map generator added (and SQLite, messed up the commits at that time...) ↵Perttu Ahola
(import from temporary git repo)
2011-06-25Reorganizing stuff (import from temporary git repo)Perttu Ahola
2011-06-02* ignore minetestmapper outputNils Dagsson Moskopp
2011-05-29+ .gitignoreNils Dagsson Moskopp