4aiman
0829ac153c
cease to ignore games folder
2015-07-10 15:13:54 +03:00
4aiman
71fd90054e
boat fix & baked potato texture
2015-07-10 15:11:41 +03:00
Maksim Gamarnik
4d0ca719a5
Update README.md
2015-07-10 12:09:29 +03:00
Maksim Gamarnik
4c5bf67416
Rename contributors.tx to contributors.txt
2015-07-10 12:08:38 +03:00
Maksim Gamarnik
7146f392ac
Rename contributors.md to contributors.tx
2015-07-10 12:08:26 +03:00
Maksim Gamarnik
6a1b98a279
Small changes contributors list
2015-07-10 12:07:46 +03:00
Maksim Gamarnik
1d82360e91
Update README.md
2015-07-10 11:53:25 +03:00
Maksim Gamarnik
9191d57fb7
Update README.md
2015-07-10 11:52:54 +03:00
Maksim Gamarnik
c6610c4ac6
Update LGPL-3.0.md
2015-07-10 11:49:33 +03:00
Maksim Gamarnik
dbf84b61a0
LGPL-3.0
2015-07-10 11:49:19 +03:00
4aiman
dd1c96e1d3
fix cow texture
2015-07-09 09:07:40 +03:00
4aiman
bb69b32e26
Add full contributors list with their e-mails sorted by the number of commits for all branches
2015-07-08 11:48:04 +03:00
4aiman
40571ebbd7
Add full contributors list sorted by the number of commits
2015-07-08 11:36:03 +03:00
4aiman
c200bff1a4
a legal notice on 'adbs' and '4hunger' mod's license
2015-07-08 10:59:12 +03:00
Maksim Gamarnik
bfeb308a13
rm doc on apk and update SQLite
2015-07-05 22:21:47 +03:00
4aiman Konsorumaniakku
67e3beeee1
core->multicraft
2015-07-05 15:23:28 +03:00
4aiman Konsorumaniakku
753d320e39
minetest->core for builtin
2015-07-05 15:04:07 +03:00
4aiman Konsorumaniakku
dc9918af70
more protection test
2015-07-05 13:18:07 +03:00
4aiman Konsorumaniakku
57296803b6
minetest->multicraft
2015-07-05 12:53:53 +03:00
4aiman
a2784b58bf
HUDs, hunger, mobs, mapgen, splash, mainmemu etc
2015-07-01 12:27:28 +03:00
Maksim Gamarnik
199791af33
Merge pull request #12 from MultiCraftProject/4aiman-move-gui-elements
...
Moved gui elements
2015-06-14 21:33:46 +03:00
Maksim Gamarnik
330a41117b
Fix ARMOR bar visible
2015-06-13 01:14:09 +03:00
Maksim Gamarnik
2c1e7757cf
Fix HUD
2015-06-13 01:10:35 +03:00
Maksim Gamarnik
1e52126567
Small update Makefile
2015-06-13 00:41:26 +03:00
Maksim Gamarnik
0ac3859a39
Update Makefile
2015-06-12 22:29:50 +03:00
4aiman
ece80e3498
Moved gui elements:
...
- drop button - to the left bottom corner;
- crouch button - a little bit to the right (0.5 button size).
2015-06-09 09:57:10 +03:00
4aiman
0e762f3c0a
moved all HUDs 6px up
2015-06-07 14:37:25 +03:00
4aiman
1801ed1527
remove newly added farming crops mapgen debug
2015-06-07 14:34:32 +03:00
4aiman
dba2d2e8c3
squashed update
2015-06-06 20:06:01 +03:00
Bektur Mambetov
210822e4bb
unused timer have been removed
2015-06-02 15:25:52 +03:00
Maksim Gamarnik
a4918946d0
Update and rename README.txt to README.md
2015-06-01 23:46:37 +03:00
Maksim Gamarnik
c8273e684a
Merge pull request #10 from MultiCraftProject/revert-9-4aiman-more-proper-copyright-1
...
Revert "A fair notice on the copyrights of the whole team."
2015-06-01 23:45:32 +03:00
Maksim Gamarnik
096f3ec5c0
Revert "A fair notice on the copyrights of the whole team."
2015-06-01 23:45:00 +03:00
Maksim Gamarnik
3b1b9e45b6
Merge pull request #9 from MultiCraftProject/4aiman-more-proper-copyright-1
...
A fair notice on the copyrights of the whole team.
2015-06-01 23:37:06 +03:00
Maksim Gamarnik
c557b15d57
Update README.txt
2015-06-01 23:36:55 +03:00
Maksim Gamarnik
6d8a181f19
Remove MtNativeActivity
2015-06-01 09:48:26 +03:00
Maksim Gamarnik
83da0cce6f
rename java package
2015-06-01 00:20:48 +03:00
OttoLidenbrock
b035add845
Merge branch 'master' of github.com-otto:MultiCraftProject/MultiCraftPrivate
...
Conflicts:
builtin/mainmenu/modmgr.lua
builtin/mainmenu/tab_texturepacks.lua
2015-05-31 23:38:14 +10:00
est31
39ed0ae6f4
Mapblock: nodecount refactor
...
Spare direct multoplication, use constant MapBlock::nodecount instead of
local nodecount variables.
Also use strides at one place instead of multiplications.
2015-05-31 23:22:24 +10:00
SmallJoker
c41991541e
Only retrieve always_fly_fast setting once
2015-05-31 23:21:55 +10:00
Craig Robbins
a14272a59f
(Android) Only simulate holding down fast key if fast_move is toggled to true
2015-05-31 23:21:52 +10:00
kwolekr
04dc77eb65
Make get_biome_list() error message more helpful
2015-05-31 23:21:50 +10:00
Kahrl
3522ac8396
Fix typo in variable name
2015-05-31 23:21:47 +10:00
TeTpaAka
31bed00b9b
Add some missing getter functions to the lua API
...
ObjectRef:
get_properties
get_armor_groups
get_animation
get_attach
get_bone_position
Players:
get_physics_override
hud_get_hotbar_itemcount
hud_get_hotbar_image
hud_get_hotbar_selected_image
get_sky
get_day_night_ratio
get_local_animation
get_eye_offset
Global:
minetest.get_gen_notify
minetest.get_noiseparams
2015-05-31 23:21:45 +10:00
est31
fab6b4ac0a
Consistent const string params
...
Parent commit broke behaviour.
Thanks @TeTpaAka for testing the fix.
2015-05-31 23:21:43 +10:00
est31
e6d38749df
Spare some string copies
2015-05-31 23:21:41 +10:00
paramat
b5350c19dd
Mgv6: Enable snowbiomes by default. Double biome noise spread. 3 octaves, 0.5 persistence for humidity
2015-05-31 23:21:38 +10:00
est31
9607644dc8
Small clientiface ASCII art improvements
...
Use v arrows except where there is only one line between two boxes,
and other improvements
(Yea could use ↓ but its an ASCII art not an Unicode art).
2015-05-31 23:21:35 +10:00
paramat
e80d20106a
Biome API, mgv7: Increase heat/humidity spreads. Improve mgv7 noise parameters
2015-05-31 23:21:32 +10:00
paramat
4c7d2b62cf
Mgv5/v7: Fix generateBiomes biome recalculation logic Biomegen down to y = -192 for mgv5 deep oceans. Improve code
2015-05-31 23:21:30 +10:00