diff -r 5816a9869fb8 -r 517b819b4018 TODO.wiki --- a/TODO.wiki Fri Jun 05 15:13:10 2020 +0200 +++ b/TODO.wiki Sat Jun 06 20:31:53 2020 +0200 @@ -68,6 +68,12 @@ * Portable portal device * Teleportation + * Better weapon implementation needed: + * Grenade-like weapons: Calculate bounces (currently, only direct shots without any bounces are supported) + * Mine, dynamite: Place on ground and run away (currently, only dropping from safe height is supported) + * Molotov cocktail: Currently never used, although `TestMolotov` exists + * Support `gfMoreWind` + See also: https://issues.hedgewars.org/show_bug.cgi?id=292