ANAND
96c21f2ef5
ctf_map: Fix crash due to missing item description for some stairs
2019-10-11 17:22:36 +05:30
ANAND
3797c703ad
ctf_map: Fix description of ind. stairs and wool
2019-10-10 19:15:32 +05:30
ANAND
136211a073
ctf_map: Add missing documentation for some map meta fields
2019-10-09 20:20:14 +05:30
ANAND
526031473b
ctf_map/base.lua: Fix code-style
2019-10-09 20:20:14 +05:30
ANAND
c4e3683071
Map maker: Add support for optionally specifying base node
2019-10-09 20:20:14 +05:30
MinetestSam
31ba4286fe
Colorize random messages ( #467 )
2019-10-09 19:19:41 +05:30
MinetestSam
2d6b16de43
Remove collision boxes of dead players ( #468 )
2019-10-09 19:19:03 +05:30
ANAND
0eb5b71648
Update maps submodule
...
- Repair Plain Battle
2019-10-09 12:31:49 +05:30
ANAND
fcb0fedf32
Update maps submodule
...
Changes:
- "Abandoned Isles" by gimp and caoutiouspotato
- "Towers" by Atmozpheric
- Improvements to "Tunnel"
- Addition of 5 torches to initial_stuff of "Ice Age"
2019-10-06 13:42:32 +05:30
MinetestSam
552a79a54e
Add eligibility criteria for participating in kick votes ( #463 )
...
Players should have a score of 1000 or greater to be able to vote in kick votes.
2019-10-02 20:02:09 +05:30
ANAND
2ae401d4f5
ctf_chat: Add colored PMs ( #449 )
...
- Sender name is colorized according to their team color.
- Message body is colorized according to the setting `ctf_chat.message_color`; defaults to `#E043FF`.
2019-09-18 02:28:17 +08:00
ANAND
da245981aa
Update maps submodule
...
> Add license to existing maps (#49 )
2019-09-17 23:46:21 +05:30
Panquesito7
08cbc41409
dropondie: Fix deprecated API function calls
2019-09-07 14:36:18 +05:30
ANAND
d16d7fa09c
Improve attribution of shooter_explode.ogg
2019-09-02 13:04:43 +05:30
ANAND
67c1dfa4ee
Replace shooter_explode.ogg with the new, licensed sound from MTG
2019-09-02 06:32:19 +05:30
ANAND
5e3578ae00
ctf_map: Dofile base.lua only when ctf
exists
...
This prevents a crash when running in map-maker mode, as base.lua (which is unnecessarily dofile'd) contains code which re-defines `ctf.get_spawn`
2019-08-31 12:48:46 +05:30
ANAND
f04663fc6c
Fix depends.txt present in mods from ctf_pvp_engine
2019-08-31 11:40:46 +05:30
Panquesito7
515b0ca1f7
Use mod.conf and modpack.conf
...
Replaces depends.txt, description.txt, and modpack.txt
2019-08-31 10:31:14 +05:30
rubenwardy
aa0cc1ab53
Update Lib ChatCmdBuilder
2019-08-28 18:57:11 +01:00
rubenwardy
ebf4316594
Fix issues found by luacheck
2019-08-28 18:54:24 +01:00
rubenwardy
450027c3b7
Dissolve ctf_pvp_engine modpack into other modpacks
2019-08-28 18:46:14 +01:00
rubenwardy
9f05af002e
Remove ctf GUI
2019-08-28 18:46:14 +01:00
rubenwardy
e53732f41e
Remove saving from ctf_pvp_engine
2019-08-28 18:46:14 +01:00
rubenwardy
a735266eb3
Add ctf_pvp_engine mods directly in the repo
2019-08-28 18:46:14 +01:00
Panquesito7
1032a78a6c
Use "modpack.conf" instead of "modpack.txt" ( #441 )
2019-08-20 13:06:41 +08:00
ANAND
99338c3013
Implement random spawn within 3x3 area around flag ( #437 )
2019-07-24 15:54:14 +02:00
ANAND
b5d19bcf5b
Fix recursive registration of ind. stairs and wool ( #424 )
2019-07-24 15:38:53 +02:00
ANAND
97f810e0d0
Update maps submodule
2019-07-16 13:15:28 +05:30
Thomas--S
967afeb5b8
Add IRC support for maps catalog ( #415 )
2019-07-14 14:48:40 +05:30
ANAND
ed7b1ce902
Update maps submodule
2019-07-13 17:04:17 +05:30
ANAND
39b573de53
Merge branch 'master' of https://github.com/MT-CTF/capturetheflag
2019-07-13 07:23:08 +05:30
ANAND
8a37dac73d
Update ctf_pvp_engine
2019-07-13 07:23:04 +05:30
MinetestSam
0829d4c700
ctf_bandages: Show coloured alert to target when being healed ( #436 )
...
Also increase the spawn rate of bandages.
Co-Authored-By: ANAND <ClobberXD@gmail.com>
2019-07-13 06:48:48 +05:30
ANAND
da8a166902
Update maps submodule
2019-07-12 15:52:08 +05:30
ANAND
2abd4098fc
Update ctf_pvp_engine and maps
2019-07-11 13:00:59 +05:30
ANAND
d4c612d2fb
Fix flag claimed right after creation ( #433 )
...
Regression introduced by abbd62ac
:
- Since abbd62ac
, all map metas are loaded at server startup.
- In `ctf_match.create_teams`, `map.teams.pos` is passed to `ctf_flag.add`.
- As tables are passed by reference, properties added to `ctf.team("team_name").flags[i]` are also added to ctf_map.map.teams.
- This means that the next time this table is passed to `ctf_flag.add`, this table would already contain the `claimed` property, that holds the name of the player who last claimed the flag at this pos, and the name of their team.
This is fixed by simply passing `map.teams.pos` to `ctf_flag.add` using `table.copy`
2019-07-11 08:57:10 +02:00
ANAND
99bb09def6
ctf_events: Fix grenade kills not being detected ( #428 )
2019-07-10 15:49:33 +05:30
ANAND
b289da8344
Update ctf_pvp_engine
...
This is so annoying...
2019-07-10 14:56:04 +05:30
ANAND
f3cd2a0539
Update maps submodule
2019-07-06 14:03:19 +05:30
ANAND
c30d3d84d9
ctf_map: Fix per-map treasures registering at server startup ( #421 )
...
Fixes regression introduced by abbd62ac
, which calls `load_map_meta` for all maps right at server startup, instead of calling it per-map for every new match.
2019-07-06 10:16:04 +05:30
Lone_Wolf
045281e60d
Fix crash due to missed updation of ctf_color.get_color in ctf_bounties ( #427 )
2019-07-05 21:48:59 +05:30
ANAND
102792032a
Update maps submodule
2019-07-05 19:57:35 +05:30
ANAND
82c4dab2bf
Update ctf_pvp_engine
2019-07-05 16:12:45 +05:30
ANAND
60d3f2600e
Merge branch 'master' of https://github.com/MT-CTF/capturetheflag
2019-07-05 15:49:06 +05:30
ANAND
85959ba913
Fix deprecated API method calls
2019-07-05 15:48:59 +05:30
Lone_Wolf
03f368743e
ctf_map: Force-register aliases ( #423 )
...
Fixes aliases not being registered, as they are names of existing items.
2019-07-05 06:21:13 +05:30
ANAND
1aca94fd8c
medkits: Fix missing return statement
...
This fixes the flags not being capture-able
2019-07-03 12:24:54 +05:30
rubenwardy
0d6c80642c
Update ctf_pvp_engine
2019-07-03 06:17:49 +01:00
ANAND
37d88a88a1
Disable respawn immunity message when hitting teammates ( #417 )
2019-06-25 18:54:57 +05:30
ANAND
62eb068c35
Increase capacity of team-chest ( #380 )
...
+ cosmetic and code-style improvements
2019-06-23 12:34:15 +05:30
Thomas--S
74c8531de4
Maps catalog: Use textareas for hint and license, add others
( #413 )
2019-05-15 20:34:25 +05:30
Thomas--S
0d04bfd081
Add random message for maps catalog ( #414 )
2019-05-14 13:24:02 +05:30
ANAND
72f48db70d
Update maps submodule
...
Screenshots have been added for all existing maps
2019-05-12 23:37:37 +05:30
Thomas--S
16ba9ef044
update.sh: Move map screenshots to ctf_map/textures/ ( #411 )
2019-05-12 23:06:39 +05:30
Thomas--S
4d6b3512ab
ctf_map: Move duplicated code to helper function ( #410 )
2019-05-12 23:03:32 +05:30
Thomas--S
9956606899
Maps catalog: Abort if no maps are available ( #412 )
2019-05-12 22:49:14 +05:30
ANAND ︻气デ═一
abbd62acc8
Add maps catalog ( #381 )
...
This allows maps to have a description, a valid viewable license, screenshot, etc.
2019-05-12 18:53:31 +05:30
ANAND
967dee94a0
Remove leftover debug message
2019-05-12 14:52:12 +05:30
Lars Müller
b8d1bdc9f3
Fix healing interrupted on new match due to respawn ( #400 )
2019-05-11 09:57:25 +05:30
Thomas--S
96636d4c88
Fix crash on grant/revoke of vote_starter, when granter/revoker is nil
2019-05-11 09:31:44 +05:30
Thomas--S
0eadaf9a96
Fix crash when kick vote target leaves before being kicked
...
Also fix the /unblock command which didn't work previously
2019-05-11 09:31:44 +05:30
Thomas-AC-Dev
ba432ea77c
Improve feedback message upon reporting ( #408 )
2019-05-10 21:01:15 +05:30
ANAND
b9e7b3b58e
Update ctf_pvp_engine submodule
...
Includes:
- Fix missing priv check in chat message handler
- Remove chatplus leftovers
2019-05-01 12:11:29 +05:30
ANAND
4cb8e731ca
Rename global playertag
to ctf_playertag
2019-04-12 15:41:14 +05:30
ANAND
dc850acd9d
Don't end respawn immunity on hitting team-mates ( #404 )
2019-04-12 15:22:32 +05:30
ANAND
fea07d8ae8
Exclude map's initial_stuff from list of treasures ( #385 )
2019-04-10 15:37:31 +05:30
ANAND
8f78cd7644
Update calls to ctf_colors.get_color ( #396 )
...
MT-CTF/ctf_pvp_engine#35 . Also update ctf_pvp_engine submodule.
2019-04-09 14:01:18 +05:30
ANAND
802426b842
physics: Remove assertions and physics.change ( #394 )
...
Without the assertion, physics.set does the exact same thing physics.change would do.
2019-03-26 07:28:58 +05:30
rubenwardy
8b2174a7dc
Remove saplings and flint fully
2019-03-21 17:45:39 +00:00
Anand S
a1f32d8fcf
Remove all unused MTG features - Part 2
...
Including
- Saplings and corresponding growth functions and node-timers
- Features using node meta (e.g. bookshelves formspec)
- Signs (they're nothing without their meta)
2019-03-21 17:33:10 +00:00
ANAND
703a3bbc50
Improve grenades ( #349 )
...
- Reduce collision-checking interval
- Increase initial velocity of grenade entity
- Make grenade blast damage scaling more realistic
2019-03-21 00:40:16 +05:30
rubenwardy
682f63d74b
shooter: Fix incorrect eye_height used ( #386 )
2019-03-20 17:47:26 +00:00
ANAND
17f4cfd58e
Add mod.conf for physics mod ( #387 )
2019-03-20 17:44:19 +00:00
ANAND
05033060db
shooter: Fix incorrect eye_height used
2019-03-20 15:40:43 +05:30
ANAND
daf09af648
Update maps sub-module ( #384 )
...
Includes fix for unknown items, due to maps specifying wooden tools as initial stuff.
2019-03-20 13:32:57 +05:30
ANAND
29a0861aef
Add HUD score elements for flag pickup and capture ( #378 )
2019-03-19 22:34:41 +05:30
ANAND
ed85e3258b
Fix indestructible snow and ice not being slippery ( #377 )
2019-03-19 22:34:25 +05:30
ANAND
d6dab9182a
Move physics mod into "other" modpack ( #382 )
2019-03-19 22:34:05 +05:30
ANAND
86ce4d7328
Completely remove wooden tools ( #331 )
...
The default items given on respawn will consist of wooden tools instead.
2019-03-19 22:24:43 +05:30
ANAND
b9d8d7b2a4
Update random message for reinforced cobble ( #375 )
2019-03-17 18:13:17 +00:00
ANAND
a3b41c154c
Rename indestructible wool nodes (+ documentation and cleanups) ( #367 )
2019-03-17 14:43:31 +00:00
ANAND
ab423cea90
Fix param passed to get_player_by_name being nil ( #374 )
2019-03-17 10:49:00 +00:00
ANAND
b1da18dd86
Add map info to server status message ( #175 )
2019-03-17 03:38:24 +00:00
rubenwardy
e3a8f95f59
Add ctf_map.get_team_relative_z() and ctf_map.can_cross()
2019-03-17 03:33:12 +00:00
rubenwardy
d9f8042640
Optimise hud_score register_globalstep ( #372 )
...
Keeps track of the time until the next expiry, to avoid running the global step everytick
2019-03-17 03:21:51 +00:00
rubenwardy
905ab2607f
Add steel ingot to reinforced cobble recipe
2019-03-17 02:29:16 +00:00
ANAND
7fa6da30bf
Refactor and clean-up map_maker ( #306 )
2019-03-17 02:15:29 +00:00
ANAND
721290085d
Add physics modifiers wrapper mod for player physics overrides ( #289 )
...
Closes #288
2019-03-17 01:50:27 +00:00
ANAND
3e2b6c083b
Remove unused MTG features (Part 1)
...
- Removes `default/trees.lua`, which is full of tree-growing code.
- Removes `killme` mod, as the exact same code is present in `game_commands` mod.
Fixes #362
2019-03-17 01:46:47 +00:00
ANAND
123ed6d1f5
Extend /summary to show scores of current match as well
...
Fixes #310
2019-03-17 01:37:20 +00:00
rubenwardy
762682ea80
Merge ctf_team_base into ctf_map
2019-03-17 01:36:15 +00:00
ANAND
5643fdf802
Add hud_score
mod API
...
Fixes #72
2019-03-17 01:35:51 +00:00
Thomas--S
f8b90c60a2
Increase marker visibility time to 30 seconds
2019-03-17 01:33:56 +00:00
Anand S
67975e74c7
Add ctf_markers mod
2019-03-10 00:32:34 +00:00
Thomas--S
1a2948b359
Fix normal -> unbreakable bug
2019-03-09 23:30:08 +00:00
Anand S
8b706130aa
Fix medkits HP leak due to missing check
2019-03-08 17:43:31 +00:00
ClobberXD
32c0726995
Make tsm_chests:chest indestructible
2019-03-07 11:46:06 +00:00
Anand S
a5eb95b9ec
Update maps sub-module
2019-03-06 07:27:29 +00:00
Anand S
92c5600d7e
Tweak and optimize medkits
2019-03-06 07:27:29 +00:00
rubenwardy
82c2477d70
Fix falling sand exploit again
2019-03-05 18:04:19 +00:00
rubenwardy
806e56d116
Fix Travis error
2019-03-05 13:55:49 +00:00
rubenwardy
2789d141c3
Tweak medkit settings
2019-03-05 13:54:34 +00:00
Anand S
b7bab11c3b
Add medkits, remove apples
2019-03-05 13:54:25 +00:00
MinetestSam
3e57880520
Add bandages
2019-03-05 13:44:14 +00:00
rubenwardy
82fb96c168
Fix rebase issue
2019-03-05 13:15:09 +00:00
ANAND
cb08c8c6e0
Fix furnace meta not being wiped
2019-03-05 13:10:00 +00:00
rubenwardy
c9bcfbb36e
Make snow slippery
2019-03-05 13:08:24 +00:00
ANAND
2b2a4222a8
Add reinforced cobble
2019-03-05 13:08:14 +00:00
archfan
ee8073eed1
Add killnode
2019-03-05 12:44:14 +00:00
MinetestSam
20daeebead
Add traps
2019-03-05 12:39:55 +00:00
rubenwardy
0095c18678
Merge branch 'master' of github.com:MT-CTF/capturetheflag into dev5.0
2019-03-05 11:09:48 +00:00
ANAND
b2fc302822
Combine furnace recipes; use group:stone as input ( #340 )
2019-02-28 03:48:50 +00:00
ANAND
91c5f47886
Allow maps to optionally specify custom treasures ( #351 )
2019-02-24 05:11:16 +00:00
ANAND
b54f6b204d
Set collide_with_objects to false for arrows ( #343 )
2019-02-23 15:11:49 +00:00
ANAND
84c55a3d7a
Reduce width of name column in scores formspec ( #344 )
2019-02-23 15:11:35 +00:00
ANAND
3955a1d765
Fix missing indestructible stairs and wool
2019-02-23 15:10:15 +00:00
rubenwardy
97d3e6ba78
Fix gauges
2019-02-03 04:26:06 +00:00
rubenwardy
947715fbe8
Fix bugs introduced by Minetest 5.0
2019-02-03 04:21:27 +00:00
MinetestSam
5daefadc7e
Add 'Indestructible' prefix to indestructible nodes
2019-01-16 18:46:20 +00:00
ClobberXD
9f3c9afec4
Fix textures placed in the incorrect directory
2019-01-16 10:43:07 +00:00
ClobberXD
dd722cb08a
Provide a large set of indestructible nodes with ctf_map
2019-01-13 16:53:36 +00:00
rubenwardy
3c57a71f20
Improve sorting of player score metric
2019-01-11 19:01:49 +00:00
rubenwardy
4d299b19d6
Readd maps submodule
2019-01-11 18:51:35 +00:00
rubenwardy
af9d3c212c
Add player ranking breakdown
2019-01-11 16:29:36 +00:00
rubenwardy
b38a89c2fe
Reorganise game into modpacks
2019-01-11 15:52:47 +00:00
ClobberXD
86a5266bb5
Reorder crafting recipes to display more important recipes on first page
2019-01-11 11:14:31 +00:00
rubenwardy
bb67e026ff
Fix crash due to regression in previous commit
2019-01-09 20:05:43 +00:00
rubenwardy
2bf00d37b6
Remove debug error printing from ctf_map
2019-01-09 17:34:51 +00:00
MinetestSam
29927d8d01
Add alternate furnace recipe
2019-01-09 13:44:42 +00:00
rubenwardy
141f165289
Fix use of 5.0 setting method
2019-01-06 00:59:59 +00:00
rubenwardy
919edf0aee
Add ability to disable maps
2019-01-06 00:34:36 +00:00
rubenwardy
6b657ceff6
Fix linter
2019-01-05 23:41:24 +00:00
rubenwardy
244d256afe
Remove ABMs
2019-01-05 23:24:53 +00:00
rubenwardy
949aa35afc
Remove chatplus
2019-01-05 23:16:18 +00:00
ClobberXD
8075a5d83f
Reduce lava flow range to 2
2019-01-05 14:44:25 +00:00
rubenwardy
bdf4598aa7
Revert "Send kills to IRC channel"
...
This reverts commit 460fd335ff
.
2018-12-31 17:51:51 +00:00
ClobberXD
86cb53e185
Handle kill weapon type in ctf_events instead of ctf_pvp_engine
2018-12-31 17:00:52 +00:00
ClobberXD
12c1a2501b
Set nametag color of flag bearer to their team color
2018-12-31 12:32:25 +00:00
ClobberXD
bb260b2274
Fix bounty loopholes
2018-12-30 23:27:16 +00:00
ClobberXD
cdef72cf5d
Fix missing assignment of return value ( #308 )
2018-12-30 23:11:17 +00:00
ClobberXD
3b4692814d
Allow specifying optional param for /r
2018-12-30 23:10:39 +00:00
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
ClobberXD
664330276a
Enable crafting of powerful tools
2018-10-17 22:27:33 +01:00
ClobberXD
41409ce158
Remove gold-related nodes and craftitems
2018-10-17 22:26:43 +01:00
ClobberXD
e43448482b
Add support for transferring player stats
2018-10-17 22:25:40 +01:00
ClobberXD
f8a6b64627
Implement item blacklisting for team chests
2018-10-17 22:24:25 +01:00
ClobberXD
b30ea671e4
Use callback to stop punches in buildtime instead of setting
...
This stops the server list showing CTF as non-pvp
2018-10-17 22:22:44 +01:00
ClobberXD
6375bb2cf0
Fix map editor not saving team flag positions
...
Previously, meta was written to map.conf *before* setting the aforementioned values
2018-08-31 13:11:35 +01:00
ClobberXD
72c5afab55
Fix vote related bugs
...
* Reset playertag on new match
* Clear votes on new match
2018-08-20 11:23:42 +01:00
ClobberXD
c1fe05b78f
Improve and fix some end-of-match formspec issues
...
* Fix clipped labels in end-of-match formspec
* Improve format for match duration
* Clean up code
2018-08-03 18:51:25 +01:00
ClobberXD
d6b7ae9b61
Add coloured team-doors
...
- Add coloured team-doors for visual distinction.
- Players can only ever have normal steel doors in their inventory which then convert into their respective team-doors on place.
- Team-doors can be opened by anyone from the placer's team, _irrespective of its location in the map_ (which is the expected behaviour).
2018-08-03 18:50:24 +01:00
ClobberXD
e9f3da31a6
Change ladder recipe to use sticks instead of wood
2018-08-03 14:25:09 +01:00
ClobberXD
65275185ba
Deprecate /rankings me, always show player in rankings
...
- Deprecate `/rankings me`, `/rankings` is used to check own stats too.
- On `/rankings`, the league table is displayed with caller's stats highlighted in yellow.
- If in top 50, stats are highlighted as-is.
- If not in top 50, stats are appended to the bottom of the list.
2018-08-03 12:38:34 +01:00
rubenwardy
da8c9b53aa
Revert "Use an LVM to emerge map, place schematic, and fix lighting"
...
This reverts commit 7732d0c23d
.
2018-07-19 22:17:15 +01:00
rubenwardy
35da0ca3fe
Revert "Fix lighting glitches on LVM map caused by engine mapgen"
...
This reverts commit ae8005a1f4
.
2018-07-19 22:17:15 +01:00
ClobberXD
c7a8998b7c
Fix county being awarded on suicide
2018-07-12 18:41:56 +01:00
rubenwardy
55b9ecf4a8
Fix crash caused by summary recall
2018-07-10 20:44:26 +01:00
Anand S
2ffaed27af
Add /summary command to show last match's stats
...
* Add /summary command
* Fix invalid method names
2018-07-02 09:18:25 +01:00
rubenwardy
460fd335ff
Send kills to IRC channel
2018-06-25 00:04:35 +01:00
Gaël C
ead8366790
Fix team name in bounty announcement
...
It was set to the message receiver's color instead of the bounty holder's color.
2018-06-24 23:15:18 +01:00
rubenwardy
469347f716
Add map reload feature
2018-06-24 23:14:18 +01:00
rubenwardy
d3c8f39372
Add /set_next command, cycle rather than random
2018-06-24 21:17:23 +01:00
rubenwardy
b4be27e4a5
Require two flags before being able to export
2018-06-23 15:54:00 +01:00
rubenwardy
493a11a213
Remove report sending to email
2018-06-23 15:33:18 +01:00
rubenwardy
ae8005a1f4
Fix lighting glitches on LVM map caused by engine mapgen
2018-06-23 14:24:57 +01:00
Anand S
7732d0c23d
Use an LVM to emerge map, place schematic, and fix lighting
2018-06-23 13:39:01 +01:00
Anand S
0e1525d282
Make target name coloured by team in bounty announcement
2018-06-20 11:17:26 +01:00
Jak R
da9ab8ec15
Add ind_dirt and ind_dirt_with_grass
2018-06-08 23:35:28 +01:00
SmallJoker
0430aabdb0
Fix ability to use builtin inventory lists to store items between matches or craft
2018-05-04 19:01:53 +01:00
Anand S
bf9ae1a75a
Fix team door craft recipe
2018-04-22 12:05:05 +01:00
SmallJoker
5ccf060841
Fix afkkick countdown notification
2018-04-22 11:50:41 +01:00
rubenwardy
543c9ad6b7
Add bronze craft recipe
2018-04-20 03:02:19 +01:00
rubenwardy
ca51ec9838
Fix crash due to lack of stats migration
2018-04-19 01:01:19 +01:00
rubenwardy
dde410ee8d
Fix crash on /rankings
2018-04-19 00:57:28 +01:00
rubenwardy
8c33076724
Add mese -> mese crystal
2018-04-19 00:45:21 +01:00
rubenwardy
10988ab6d8
Add more crafts
2018-04-18 23:49:22 +01:00
rubenwardy
52f2b617cc
Add crafting mod
2018-04-18 23:30:38 +01:00
rubenwardy
8c67155cdb
Add background to rankings GUI
2018-04-18 23:02:59 +01:00
rubenwardy
12d7228ff0
Add bounty kills to stats
2018-04-18 23:00:58 +01:00
Gaël C
cf81d194f9
Add more info to end of match score board
...
* Added name of winner team
* Number of kills, attempts, and score - total and per team
* Match duration
2018-04-18 21:49:47 +01:00
Anand S
b7bec9168b
Fix issues with bounty_score
...
* Set lower limit to bounty
* Check for div-by-0 before calculating bounty_score
* Rounded score after calculation
* Changed the divisor from 10000 to 5000 to prevent very tiny bounties on targets
2018-04-08 15:48:33 +01:00
rubenwardy
e3b12312e5
Fix warnings in new luacheck
2018-04-06 16:18:32 +01:00
rubenwardy
6b8049f1aa
Improve team algorithm
2018-04-06 16:10:05 +01:00
rubenwardy
7bd82dca86
Fix a load of issues, add luacheck and travis
2018-04-06 14:04:56 +01:00
rubenwardy
c21b192f82
Add naive team sorting and shuffling
...
Will probably be shit. Fixes #37
2018-04-06 13:35:13 +01:00
rubenwardy
0abd12b8a1
Fix errors in previous commits
2018-04-06 13:31:54 +01:00
Anand S
dc6c86d98c
Add highlighted PM messages
2018-04-06 12:58:31 +01:00
Anand S
622b588e93
Add even more random messages
2018-04-06 12:58:12 +01:00
Anand S
ea51cf4152
Make bounties dynamic, plus small ctf_stats change
...
Top 50 (instead of 41) players in the league table
2018-04-06 11:21:44 +01:00
Anand S
ccd40285f0
Used colored chat messages in various mods
2018-04-06 11:20:35 +01:00
rubenwardy
0bca42e392
Update messages
2018-04-01 16:59:32 +01:00
Anand S
231b49c146
Add more strings to random_messages.messages
...
Also reduced the interval between messages from 120 seconds to 60 seconds.
2018-04-01 13:13:13 +01:00
Anand S
bb10976243
Increase grenade blast radius and damage
...
adds realism to grenades, which can now be relied upon...
2018-04-01 13:07:27 +01:00
Anand S
a4472242a8
Decrease Apple stack_max count from 99 to 30
2018-04-01 13:05:52 +01:00
rubenwardy
da892007cc
Add bounties
2018-04-01 12:58:17 +01:00
rubenwardy
5b5d970fe9
Add name to report messages
2018-03-30 13:00:26 +01:00
rubenwardy
89e831c5c4
Add /report_sub so moderators can subscribe to reports
2018-03-30 12:36:34 +01:00
Andrew Mac
4ae687086a
Fix syntax error in good weapons list
2018-02-18 08:30:50 +00:00
Anand S
87454dd0e3
Improve ctf_stats
...
* Modified ctf_stats/init.lua
* Modified ctf_stats/init.lua
- Max. points for a kill has been increased from 150 to 200
- good_weapons list has been modified to include *all* mese and diamond implements
- Minor corrections in comments
* Delete init.lua
Was created by accident in the root directory of repo
2018-02-15 08:04:34 +00:00
AKryukov92
11e8360639
Fix looting flint from gravel
2018-02-11 15:44:35 +00:00
AKryukov92
f179b4f52d
Update good weapons list in ctf_stats
2018-02-11 15:44:10 +00:00
rubenwardy
06b9e6ee8d
Add placable flags to map editor
2018-02-04 03:57:32 +00:00
rubenwardy
b9dfb1b5b0
Add forward and send as to email
2018-02-02 14:40:36 +00:00
rubenwardy
eb5b2514e6
Remove online moderator from /report
2018-02-02 14:24:04 +00:00
rubenwardy
460774edaa
Remove author name from IRC message
2018-01-28 00:39:20 +00:00
rubenwardy
4f7a88facf
Add rounding to score given by /rankings
2018-01-27 22:17:15 +00:00
rubenwardy
c6526d32f2
Announce map name and author to IRC
2018-01-27 19:44:25 +00:00
rubenwardy
6c6f150b91
Split ctf_team_base init.lua into multiple files
2018-01-27 19:12:08 +00:00
rubenwardy
ddc9d88a03
Remove some nodes and items inherited from MTG
2018-01-27 19:08:50 +00:00
rubenwardy
8cbceb9e4d
Fix dropondie not taking map's initial stuff into account
2018-01-27 18:45:52 +00:00
rubenwardy
7836ba78c2
Add call for map makers
2018-01-27 17:55:58 +00:00
rubenwardy
9d6c4ef5f3
Fix incorrect random message after pro-section K/D requirement decrease
2018-01-27 00:54:56 +00:00
rubenwardy
c371887f68
Move sprint time fix to settings
2018-01-27 00:07:07 +00:00
rubenwardy
d5f6296c11
Add reset_rankings command
2018-01-27 00:01:17 +00:00
rubenwardy
8db15f5173
Fix /rankings <name> not returning as chat command result
2018-01-26 23:51:36 +00:00
rubenwardy
e93dbc9bc8
Reduce K/D requirement for pro-section to 1.5
2018-01-26 23:48:09 +00:00
rubenwardy
d8725d559f
Require a minimum score of 10 to access the team chest
2018-01-26 23:47:00 +00:00
rubenwardy
77d622b10c
Readd clear objects at end of round
2018-01-26 23:24:31 +00:00
rubenwardy
33c4c98dba
Fix accidental increase of sprint time
2018-01-26 23:22:07 +00:00
rubenwardy
c53722376c
Fix accidental removal of all but cavern map
2018-01-26 22:58:15 +00:00
rubenwardy
10a7a61dc8
Add sticks to team chest
2018-01-26 22:55:21 +00:00
rubenwardy
26a153a232
Add support for arbitrary number of chest zones
2018-01-26 22:44:56 +00:00
rubenwardy
b8c18c1ee6
Use warning for TSM chests success instead of print
2018-01-26 22:44:33 +00:00
rubenwardy
ff17a70010
Increase steel swords in chests
2018-01-26 22:07:00 +00:00
rubenwardy
6440e66cad
Increase number of chests
2018-01-26 20:09:30 +00:00
rubenwardy
512211ca0d
Add support for map hints
2018-01-26 18:33:02 +00:00
rubenwardy
8727cc77eb
Fix middle barrier not being removed
2018-01-26 17:40:09 +00:00
rubenwardy
e44942ba05
Fix place CONTENT_IGNORE error by correcting references to removed ctf_barrier:ind_stone
2018-01-26 17:17:12 +00:00
rubenwardy
ba6096148d
Add alases to remove unknown nodes in maps
2018-01-26 17:15:46 +00:00
rubenwardy
8469e1ee09
Remove broken random spawn logic
2018-01-26 17:03:34 +00:00
rubenwardy
34969ec7d2
Add mention of furnaces to random messages and help
2018-01-26 16:45:35 +00:00
rubenwardy
ed942984f5
Add furnace
2018-01-26 16:43:48 +00:00
rubenwardy
112d4389ea
Hide entity bug by not spawning maps at 0,0,0
...
This has always been a bug, it's just now more obvious as 0,0,0 may have been visible before.
Ideally the engine would just not bug with entity attachments, but alas.
A better mod-side fix would be to constantly reattach in wield3d and guages, but cba.
2018-01-26 16:26:14 +00:00
rubenwardy
e1fd9c21db
Fix attempt for loading issues
2018-01-22 03:52:51 +00:00
rubenwardy
ae01714049
Add notice of map details
2018-01-22 03:35:40 +00:00
rubenwardy
31ed99b22c
Fix wrong offset logic in next map selector
2018-01-22 03:28:16 +00:00
rubenwardy
e93a19f075
Merge branch 'multimap' into master
2018-01-22 02:31:54 +00:00
rubenwardy
d5b4e5f1ce
Add support for sub directories in map dir
2018-01-22 02:23:53 +00:00
rubenwardy
6a53c23f95
Readd team base
2018-01-21 23:09:07 +00:00
rubenwardy
db49f82790
Add wood to chests
2018-01-21 22:55:44 +00:00
rubenwardy
749bde3165
Add per-map initial stuff
2018-01-21 22:10:37 +00:00
rubenwardy
32664b598a
Increase immunity time
2018-01-21 20:44:08 +00:00
rubenwardy
b191ad3b1b
Remove debug prints and chat commands
2018-01-21 20:43:00 +00:00
rubenwardy
526b4fdad3
Add entity nametags to hide nametags behind nodes
2018-01-21 20:40:41 +00:00
rubenwardy
ff3eb5e49f
Fix oversending of sprint HUD
2018-01-14 23:23:30 +00:00
rubenwardy
17ea7525cb
Add start of round bell
2018-01-09 03:15:44 +00:00
rubenwardy
337009188f
Reduce score requirement
2018-01-09 03:00:29 +00:00
rubenwardy
92e1029b96
Defer ctf_stats.txt removal to reduce chance of loss of data
2018-01-09 02:41:46 +00:00
rubenwardy
d46e705329
Fix crash in ctf_stats on new worlds
2018-01-09 02:40:28 +00:00
rubenwardy
872150c0ca
Rewrite sprinting
2018-01-09 02:17:18 +00:00
rubenwardy
d2db81bf9b
Reduce number of chests
2018-01-06 03:35:44 +00:00
rubenwardy
aa9605574e
Fix same map being played twice in a row
2018-01-06 03:21:54 +00:00
rubenwardy
61b909142e
Add chest bounds to cavern map
2018-01-06 03:21:39 +00:00
rubenwardy
0a5e05201f
Add per-map chest spawn areas
2018-01-06 03:06:32 +00:00
rubenwardy
bfa1312583
Fix spawning bugs by using different location for each map
2018-01-06 02:05:51 +00:00
rubenwardy
961f2e38d9
Clean user limit
2018-01-03 14:29:56 +00:00
rubenwardy
27ec94c32f
Fix crash in user limit again (hopefully)
2018-01-03 03:02:40 +00:00
rubenwardy
825521b7ef
Add more random_messages
2018-01-03 02:50:20 +00:00
rubenwardy
c84e8f8610
Fix crash on userlimit callback not returning a boolean
2018-01-03 01:44:24 +00:00
rubenwardy
68cea916ce
Add ability to list a certain user's score
2018-01-03 00:23:38 +00:00
rubenwardy
ee460930b1
Fix nothing saving
2018-01-03 00:23:21 +00:00
rubenwardy
d66cabe446
Add userlimit skip if sufficient score
2018-01-02 23:58:47 +00:00
rubenwardy
15653f7648
Disable ctf.txt saving, fix bug in ChatPlus.clean_players()
2018-01-02 22:25:59 +00:00
rubenwardy
43754f7735
Remove sprinting particles
2018-01-02 21:54:12 +00:00
rubenwardy
25ea2afb10
Update ctf_pvp_engine, add update script
2018-01-02 20:56:28 +00:00
rubenwardy
46861dbaa7
Update email
2018-01-02 20:52:21 +00:00
rubenwardy
dee371b338
Readd stairs and killme
2018-01-02 20:50:12 +00:00
rubenwardy
63366984c1
Add more help messages
2018-01-02 20:42:44 +00:00
rubenwardy
ab8cab6b06
Add doors to chests
2018-01-02 20:42:24 +00:00
rubenwardy
03f853f0d4
Add team doors
2018-01-02 20:38:38 +00:00
rubenwardy
c2e84b229d
Update help texts
2018-01-02 20:13:30 +00:00
rubenwardy
cd9c30d362
Add sprinting
2018-01-02 19:59:10 +00:00
rubenwardy
5188bc00fc
Update ctf_pvp_engine
2018-01-02 18:20:43 +00:00
rubenwardy
b4ce4e679f
Update ctf_pvp_engine
2018-01-02 17:30:50 +00:00
rubenwardy
8dc458f9a5
Add messages
2018-01-02 03:12:26 +00:00
rubenwardy
39f1727d35
Fix pro chest requirement bug, add KD requirement
2018-01-02 03:12:16 +00:00
rubenwardy
3216cf75ab
Attempt to fix map bugs
2017-12-28 12:49:17 +00:00
rubenwardy
ad2750adef
Remove stone barrier on match start
2017-12-28 12:48:58 +00:00
rubenwardy
760b83e0ec
Add cavern map
2017-12-28 12:22:19 +00:00
rubenwardy
cef60ad247
Add documentation to ctf_map
2017-12-27 17:38:00 +00:00
rubenwardy
a3f5e065e3
Add random map selection
2017-12-27 16:27:59 +00:00
rubenwardy
b4ed07cee3
Add map metadata export
2017-12-27 16:16:17 +00:00
rubenwardy
d5c2454471
Reimplement chest spawning
2017-12-27 16:16:17 +00:00
rubenwardy
e513a63205
Add ctf_map to allow map loading from schematics
2017-12-27 16:16:16 +00:00
rubenwardy
04e9634087
Update ctf_pvp_engine
2017-11-12 01:41:51 +00:00
rubenwardy
5953a552da
Remove entities on match end
2017-11-12 01:23:42 +00:00
rubenwardy
edd289fbf7
Revert crossbow damage increase
2017-11-12 01:23:28 +00:00
rubenwardy
6d5fdd6aa6
Increase availability of items
2017-11-09 22:04:01 +00:00
rubenwardy
cf429d7ec4
Reduce hpregen interval
2017-11-09 21:44:50 +00:00
rubenwardy
1fd07dfa23
Add ability to lock a player to a certain color
2017-11-08 00:53:27 +00:00
rubenwardy
45ef43d964
Increase damage from crossbows and shotguns
2017-11-07 22:32:15 +00:00
rubenwardy
bc1ba727eb
Add metrics mod
2017-11-07 01:20:34 +00:00
rubenwardy
0fd9bf7a61
Use respawn instead of die for start of immunity
2017-11-07 01:09:12 +00:00
rubenwardy
1f621760bf
Add immunity end on enemy attack, and fix potential crash
2017-11-07 01:07:49 +00:00
rubenwardy
6f49ff4066
Add hint about immunity
2017-11-07 00:36:12 +00:00
rubenwardy
fff64967ca
Add respawn immunity
2017-11-07 00:32:35 +00:00
rubenwardy
c835a117a7
Fix ctf_stats migration crash on new servers
2017-11-07 00:32:20 +00:00
rubenwardy
9f6ccaf386
Fix mistake during introduction of canafk priv
2017-11-07 00:31:00 +00:00
rubenwardy
cab30208e0
Reduce afkkick time
2017-11-06 23:50:31 +00:00
rubenwardy
105d824de5
Add canafk priv
2017-10-14 22:35:42 +01:00
rubenwardy
31ae819d0b
Increase score given by kill
2017-10-13 02:05:21 +01:00
rubenwardy
13bd6fb832
Fix some bugs in created in ctf_stats rewrite
2017-10-13 00:57:09 +01:00
rubenwardy
fb8195b5dd
Add new random_message
2017-10-13 00:31:51 +01:00
rubenwardy
2234a59c61
Rewrite scoring algorithm
2017-10-13 00:09:25 +01:00
rubenwardy
496ef9c30c
Fix crash on restart
2017-10-12 20:51:07 +01:00
rubenwardy
ef1d484372
Fix stuck at 0,0,0 by starting new match on server start
2017-10-12 19:28:36 +01:00
rubenwardy
03ea18339e
Fix gauges crash when player leaves less than 1 second after joining
2017-10-12 19:20:43 +01:00
rubenwardy
6a8e2bf0ea
Fix chests being of wrong team
2017-10-12 18:55:27 +01:00
rubenwardy
0f57a53db5
Update ctf_pvp_engine
2017-10-12 17:20:01 +01:00
rubenwardy
534ea96a2d
Add ctf_start command to skip build time
2017-10-12 17:19:08 +01:00
rubenwardy
57fd0b744e
Add shovels to chests
2017-10-12 16:55:30 +01:00
rubenwardy
e6f5476183
Disable minimap
2017-10-12 16:52:42 +01:00
rubenwardy
5c69ac553d
Remove falling nodes
2017-10-12 16:52:39 +01:00
rubenwardy
d1f21b62db
Fix attempt for gauges disappearing
2017-10-12 16:39:15 +01:00
rubenwardy
a7d2b5961f
Remove the ability for enemies to access a team's chest
2017-10-12 15:40:02 +01:00
rubenwardy
970160afdb
Update ctf_pvp_engine
2017-10-12 15:25:23 +01:00
rubenwardy
82529b56e3
Add pro-only area in chest
2017-10-12 01:19:23 +01:00
rubenwardy
4514afdfe4
Update ctf_pvp_engine
2017-10-10 22:41:20 +01:00
rubenwardy
c6dbb7cd7f
Remove no_sneak_glitch
2017-10-10 22:41:04 +01:00
rubenwardy
7bcff40e01
Add afkkick mod
2017-10-06 19:27:18 +01:00
rubenwardy
9df0bd99ce
Remove update loop for ctf_events
2017-10-06 03:02:16 +01:00
rubenwardy
45d2148d86
Fix wrong size schematic
2017-10-06 01:48:57 +01:00
rubenwardy
3cab7dc253
Improve help tab
2017-10-06 01:48:57 +01:00
rubenwardy
0543f15de8
Update sfinv
2017-10-06 01:35:51 +01:00
rubenwardy
1e0f007264
Update default and doors to 0.4.16
2017-10-06 01:27:45 +01:00
rubenwardy
4285f77231
Update images
2017-10-06 00:03:22 +01:00
rubenwardy
54ef2a2fb8
Update ctf_pvp_engine
2017-10-05 23:52:05 +01:00
rubenwardy
1a033ecbca
Add chatplus.send_message_to_sender()
2017-10-05 23:48:46 +01:00
rubenwardy
960ee92607
Update chatplus
2017-10-05 23:10:52 +01:00
rubenwardy
2722b16a81
Add default to ctf_barrier's dependency
2016-11-20 22:51:35 +00:00
rubenwardy
0c4b736dcd
Make vote and vote_starter basic_privs
2016-04-09 14:52:52 +01:00
rubenwardy
9f91feaafa
Remove chatplus sending info to IRC
2016-04-08 19:02:49 +01:00
rubenwardy
bb85720710
Send report and team chat to private IRC channel
2016-04-08 17:59:34 +01:00
rubenwardy
52a8e22396
Fix crash when update_all() is called before it is registered
2016-04-06 17:45:59 +01:00
rubenwardy
9a8935c389
Add vote and vote_starter priv
2016-04-06 16:07:04 +01:00
rubenwardy
f1e45f006c
Make grenades less rare
2016-04-06 00:15:44 +01:00
rubenwardy
efbd21eed1
Attribute thrower as killer
2016-04-06 00:12:20 +01:00
rubenwardy
2321195c7a
Make grenade work, make grenades less rare
2016-04-05 23:21:50 +01:00
rubenwardy
384af5d073
UPdate ctf_pvp_engine
2016-04-05 19:43:24 +01:00
rubenwardy
3c0e0c0024
Clear events on new game
2016-04-05 17:28:07 +01:00
rubenwardy
03c52da72c
Remove hello on join
2016-04-05 17:26:42 +01:00
rubenwardy
0f2ed518b6
Update ctf_pvp_engine
2016-04-05 17:26:07 +01:00
rubenwardy
abcd3c176f
Add event log, update ctf_pvp_engine
2016-04-05 17:19:03 +01:00
rubenwardy
0b8a95ff2f
Update ctf_pvp_engine
2016-04-05 16:25:05 +01:00
rubenwardy
f4053a34d7
Update chatplus
2016-04-05 01:44:11 +01:00
rubenwardy
9df63edff9
Remove old code in ctf_inventory
2016-04-04 22:36:09 +01:00
rubenwardy
f5077320dc
Remove rules mod
2016-04-04 22:28:32 +01:00
rubenwardy
a54c71cf83
Update ctf_pvp_engine
2016-04-04 22:27:48 +01:00
rubenwardy
9fad339b6b
Add irc support to ctf_match: report on new match/vote started/win
2016-04-04 22:26:47 +01:00
rubenwardy
368ab665ab
Update ctf_pvp_engine
2016-03-30 00:42:33 +01:00
rubenwardy
9a6e6a5c55
Better team creation code, update ctf_pvp_engine
2016-03-30 00:24:12 +01:00
rubenwardy
d18c0c88cf
Add sfinv support to email
2016-03-17 16:14:10 +00:00
rubenwardy
b7d60d1363
Fix bug in chatplus
2016-03-17 16:00:12 +00:00
rubenwardy
c812241314
Update chatplus, email and report
2016-03-17 15:40:02 +00:00
rubenwardy
2b18dc58ea
Fix line being drawn under tabs
2016-03-06 21:36:15 +00:00
rubenwardy
7faca93ed6
Thin trees, lower water
2016-02-27 14:58:25 +00:00
rubenwardy
39a963fe9c
Remove excess sfinv logging
2016-02-27 04:21:34 +00:00
rubenwardy
192ddf052b
New map
2016-02-27 04:20:45 +00:00
rubenwardy
61510d0f7a
Update README.md
2016-02-15 01:47:12 +00:00
rubenwardy
01d3583abc
Correction
2016-02-15 01:43:42 +00:00
rubenwardy
a1456034ec
Add README.md
2016-02-15 01:40:22 +00:00
rubenwardy
97091c6037
Add sfinv, add tabs
2016-02-15 01:27:20 +00:00
rubenwardy
f4e70557d3
Fix random_messages bug
2016-02-14 19:28:45 +00:00
Thomas--S
df64a840ac
Reset the vote when new match starts
...
Bugfix for #46
code from /vote_clear
Warning: This is untested
2016-02-10 20:34:18 +01:00
rubenwardy
e47d914b4d
Update init.lua
2016-02-08 00:28:11 +00:00
rubenwardy
68456374ed
Add random_messages
2016-02-05 21:55:45 +00:00
rubenwardy
f15fab0055
Fix shooters
2016-01-07 22:26:33 +00:00
rubenwardy
6c14243b2d
Add grenades
2016-01-07 22:19:10 +00:00
rubenwardy
df4855f7e7
Add doors and wield3d
2016-01-07 22:04:09 +00:00
rubenwardy
a0bc05941d
Update shooter
2016-01-07 21:56:49 +00:00
rubenwardy
f6176e6357
Fix hpregen whilst dead
2016-01-05 02:57:10 +00:00
rubenwardy
c7c95a757e
Random spawn locations
2016-01-02 21:10:26 +00:00
rubenwardy
277ada0bdc
Add simple rules mod
2016-01-02 20:40:34 +00:00
rubenwardy
d945c5002b
Restore shooter_hit.png
2016-01-02 16:17:29 +00:00
rubenwardy
ed6e37a1c4
Update shooter
2016-01-02 16:15:06 +00:00
rubenwardy
d6ad3ca3d9
Protect vote against spammers
2016-01-02 16:10:52 +00:00
rubenwardy
2e895b8592
Add /ctf_unqueue_restart
2016-01-02 14:20:22 +00:00
rubenwardy
36e76e7924
Add hp regen (1 hp per 10 seconds)
2016-01-02 14:09:45 +00:00
rubenwardy
84b81ad810
Fix crash in chatplus, and bug in ctf_stats
2015-12-31 21:47:46 +00:00
rubenwardy
c6397fe5f1
Update settings_cache.csv
2015-12-30 14:24:03 +00:00
rubenwardy
338bb4e529
Add chatcommand to queue restart
2015-12-30 14:17:06 +00:00
rubenwardy
dd3d47567e
Fix bug in Report
2015-12-30 13:43:09 +00:00
rubenwardy
8fdefa5e93
Further adjustments
2015-12-30 13:14:14 +00:00
rubenwardy
076fe976ce
Adjust scoring algorithm
2015-12-30 13:05:15 +00:00
rubenwardy
e7947b64d9
Further resource changes
2015-12-30 13:02:07 +00:00
rubenwardy
0a675d5f7c
Longer build time, more cobble
2015-12-30 12:53:10 +00:00
rubenwardy
e0fef5b56a
Update ctf_pvp_engine
2015-12-18 03:35:06 +00:00
rubenwardy
c8ad4dcfbc
Make chatplus then return the retval
2015-12-18 02:33:08 +00:00
rubenwardy
ed6d75b582
Fix IRC
2015-12-18 02:30:07 +00:00
rubenwardy
15d4e21c61
Add /rankings me
2015-12-18 02:14:33 +00:00
rubenwardy
e39bd82982
Update Chatplus and Report
2015-12-18 01:50:19 +00:00
rubenwardy
4a8be117f8
Set time of day to just before midday on new match
2015-12-08 19:25:07 +00:00
rubenwardy
1c28177fb9
Reset hp on leave/join
2015-12-08 19:24:41 +00:00
rubenwardy
11b1866e88
Add apples, stone swords and crossbows to chests
2015-12-08 19:23:00 +00:00
rubenwardy
c31a94b9e0
Remove bucket and flaregun
2015-12-08 19:20:04 +00:00
rubenwardy
9f5168a918
Make sand not fall
2015-12-08 13:28:28 +00:00
rubenwardy
3d40254c71
Drop items on leave game
2015-12-08 01:20:36 +00:00
rubenwardy
6c5a82869a
Refine score algorithm
2015-12-08 01:02:25 +00:00
rubenwardy
a19631f41d
Add /ctf_respawn
2015-12-08 00:24:46 +00:00
rubenwardy
eebf07bcf7
Update ctf_pvp_engine
2015-12-08 00:15:38 +00:00
rubenwardy
b7dc53779e
Add ctf_match priv
2015-12-07 23:54:22 +00:00