#bitfighter IRC Log

Index Search ←Prev date Next date→

IRC Log for 2026-04-07

Timestamps are in GMT/BST.

00:45:07BFLogBot Pull request #691 closed by Copilot | Title: Fix alphaNumberSort to correctly sort strings with leading numeric portions | https://github.com/bitfighter/bitfighter/pull/691
00:45:08BFLogBot Comment on issue #691 | User: eykamp | Comment: Bad spec, sorry! ... | https://github.com/bitfighter/bitfighter/pull/691#issuecomment-4196509572
01:00:34BFLogBot Repo: bitfighter | Commit: 769e52d498 | Author: eykamp | Message: Safer string handling
01:00:36BFLogBot Repo: bitfighter | Commit: b5f3805ba1 | Author: eykamp | Message: Enable range-based loops for Vectors
01:00:37BFLogBot Repo: bitfighter | Commit: a0de616574 | Author: eykamp | Message: Merge branch 'master' of github.com:bitfighter/bitfighter
01:00:39BFLogBot Repo: bitfighter | Commit: d0027d5967 | Author: eykamp | Message: Fix tests
01:00:40BFLogBot Repo: bitfighter | Commit: 34b5c32144 | Author: eykamp | Message: Whitespace
01:15:55BFLogBot Repo: bitfighter | Commit: ff6833eb6c | Author: eykamp | Message: Whitespace
01:15:56BFLogBot Repo: bitfighter | Commit: f0e7dc7c40 | Author: eykamp | Message: Fix bug in Point class (since 2013!)
03:37:04BFLogBot Repo: bitfighter | Commit: b030e08438 | Author: google-labs-jules[bot] | Message: Add Point and MathUtils tests and fix logic bugs. - Added bitfighter_test/TestPoint.cpp with comprehensive tests for Point class. - Added bitfighter_test/TestMathUtils.cpp with tests for MathUtils macros and functions. - Fixed Point::rotate formula in zap/Point.cpp. - Fixed MathUtils::roundUp for negative numbers in zap/MathUtils.cpp. - Fixed getAngleDiff logic in
03:37:05BFLogBot zap/MathUtils.cpp. - Fixed missing closing quote in zap/Point.h. - Updated zap/bitfighter_test.cmake and root CMakeLists.txt for new tests and include paths. Co-authored-by: eykamp <1133323+eykamp@users.noreply.github.com>
03:37:07BFLogBot Pull request #692 opened by eykamp | Title: Comprehensive tests for Point and MathUtils with bug fixes | https://github.com/bitfighter/bitfighter/pull/692
03:58:38BFLogBot Repo: bitfighter | Commit: 07571b9893 | Author: google-labs-jules[bot] | Message: Add Point and MathUtils tests and fix logic bugs. - Added bitfighter_test/TestPoint.cpp with comprehensive tests for Point class. - Added bitfighter_test/TestMathUtils.cpp with tests for MathUtils macros and functions. - Fixed Point::rotate formula in zap/Point.cpp. - Fixed MathUtils::roundUp for negative numbers in zap/MathUtils.cpp. - Fixed getAngleDiff logic in
03:58:39BFLogBot zap/MathUtils.cpp. - Fixed missing closing quote in zap/Point.h. - Updated zap/bitfighter_test.cmake and root CMakeLists.txt for new tests and include paths. - Used include_directories(tnl) in root CMakeLists.txt for cleaner header resolution. Co-authored-by: eykamp <1133323+eykamp@users.noreply.github.com>
04:06:39BFLogBot Repo: bitfighter | Commit: e7ddf3e1f3 | Author: eykamp | Message: Comprehensive tests for Point and MathUtils with bug fixes (#692) * Add Point and MathUtils tests and fix logic bugs. - Added bitfighter_test/TestPoint.cpp with comprehensive tests for Point class. - Added bitfighter_test/TestMathUtils.cpp with tests for MathUtils macros and functions. - Fixed Point::rotate formula in zap/Point.cpp. - Fixed MathUtils::roundUp for negative numbers
04:06:40BFLogBot Pull request #692 closed by eykamp | Title: Comprehensive tests for Point and MathUtils with bug fixes | https://github.com/bitfighter/bitfighter/pull/692
04:06:41BFLogBot in zap/MathUtils.cpp. - Fixed getAngleDiff logic in zap/MathUtils.cpp. - Fixed missing closing quote in zap/Point.h. - Updated zap/bitfighter_test.cmake and root CMakeLists.txt for new tests and include paths. Co-authored-by: eykamp <1133323+eykamp@users.noreply.github.com> * Add Point and MathUtils tests and fix logic bugs. - Added bitfighter_test/TestPoint.cpp with comprehensive tests for Point class. - Added bitfighter_test/TestMathUtils.c
04:06:42BFLogBot pp with tests for MathUtils macros and functions. - Fixed Point::rotate formula in zap/Point.cpp. - Fixed MathUtils::roundUp for negative numbers in zap/MathUtils.cpp. - Fixed getAngleDiff logic in zap/MathUtils.cpp. - Fixed missing closing quote in zap/Point.h. - Updated zap/bitfighter_test.cmake and root CMakeLists.txt for new tests and include paths. - Used include_directories(tnl) in root CMakeLists.txt for cleaner header resolution. Co-auth
04:06:44BFLogBot ored-by: eykamp <1133323+eykamp@users.noreply.github.com> --------- 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>
04:21:56BFLogBot Repo: bitfighter | Commit: 095d72f620 | Author: eykamp | Message: Comment
04:21:57BFLogBot Repo: bitfighter | Commit: 30b2a8c361 | Author: eykamp | Message: Fix test
04:27:06BFLogBot Repo: bitfighter | Commit: b6ff1d88d9 | Author: google-labs-jules[bot] | Message: Add comprehensive tests for Timer and Color classes and fix discovered bugs. - Created bitfighter_test/TestTimer.cpp with unit tests for Timer class. - Expanded bitfighter_test/TestColor.cpp with color clamping tests. - Fixed overflow/underflow handling in Timer::extend. - Implemented component clamping in Color::toHexString and Color::toU32 to handle out-of-range
04:27:08BFLogBot floating point values. - Fixed a syntax error in zap/Point.h. - Updated CMake configuration to include new tests and resolve include path issues. Co-authored-by: eykamp <1133323+eykamp@users.noreply.github.com>
04:27:10BFLogBot Pull request #693 opened by eykamp | Title: Comprehensive Tests and Bug Fixes for Timer and Color Classes | https://github.com/bitfighter/bitfighter/pull/693
04:44:44BFLogBot Repo: bitfighter | Commit: 04b906b8ce | Author: eykamp | Message: Add comprehensive tests for Timer and Color classes and fix discovered bugs. (#693) - Created bitfighter_test/TestTimer.cpp with unit tests for Timer class. - Expanded bitfighter_test/TestColor.cpp with color clamping tests. - Fixed overflow/underflow handling in Timer::extend. - Implemented component clamping in Color::toHexString and Color::toU32 to handle out-of-range floating
04:44:44BFLogBot Pull request #693 closed by eykamp | Title: Comprehensive Tests and Bug Fixes for Timer and Color Classes | https://github.com/bitfighter/bitfighter/pull/693
04:44:45BFLogBot point values. - Fixed a syntax error in zap/Point.h. - Updated CMake configuration to include new tests and resolve include path issues. 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>
05:10:54BFLogBot Repo: bitfighter | Commit: d8c31459df | Author: google-labs-jules[bot] | Message: Fix infinite loops in replaceString and negative multiple handling in roundUp - Updated `replaceString` in `zap/stringUtils.cpp` to return the original string if the search string is empty, preventing infinite loops. - Updated `roundUp` in `zap/MathUtils.cpp` to handle negative multiples by using their absolute value. - Added regression tests in `bitfighter_test/Te
05:10:55BFLogBot stStringUtils.cpp` and `bitfighter_test/TestMathUtils.cpp`. Identified as an AI agent. Co-authored-by: eykamp <1133323+eykamp@users.noreply.github.com>
05:10:59BFLogBot Pull request #694 opened by eykamp | Title: Fix utility bugs in StringUtils and MathUtils | https://github.com/bitfighter/bitfighter/pull/694
05:14:25BFLogBot Pull request #694 closed by eykamp | Title: Fix utility bugs in StringUtils and MathUtils | https://github.com/bitfighter/bitfighter/pull/694
05:14:25BFLogBot Repo: bitfighter | Commit: 262c0ced5f | Author: eykamp | Message: Fix infinite loops in replaceString and negative multiple handling in roundUp (#694) - Updated `replaceString` in `zap/stringUtils.cpp` to return the original string if the search string is empty, preventing infinite loops. - Updated `roundUp` in `zap/MathUtils.cpp` to handle negative multiples by using their absolute value. - Added regression tests in `bitfighter_test/TestStringU
05:14:27BFLogBot tils.cpp` and `bitfighter_test/TestMathUtils.cpp`. Identified as 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>
06:15:19BFLogBot Repo: bitfighter | Commit: 00757905a2 | Author: Copilot | Message: Fix inverted ban expiration check in BanList::isBanned and add tests Agent-Logs-Url: https://github.com/bitfighter/bitfighter/sessions/e61cbe3e-d371-416c-b165-11b346514a8d Co-authored-by: eykamp <1133323+eykamp@users.noreply.github.com>
12:25:50-*.freenode.net- *** Looking up your ident...
12:25:50-*.freenode.net- *** Looking up your hostname...
12:25:50-*.freenode.net- *** Could not resolve your hostname: Domain not found; using your IP address (107.175.92.56) instead.
12:25:51-*.freenode.net- *** Could not find your ident, using ~BFLogBot instead.
12:25:53BFLogBot has joined
12:25:53-Global- [Random News - Aug 14 18:27:23 2024 UTC] Do you like shooting ducks? Join #duckhunt 🦆 | For music needs, join #freenode-radio 🎶 | Are you smarter than a 5th grader? Join #trivia 🧠
13:41:24BFLogBot Repo: bitfighter | Commit: 5dd8f24ac0 | Author: Copilot | Message: Fix Statistics::getHitRate divide-by-zero and alphaNumberSort mixed-string ordering; add tests Agent-Logs-Url: https://github.com/bitfighter/bitfighter/sessions/410d1ee9-b2fe-406a-95a1-ed897344e6e7 Co-authored-by: eykamp <1133323+eykamp@users.noreply.github.com>
13:41:48BFLogBot Pull request #695 opened by Copilot | Title: Fix three bugs: BanList expiration, Statistics hit-rate divide-by-zero, alphaNumberSort mixed strings | https://github.com/bitfighter/bitfighter/pull/695
13:51:06BFLogBot Comment on issue #695 | User: eykamp | Comment: Regarding the sorting: what should the sort order be of these strings: 1BBB 2AAA 12AAA 12BBB 9BBB 1ZZZ? Please cre ... | https://github.com/bitfighter/bitfighter/pull/695#issuecomment-4201108962
13:57:17BFLogBot Repo: bitfighter | Commit: 42acd8186f | Author: Copilot | Message: Add sortingNumericPrefixAlphaSuffix test: verify order of 1BBB 2AAA 12AAA 12BBB 9BBB 1ZZZ Agent-Logs-Url: https://github.com/bitfighter/bitfighter/sessions/4d702655-f3b6-41bd-a85a-08cc0937926a Co-authored-by: eykamp <1133323+eykamp@users.noreply.github.com>
13:57:33BFLogBot Comment on issue #695 | User: Copilot | Comment: > Regarding the sorting: what should the sort order be of these strings: > > 1BBB 2AAA 12AAA 12BBB 9BBB 1ZZZ? ... T ... | https://github.com/bitfighter/bitfighter/pull/695#issuecomment-4201148286
13:57:34BFLogBot Comment on issue #695 | User: Copilot | Comment: > Regarding the sorting: what should the sort order be of these strings: > > 1BBB 2AAA 12AAA 12BBB 9BBB 1ZZZ? ... T ... | https://github.com/bitfighter/bitfighter/pull/695#issuecomment-4201148286
14:03:14BFLogBot Repo: bitfighter | Commit: c60dcb8539 | Author: Copilot | Message: Fix three bugs: BanList expiration, Statistics hit-rate divide-by-zero, alphaNumberSort mixed strings (#695) * Fix inverted ban expiration check in BanList::isBanned and add tests Agent-Logs-Url: https://github.com/bitfighter/bitfighter/sessions/e61cbe3e-d371-416c-b165-11b346514a8d Co-authored-by: eykamp <1133323+eykamp@users.noreply.github.com> * Fix Statistics::getHitRate di
14:03:15BFLogBot Pull request #695 closed by Copilot | Title: Fix three bugs: BanList expiration, Statistics hit-rate divide-by-zero, alphaNumberSort mixed strings | https://github.com/bitfighter/bitfighter/pull/695
14:03:16BFLogBot vide-by-zero and alphaNumberSort mixed-string ordering; add tests Agent-Logs-Url: https://github.com/bitfighter/bitfighter/sessions/410d1ee9-b2fe-406a-95a1-ed897344e6e7 Co-authored-by: eykamp <1133323+eykamp@users.noreply.github.com> * Add sortingNumericPrefixAlphaSuffix test: verify order of 1BBB 2AAA 12AAA 12BBB 9BBB 1ZZZ Agent-Logs-Url: https://github.com/bitfighter/bitfighter/sessions/4d702655-f3b6-41bd-a85a-08cc0937926a Co-authored-by:
14:03:17BFLogBot 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>
14:21:56BFLogBot Repo: bitfighter | Commit: d5752b81a1 | Author: Copilot | Message: Add comprehensive tests for GeomUtils.cpp and Rect class; fix segsOverlap/segmentsColinear/isConvex Agent-Logs-Url: https://github.com/bitfighter/bitfighter/sessions/086635a5-3e4b-4ffd-b1f6-4a13fdb2bb38 Co-authored-by: eykamp <1133323+eykamp@users.noreply.github.com>
14:23:06BFLogBot Repo: bitfighter | Commit: d7f5b84075 | Author: Copilot | Message: Address review feedback: clarify unused parameter name in segmentsColinear wrapper Agent-Logs-Url: https://github.com/bitfighter/bitfighter/sessions/086635a5-3e4b-4ffd-b1f6-4a13fdb2bb38 Co-authored-by: eykamp <1133323+eykamp@users.noreply.github.com>
14:52:03BFLogBot Repo: bitfighter | Commit: c577d58575 | Author: Copilot | Message: Add xtank vehicle bodies with Ctrl+Alt+Shift+X hotkey to cycle through them Agent-Logs-Url: https://github.com/bitfighter/bitfighter/sessions/602d7925-e6fb-4862-ad2a-9aca1ba5dd9a Co-authored-by: eykamp <1133323+eykamp@users.noreply.github.com>
14:57:40BFLogBot Pull request #696 opened by Copilot | Title: Add xtank vehicle bodies as cosmetic ship skins (Ctrl+Alt+Shift+X) | https://github.com/bitfighter/bitfighter/pull/696
15:12:00BFLogBot Repo: bitfighter | Commit: e608711457 | Author: eykamp | Message: Fix compile issues
15:14:54BFLogBot Pull request #697 opened by Copilot | Title: Add comprehensive tests for GeomUtils and Rect; fix three declaration/implementation mismatches | https://github.com/bitfighter/bitfighter/pull/697
15:20:46BFLogBot Pull request #697 closed by Copilot | Title: Add comprehensive tests for GeomUtils and Rect; fix three declaration/implementation mismatches | https://github.com/bitfighter/bitfighter/pull/697
15:20:47BFLogBot Repo: bitfighter | Commit: 73112378d5 | Author: Copilot | Message: Add comprehensive tests for GeomUtils and Rect; fix three declaration/implementation mismatches (#697) * Add comprehensive tests for GeomUtils.cpp and Rect class; fix segsOverlap/segmentsColinear/isConvex Agent-Logs-Url: https://github.com/bitfighter/bitfighter/sessions/086635a5-3e4b-4ffd-b1f6-4a13fdb2bb38 Co-authored-by: eykamp <1133323+eykamp@users.noreply.github.com> * Addr
15:20:48BFLogBot ess review feedback: clarify unused parameter name in segmentsColinear wrapper Agent-Logs-Url: https://github.com/bitfighter/bitfighter/sessions/086635a5-3e4b-4ffd-b1f6-4a13fdb2bb38 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>
15:21:19BFLogBot Repo: bitfighter | Commit: d41e0f7c39 | Author: eykamp | Message: Possible roadmap to get game running in a browser
15:21:21BFLogBot Repo: bitfighter | Commit: c6b9ea5c45 | Author: eykamp | Message: Merge branch 'master' of github.com:bitfighter/bitfighter
15:28:48BFLogBot Repo: bitfighter | Commit: beb12afd87 | Author: Copilot | Message: Make xtank vehicle body face direction of travel with aim-tracking turrets Agent-Logs-Url: https://github.com/bitfighter/bitfighter/sessions/92bb293f-f38a-4f2f-98d2-6214b0128659 Co-authored-by: eykamp <1133323+eykamp@users.noreply.github.com>
15:29:06BFLogBot Repo: bitfighter | Commit: 93b2838d28 | Author: Copilot | Message: Remove build_check directory from git tracking Agent-Logs-Url: https://github.com/bitfighter/bitfighter/sessions/92bb293f-f38a-4f2f-98d2-6214b0128659 Co-authored-by: eykamp <1133323+eykamp@users.noreply.github.com>
15:33:18BFLogBot Repo: bitfighter | Commit: a7ae64f1e9 | Author: eykamp | Message: Comment
15:36:14BFLogBot Pull request #698 opened by Copilot | Title: Xtank vehicles: hull tracks direction of travel, turrets track the reticle | https://github.com/bitfighter/bitfighter/pull/698
15:36:56BFLogBot Repo: bitfighter | Commit: edbc26fb24 | Author: Copilot | Message: Xtank vehicles: hull tracks direction of travel, turrets track the reticle (#698) * Make xtank vehicle body face direction of travel with aim-tracking turrets Agent-Logs-Url: https://github.com/bitfighter/bitfighter/sessions/92bb293f-f38a-4f2f-98d2-6214b0128659 Co-authored-by: eykamp <1133323+eykamp@users.noreply.github.com> * Remove build_check directory from git tracking Ag
15:36:56BFLogBot Pull request #698 closed by Copilot | Title: Xtank vehicles: hull tracks direction of travel, turrets track the reticle | https://github.com/bitfighter/bitfighter/pull/698
15:36:57BFLogBot ent-Logs-Url: https://github.com/bitfighter/bitfighter/sessions/92bb293f-f38a-4f2f-98d2-6214b0128659 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>
16:05:29BFLogBot Repo: bitfighter | Commit: f2689cef60 | Author: eykamp | Message: Use different algorithm that works better in edge cases.
16:05:30BFLogBot Repo: bitfighter | Commit: f431ab2d4f | Author: eykamp | Message: Fix bug in BanList
16:44:16BFLogBot Repo: bitfighter | Commit: f367e07041 | Author: Copilot | Message: Add xtank tank driving dynamics: per-body physics, Move.bodyIndex, server-side physics dispatch Agent-Logs-Url: https://github.com/bitfighter/bitfighter/sessions/9c8c3bf3-0cc6-41ec-b8a5-a08959352ccb Co-authored-by: eykamp <1133323+eykamp@users.noreply.github.com>
16:45:47BFLogBot Repo: bitfighter | Commit: aa7d9a2952 | Author: Copilot | Message: Improve dot-product readability in processTankMove per code review Agent-Logs-Url: https://github.com/bitfighter/bitfighter/sessions/9c8c3bf3-0cc6-41ec-b8a5-a08959352ccb Co-authored-by: eykamp <1133323+eykamp@users.noreply.github.com>
16:51:52BFLogBot Pull request #699 opened by Copilot | Title: Add xtank-style tank driving dynamics alongside existing Bitfighter ship physics | https://github.com/bitfighter/bitfighter/pull/699
16:54:45BFLogBot Pull request #699 closed by Copilot | Title: Add xtank-style tank driving dynamics alongside existing Bitfighter ship physics | https://github.com/bitfighter/bitfighter/pull/699
16:54:45BFLogBot Repo: bitfighter | Commit: 47bf2fd0ce | Author: Copilot | Message: Add xtank-style tank driving dynamics alongside existing Bitfighter ship physics (#699) * Add xtank tank driving dynamics: per-body physics, Move.bodyIndex, server-side physics dispatch Agent-Logs-Url: https://github.com/bitfighter/bitfighter/sessions/9c8c3bf3-0cc6-41ec-b8a5-a08959352ccb Co-authored-by: eykamp <1133323+eykamp@users.noreply.github.com> * Improve dot-product rea
16:54:47BFLogBot dability in processTankMove per code review Agent-Logs-Url: https://github.com/bitfighter/bitfighter/sessions/9c8c3bf3-0cc6-41ec-b8a5-a08959352ccb 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>
17:00:14BFLogBot Repo: bitfighter | Commit: b5535655ce | Author: google-labs-jules[bot] | Message: Fix PointCompare logic bug in UIEditor.cpp The original PointCompare implementation in zap/UIEditor.cpp used an inequality check which violated the strict weak ordering requirement for std::set. This resulted in undefined behavior in ordered containers. Updated the logic to use a standard lexicographical comparison (x, then y). Added bitfighter_test/TestPointCompa
17:00:16BFLogBot re.cpp to verify the fix and added it to the build system. Co-authored-by: eykamp <1133323+eykamp@users.noreply.github.com>
17:00:17BFLogBot Pull request #700 opened by eykamp | Title: Fix PointCompare logic bug in UIEditor.cpp | https://github.com/bitfighter/bitfighter/pull/700
17:25:26BFLogBot Repo: bitfighter | Commit: 822778e2ff | Author: google-labs-jules[bot] | Message: Fix bug in parseString and add unit tests I am an AI agent. I have identified and fixed a bug in the `parseString(const string &line)` function in `zap/stringUtils.cpp`. Changes: - Rewrote `parseString(const string &line)` using a character-by-character approach. - The new implementation correctly handles quoted strings with leading/trailing spaces and empty quote
17:25:27BFLogBot d strings. - Added support for escaped quotes using the `""` sequence, consistent with `writeLevelString`. - Replaced the `stringstream`-based implementation to improve performance and reliability. - Added `#include ` for `isspace`. - Added comprehensive unit tests in `bitfighter_test/TestStringUtils.cpp` to verify the fix and cover new edge cases. Rationale: The original implementation used `stringstream >> item`, which skips leading wh
17:25:29BFLogBot itespace and splits on any whitespace. This caused quoted strings like `" space start"` or `" "` to be parsed incorrectly. The manual parser ensures that the content within quotes is preserved exactly as intended. Co-authored-by: eykamp <1133323+eykamp@users.noreply.github.com>
17:25:29BFLogBot Pull request #701 opened by eykamp | Title: Fix bug in parseString and add unit tests | https://github.com/bitfighter/bitfighter/pull/701
18:38:47BFLogBot Repo: bitfighter | Commit: 45efc74f80 | Author: Copilot | Message: Implement xtank weapons and vehicle design system - XtankShape.h/cpp: add XtankWeapon enum, XtankWeaponInfo struct, armor field on TankPhysicsInfo, XtankDesign struct, xtankDefaultWeapons table, and xtankWeaponInfos data for 9 classic xtank weapons - Move.h/cpp: add weaponSlot[4] field; pack/unpack when bodyIndex >= 0; update isEqualMove to compare weapon slots - ship.h/cpp: add
18:38:48BFLogBot mXtankDesign; sync weapon slots from Move in processMove; multi-turret xtank weapon firing in processWeaponFire; armor damage scaling in damageObject; pack/unpack weapon design; cycleXtankBody initialises weapon defaults - gameWeapons.h/cpp: add createXtankProjectile helper - UIXtankHelper.h/cpp: new HelperMenu subclass for vehicle design (body + per-slot weapon selection) - helperMenu.h: add XtankHelperType to HelperMenuType enum - HelperManager
18:38:50BFLogBot .h/cpp: add UIXtankHelper member; wire into activate/init - UIGame.h/cpp: xtankDesignUpdated + applyXtankDesign; BINDING_LOADOUT opens xtank design menu when in xtank mode - UIManager.h/cpp, ClientGame.h/cpp: xtankDesignUpdated passthrough chain - LoadoutIndicator.h/cpp: add setXtankDesign; xtank HUD panel shows body name + per-slot weapon names when in xtank mode - CMakeLists.txt: add UIXtankHelper.cpp to CLIENT_SOURCES Agent-Logs-Url: https://
18:38:51BFLogBot github.com/bitfighter/bitfighter/sessions/6375e9a2-521f-454a-93d5-2842c9a1733c Co-authored-by: eykamp <1133323+eykamp@users.noreply.github.com>
19:01:34BFLogBot Pull request #702 opened by Copilot | Title: Xtank weapons, armor, and vehicle design system | https://github.com/bitfighter/bitfighter/pull/702
19:03:23BFLogBot Repo: bitfighter | Commit: d0ad5a2480 | Author: Copilot | Message: Implement xtank weapons and vehicle design system (#702) - XtankShape.h/cpp: add XtankWeapon enum, XtankWeaponInfo struct, armor field on TankPhysicsInfo, XtankDesign struct, xtankDefaultWeapons table, and xtankWeaponInfos data for 9 classic xtank weapons - Move.h/cpp: add weaponSlot[4] field; pack/unpack when bodyIndex >= 0; update isEqualMove to compare weapon slots - ship.h/cp
19:03:23BFLogBot Pull request #702 closed by Copilot | Title: Xtank weapons, armor, and vehicle design system | https://github.com/bitfighter/bitfighter/pull/702
19:03:24BFLogBot p: add mXtankDesign; sync weapon slots from Move in processMove; multi-turret xtank weapon firing in processWeaponFire; armor damage scaling in damageObject; pack/unpack weapon design; cycleXtankBody initialises weapon defaults - gameWeapons.h/cpp: add createXtankProjectile helper - UIXtankHelper.h/cpp: new HelperMenu subclass for vehicle design (body + per-slot weapon selection) - helperMenu.h: add XtankHelperType to HelperMenuType enum - Helper
19:03:26BFLogBot Manager.h/cpp: add UIXtankHelper member; wire into activate/init - UIGame.h/cpp: xtankDesignUpdated + applyXtankDesign; BINDING_LOADOUT opens xtank design menu when in xtank mode - UIManager.h/cpp, ClientGame.h/cpp: xtankDesignUpdated passthrough chain - LoadoutIndicator.h/cpp: add setXtankDesign; xtank HUD panel shows body name + per-slot weapon names when in xtank mode - CMakeLists.txt: add UIXtankHelper.cpp to CLIENT_SOURCES Agent-Logs-Url: h
19:03:27BFLogBot ttps://github.com/bitfighter/bitfighter/sessions/6375e9a2-521f-454a-93d5-2842c9a1733c Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: eykamp <1133323+eykamp@users.noreply.github.com>
19:07:50BFLogBot Repo: bitfighter | Commit: 57de40e059 | Author: eykamp | Message: Fix build
19:07:51BFLogBot Repo: bitfighter | Commit: e7eddd1482 | Author: eykamp | Message: Merge branch 'copilot/add-xtank-vehicle-replacement' of github.com:bitfighter/bitfighter into copilot/add-xtank-vehicle-replacement
19:27:34BFLogBot Repo: bitfighter | Commit: a8105c43dc | Author: Copilot | Message: Add xtank vehicle characteristics: engine types, tread types, and heat sinks Agent-Logs-Url: https://github.com/bitfighter/bitfighter/sessions/350406f1-9c43-4753-b81c-3925adee03ad Co-authored-by: eykamp <1133323+eykamp@users.noreply.github.com>
19:29:37BFLogBot Repo: bitfighter | Commit: d334704a55 | Author: Copilot | Message: Fix render slot display and remove redundant static const definitions in UIXtankHelper Agent-Logs-Url: https://github.com/bitfighter/bitfighter/sessions/350406f1-9c43-4753-b81c-3925adee03ad Co-authored-by: eykamp <1133323+eykamp@users.noreply.github.com>
19:34:55BFLogBot Pull request #703 opened by Copilot | Title: Add xtank vehicle characteristics: engine, treads, and heat sinks | https://github.com/bitfighter/bitfighter/pull/703
19:35:42BFLogBot Repo: bitfighter | Commit: 80e4bcd1f3 | Author: eykamp | Message: Fix build
19:36:03BFLogBot Repo: bitfighter | Commit: 6b4795facd | Author: Copilot | Message: Add xtank vehicle characteristics: engine, treads, and heat sinks (#703) * Add xtank vehicle characteristics: engine types, tread types, and heat sinks Agent-Logs-Url: https://github.com/bitfighter/bitfighter/sessions/350406f1-9c43-4753-b81c-3925adee03ad Co-authored-by: eykamp <1133323+eykamp@users.noreply.github.com> * Fix render slot display and remove redundant static const
19:36:04BFLogBot definitions in UIXtankHelper Agent-Logs-Url: https://github.com/bitfighter/bitfighter/sessions/350406f1-9c43-4753-b81c-3925adee03ad 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>
19:36:14BFLogBot Pull request #703 closed by Copilot | Title: Add xtank vehicle characteristics: engine, treads, and heat sinks | https://github.com/bitfighter/bitfighter/pull/703
19:53:40BFLogBot Repo: bitfighter | Commit: c577d58575 | Author: Copilot | Message: Add xtank vehicle bodies with Ctrl+Alt+Shift+X hotkey to cycle through them Agent-Logs-Url: https://github.com/bitfighter/bitfighter/sessions/602d7925-e6fb-4862-ad2a-9aca1ba5dd9a Co-authored-by: eykamp <1133323+eykamp@users.noreply.github.com>
19:53:42BFLogBot Repo: bitfighter | Commit: e608711457 | Author: eykamp | Message: Fix compile issues
19:53:43BFLogBot Repo: bitfighter | Commit: edbc26fb24 | Author: Copilot | Message: Xtank vehicles: hull tracks direction of travel, turrets track the reticle (#698) * Make xtank vehicle body face direction of travel with aim-tracking turrets Agent-Logs-Url: https://github.com/bitfighter/bitfighter/sessions/92bb293f-f38a-4f2f-98d2-6214b0128659 Co-authored-by: eykamp <1133323+eykamp@users.noreply.github.com> * Remove build_check directory from git tracking Ag
19:53:45BFLogBot ent-Logs-Url: https://github.com/bitfighter/bitfighter/sessions/92bb293f-f38a-4f2f-98d2-6214b0128659 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>
19:53:46BFLogBot Repo: bitfighter | Commit: 47bf2fd0ce | Author: Copilot | Message: Add xtank-style tank driving dynamics alongside existing Bitfighter ship physics (#699) * Add xtank tank driving dynamics: per-body physics, Move.bodyIndex, server-side physics dispatch Agent-Logs-Url: https://github.com/bitfighter/bitfighter/sessions/9c8c3bf3-0cc6-41ec-b8a5-a08959352ccb Co-authored-by: eykamp <1133323+eykamp@users.noreply.github.com> * Improve dot-product rea
19:53:48BFLogBot dability in processTankMove per code review Agent-Logs-Url: https://github.com/bitfighter/bitfighter/sessions/9c8c3bf3-0cc6-41ec-b8a5-a08959352ccb 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>
19:53:49BFLogBot Repo: bitfighter | Commit: d0ad5a2480 | Author: Copilot | Message: Implement xtank weapons and vehicle design system (#702) - XtankShape.h/cpp: add XtankWeapon enum, XtankWeaponInfo struct, armor field on TankPhysicsInfo, XtankDesign struct, xtankDefaultWeapons table, and xtankWeaponInfos data for 9 classic xtank weapons - Move.h/cpp: add weaponSlot[4] field; pack/unpack when bodyIndex >= 0; update isEqualMove to compare weapon slots - ship.h/cp
19:53:51BFLogBot p: add mXtankDesign; sync weapon slots from Move in processMove; multi-turret xtank weapon firing in processWeaponFire; armor damage scaling in damageObject; pack/unpack weapon design; cycleXtankBody initialises weapon defaults - gameWeapons.h/cpp: add createXtankProjectile helper - UIXtankHelper.h/cpp: new HelperMenu subclass for vehicle design (body + per-slot weapon selection) - helperMenu.h: add XtankHelperType to HelperMenuType enum - Helper
19:53:52BFLogBot Manager.h/cpp: add UIXtankHelper member; wire into activate/init - UIGame.h/cpp: xtankDesignUpdated + applyXtankDesign; BINDING_LOADOUT opens xtank design menu when in xtank mode - UIManager.h/cpp, ClientGame.h/cpp: xtankDesignUpdated passthrough chain - LoadoutIndicator.h/cpp: add setXtankDesign; xtank HUD panel shows body name + per-slot weapon names when in xtank mode - CMakeLists.txt: add UIXtankHelper.cpp to CLIENT_SOURCES Agent-Logs-Url: h
19:53:54BFLogBot ttps://github.com/bitfighter/bitfighter/sessions/6375e9a2-521f-454a-93d5-2842c9a1733c Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: eykamp <1133323+eykamp@users.noreply.github.com>
19:53:55BFLogBot Repo: bitfighter | Commit: 57de40e059 | Author: eykamp | Message: Fix build
19:53:57BFLogBot Repo: bitfighter | Commit: e7eddd1482 | Author: eykamp | Message: Merge branch 'copilot/add-xtank-vehicle-replacement' of github.com:bitfighter/bitfighter into copilot/add-xtank-vehicle-replacement
19:53:58BFLogBot Repo: bitfighter | Commit: 80e4bcd1f3 | Author: eykamp | Message: Fix build
19:54:00BFLogBot Repo: bitfighter | Commit: 6b4795facd | Author: Copilot | Message: Add xtank vehicle characteristics: engine, treads, and heat sinks (#703) * Add xtank vehicle characteristics: engine types, tread types, and heat sinks Agent-Logs-Url: https://github.com/bitfighter/bitfighter/sessions/350406f1-9c43-4753-b81c-3925adee03ad Co-authored-by: eykamp <1133323+eykamp@users.noreply.github.com> * Fix render slot display and remove redundant static const
19:54:01BFLogBot definitions in UIXtankHelper Agent-Logs-Url: https://github.com/bitfighter/bitfighter/sessions/350406f1-9c43-4753-b81c-3925adee03ad 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>
19:54:03BFLogBot Repo: bitfighter | Commit: c3a64f7ed4 | Author: Copilot | Message: Merge remote-tracking branch 'origin/copilot/add-xtank-vehicle-replacement' into copilot/update-xtank-weapon-performance Co-authored-by: eykamp <1133323+eykamp@users.noreply.github.com>
19:59:42BFLogBot Repo: bitfighter | Commit: af65650e01 | Author: Copilot | Message: Add xtank-accurate weapon speed/range, xtank-style bullet rendering, and hull-based collision radii Agent-Logs-Url: https://github.com/bitfighter/bitfighter/sessions/27d62551-266b-4dc8-b862-3a7dd4ae6566 Co-authored-by: eykamp <1133323+eykamp@users.noreply.github.com>
20:01:12BFLogBot Repo: bitfighter | Commit: ee0c35dd96 | Author: Copilot | Message: Add explanatory comment for Panzy's large collision radius Agent-Logs-Url: https://github.com/bitfighter/bitfighter/sessions/27d62551-266b-4dc8-b862-3a7dd4ae6566 Co-authored-by: eykamp <1133323+eykamp@users.noreply.github.com>
20:07:45BFLogBot Pull request #704 opened by Copilot | Title: Xtank weapons: accurate speed/range, xtank-style rendering, hull-based collision radii | https://github.com/bitfighter/bitfighter/pull/704
20:11:45BFLogBot Pull request #704 closed by Copilot | Title: Xtank weapons: accurate speed/range, xtank-style rendering, hull-based collision radii | https://github.com/bitfighter/bitfighter/pull/704
20:11:45BFLogBot Repo: bitfighter | Commit: 274a8be533 | Author: Copilot | Message: Xtank weapons: accurate speed/range, xtank-style rendering, hull-based collision radii (#704) * Possible roadmap to get game running in a browser * Add comprehensive tests for GeomUtils and Rect; fix three declaration/implementation mismatches (#697) * Add comprehensive tests for GeomUtils.cpp and Rect class; fix segsOverlap/segmentsColinear/isConvex Agent-Logs-Url: https://gi
20:11:47BFLogBot thub.com/bitfighter/bitfighter/sessions/086635a5-3e4b-4ffd-b1f6-4a13fdb2bb38 Co-authored-by: eykamp <1133323+eykamp@users.noreply.github.com> * Address review feedback: clarify unused parameter name in segmentsColinear wrapper Agent-Logs-Url: https://github.com/bitfighter/bitfighter/sessions/086635a5-3e4b-4ffd-b1f6-4a13fdb2bb38 Co-authored-by: eykamp <1133323+eykamp@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot]
20:11:48BFLogBot <198982749+Copilot@users.noreply.github.com> Co-authored-by: eykamp <1133323+eykamp@users.noreply.github.com> * Comment * Use different algorithm that works better in edge cases. * Fix bug in BanList * Add xtank-accurate weapon speed/range, xtank-style bullet rendering, and hull-based collision radii Agent-Logs-Url: https://github.com/bitfighter/bitfighter/sessions/27d62551-266b-4dc8-b862-3a7dd4ae6566 Co-authored-by: eykamp <1133323+eykamp@
20:11:50BFLogBot users.noreply.github.com> * Add explanatory comment for Panzy's large collision radius Agent-Logs-Url: https://github.com/bitfighter/bitfighter/sessions/27d62551-266b-4dc8-b862-3a7dd4ae6566 Co-authored-by: eykamp <1133323+eykamp@users.noreply.github.com> --------- Co-authored-by: eykamp Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com> Co-authored-by: eykamp <1133323+eykamp@users.noreply.github.com>
20:36:34BFLogBot Repo: bitfighter | Commit: 46d389244f | Author: Copilot | Message: Add vehicle directionality: nose indicators, cockpit details, module bling, heavy engine sparks Agent-Logs-Url: https://github.com/bitfighter/bitfighter/sessions/e32ed8fa-0797-4d75-8d98-611d6fd89eb6 Co-authored-by: eykamp <1133323+eykamp@users.noreply.github.com>
20:37:28BFLogBot Repo: bitfighter | Commit: 9d3527146d | Author: Copilot | Message: Add array index comments for ship shape correspondence Agent-Logs-Url: https://github.com/bitfighter/bitfighter/sessions/e32ed8fa-0797-4d75-8d98-611d6fd89eb6 Co-authored-by: eykamp <1133323+eykamp@users.noreply.github.com>
21:46:12BFLogBot Pull request #705 opened by Copilot | Title: Enhance vehicle visuals: nose indicators, cockpit detail, module bling, heavy engine sparks | https://github.com/bitfighter/bitfighter/pull/705
21:49:05BFLogBot Repo: bitfighter | Commit: c577d58575 | Author: Copilot | Message: Add xtank vehicle bodies with Ctrl+Alt+Shift+X hotkey to cycle through them Agent-Logs-Url: https://github.com/bitfighter/bitfighter/sessions/602d7925-e6fb-4862-ad2a-9aca1ba5dd9a Co-authored-by: eykamp <1133323+eykamp@users.noreply.github.com>
21:49:06BFLogBot Repo: bitfighter | Commit: e608711457 | Author: eykamp | Message: Fix compile issues
21:49:08BFLogBot Repo: bitfighter | Commit: edbc26fb24 | Author: Copilot | Message: Xtank vehicles: hull tracks direction of travel, turrets track the reticle (#698) * Make xtank vehicle body face direction of travel with aim-tracking turrets Agent-Logs-Url: https://github.com/bitfighter/bitfighter/sessions/92bb293f-f38a-4f2f-98d2-6214b0128659 Co-authored-by: eykamp <1133323+eykamp@users.noreply.github.com> * Remove build_check directory from git tracking Ag
21:49:09BFLogBot ent-Logs-Url: https://github.com/bitfighter/bitfighter/sessions/92bb293f-f38a-4f2f-98d2-6214b0128659 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:49:11BFLogBot Repo: bitfighter | Commit: 47bf2fd0ce | Author: Copilot | Message: Add xtank-style tank driving dynamics alongside existing Bitfighter ship physics (#699) * Add xtank tank driving dynamics: per-body physics, Move.bodyIndex, server-side physics dispatch Agent-Logs-Url: https://github.com/bitfighter/bitfighter/sessions/9c8c3bf3-0cc6-41ec-b8a5-a08959352ccb Co-authored-by: eykamp <1133323+eykamp@users.noreply.github.com> * Improve dot-product rea
21:49:12BFLogBot dability in processTankMove per code review Agent-Logs-Url: https://github.com/bitfighter/bitfighter/sessions/9c8c3bf3-0cc6-41ec-b8a5-a08959352ccb 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:49:14BFLogBot Repo: bitfighter | Commit: d0ad5a2480 | Author: Copilot | Message: Implement xtank weapons and vehicle design system (#702) - XtankShape.h/cpp: add XtankWeapon enum, XtankWeaponInfo struct, armor field on TankPhysicsInfo, XtankDesign struct, xtankDefaultWeapons table, and xtankWeaponInfos data for 9 classic xtank weapons - Move.h/cpp: add weaponSlot[4] field; pack/unpack when bodyIndex >= 0; update isEqualMove to compare weapon slots - ship.h/cp
21:49:15BFLogBot p: add mXtankDesign; sync weapon slots from Move in processMove; multi-turret xtank weapon firing in processWeaponFire; armor damage scaling in damageObject; pack/unpack weapon design; cycleXtankBody initialises weapon defaults - gameWeapons.h/cpp: add createXtankProjectile helper - UIXtankHelper.h/cpp: new HelperMenu subclass for vehicle design (body + per-slot weapon selection) - helperMenu.h: add XtankHelperType to HelperMenuType enum - Helper
21:49:17BFLogBot Manager.h/cpp: add UIXtankHelper member; wire into activate/init - UIGame.h/cpp: xtankDesignUpdated + applyXtankDesign; BINDING_LOADOUT opens xtank design menu when in xtank mode - UIManager.h/cpp, ClientGame.h/cpp: xtankDesignUpdated passthrough chain - LoadoutIndicator.h/cpp: add setXtankDesign; xtank HUD panel shows body name + per-slot weapon names when in xtank mode - CMakeLists.txt: add UIXtankHelper.cpp to CLIENT_SOURCES Agent-Logs-Url: h
21:49:18BFLogBot ttps://github.com/bitfighter/bitfighter/sessions/6375e9a2-521f-454a-93d5-2842c9a1733c Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: eykamp <1133323+eykamp@users.noreply.github.com>
21:49:19BFLogBot Pull request #705 closed by Copilot | Title: Enhance vehicle visuals: nose indicators, cockpit detail, module bling, heavy engine sparks | https://github.com/bitfighter/bitfighter/pull/705
21:49:19BFLogBot Repo: bitfighter | Commit: 066465292e | Author: Copilot | Message: Enhance vehicle visuals: nose indicators, cockpit detail, module bling, heavy engine sparks (#705) * Possible roadmap to get game running in a browser * Add comprehensive tests for GeomUtils and Rect; fix three declaration/implementation mismatches (#697) * Add comprehensive tests for GeomUtils.cpp and Rect class; fix segsOverlap/segmentsColinear/isConvex Agent-Logs-Url: https
21:49:20BFLogBot Repo: bitfighter | Commit: 57de40e059 | Author: eykamp | Message: Fix build
21:49:21BFLogBot ://github.com/bitfighter/bitfighter/sessions/086635a5-3e4b-4ffd-b1f6-4a13fdb2bb38 Co-authored-by: eykamp <1133323+eykamp@users.noreply.github.com> * Address review feedback: clarify unused parameter name in segmentsColinear wrapper Agent-Logs-Url: https://github.com/bitfighter/bitfighter/sessions/086635a5-3e4b-4ffd-b1f6-4a13fdb2bb38 Co-authored-by: eykamp <1133323+eykamp@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[
21:49:21BFLogBot Repo: bitfighter | Commit: e7eddd1482 | Author: eykamp | Message: Merge branch 'copilot/add-xtank-vehicle-replacement' of github.com:bitfighter/bitfighter into copilot/add-xtank-vehicle-replacement
21:49:22BFLogBot bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: eykamp <1133323+eykamp@users.noreply.github.com> * Comment * Use different algorithm that works better in edge cases. * Fix bug in BanList * Add vehicle directionality: nose indicators, cockpit details, module bling, heavy engine sparks Agent-Logs-Url: https://github.com/bitfighter/bitfighter/sessions/e32ed8fa-0797-4d75-8d98-611d6fd89eb6 Co-authored-by: eykamp <1133323+eykamp
21:49:23BFLogBot Repo: bitfighter | Commit: 80e4bcd1f3 | Author: eykamp | Message: Fix build
21:49:24BFLogBot @users.noreply.github.com> * Add array index comments for ship shape correspondence Agent-Logs-Url: https://github.com/bitfighter/bitfighter/sessions/e32ed8fa-0797-4d75-8d98-611d6fd89eb6 Co-authored-by: eykamp <1133323+eykamp@users.noreply.github.com> --------- Co-authored-by: eykamp Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com> Co-authored-by: eykamp <1133323+eykamp@users.noreply.github.com>
21:49:24BFLogBot Repo: bitfighter | Commit: 6b4795facd | Author: Copilot | Message: Add xtank vehicle characteristics: engine, treads, and heat sinks (#703) * Add xtank vehicle characteristics: engine types, tread types, and heat sinks Agent-Logs-Url: https://github.com/bitfighter/bitfighter/sessions/350406f1-9c43-4753-b81c-3925adee03ad Co-authored-by: eykamp <1133323+eykamp@users.noreply.github.com> * Fix render slot display and remove redundant static const
21:49:26BFLogBot definitions in UIXtankHelper Agent-Logs-Url: https://github.com/bitfighter/bitfighter/sessions/350406f1-9c43-4753-b81c-3925adee03ad 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:49:27BFLogBot Repo: bitfighter | Commit: 274a8be533 | Author: Copilot | Message: Xtank weapons: accurate speed/range, xtank-style rendering, hull-based collision radii (#704) * Possible roadmap to get game running in a browser * Add comprehensive tests for GeomUtils and Rect; fix three declaration/implementation mismatches (#697) * Add comprehensive tests for GeomUtils.cpp and Rect class; fix segsOverlap/segmentsColinear/isConvex Agent-Logs-Url: https://gi
21:49:29BFLogBot thub.com/bitfighter/bitfighter/sessions/086635a5-3e4b-4ffd-b1f6-4a13fdb2bb38 Co-authored-by: eykamp <1133323+eykamp@users.noreply.github.com> * Address review feedback: clarify unused parameter name in segmentsColinear wrapper Agent-Logs-Url: https://github.com/bitfighter/bitfighter/sessions/086635a5-3e4b-4ffd-b1f6-4a13fdb2bb38 Co-authored-by: eykamp <1133323+eykamp@users.noreply.github.com> --------- Co-authored-by: copilot-swe-agent[bot]
21:49:30BFLogBot <198982749+Copilot@users.noreply.github.com> Co-authored-by: eykamp <1133323+eykamp@users.noreply.github.com> * Comment * Use different algorithm that works better in edge cases. * Fix bug in BanList * Add xtank-accurate weapon speed/range, xtank-style bullet rendering, and hull-based collision radii Agent-Logs-Url: https://github.com/bitfighter/bitfighter/sessions/27d62551-266b-4dc8-b862-3a7dd4ae6566 Co-authored-by: eykamp <1133323+eykamp@
21:49:32BFLogBot users.noreply.github.com> * Add explanatory comment for Panzy's large collision radius Agent-Logs-Url: https://github.com/bitfighter/bitfighter/sessions/27d62551-266b-4dc8-b862-3a7dd4ae6566 Co-authored-by: eykamp <1133323+eykamp@users.noreply.github.com> --------- Co-authored-by: eykamp Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com> Co-authored-by: eykamp <1133323+eykamp@users.noreply.github.com>
21:49:33BFLogBot Repo: bitfighter | Commit: d6ba24d632 | Author: eykamp | Message: Merge branch 'copilot/add-xtank-vehicle-replacement' into copilot/enhance-vehicle-directionality

Index Search ←Prev date Next date→

These logs were automatically created by BFLogBot on irc.freenode.net.