summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAge
* Add more files and file types to `.gitignore` (#5859)red-0012017-05-31
|
* Add clientmods/mods.conf & client/mod_storage to gitignoreLoic Blot2017-05-21
|
* Fix android buildLoic Blot2017-04-14
|
* Clang-format continuation indent fixes + .gitignore additionsLoïc Blot2017-04-06
| | | | | | * Proper support for continuation indents in clang format * make src/wieldmesh.h proper and remove it from whitelist * Add CLion default build directories in .gitignore
* Derive NodeMetaRef from MetaDataRefrubenwardy2017-02-04
|
* Gitignore: ignore idea and ninja filesHybridDog2016-05-22
|
* Upgrade Android build to Gradle build systemShadowNinja2016-04-28
| | | | | | The old Ant build system has been deprecated for a while and new development is focused on Gradle. I also removed a hardcoded string that lint caught and moved the patch files to a subdirectory. I left the JNI files in the root directory.
* Update .gitignore to ignore symlinks to non-static Minetest directories and ↵Tim2015-09-26
| | | | | | sort into an editor section [ci skip]
* Clean up threadingShadowNinja2015-08-23
| | | | | | | | | | | | | | | | | | | | * Rename everything. * Strip J prefix. * Change UpperCamelCase functions to lowerCamelCase. * Remove global (!) semaphore count mutex on OSX. * Remove semaphore count getter (unused, unsafe, depended on internal API functions on Windows, and used a hack on OSX). * Add `Atomic<type>`. * Make `Thread` handle thread names. * Add support for C++11 multi-threading. * Combine pthread and win32 sources. * Remove `ThreadStarted` (unused, unneeded). * Move some includes from the headers to the sources. * Move all of `Event` into its header (allows inlining with no new includes). * Make `Event` use `Semaphore` (except on Windows). * Move some porting functions into `Thread`. * Integrate logging with `Thread`. * Add threading test.
* Android: fix sound issue, and gitignoreest312015-08-02
| | | | | | | | | | | | | | | Previously, sound failed due to errors with hardfp abi build instructions. As the problem couldn't be found, the softfp compatible abi was chosen instead. This move will cause a small performance overhead, but due to the abi being armeabi-v7a, the internal calculations will still be done using the FPU. We also fix some issues with ABI information passing. However, the fixes aren't sufficient to get sound working. The patch also fixes an issue with the gitignore file.
* Android: Add githash header to spare rebuilds after new commitsest312015-08-01
| | | | | | | | | | Before, android_version.h got changed at every new commit. Now, we only change it with new minetest releases. Analogous to how cmake does it, we add an android_version_githash.h file that communicates the git hash to C++ code. Also, unify VERS_MAJOR, VERS_MINOR and VERS_PATCH variable calculation inside the whole makefile.
* Add android tools environment to gitignoreest312015-07-01
| | | | Previously, if you did `make envpaths` (as described in README.android), the new file got listed by git as new file.
* Add more swp files to gitignoreest312015-05-18
| | | | Specifically, the added rule matches .kate-swp files.
* Add LibGMPest312015-05-11
| | | | Uses system provided libgmp if found, if not it falls back to mini-gmp.
* Add .patch files to gitignoreest312015-05-01
|
* Update .gitignorekwolekr2015-04-26
|
* Add more Android build files to .gitignoreest312015-03-07
|
* Add src/network/CMakeFiles/ and src/client/CMakeFiles to gitignore4Evergreen42015-02-23
|
* Add basic support for generating API documentation using DoxygenJürgen Doser2014-12-12
| | | | | | | | | | | 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.
* Add support for Android 2.3+sapier2014-06-29
| | | | | | | | | | | | | 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!
* Show git hash in version string at top left corner of windowKahrl2013-09-28
|
* Add Code::Blocks project and build files to .gitignorebcnjr52013-06-03
|
* Move scriptapi to separate folder (by sapier)sapier2013-05-25
| | | | | | | | | | | 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)
* Add Mapgen V7, reorganize biomeskwolekr2013-04-07
|
* Git-ignore SQLite build filesJuhani Numminen2013-03-19
|
* Add cloud menu background by Krisi, configurable with the menu_clouds option.ShadowNinja2013-03-13
| | | | | Also add a menuheader, menusplash, menufooter_clouds, and allow HD menu footers. And finally don't git-ignore textures/base/.
* Change libjson to libjsoncpp in .gitignorePilzAdam2013-03-06
|
* new auto masterserverproller2013-02-22
|
* Add Freetype supportIlya Zhuravlev2013-02-14
|
* Move games/minetest to games/minimal and update README.txtPerttu Ahola2012-03-26
|
* Update/fix .gitignorePerttu Ahola2012-03-25
|
* Add mods/mesetint/mods_here.txt to be installed on RUN_IN_PLACE buildsPerttu Ahola2012-03-20
|
* Flatten share/ and user/ in the source and for the RUN_IN_PLACE buildPerttu Ahola2012-03-20
|
* Added Kate backup file scheme to .gitignore for Kate usersGarrosh2012-01-24
|
* Scripting WIPPerttu Ahola2011-11-29
|
* Updated .gitignore to ignore vim swap filesPerttu Ahola2011-08-12
|
* Merge branch 'master' of https://github.com/erlehmann/minetest-delta.git ↵Sebastian Rühl2011-06-26
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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>
| * * ignore minetestmapper outputNils Dagsson Moskopp2011-06-02
| |
| * + .gitignoreNils Dagsson Moskopp2011-05-29
|
* New map generator added (and SQLite, messed up the commits at that time...) ↵Perttu Ahola2011-06-25
| | | | (import from temporary git repo)
* Reorganizing stuff (import from temporary git repo)Perttu Ahola2011-06-25