Index Search ←Prev date Next date→
Timestamps are in GMT/BST.
| 05:16:30 | BFLogBot Repo: bitfighter | Commit: ad9b628d63 | Author: eykamp | Message: Catchup | |
| 05:27:54 | BFLogBot Repo: bitfighter | Commit: 363000d156 | Author: Copilot | Message: Add generic table renderer and apply to armor card Agent-Logs-Url: https://github.com/bitfighter/bitfighter/sessions/3b9a64bb-b43e-4beb-8267-e4f9d46f9942 Co-authored-by: eykamp <1133323+eykamp@users.noreply.github.com> | |
| 05:29:31 | BFLogBot Repo: bitfighter | Commit: b7f9d11f18 | Author: Copilot | Message: Address table renderer review feedback Agent-Logs-Url: https://github.com/bitfighter/bitfighter/sessions/3b9a64bb-b43e-4beb-8267-e4f9d46f9942 Co-authored-by: eykamp <1133323+eykamp@users.noreply.github.com> | |
| 05:30:45 | BFLogBot Repo: bitfighter | Commit: dfe9873525 | Author: Copilot | Message: Clean up transient UI table/list buffers Agent-Logs-Url: https://github.com/bitfighter/bitfighter/sessions/3b9a64bb-b43e-4beb-8267-e4f9d46f9942 Co-authored-by: eykamp <1133323+eykamp@users.noreply.github.com> | |
| 05:32:27 | BFLogBot Repo: bitfighter | Commit: 5d8d46f70e | Author: Copilot | Message: Replace table rendering magic numbers with constants Agent-Logs-Url: https://github.com/bitfighter/bitfighter/sessions/3b9a64bb-b43e-4beb-8267-e4f9d46f9942 Co-authored-by: eykamp <1133323+eykamp@users.noreply.github.com> | |
| 05:34:04 | BFLogBot Repo: bitfighter | Commit: 1c5204ee4d | Author: Copilot | Message: Polish generic table renderer docs and constants Agent-Logs-Url: https://github.com/bitfighter/bitfighter/sessions/3b9a64bb-b43e-4beb-8267-e4f9d46f9942 Co-authored-by: eykamp <1133323+eykamp@users.noreply.github.com> | |
| 05:35:25 | BFLogBot Repo: bitfighter | Commit: 423334eb6d | Author: Copilot | Message: Polish table field naming and buffer comments Agent-Logs-Url: https://github.com/bitfighter/bitfighter/sessions/3b9a64bb-b43e-4beb-8267-e4f9d46f9942 Co-authored-by: eykamp <1133323+eykamp@users.noreply.github.com> | |
| 06:28:02 | BFLogBot Pull request #759 opened by Copilot | Title: Unify xtank armor card with a reusable table renderer | https://github.com/bitfighter/bitfighter/pull/759 | |
| 06:28:16 | BFLogBot Pull request #759 closed by Copilot | Title: Unify xtank armor card with a reusable table renderer | https://github.com/bitfighter/bitfighter/pull/759 | |
| 06:28:16 | BFLogBot Repo: bitfighter | Commit: 2f29cf54fa | Author: Copilot | Message: Unify xtank armor card with a reusable table renderer (#759) * Add generic table renderer and apply to armor card Agent-Logs-Url: https://github.com/bitfighter/bitfighter/sessions/3b9a64bb-b43e-4beb-8267-e4f9d46f9942 Co-authored-by: eykamp <1133323+eykamp@users.noreply.github.com> * Address table renderer review feedback Agent-Logs-Url: https://github.com/bitfighter/bitfighte | |
| 06:28:18 | BFLogBot r/sessions/3b9a64bb-b43e-4beb-8267-e4f9d46f9942 Co-authored-by: eykamp <1133323+eykamp@users.noreply.github.com> * Clean up transient UI table/list buffers Agent-Logs-Url: https://github.com/bitfighter/bitfighter/sessions/3b9a64bb-b43e-4beb-8267-e4f9d46f9942 Co-authored-by: eykamp <1133323+eykamp@users.noreply.github.com> * Replace table rendering magic numbers with constants Agent-Logs-Url: https://github.com/bitfighter/bitfighter/sessions | |
| 06:28:19 | BFLogBot /3b9a64bb-b43e-4beb-8267-e4f9d46f9942 Co-authored-by: eykamp <1133323+eykamp@users.noreply.github.com> * Polish generic table renderer docs and constants Agent-Logs-Url: https://github.com/bitfighter/bitfighter/sessions/3b9a64bb-b43e-4beb-8267-e4f9d46f9942 Co-authored-by: eykamp <1133323+eykamp@users.noreply.github.com> * Polish table field naming and buffer comments Agent-Logs-Url: https://github.com/bitfighter/bitfighter/sessions/3b9a64bb | |
| 06:28:21 | BFLogBot -b43e-4beb-8267-e4f9d46f9942 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> | |
| 07:02:24 | BFLogBot Repo: bitfighter | Commit: 01bb42be2a | Author: google-labs-jules[bot] | Message: Fix precision bug in geometric intersection functions This commit upgrades calculations in segmentsIntersect, findIntersection, and polygonIntersectsSegmentDetailed from F32 to F64. This prevents incorrectly identifying nearly parallel segments as parallel and reduces precision loss when dealing with large coordinates (up to ~10^7). New test cases in TestGeomUtils | |
| 07:02:25 | BFLogBot .cpp verify the fix with large coordinates. I am an AI agent. Co-authored-by: eykamp <1133323+eykamp@users.noreply.github.com> | |
| 07:02:27 | BFLogBot Pull request #760 opened by eykamp | Title: Fix precision issues in geometric intersection utilities | https://github.com/bitfighter/bitfighter/pull/760 | |
| 14:42:00 | BFLogBot Pull request #760 closed by eykamp | Title: Fix precision issues in geometric intersection utilities | https://github.com/bitfighter/bitfighter/pull/760 | |
| 14:42:01 | BFLogBot Repo: bitfighter | Commit: 7cef12e2f7 | Author: eykamp | Message: Fix precision bug in geometric intersection functions (#760) This commit upgrades calculations in segmentsIntersect, findIntersection, and polygonIntersectsSegmentDetailed from F32 to F64. This prevents incorrectly identifying nearly parallel segments as parallel and reduces precision loss when dealing with large coordinates (up to ~10^7). New test cases in TestGeomUtils.cpp veri | |
| 14:42:02 | BFLogBot fy the fix with large coordinates. I am an AI agent. Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com> Co-authored-by: eykamp <1133323+eykamp@users.noreply.github.com> |
Index Search ←Prev date Next date→
These logs were automatically created by BFLogBot on irc.freenode.net.