#bitfighter IRC Log

Index Search ←Prev date Next date→

IRC Log for 2026-04-10

Timestamps are in GMT/BST.

06:38:38BFLogBot Repo: bitfighter | Commit: 383e18b64c | Author: google-labs-jules[bot] | Message: Fix bugs in isHex and extractDirectory utility functions - isHex(const string &str) now returns false for empty strings. - extractDirectory(const string &path) now correctly returns the root separator when provided an absolute path to a file in the root directory (e.g. "/file.txt" returns "/"). - Added corresponding unit tests in bitfighter_test/TestStringUtils.cpp
06:38:39BFLogBot . Co-authored-by: eykamp <1133323+eykamp@users.noreply.github.com>
06:38:42BFLogBot Pull request #715 opened by eykamp | Title: Fix bugs in string utility functions isHex and extractDirectory | https://github.com/bitfighter/bitfighter/pull/715
12:54:40BFLogBot Repo: bitfighter | Commit: 14a488a86b | Author: eykamp | Message: Fix bugs in isHex and extractDirectory utility functions (#715) - isHex(const string &str) now returns false for empty strings. - extractDirectory(const string &path) now correctly returns the root separator when provided an absolute path to a file in the root directory (e.g. "/file.txt" returns "/"). - Added corresponding unit tests in bitfighter_test/TestStringUtils.cpp. Co-aut
12:54:42BFLogBot hored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com> Co-authored-by: eykamp <1133323+eykamp@users.noreply.github.com>
12:54:57BFLogBot Pull request #715 closed by eykamp | Title: Fix bugs in string utility functions isHex and extractDirectory | https://github.com/bitfighter/bitfighter/pull/715
13:04:37BFLogBot Repo: bitfighter | Commit: e675bd5e2c | Author: google-labs-jules[bot] | Message: Cleanup xtank mode toggle and disable modules in tank mode - Simplify Ship::cycleXtankBody to toggle only between Lightcycle and regular ship. - Update Ship::processModules to prevent module activation while in tank mode. - Tank armor remains active via existing logic in Ship::applyDamage. Co-authored-by: eykamp <1133323+eykamp@users.noreply.github.com>
13:04:43BFLogBot Pull request #716 opened by eykamp | Title: Cleanup xtank mode toggle and module behavior | https://github.com/bitfighter/bitfighter/pull/716
13:07:09BFLogBot Pull request #716 closed by eykamp | Title: Cleanup xtank mode toggle and module behavior | https://github.com/bitfighter/bitfighter/pull/716
13:14:13BFLogBot Repo: bitfighter | Commit: c350f98b9b | Author: Copilot | Message: Change xtank toggle to Lightcycle-only and disable modules in tank mode Agent-Logs-Url: https://github.com/bitfighter/bitfighter/sessions/b60ac065-0322-48bf-9cf7-c3fda5bf3e24 Co-authored-by: eykamp <1133323+eykamp@users.noreply.github.com>
13:17:00BFLogBot Pull request #717 opened by Copilot | Title: Ctrl+Alt+Shift+X: toggle Lightcycle only; disable modules in tank mode | https://github.com/bitfighter/bitfighter/pull/717
13:17:14BFLogBot Pull request #717 closed by Copilot | Title: Ctrl+Alt+Shift+X: toggle Lightcycle only; disable modules in tank mode | https://github.com/bitfighter/bitfighter/pull/717
13:17:14BFLogBot Repo: bitfighter | Commit: 4b1837a032 | Author: Copilot | Message: Change xtank toggle to Lightcycle-only and disable modules in tank mode (#717) Agent-Logs-Url: https://github.com/bitfighter/bitfighter/sessions/b60ac065-0322-48bf-9cf7-c3fda5bf3e24 Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: eykamp <1133323+eykamp@users.noreply.github.com>
13:49:35BFLogBot Repo: bitfighter | Commit: 43d0d5ee9a | Author: Copilot | Message: Add xtank-to-BF converter, 20 converted levels, and LEVELSPEC fixes Agent-Logs-Url: https://github.com/bitfighter/bitfighter/sessions/de1bff90-9633-4e67-a0eb-44d87d44fe71 Co-authored-by: eykamp <1133323+eykamp@users.noreply.github.com>
13:50:48BFLogBot Repo: bitfighter | Commit: ff4d41128a | Author: Copilot | Message: Document magic numbers in converter per code review Agent-Logs-Url: https://github.com/bitfighter/bitfighter/sessions/de1bff90-9633-4e67-a0eb-44d87d44fe71 Co-authored-by: eykamp <1133323+eykamp@users.noreply.github.com>
17:24:55BFLogBot Repo: bitfighter | Commit: e94a0904e3 | Author: google-labs-jules[bot] | Message: Fix silent word truncation in parseString The parseString(const char*, Vector&, char) overload used a fixed-size buffer of 126 characters for each word. If a word exceeded this length, it was silently truncated. Replaced the fixed-size char buffer with std::string for word accumulation to allow words of any length. Added a unit test case in TestStringUtil
17:24:57BFLogBot s.cpp to verify the fix. Co-authored-by: eykamp <1133323+eykamp@users.noreply.github.com>
17:24:58BFLogBot Pull request #718 opened by eykamp | Title: Fix silent word truncation in parseString utility | https://github.com/bitfighter/bitfighter/pull/718
20:18:45BFLogBot Repo: bitfighter | Commit: b8fa9dc4ea | Author: eykamp | Message: Standardize the interp function
20:22:18BFLogBot Repo: bitfighter | Commit: 463438e833 | Author: eykamp | Message: Standardize the interp function
20:26:44BFLogBot Pull request #718 closed by eykamp | Title: Fix silent word truncation in parseString utility | https://github.com/bitfighter/bitfighter/pull/718
20:26:44BFLogBot Repo: bitfighter | Commit: a4fba304c2 | Author: eykamp | Message: Fix silent word truncation in parseString (#718) The parseString(const char*, Vector&, char) overload used a fixed-size buffer of 126 characters for each word. If a word exceeded this length, it was silently truncated. Replaced the fixed-size char buffer with std::string for word accumulation to allow words of any length. Added a unit test case in TestStringUtils.cpp to
20:26:46BFLogBot verify the fix. 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>
22:31:29BFLogBot Repo: bitfighter | Commit: 8a9fb23160 | Author: google-labs-jules[bot] | Message: Fix compiler warnings across TNL and Zap libraries This commit addresses a comprehensive list of compiler warnings (C4312, C4267, C4018, C4309, C4244, C4305) reported by the user. Key changes: - Applied explicit type casts (e.g., (S32), (U32), (F32), (size_t)) to resolve data loss and size mismatch warnings. - Updated loop counter types to match comparison types (
22:31:31BFLogBot e.g., S32 to U32 for node list traversal). - Replaced double literals with float literals (e.g., 1.0 to 1.0f) in graphics-related code. - Fixed pointer size mismatches in netStringTable.cpp using size_t as an intermediate cast. - Resolved Lua-to-integer conversion warnings in UI components. The fixes were verified by building the bitfighterd (dedicated server) target. While some client-only files could not be fully compiled due to missing graphi
22:31:32BFLogBot cal dependencies (SDL2), the changes were applied consistently and reviewed for correctness. Co-authored-by: eykamp <1133323+eykamp@users.noreply.github.com>
22:31:37BFLogBot Pull request #719 opened by eykamp | Title: Fix compiler warnings in TNL and Zap | https://github.com/bitfighter/bitfighter/pull/719
22:37:51BFLogBot Repo: bitfighter | Commit: f595efc152 | Author: eykamp | Message: Provide default value
22:37:52BFLogBot Repo: bitfighter | Commit: 9e3674aa75 | Author: eykamp | Message: Fix tests and one geometry error
22:37:54BFLogBot Repo: bitfighter | Commit: 21c4a2862a | Author: eykamp | Message: Fix tests
22:42:16BFLogBot Repo: bitfighter | Commit: 4b43f43539 | Author: eykamp | Message: Strip trailing whitespace from tons of files
22:58:56BFLogBot Repo: bitfighter | Commit: a4fba304c2 | Author: eykamp | Message: Fix silent word truncation in parseString (#718) The parseString(const char*, Vector&, char) overload used a fixed-size buffer of 126 characters for each word. If a word exceeded this length, it was silently truncated. Replaced the fixed-size char buffer with std::string for word accumulation to allow words of any length. Added a unit test case in TestStringUtils.cpp to
22:58:58BFLogBot verify the fix. 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>
22:58:59BFLogBot Repo: bitfighter | Commit: f595efc152 | Author: eykamp | Message: Provide default value
22:59:01BFLogBot Repo: bitfighter | Commit: 9e3674aa75 | Author: eykamp | Message: Fix tests and one geometry error
22:59:02BFLogBot Repo: bitfighter | Commit: 21c4a2862a | Author: eykamp | Message: Fix tests
22:59:04BFLogBot Repo: bitfighter | Commit: 4b43f43539 | Author: eykamp | Message: Strip trailing whitespace from tons of files
22:59:05BFLogBot Repo: bitfighter | Commit: 1ad08e453e | Author: eykamp | Message: Merge branch 'master' into fix-compiler-warnings-10937036851214704142
22:59:23BFLogBot Pull request #719 closed by eykamp | Title: Fix compiler warnings in TNL and Zap | https://github.com/bitfighter/bitfighter/pull/719
22:59:23BFLogBot Repo: bitfighter | Commit: e94369e5c3 | Author: eykamp | Message: Fix huge slew of compiler warnings across TNL and Zap libraries (#719) This commit addresses a comprehensive list of compiler warnings (C4312, C4267, C4018, C4309, C4244, C4305) reported by the user. Key changes: - Applied explicit type casts (e.g., (S32), (U32), (F32), (size_t)) to resolve data loss and size mismatch warnings. - Updated loop counter types to match comparison typ
22:59:24BFLogBot es (e.g., S32 to U32 for node list traversal). - Replaced double literals with float literals (e.g., 1.0 to 1.0f) in graphics-related code. - Fixed pointer size mismatches in netStringTable.cpp using size_t as an intermediate cast. - Resolved Lua-to-integer conversion warnings in UI components. The fixes were verified by building the bitfighterd (dedicated server) target. While some client-only files could not be fully compiled due to missing gr
22:59:26BFLogBot aphical dependencies (SDL2), the changes were applied consistently and reviewed for correctness. 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.