Difference between revisions of "Running Bug List"

From Bitfighter
(General Bugs)
 
(591 intermediate revisions by 6 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 a running bug list.
 
  
Right now it's mostly for regressions after the release of 016
+
==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===
+
 
+
# <del>numpad keys are separate from their standard keyboard counterparts since the change to SDL. This makes loadout menus etc. not as workable</del>
+
# Preserving load-outs. 
+
#* Player has loadout xyz when level ends. 
+
#* Next level starts, player gets default loadout abc
+
#* Player enters loadout zone -- should get loadout xyz again
+
#* When level ends, current loadout should become "on-deck" loadout, at least on levels with loadout zones.
+
# <del>Mouse selection location problems when scrolling through levels</del>
+
# <del>Scrolling menus are wonky when typing letter to jump to relevant entry</del>
+
# <del>Undoing insertion of vertices into walls can be quirky</del>
+
# <del>2pt barriers with points on top of each other do not load in editor -- walls fell prey to culling mechanism that removed duplicate points from walls</del>
+
# <del>User has no way of knowing how to lay spybugs (advantage through obscurity!)</del>
+
# <del>Add info about presets to help</del>
+
# <del>If unrecognized JS is detected, should use most recently selected joystick profile</del>
+
# <del>Verify twoplayer.bat -- could not reproduce bug, even on same machine where it was reported</del>
+
# <del>Dissalow user names with "%" in them -- this needs to happen at the forums level</del>
+
# <del>Core heartbeat is broken somehow</del>
+
# <del>Every gametype says 'Blast as many ships as you can' in the level info screen</del>
+
# <del>Hostile objects are pink/purple?  ''Only on old levels, probably created with really old editor''</del>
+
# <del>Hostile forcefield should let flags float through</del>
+
# <del><space> to suspend snapping in editor doesn't suspend it for snapping objects at vertices (like a goalzone to a barrier)</del> FEATURE NOT BUG (see update to editor help for explanation)
+
# <del>Phantom forcefields appear when testing a level in the editor after adding forcefields.  Has this been fixed??</del>
+
# <del>Repairing Core is broken.  How would we handle this with panels?</del>
+
# <del>Fix Game Parameters menu in the editor -- should not scroll</del>
+
# Make core look good again!
+
# Spawn shield rotation is jerky (F32 v S32?) [not jerky for me  -raptor]
+
# <del>Editor crash when pressing Ctrl+R to add levelgen items, then Ctrl+R again to remove them</del>
+
 
+
===OS X Related===
+
 
+
# <del>Crash when exiting from main menu sometimes on Mac, ppc only.  Stack trace: http://pastie.org/3474625</del>
+
# <del>Switching to fullscreen on Mac sometimes makes the window disappear - may be related to loss of opengl context or error with opengl pixel format.</del>  Workaround coded:  Use FakeFullScreen, but you have to hide the dock
+
# <del>command keys don't work on Mac</del>
+
# <del>Get Bitfighter working on Mac OS X 10.7 Lion </del>
+
 
+
===Windows Related===
+
 
+
# <del>Exiting bitfighter with music playing will crash the game and spike the CPU.  Possible solutions:</del>
+
 
+
===Non-bugs stuff to do===
+
# Get level stats into the database
+
# Get an achievement working
+
# Get the following stats into the database; they are already sent to the master
+
##playerStats.crashedIntoAsteroid
+
##playerStats.flagDrop
+
##playerStats.flagPickup
+
##playerStats.flagReturn
+
##playerStats.flagScore
+
##playerStats.switchedTeamCount
+
##playerStats.teleport
+

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.