MinetestSam
2b8356511f
Add a random message for /r
2018-12-30 23:10:11 +00:00
ClobberXD
0a8f7233ee
Replenish stamina on respawn
2018-12-30 23:09:25 +00:00
shivajiva101
8b41008bc1
Fix team-chest shift-click
2018-12-30 23:08:55 +00:00
ClobberXD
904c47dea2
Replace deprecated settings_* API methods
2018-12-30 23:08:25 +00:00
ClobberXD
f2c864ac04
Clear kill list on new match
2018-12-30 23:08:05 +00:00
ClobberXD
7acf79df24
Improve vote_kick feature
2018-12-30 23:07:22 +00:00
ClobberXD
fca7dc5678
Eliminate shooter's dependency on tnt_explode.ogg
2018-12-30 23:04:59 +00:00
shivajiva101
c94e34d911
Fix team-chest blacklist
...
fix typo in the ipair loop for the blacklist table
2018-12-04 19:19:54 +00:00
ClobberXD
5bb2cff6c5
Fix and improve /reset_rankings
2018-12-03 16:29:12 +00:00
ClobberXD
e865091a5a
Hide builtin nametags on join until replaced by entity nametags
2018-12-03 09:37:32 +00:00
ClobberXD
6e8ca1505d
Update ctf_pvp_engine to 6f5bcd0
...
I made a stupid mistake of not fetching the latest commits, and ended up updating the submodule to Gael's team-locking PR in #284
First time updating submodules, sorry >.<
2018-11-30 02:32:44 +00:00
ClobberXD
9a8076be4d
Update ctf_pvp_engine to aa12c0d
2018-11-29 16:30:48 +00:00
ClobberXD
678c86aef5
Allow players to cross barrier if fly=true, interact=false
2018-11-29 16:19:07 +00:00
ClobberXD
7140e8430e
Add workaround for orphaned entities (increased delay)
2018-11-29 16:09:57 +00:00
ClobberXD
c0fe21d01a
Re-add mods/default/crafting.lua with only the fuel recipes
2018-11-29 15:56:09 +00:00
ClobberXD
ed5239cb56
Remove unused arg from ctf_colors.get_color and ctf_colors.get_irc_color
2018-11-29 15:53:27 +00:00
ClobberXD
a3989a6807
Fix points being for suicide and disable gun damage during buildtime
2018-11-29 15:52:43 +00:00
MinetestSam
4161ba0bee
Add a 'x' minute temporary lockout feature when vote kicked
2018-11-29 15:45:17 +00:00
ClobberXD
b82af22a05
Allow .git in map dirs
2018-11-26 19:29:20 +00:00
ClobberXD
63835a51fa
Add maps as submodule in mods/ctf_maps/maps
2018-11-26 19:16:40 +00:00
ClobberXD
1c7399b2cb
Expose methods in gauges globally
2018-11-26 16:28:37 +00:00
ClobberXD
93da7d0108
Fix missing field: default.node_sound_snow_defaults
2018-11-21 09:12:51 +00:00
MinetestSam
2ae45bba97
Add vote_kick privilege to grant access to kick voting
2018-11-20 13:39:09 +00:00
ClobberXD
def3b99150
Fix accidental inclusion of 5.0-only methods
2018-11-20 13:22:44 +00:00
ClobberXD
5b3efd8909
Fix EOM shown before winner_player is initialized
2018-11-20 13:21:42 +00:00
Lone_Wolf
04e6a43cd2
Modify ammo recipe and add a new recipe that uses tin
2018-11-20 13:21:25 +00:00
ClobberXD
edecba43c2
Update stairs
to latest MTG version
...
The 5.0 seems to add inner and outer stairs, which would be useful for maps and the ind_nodes PR.
Maps using stairs from 0.4-stable should still work, as the 5.0 version just adds more to the existing set of stairs and slabs.
2018-11-20 13:20:51 +00:00
ClobberXD
966aa08667
Delete default/crafting.lua
2018-11-18 15:42:15 +00:00
ClobberXD
0dd95d24eb
Improve crafting recipe of ladder_wood
...
Current: 7 sticks -> 5 ladders
Proposed: 8 sticks -> 4 ladders
Fixes #249
2018-11-18 15:30:15 +00:00
MinetestSam
0c68a4564e
Fix furnace and axe recipes
2018-11-18 15:16:01 +00:00
AKryukov92
e6e9760320
Add validation to map detection, to fix some issues
2018-11-16 19:52:02 +00:00
ClobberXD
696a44d3d9
Remove maps
2018-11-16 10:15:39 +00:00
ClobberXD
66a8a73c68
Fix summary not stored before restart
...
- Match summary is now shown at the end of the going match (using `registered_on_winner` and `register_on_skip_map` callbacks), instead of at the start of the next match.
- Therefore, `prev_match_summary` is now preserved even after restart.
- Also fixes the "Can't initialize mod storage twice" error which occurred due to mod storage also being initialized in `gui.lua` to set/get summary from mod storage. Now, the code for storing and retrieving `prev_match_summary` has been moved to init.lua itself.
2018-11-14 12:48:05 +00:00
rubenwardy
b28f5b94bb
Revert "Display kill score as a HUD element ( #182 )"
2018-11-12 22:35:20 +00:00
rubenwardy
190d7b7e55
Fix crash due to running :get_player_name() on a string
...
Fixes #239 . @ClobberXD
2018-11-12 22:26:36 +00:00
ClobberXD
c6b3fbd0ce
Improve rankings formspec
...
- Renamed `render_per_team_stats` to `render_team_stats`, for the immaculate intention of shortening lines without adding a line-break.
- Adds fixed minimum width to columns to space them out.
- Displays a player's rankings at the bottom of the formspec without having to scroll down. (if the player isn't in the top 50)
- This is achieved using a very hacky method: Another table is required, with the same column widths as the main table. This is the reason why I added fixed width to columns in the main table. :)
2018-11-12 21:31:05 +00:00
Anand S
5bd09b46ad
Add /r to allow players to take a quick peek at their score
2018-11-12 15:26:40 +00:00
Anand S
d0ff9e332a
Fix /rankings not returning text output
2018-11-12 15:26:40 +00:00
ClobberXD
9ac91d8ee1
Map Editor: Save context to mod_storage until map has been exported ( #236 )
2018-11-12 18:40:09 +05:30
ChandlerBing1994
425770efda
Improve colored team door texture
2018-11-12 11:54:04 +00:00
ClobberXD
77cdecc15e
Display kill score as a HUD element ( #182 )
2018-11-12 11:45:51 +05:30
tidle
d111d8673a
Add ammo crafting recipe
2018-11-12 04:34:17 +00:00
tidle
85a9eddd4f
Update chest text to include exact KD number
2018-11-12 04:31:07 +00:00
ClobberXD
b07f318411
Improve layout of ctf_map GUI
2018-11-12 04:11:23 +00:00
ClobberXD
58fe5230d6
Replace middle barrier with water if surrounded by water
2018-11-12 04:06:52 +00:00
ClobberXD
6562959e63
Add ceiling and bedrock during barrier placement
2018-11-12 04:05:38 +00:00
AKryukov92
bdf0bbef94
Fix variable scope violation ( #233 )
...
closes #230
2018-11-11 23:09:15 +05:30
rubenwardy
df0adb4495
Fix crash on rightclick of orphan team chest
...
Fixes #228
2018-11-10 20:21:15 +00:00
AKryukov92
7ed2aabfff
Enable PvP during server startup.
2018-11-10 10:19:26 +00:00
ClobberXD
f9d6ecd0bb
Add wool mod
2018-11-10 09:53:50 +00:00