BillyS
d480cdb9f5
Merge branch 'master' of https://github.com/Billy-S/kingdoms_game
2019-03-08 01:02:43 +00:00
BillyS
2ae495a531
Fixed flag placement issue
2019-03-08 01:02:41 +00:00
Coder12a
279c69900b
Fix: table tab space
2019-03-06 20:48:00 -06:00
DonutNinja
4892abf31b
Extrahorns ( #40 )
...
* Extrahorn V1
* Indentation Edit 1
* Indentation Edit 2
Double checked that every single line has tab indents
* getpos to get_pos
* Drum flutes and triangle
Drum flutes and triangle added
* Added new texutres
* Added new sounds
2019-03-06 20:44:45 -06:00
Coder12a
e92477a894
Fix: teleport potion crashing the server
2019-03-06 20:19:15 -06:00
Coder12a
b8ab2bd638
Give: flag 2 a new inv graphic
2019-03-05 14:11:11 -06:00
Coder12a
6fdfd7cab5
Add: new flags ( #43 )
2019-03-04 19:39:30 -05:00
Billy S
bf1b8faeb1
Merge branch 'master' of https://github.com/Billy-S/kingdoms_game
2019-03-03 16:58:44 -05:00
Billy S
9267185b54
Squashed bugs
2019-03-03 16:56:08 -05:00
luk3yx
8dbb0ab5d1
Update cloaking ( #42 )
2019-03-02 14:34:36 -05:00
Billy S
8ef0976578
Fixed another bug
2019-03-02 14:32:03 -05:00
Billy S
0668c80e9f
Merge branch 'master' of https://github.com/Billy-S/kingdoms_game
2019-03-02 14:26:16 -05:00
Billy S
16534fbd1b
Fixed alchemy bug
2019-03-02 14:26:08 -05:00
MinetestSam
e1127b0f5a
Add bandage which heals teammates only ( #41 )
...
* Add better bandages mod
* Add newline
2019-03-02 13:49:24 -05:00
Billy S
1bd1088636
Fixed physics_manager
2019-03-02 13:46:49 -05:00
archfan
ff84d653f4
Add: Measuring stick ( #34 )
...
* Add: measuring stick
* Add: missing craft recipes for measuring stick
* Add: check to see if marker pos is nil
* Fix code style issues
* Disallow measuring stick use on entities
* Fix more code style issues
* Fix typo
* Remove unnecessary newline
2019-01-19 23:01:43 -05:00
ANAND
0e0260c2b2
Prevent craftguide from closing when Enter is pressed ( #38 )
2019-01-18 13:06:41 -05:00
Billy S
90ba33c519
Make maptools not siege-hammerable
2019-01-17 20:10:14 -05:00
BillyS
b0ae5afc13
Added maptools
2019-01-13 14:41:04 +00:00
Billy S
f6e241efb9
Removed food bugs once and for all
2019-01-13 09:13:34 -05:00
luk3yx
54ccb6bc62
Fix ctf_pvp_engine crash ( #37 )
...
`ctf_flag` currently accepts all formspec input, leading to crashes, as the following lua code will never execute `return false` regardless of the value of `formname`:
```lua
if not formname=="ctf:flag_board" then
return false
end
```
2019-01-11 14:59:02 -05:00
DonutNinja
d381ed7f05
extrahorns v1 ( #36 )
...
* Extrahorn V1
* Indentation Edit 1
* Indentation Edit 2
Double checked that every single line has tab indents
* getpos to get_pos
2019-01-10 12:53:53 -05:00
luk3yx
785ad59522
Replace markers with advmarkers. ( #35 )
...
* Replace markers with advmarkers.
* Fix README.md
* Update advmarkers
2019-01-09 15:18:09 -05:00
Billy S
a5859a6533
Added ingots
2019-01-02 15:22:42 -05:00
Billy S
17bf01c74b
Added formspec for KO'd players
2019-01-02 15:08:16 -05:00
Billy S
b09f86e26e
Removed unnecessary crashing line
2019-01-01 12:52:54 -05:00
Billy S
86f79b17e4
Fixed beaker description not showing orrectly
2018-12-31 13:38:33 -05:00
Billy S
4eb24cf7d9
Make beaker description show concentration
2018-12-31 13:18:21 -05:00
Billy S
b92d6e39b7
Added farming_redo
2018-12-31 12:17:43 -05:00
Billy S
aff3f19cbe
Made is_full_beaker a helper func
2018-12-31 11:58:13 -05:00
Billy S
1072899a13
Merge commit
2018-12-31 11:41:32 -05:00
Billy S
ef51d5f102
Minor improvement to alchemy
2018-12-31 11:40:07 -05:00
Lone_Wolf
96269418e2
Improve xtraarmors mod and remove IRC mods ( #30 )
...
* Improve xtraarmors code
* Rename textures
* Fixes and an attempt at a new armor registration method
* Fix 3d_armor and undo attempt at new method (Didn't work)
* Fix a compatibility issue and some spelling errors in studded/chainmail armor descriptions
* Remove 3d_armor fix. Since it's already fixed (Or it should be)
2018-12-30 22:22:56 -05:00
luk3yx
4b322dbfd8
Allow /mrkr to work for cloaked players. ( #32 )
2018-12-30 22:22:30 -05:00
Billy S
65e1995aa1
Increased concentration time
2018-12-30 17:57:45 -05:00
Billy S
1a5505dfc6
Upped max_concentration
2018-12-30 17:57:22 -05:00
Billy S
a1952d19bc
Added concentration system to alchemy
2018-12-30 17:50:22 -05:00
Billy S
9611a23463
Remove debugging messages (Oops)
2018-12-29 17:09:21 -05:00
Billy S
829b68e86b
Changed fake_blocks drawtype
2018-12-29 15:35:33 -05:00
Billy S
7fcec791e7
Added backpack crafting recipe
2018-12-29 15:35:07 -05:00
Billy S
7cd8ec1ad6
Added (rewritten) backpack mod
2018-12-28 15:33:35 -05:00
Billy S
b0f2d4e5d8
Fixed bug
2018-12-28 14:41:04 -05:00
Billy S
a2122a44e3
Merge branch 'master' of https://github.com/Billy-S/kingdoms_game
2018-12-28 12:42:19 -05:00
Billy S
3b29408fc1
Added a fake_blocks mod
2018-12-28 12:42:09 -05:00
ClobberXD
7c3ee93d71
Improve ctf_colors GUI ( #31 )
2018-12-28 11:53:28 -05:00
Billy S
948a15fbb9
Remove unncessary ABMs
2018-12-28 11:53:15 -05:00
Billy S
f4011c4fdf
Tweaked some settings with the power system
2018-12-27 19:47:12 -05:00
Billy S
b309a043c1
Added power system
2018-12-27 19:42:59 -05:00
Billy S
80c08112c0
Minor tweaks
2018-12-26 20:25:16 -05:00
Billy S
4a91dc4b6d
Removed bug with energized base explosions
2018-12-26 14:43:40 -05:00