Maksim Gamarnik
758af96b60
Merge release
2016-03-28 20:08:34 +03:00
Maksim Gamarnik
6960c318c4
Update Games
...
Fix .gitignore. OoPs)
2016-02-11 23:16:15 +02:00
Maksim Gamarnik
e95b3b9d54
Add preloaded worlds
2016-02-07 03:33:44 +02:00
Maksim Gamarnik
b05a829924
Fix
2015-12-15 14:05:18 +02:00
Maksim Gamarnik
9012ac8f22
Update
...
Sync all Minetest commits
2015-11-10 13:49:24 +02:00
Maksim Gamarnik
ef5f3e2615
Fix nodes, upd textures
2015-08-11 14:06:00 +03:00
est31
efd52d6b53
Add more swp files to gitignore
...
Specifically, the added rule matches .kate-swp files.
2015-05-31 23:20:58 +10:00
est31
8135f89e21
Add LibGMP
...
Uses system provided libgmp if found, if not it falls back to mini-gmp.
Conflicts:
README.txt
build/android/Makefile
2015-05-31 23:13:54 +10:00
Maksim Gamarnik
c7b69b0483
Small change
2015-05-23 14:40:31 +03:00
Maksim Gamarnik
6df7918aea
Merge MultiCraft_game
...
and change gitignore
2015-05-15 16:43:28 +03:00
Maksim Gamarnik
102e9bea51
Wvm add
2015-05-10 18:03:54 +10:00
est31
b015971d3b
Add .patch files to gitignore
2015-05-04 16:51:58 +10:00
kwolekr
068d561a3c
Update .gitignore
2015-04-26 15:40:19 -04:00
est31
40e248b9f9
Add more Android build files to .gitignore
2015-03-07 18:44:36 -05:00
4Evergreen4
51057a56f5
Add src/network/CMakeFiles/ and src/client/CMakeFiles to gitignore
2015-02-23 16:50:28 +10:00
Jürgen Doser
83830e8682
Add basic support for generating API documentation using Doxygen
...
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-12-12 14:59:57 -05:00
sapier
1cc40c0a7c
Add support for Android 2.3+
...
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!
2014-06-29 18:17:56 +02:00
Kahrl
8bc7ea61b9
Show git hash in version string at top left corner of window
2013-09-28 21:30:17 +02:00
bcnjr5
64befefcfc
Add Code::Blocks project and build files to .gitignore
2013-06-03 04:30:59 +02:00
sapier
ab43377577
Move scriptapi to separate folder (by 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-05-25 00:51:02 +02:00
kwolekr
8ec3fc35c6
Add Mapgen V7, reorganize biomes
2013-04-07 00:50:21 -04:00
Juhani Numminen
450e7ef0c5
Git-ignore SQLite build files
2013-03-19 16:20:13 +01:00
ShadowNinja
350596b94f
Add cloud menu background by Krisi, configurable with the menu_clouds option.
...
Also add a menuheader, menusplash, menufooter_clouds, and allow HD menu footers.
And finally don't git-ignore textures/base/.
2013-03-13 21:18:40 -04:00
PilzAdam
aa77ee66c5
Change libjson to libjsoncpp in .gitignore
2013-03-06 17:09:28 -05:00
proller
ee07c3f7cf
new auto masterserver
2013-02-22 02:04:53 +04:00
Ilya Zhuravlev
30b9a4d6b4
Add Freetype support
2013-02-14 18:46:08 +01:00
Perttu Ahola
862d76b617
Move games/minetest to games/minimal and update README.txt
2012-03-26 23:28:19 +03:00
Perttu Ahola
a9a923e4da
Update/fix .gitignore
2012-03-25 15:52:08 +03:00
Perttu Ahola
2de91f11fb
Add mods/mesetint/mods_here.txt to be installed on RUN_IN_PLACE builds
2012-03-20 01:19:47 +02:00
Perttu Ahola
97b693052c
Flatten share/ and user/ in the source and for the RUN_IN_PLACE build
2012-03-20 00:08:00 +02:00
Garrosh
ac69a3561a
Added Kate backup file scheme to .gitignore for Kate users
2012-01-24 22:38:00 -05:00
Perttu Ahola
dcedfdacd1
Scripting WIP
2011-11-29 19:13:39 +02:00
Perttu Ahola
3028bbb95b
Updated .gitignore to ignore vim swap files
2011-08-12 00:33:24 +03:00
Sebastian Rühl
9d09103e48
Merge branch 'master' of https://github.com/erlehmann/minetest-delta.git 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-26 12:24:32 +02:00
Perttu Ahola
7538b4c620
New map generator added (and SQLite, messed up the commits at that time...) (import from temporary git repo)
2011-06-25 04:25:14 +03:00
Perttu Ahola
47e4eda4bb
Reorganizing stuff (import from temporary git repo)
2011-06-25 04:23:21 +03:00
Nils Dagsson Moskopp
b11f08d5d2
* ignore minetestmapper output
2011-06-02 16:54:05 +02:00
Nils Dagsson Moskopp
5f063ce97c
+ .gitignore
2011-05-29 19:08:59 +02:00