Commit graph

581 commits

Author SHA1 Message Date
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
rubenwardy e8fd22c569
Add screenshot.png 2018-05-15 20:17:58 +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 b4fffb9b1c Fix LuaCheck 2018-04-18 23:53:23 +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