Commit graph

70 commits

Author SHA1 Message Date
LoneWolfHT 4922c3115f Revert "Add hudbars mod"
This reverts commit 707387a580.
2020-12-05 10:58:59 -08:00
LoneWolfHT 707387a580 Add hudbars mod 2020-11-28 10:10:00 -08:00
LoneWolfHT 17c3085c3a Add Paxel for medics 2020-11-22 12:12:38 -08:00
LoneWolfHT f8800fd043 Update latest_updates page 2020-11-21 08:31:16 -08:00
LoneWolfHT 82d9226d08 Add darkness_nerf until MTE fixes their lighting 2020-11-18 09:29:39 -08:00
LoneWolfHT ce9760c7c8 Fix give_initial_stuff overflowing stacks 2020-11-16 09:03:50 -08:00
KaylebJay ca45eb1c4c
Add mod real_suffocation with custom tweaks for CTF (#693)
* add mod 'real_suffocation'

* tiny nitpick, please squash

* remove deprecated description, move to mod.conf

* change license

* fix luacheck error
2020-10-29 11:56:50 -07:00
LoneWolfHT 7a07d79289 List the latest updates ingame 2020-10-27 08:17:25 -07:00
KaylebJay 2501173aac
Optimize texture file sizes (#690) 2020-10-24 15:15:18 -07:00
LoneWolfHT abb463fbd3 Improve knight's damage boost code 2020-10-16 14:51:07 -07:00
LoneWolfHT ecc6858c15 Improve random_messages 2020-10-16 09:41:01 -07:00
LoneWolfHT 3645fa3bbc Add latest_updates mod 2020-10-16 09:40:39 -07:00
LoneWolfHT eb5ea25d54 Improve initial_stuff 2020-10-14 16:21:52 -07:00
LoneWolfHT 779e0973a6 Re-add MTG: Trim out the remaining bloat from default 2020-09-22 15:48:35 -07:00
LoneWolfHT 65652ec405 Revert "MTG: Trim out the remaining bloat from default (#639)"
This reverts commit ec06b8edde.
2020-09-22 13:16:25 -07:00
ANAND 7793e76890
physics: Add sanity checks and minor optimizations (#650)
- Throw error if an unsupported attribute is encountered.
- Throw errors for invalid function arguments.
- Optimize out attributes with a value of 1.
2020-09-22 08:50:27 -07:00
ANAND ec06b8edde
MTG: Trim out the remaining bloat from default (#639) 2020-09-22 08:36:01 -07:00
ANAND 58db9e7dd0
HUD score improvements (#656)
* Move hud_score mod to 'other' modpack

* hud_score: Reuse element when adding a new element with the same name
2020-09-13 19:17:19 -07:00
LoneWolfHT b24d1b3097
Fix swapping class items into other invs (#670)
* Fix bug with team/loot chest swapping
* Fix furnace swapping
2020-07-21 12:18:47 -07:00
ANAND 2268485cdf give_initial_stuff: Respect items' stack_max 2020-05-31 10:36:48 +05:30
LoneWolfHT a978d8457f
Fix ability to place items in treasure chests by swapping (#647) 2020-05-30 19:55:52 +05:30
LoneWolfHT 06a2c2fd03
Reduce respawn immunity time to 5s (#624) 2020-05-10 23:04:59 +05:30
ANAND 3de7c4337d
Fix crash when chatting from terminal chat console 2020-05-08 11:51:22 +05:30
ANAND e68fe87ea2
Add sniper_rifles mod (#453) 2020-04-22 07:31:27 +05:30
rubenwardy 4a1764983e Add useful hint 2020-03-26 22:04:26 +00:00
rubenwardy 59d199a7a5 Add rocket crafting 2020-03-14 22:48:50 +00:00
rubenwardy 93693a8dfd Add rocketeer class 2020-03-14 20:00:32 +00:00
rubenwardy eee6cfcbec Improve class shooter modifications 2020-03-14 20:00:32 +00:00
rubenwardy 02d527eaf5 Add class items 2020-03-14 20:00:32 +00:00
rubenwardy f610722b83 Remove false promises in class selection, add random messages 2020-03-14 20:00:32 +00:00
rubenwardy bc9967907e Update crafting to fix 5.2.0-dev issue 2020-03-12 22:42:34 +00:00
rubenwardy c07f83fb7e Update crafting 2020-03-12 21:25:39 +00:00
ANAND bd3b1c1a2d tsm_chests: Prevent chests being placed on top of other chests 2020-01-18 20:28:49 +05:30
ANAND a86cb11501 tsm_chests: Simplify node lookups a bit by using a table of node-names 2020-01-18 20:28:49 +05:30
ANAND 22e2e03798
Update crafting submodule
> Fix crafting.make_on_rightclick()
> Fix crash when sfinv not installed
> Fix inventory resizing
> Create mod.conf
2020-01-02 15:08:09 +05:30
MinetestSam 23e8cff2d3 Update random message for pro-section criteria (#529) 2019-12-16 16:36:56 +05:30
ANAND d78b269e73
Move crafting into other modpack 2019-12-10 17:04:10 +05:30
ANAND f0a8327c18 tsm_chests: Fix floating chests; remove extra bloat (#492) 2019-12-06 06:07:46 +01:00
ANAND 6e35425e4c Add ctf_stats.is_pro; consolidate "pro-ness" calculations (#517) 2019-12-05 19:33:38 +01:00
ANAND 6b33c8e9cc
ctf_stats: Add support for retrieving stats by rank (#454) 2019-11-27 11:30:39 +05:30
ANAND 64793ea22c Improve /report; add report API (#163) 2019-11-24 21:37:44 +01:00
MinetestSam 2dd7a14e31 Improve map makers call-for-action random message (#509) 2019-11-15 17:51:23 +05:30
ANAND 5eb5d3311a
Improve log messages (#422)
- Add log messages wherever required/useful
- Remove unnecessary log messages and print statements
- Convert print statements to minetest.log
- Fix incorrect log level for some messages
- Trivial code-style fixes
2019-10-18 11:22:18 +05:30
MinetestSam 31ba4286fe Colorize random messages (#467) 2019-10-09 19:19:41 +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 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 450027c3b7 Dissolve ctf_pvp_engine modpack into other modpacks 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