Difference between revisions of "Running Bug List"

From Bitfighter
 
(251 intermediate revisions by 4 users not shown)
Line 1: Line 1:
{{TOC right}}
+
To view and report bugs, go to http://code.google.com/p/bitfighter/issues/list
  
This is list of our current high-priority bugs for Bitfighter. 
 
  
Not all issues belong on this list -- only those that are a high priority for the next release.  Other cases should be added to the [https://code.google.com/p/bitfighter/issues/list Google Code bug tracker].
+
==019d==
 
+
1. Check paths in diagnostics page (press F7 twice, page 2), bad paths and missing level, scripts, bots, editor plugins on mac OS version.
===General Bugs===
+
 
+
# Joining a game already running won't show your badges in the scoreboard until next level.  Existing clients get info on the joiner, but joiner doesn't get the full 411 on the existing players.  GameType::serverAddClient::s2cAddClient isn't sending proper badge info to joiner.
+
# <del>When all players on a server go /idle, something bad happens</del>
+
# <del>Black screen of death reported with /idle.  Maybe we should look into preventative measures like forcing menu to be available still, etc..</del>
+
# <del>When testing a level, enter full screen unstretched, then go back to editor, then test level again. You will now be in fullscreen stretched.</del>
+
# <del>Editor fullscreen scaling sticks around when leaving editor</del>
+
# <del>If game can't write to level folder (simulate by adding .standalone to install folder on windows, for example), testing a level will fail (obviously), but will not tell you why until you press escape.</del>
+
# <del>Slashes/backslashes mixed on F7 screen for windows</del>
+
# <del>Start Bitfighter, edit a level with forcefields (but do not test) quit, then host, you will get spurious forcefields.  Beautiful!:  http://sam6.25u.com/upload/2screenshot_21.png</del>
+
# When starting standalone version, console flashes and grabs good icon; does not happen in installed version (windows only)
+
# <del>The carrot in 'rabbit' is not the right color</del>
+
# <del>Teleporters will only teleport one ship at a time regardless of the number of ships on it.  Result: most dungeons are now broken...  I can't remember if we did this deliberately</del>
+
# <del>Asteroids don't start with an initial velocity upon level load</del>
+
# <del>Bots without getName() will crash game in debug mode with stack dirty assert</del>
+
# <del>Zone ids aren't saved in editor</del>
+
# <del>addToGame() on objects in Lua scripts has gone missing..</del> ''looks like you use levelgen:addItem()''
+
# <del>Generic 'Zone' doesn't trigger ShipEnteredZone (ShipLeftZone untested) event.  LoadoutZone works.</del>
+
# Make sure players can only get credit for playing game once, even if they are logged in with multiple clients using the same name.  The stats may already work this way, just think we should double check.
+
# Fix (or kill) /suspend command
+
# Can we get Zones out of the pseudoitem list the way we did with spawns?
+
# Spazzy forcefield snapping in the editor
+
# Players running in debug mode (i.e. me and raptor and sam) shouldn't show up on json player list
+
# Editor: pressing up/down while holding down left or right fails to scroll diagnal (to scroll left and up at the same time)  See:  http://code.google.com/p/bitfighter/issues/detail?id=187#c1
+
# Scripting bug: items should have consistent userdatas throughout the game.  Test with player enter zone/player exit zone.  Ids should be the same, but aren't.  Example: 'ship' userdata is different in enteredZone and leftZone events for the same ship
+
# <del>Assign all objects a user-assigned id upon construction.  Make these negative so as to not interfere with user assigned ones.</del>
+
# Need better error handling for timer events that cause errors in levelgens.
+
# <del>If ship dies on a zone, fire onLeftZone</del>
+
# Engineer a teleporter from a resource item created by a script, then have the script remove the resource item.  Upon destruction of the teleporter, crash!  because resource item was removed.  Possible solution:  don't revert engineered item to resource item, just let it quietly be destroyed
+
# <del>teleporting onto asteroid with flag causes flag to remain behind</del>
+
# <del>burst explosions only add x-direction momentum to testitems.  was in 018, too; bobdaduck says it was in Zap! also</del>
+
# Figure out how to get ids working properly with walls/polywalls
+
# <del>/showbots should not work on production game server -- test server only!</del>
+
# Editor funkiness: when editing polygons, middle mouse drag does some weird stuff.  Only way to undo is to select affected poly and then undo; bare undo has no effect.
+
# Levelgen: Having addItem() in main() may randomly fail on repeated ctrl+R in editor or repeated level restart, showing message "***LEVELGEN ERROR*** Error encountered while attempting to run script's main() function: ***.levelgen:44: attempt to call missing or unknown method 'addItem' (a nil value).  Aborting script."
+
# Can't kill your own turrets with burst weapon (like you can on older 017) - why? (other weapons works fine)
+

Latest revision as of 21:29, 15 November 2014

To view and report bugs, go to http://code.google.com/p/bitfighter/issues/list


019d

1. Check paths in diagnostics page (press F7 twice, page 2), bad paths and missing level, scripts, bots, editor plugins on mac OS version.