|
|
(164 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.
| + | |
− | # Fix (or kill) /suspend command
| + | |
− | # Figure out how to get ids working properly with walls/polywalls
| + | |
− | # When teleporting on top of walls (layered walls?) sometimes a player gets stuck and cannot move or commit suicide. This may be hard to track down.
| + | |
− | # One black screen of doom case left: Open two clients; don't move in one to let spawn delay kick in (30 seconds); go to a /next level, the first should now be spawn delayed; go to /next level again, the first cannot come back to game now
| + | |
− | # Fix memory leak with robots/levelgen because of disabling every luaW_hold<T>(L, obj); --> use reference counting to delete proxy when appropriate, and reenable this line
| + | |
− | # When a script deletes a ff projector, bobdaduck reports the ff is not also removed. Also problematic: setTeams, setLoc, etc. Basically anything with FFPs don't appropriately update the attached FF
| + | |
− | # /shuffle is broken...
| + | |
− | # Disable fast regen when standing still trying to build something with engineer
| + | |
− | # Ship is rendered behind repair items?
| + | |
− | # Public Lua API members for the 'Item' object should probably be moved somewhere more appropriate. See http://bitfighter.org/luadocs/class_item.html isOnShip() should not apply to EngineeredItem, etc.
| + | |
− | # Clean-up master chat commands. Add consistency; /raptor -> /pm raptor etc.
| + | |
− | | + | |
− | | + | |
− | ====Things to test after next lua rewrite====
| + | |
− | # 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."
| + | |
− | #:<code>-- for bug #33 from sam686<br>function main()<br> for x = 0, 20 do<br> for y = 0, 20 do<br> item2 = ResourceItem.new()<br> item2:setGeom(x * 100, y * 100)<br> levelgen:addItem(item2)<br> textitem = TextItem.new()<br> textitem:setText(x .. "," .. y)<br> textitem:setGeom(x * 100, y * 100, x * 100 + 100, y * 100)<br> levelgen:addItem(textitem)<br> end<br> end<br>end</code>
| + | |
1. Check paths in diagnostics page (press F7 twice, page 2), bad paths and missing level, scripts, bots, editor plugins on mac OS version.