Commit Graph

15096 Commits

Author SHA1 Message Date
MoreTore ef659398ec log invalid reason 2025-05-13 23:23:31 -05:00
MoreTore c48510c2c2 print invalid reason 2025-05-13 23:23:22 -05:00
MoreTore 669b80fcec live test 2025-05-13 23:21:38 -05:00
MoreTore 7538d75a3b fixup 2025-05-13 23:21:02 -05:00
MoreTore c66c8e2c70 offline test 2025-05-13 22:42:01 -05:00
MoreTore ea577b26de offline test 2025-05-13 22:28:29 -05:00
MoreTore 4dbbcc96da return none whenmax iters is hit 2025-05-13 22:20:05 -05:00
MoreTore 59ddefd5b3 bump opendbc 2025-05-13 21:39:56 -05:00
MoreTore ca4044252d live torque capnp 2025-05-13 21:39:42 -05:00
MoreTore c1ad768f8f dont plot 2025-05-13 21:34:37 -05:00
MoreTore 75245bdc14 iteration 2025-05-13 21:33:53 -05:00
MoreTore ce356e0728 iteration 2025-05-13 21:33:40 -05:00
MoreTore cd0e5b373d torqued 2025-05-13 07:41:14 -05:00
MoreTore cf3e9a6868 live torque params 2025-05-12 23:09:18 -05:00
MoreTore 3e1d13c70b live torque params 2025-05-12 22:59:48 -05:00
MoreTore 840dacd700 bump opendbc 2025-05-11 23:23:26 -05:00
MoreTore bc36579ee7 debug maneuversd 2025-05-11 23:23:26 -05:00
MoreTore c3861945dd put this back 2025-05-11 23:23:26 -05:00
MoreTore fa980e8458 bump opendbc 2025-05-11 23:23:26 -05:00
MoreTore 431efcfbb9 fix autoresume 2025-05-11 23:23:26 -05:00
MoreTore 95c63fbc08 bump opendbc 2025-05-11 23:23:26 -05:00
MoreTore 78c588d32f bump opendbc 2025-05-11 23:23:26 -05:00
MoreTore 110afe6112 debug 2025-05-11 23:23:26 -05:00
MoreTore 8e8ffca6fd vscode: update launch.json 2025-05-11 23:23:26 -05:00
MoreTore 72d7230ae2 bump opendbc 2025-05-11 23:23:26 -05:00
MoreTore 834a060e60 bump panda 2025-05-11 23:23:26 -05:00
MoreTore c70ba9eef5 bump opendbc 2025-05-11 23:23:26 -05:00
MoreTore 5ff1e22a26 Mazda Settings 2025-05-11 23:23:26 -05:00
MoreTore 764490478c Params 2025-05-11 23:23:26 -05:00
MoreTore ed754fe6c8 Duration Timer 2025-05-11 23:23:26 -05:00
MoreTore 03b0a31626 switch to konik server 2025-05-11 23:23:26 -05:00
MoreTore a0c964fa93 switch submodules to moretore 2025-05-11 23:23:26 -05:00
Adeeb Shihadeh 35dbdf9124 raylib: fwd everything to cloudlog 2025-05-11 11:08:50 -07:00
Dean Lee e62b6a38e9 system/ui: set keyboard to use full window area (#35181)
set keyboard to use full window area
2025-05-11 11:06:04 -07:00
Dean Lee bfadab078e system/ui: set log level to WARNING to reduce noise (#35180)
* set log level to WARNING to reduce noise

* custom callback handling for raylib logs
2025-05-11 11:05:59 -07:00
Harald Schäfer e9cea3ae5c Revert TR again (#35179)
Revert "Tomb Raider 7 (#35114)"

This reverts commit 0fb4aafa35.
2025-05-11 08:24:46 -07:00
Dean Lee 01867f1b2b system/ui: integrate WifiManagerUI into Updater (#35177)
integrate WifiManagerUI into Updater
2025-05-11 14:40:06 +01:00
Dean Lee bbeb37d726 system/ui: add MultiOptionDialog for selection from scrollable lists (#35176)
* add MultiOptionDialog for selection from scrollable lists

* mv

---------

Co-authored-by: Cameron Clough <cameronjclough@gmail.com>
2025-05-11 08:43:23 +01:00
Dean Lee f1760e63d3 system/ui: performance optimizations for WiFi Manager with cached network data (#35170)
Performance optimizations for WiFi Manager with cached network data
2025-05-11 08:26:25 +01:00
Dean Lee eaa595958c system/ui: prevent duplicate WiFi connections when retrying with new password (#35174)
Prevent duplicate WiFi connections when retrying with new password
2025-05-10 14:22:06 -07:00
Dean Lee 7147c26954 system/ui: fix WIFI authentication callback and connection tracking (#35169)
fix authentication callback and state handling
2025-05-10 10:00:28 -07:00
Dean Lee 3b94e6f92f system/ui: add tethering support to WifiManager (#35167)
add tethering support to WifiManager
2025-05-10 09:59:42 -07:00
Trey Moen 13965bdf0b docs: clarify process to connect to 3/3X over ADB (#35090)
* three

* codespell being smart with me

---------

Co-authored-by: Maxime Desroches <desroches.maxime@gmail.com>
2025-05-09 19:59:44 -07:00
Shane Smiskol db855d56d3 Log Hexagon DSP temperature (#35166)
* add hexagon dsp temp

* log

* whoops
2025-05-09 15:18:52 -07:00
David 32167e02c0 ui: show alert when user flag (bookmark) pressed (#34920)
* feat: Show alert on user flag event

* feat: Temporarily update border status on user flag to match connect timeline

* Revert "feat: Temporarily update border status on user flag to match connect timeline"

This reverts commit f1da6a4f5f555d4db50b47fb68ce74ae7737b8af.

* feat: Increase alert duration to 1.5 seconds

* remove audible alert for bookmark event

* refactor: Use NormalPermamentAlert for user flag alert

* fix: Update userFlag enum value in OnroadEvent struct

* fix: Handle userFlag event even in dashcam mode

* don't need to ignore that anymore

* remove 'userFlag' from ignore list

---------

Co-authored-by: Jason Young <jyoung8607@gmail.com>
2025-05-09 15:57:00 -04:00
Jason Young 1f312e16d4 messaging: cleanup zero-frequency service initialization (#35145)
* messaging: fix bug with relaxed checks under simulation

* refactor

* cleanup

* fix bug

* Revert "fix bug"

This reverts commit ea31f3ee83676c5b8ffe57500881557f7586998c.

* that did need to be different

* fix bug, add test coverage

* retry CI
2025-05-09 15:13:52 -04:00
Dean Lee 908ea36126 ui(raylib): add thread-safe property access to WifiManagerWrapper (#35162)
* Add thread-safe property access to WifiManagerWrapper

* cleanup

* type-safe manager, always specify default

* import

---------

Co-authored-by: Cameron Clough <cameronjclough@gmail.com>
2025-05-09 16:23:37 +01:00
Dean Lee dde9c703f3 cabana: optimize get_raw_value() function for CAN signal extraction (#35137)
optimize get_raw_value() for CAN signal extraction
2025-05-08 14:31:00 -07:00
Cameron Clough 4bbbe3d2d1 ui(raylib): revert fps to 60 (#35163)
bump default fps
2025-05-08 22:22:53 +01:00
Dean Lee 33849245d8 uploader.py: fix empty string handing in AthenadRecentlyViewedRoutes parameter (#35139)
Fix empty strings in AthenadRecentlyViewedRoutes parameter
2025-05-08 16:31:06 +01:00