# HG changeset patch # User Wuzzy # Date 1591468313 -7200 # Node ID 517b819b4018e561c71a6b2cdc5beff5c1a409e4 # Parent 5816a9869fb8db7a116f9a0bf000ec372dbb11b3 TODO: Add more TODO 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