Commit graph

388 commits

Author SHA1 Message Date
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