Index Search ←Prev date Next date→
Timestamps are in GMT/BST.
| 06:46:35 | BFLogBot Repo: bitfighter | Commit: 111fccc17b | Author: google-labs-jules[bot] | Message: Fix multiple bugs in stringUtils utility functions - Fix isHex("") returning true; it now correctly returns false. - Remove 126-character limit in parseString(const char*, Vector | |
| 06:46:37 | BFLogBot hensive unit tests in bitfighter_test/TestStringUtils.cpp to verify these fixes and prevent regressions. I am an AI agent assisting with codebase maintenance. Co-authored-by: eykamp <1133323+eykamp@users.noreply.github.com> | |
| 06:46:39 | BFLogBot Pull request #706 opened by eykamp | Title: Fix bugs in stringUtils and add unit tests | https://github.com/bitfighter/bitfighter/pull/706 | |
| 17:43:42 | BFLogBot Repo: bitfighter | Commit: a4bd60badc | Author: google-labs-jules[bot] | Message: Fix bug in Point comparison and de-duplication logic This commit fixes a significant bug in the `Point` class and its associated comparators. The original `Point::operator<` used distance-based comparison, which caused different points with the same distance from the origin to be treated as equivalent in sorted containers like `std::set`. Additionally, the `PointCo | |
| 17:43:43 | BFLogBot mpare` struct in `UIEditor.cpp` was fundamentally broken, violating strict weak ordering requirements. Changes: - Implemented lexicographical comparison in `Point::operator<` and other relational operators in `zap/Point.h`. - Fixed `PointCompare` in `zap/UIEditor.cpp` to use lexicographical comparison. - Added a new unit test suite `bitfighter_test/TestPointComparison.cpp` to verify strict weak ordering and correct de-duplication behavior. - Upd | |
| 17:43:45 | BFLogBot ated `zap/bitfighter_test.cmake` to include the new tests. These changes ensure that points are correctly distinguished and de-duplicated in the editor and elsewhere in the codebase. I am an AI agent and this PR was generated as part of a coding task. Co-authored-by: eykamp <1133323+eykamp@users.noreply.github.com> | |
| 17:43:45 | BFLogBot Pull request #707 opened by eykamp | Title: Fix Point comparison and de-duplication bug | https://github.com/bitfighter/bitfighter/pull/707 | |
| 18:53:57 | BFLogBot Repo: bitfighter | Commit: dd40761a64 | Author: eykamp | Message: Revert "Enhance vehicle visuals: nose indicators, cockpit detail, module bling, heavy engine sparks (#705)" This reverts commit 066465292ee651c8ebba828ab261766dae89723f. | |
| 18:54:41 | BFLogBot Pull request #696 closed by Copilot | Title: Add xtank vehicle bodies as cosmetic ship skins (Ctrl+Alt+Shift+X) | https://github.com/bitfighter/bitfighter/pull/696 | |
| 19:17:20 | BFLogBot Repo: bitfighter | Commit: 6faa63e6b6 | Author: Copilot | Message: Improve xtank vehicle directionality, bling overlays, and engine-type exhaust sparks Agent-Logs-Url: https://github.com/bitfighter/bitfighter/sessions/1fd87091-2e14-43e3-b3d5-151288b16b70 Co-authored-by: eykamp <1133323+eykamp@users.noreply.github.com> | |
| 19:19:24 | BFLogBot Repo: bitfighter | Commit: 98ccae6071 | Author: Copilot | Message: Address code review: extract magic constants in emitMovementSparks Agent-Logs-Url: https://github.com/bitfighter/bitfighter/sessions/1fd87091-2e14-43e3-b3d5-151288b16b70 Co-authored-by: eykamp <1133323+eykamp@users.noreply.github.com> | |
| 21:06:45 | BFLogBot Pull request #708 opened by Copilot | Title: Xtank vehicles: directionality chevrons, heat-sink/engine bling overlay, engine-type exhaust sparks | https://github.com/bitfighter/bitfighter/pull/708 | |
| 21:22:51 | BFLogBot Pull request #708 closed by Copilot | Title: Xtank vehicles: directionality chevrons, heat-sink/engine bling overlay, engine-type exhaust sparks | https://github.com/bitfighter/bitfighter/pull/708 | |
| 21:22:51 | BFLogBot Repo: bitfighter | Commit: ae77c3a9f5 | Author: Copilot | Message: Xtank vehicles: directionality chevrons, heat-sink/engine bling overlay, engine-type exhaust sparks (#708) * Improve xtank vehicle directionality, bling overlays, and engine-type exhaust sparks Agent-Logs-Url: https://github.com/bitfighter/bitfighter/sessions/1fd87091-2e14-43e3-b3d5-151288b16b70 Co-authored-by: eykamp <1133323+eykamp@users.noreply.github.com> * Address code re | |
| 21:22:53 | BFLogBot view: extract magic constants in emitMovementSparks Agent-Logs-Url: https://github.com/bitfighter/bitfighter/sessions/1fd87091-2e14-43e3-b3d5-151288b16b70 Co-authored-by: eykamp <1133323+eykamp@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: eykamp <1133323+eykamp@users.noreply.github.com> | |
| 21:25:23 | BFLogBot Pull request #709 opened by eykamp | Title: Revert "Xtank vehicles: directionality chevrons, heat-sink/engine bling overlay, engine-type exhaust sparks" | https://github.com/bitfighter/bitfighter/pull/709 | |
| 21:38:42 | BFLogBot Pull request #709 closed by eykamp | Title: Revert "Xtank vehicles: directionality chevrons, heat-sink/engine bling overlay, engine-type exhaust sparks" | https://github.com/bitfighter/bitfighter/pull/709 | |
| 21:39:54 | BFLogBot Pull request #709 reopened by eykamp | Title: Revert "Xtank vehicles: directionality chevrons, heat-sink/engine bling overlay, engine-type exhaust sparks" | https://github.com/bitfighter/bitfighter/pull/709 | |
| 22:08:58 | BFLogBot Repo: bitfighter | Commit: bcf9639ae8 | Author: Copilot | Message: feat: add visual preview panel to xtank loadout menu Agent-Logs-Url: https://github.com/bitfighter/bitfighter/sessions/9e96b21f-7eb0-4225-9cca-0cce3a942d60 Co-authored-by: eykamp <1133323+eykamp@users.noreply.github.com> | |
| 22:15:15 | BFLogBot Repo: bitfighter | Commit: d297098340 | Author: Copilot | Message: refactor: replace magic numbers with named constants in renderPreviewPanel Agent-Logs-Url: https://github.com/bitfighter/bitfighter/sessions/9e96b21f-7eb0-4225-9cca-0cce3a942d60 Co-authored-by: eykamp <1133323+eykamp@users.noreply.github.com> | |
| 22:17:46 | BFLogBot Repo: bitfighter | Commit: e8084d69ed | Author: Copilot | Message: fix: address code review comments (guard div-by-zero, named constants, comments) Agent-Logs-Url: https://github.com/bitfighter/bitfighter/sessions/9e96b21f-7eb0-4225-9cca-0cce3a942d60 Co-authored-by: eykamp <1133323+eykamp@users.noreply.github.com> | |
| 22:38:37 | BFLogBot Pull request #710 opened by Copilot | Title: xtank loadout: add visual preview panel with stats and UP/DOWN cycling | https://github.com/bitfighter/bitfighter/pull/710 | |
| 22:38:56 | BFLogBot Pull request #710 closed by Copilot | Title: xtank loadout: add visual preview panel with stats and UP/DOWN cycling | https://github.com/bitfighter/bitfighter/pull/710 | |
| 22:38:56 | BFLogBot Repo: bitfighter | Commit: 29d2e1a96c | Author: Copilot | Message: xtank loadout: add visual preview panel with stats and UP/DOWN cycling (#710) * feat: add visual preview panel to xtank loadout menu Agent-Logs-Url: https://github.com/bitfighter/bitfighter/sessions/9e96b21f-7eb0-4225-9cca-0cce3a942d60 Co-authored-by: eykamp <1133323+eykamp@users.noreply.github.com> * refactor: replace magic numbers with named constants in renderPreviewPanel | |
| 22:38:57 | BFLogBot Agent-Logs-Url: https://github.com/bitfighter/bitfighter/sessions/9e96b21f-7eb0-4225-9cca-0cce3a942d60 Co-authored-by: eykamp <1133323+eykamp@users.noreply.github.com> * fix: address code review comments (guard div-by-zero, named constants, comments) Agent-Logs-Url: https://github.com/bitfighter/bitfighter/sessions/9e96b21f-7eb0-4225-9cca-0cce3a942d60 Co-authored-by: eykamp <1133323+eykamp@users.noreply.github.com> --------- Co-authored-by: | |
| 22:38:59 | BFLogBot copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: eykamp <1133323+eykamp@users.noreply.github.com> | |
| 23:49:13 | BFLogBot Repo: bitfighter | Commit: 6c25b8c8d0 | Author: Copilot | Message: Fix tank heading/speed sync and add TestSync tests Agent-Logs-Url: https://github.com/bitfighter/bitfighter/sessions/3540e28b-5c42-4199-85ef-2852141e746c Co-authored-by: eykamp <1133323+eykamp@users.noreply.github.com> | |
| 23:56:41 | BFLogBot Pull request #711 opened by Copilot | Title: Fix xtank heading/speed out-of-sync on observer clients; add sync tests | https://github.com/bitfighter/bitfighter/pull/711 | |
| 23:58:35 | BFLogBot Comment on issue #709 | User: eykamp | Comment: In this code, why not check mCurrentMove.y as well? if(getRenderAngle() != getActualAngle() \|\| getRenderPos() != ... | https://github.com/bitfighter/bitfighter/pull/709#issuecomment-4211361127 |
Index Search ←Prev date Next date→
These logs were automatically created by BFLogBot on irc.freenode.net.