Commit Graph

701 Commits

Author SHA1 Message Date
Tony Kuker b86bf4b47a Powerview Compiles with develop merged (Wont work though) 2023-02-03 23:31:32 -06:00
Tony Kuker 428376d9c2 merge develop into powerview 2023-02-03 21:41:18 -06:00
Tony Kuker 5fb1dbcdb6 Fill the entire framebuffer with color instead of a random corner 2022-01-23 03:56:39 +00:00
Tony Kuker 4332c6db6a Add trace statements to help with debugging 2022-01-22 20:58:02 +00:00
Tony Kuker 8bae98de20 Added logic to derive the color palette if the framebuffer update is too big 2022-01-21 03:10:25 +00:00
Tony Kuker 9bcc3d09a7 Fixed compiler errors 2022-01-21 03:03:07 +00:00
Tony Kuker 0fcded84d0 Cleanup and add meaningful error reporting 2022-01-21 02:37:48 +00:00
Tony Kuker 9186ef063e Color is working with hard-coded color palette 2022-01-20 03:37:01 +00:00
Tony Kuker b8ffde49ca fix b&w inverted 2022-01-19 23:25:29 +00:00
Tony Kuker 2a04c8f031 Color palette handling enhancements 2022-01-19 22:56:37 +00:00
Tony Kuker a0d4b3d670 Optional code to save the framebuffers and color palettes. Fix B&W color palette 2022-01-19 21:03:26 +00:00
Tony Kuker eff5bc14a6 Fixed 256 color positioning 2022-01-19 19:59:04 +00:00
Tony Kuker 0fefe5ed69 Updated to properly receive color palette 2022-01-19 19:31:09 +00:00
Tony Kuker ea920205a8 Fix crashing 2022-01-18 23:30:05 +00:00
Tony Kuker 2542340099 development script 2022-01-18 22:20:31 +00:00
Tony Kuker 16daf64a3c intermediate checkin 2022-01-18 22:20:14 +00:00
akuker c5fdee898a
Fix compilation error 2022-01-17 10:15:44 -06:00
Tony Kuker cc23549776 1 and 8 bit grays working 2022-01-16 22:35:11 +00:00
Tony Kuker 9cc40d3da3 Updated to work with multiple screen resolutions (only black & white) 2022-01-16 21:45:29 +00:00
Tony Kuker a05c7d795d Blank flashing cursor when powerview is enabled 2022-01-16 20:13:01 +00:00
Tony Kuker c0a9a73ea1 Merge branch 'develop' into feature_powerview 2022-01-15 05:13:28 +00:00
Tony Kuker ffa565a8b4 Initialize the framebuffer to blue and implement a couple more commands 2022-01-15 05:13:06 +00:00
Daniel Markstedt 423ba573cd
Fix a few malformed gettext calls (#609) 2022-01-14 22:58:32 -06:00
akuker 78a9bcd2df
Updated Github Sponsors (#608) 2022-01-14 20:34:46 -08:00
Daniel Markstedt 89fae8fdd5
Bumps pillow from 8.4.0 to 9.0.0. As recommended by dependabot. (#607) 2022-01-14 09:47:57 -06:00
Benjamin Zeiss dd830c2cbc
Merge pull request #601 from akuker/bzeiss_restructure_project_folders
Restructure project folders for python #455
2022-01-10 20:07:33 +01:00
Tony Kuker 685da31c70 Now it really friggin worksgit diff 2022-01-10 03:19:21 +00:00
Tony Kuker 02a4dc39db it freakin works 2022-01-10 02:47:54 +00:00
Benjamin Zeiss 17497cf1fe clean squashed restructuring branch. #455 2022-01-09 20:22:19 +01:00
Tony Kuker d2123b2f86 Updated to calculate the length of CA command 2022-01-09 04:41:08 +00:00
Tony Kuker f09fb6dd2f Additional powerview processing implemented 2022-01-08 22:04:34 +00:00
Tony Kuker 9f8fc1fb8a Added hooks for C8-CCh 2022-01-08 04:51:51 +00:00
akuker 983b0257c9 Added Cmd C8-CC 2022-01-07 20:53:42 -06:00
akuker d8594a5b03 Merge branch 'develop' into feature_powerview 2022-01-07 20:43:28 -06:00
akuker b52abbfdc7
Output higher-level report from scsimon (#596)
* Output JSON file for post-processing

* Debug utility for parsing the SCSI data

* Prototype app for parsing scsi captures

* correct arg parsing

* output html

* Cleanupt html output

* Add missing include

* Allow compilation on non-Linux platforms

* Refactored scsimon to be in multiple files

* Refactored away

* Restructured scsimon into smaller pieces

* Added ability to read in pre-generated .json file and re-parse it

* Delete scsiparse.cpp

* Fix argument parsing and code cleanup

* Ran vscode c++ formatting utility

* Restore the -Wno-psabi flag for Linux only

* Address compiler warnings

* Updated to use C++ style ostreams

* Cleanup conversion to c++ style ostreams

* Updated to use ofstream instead of fprintf

* Delete src/raspberrypi/scsimon directory

Co-authored-by: akuker <akuker@gmail.com>
2022-01-07 12:17:44 -06:00
Daniel Markstedt 1c84bb34f9
Shorten file names when downloading to AFP (#592) 2022-01-04 21:08:28 -06:00
Tony Kuker e7bfffddc4 Add error message if invalid header is received 2022-01-04 21:26:06 +00:00
Tony Kuker 2bc809b0a5 Added inquiry response 2022-01-04 21:25:36 +00:00
RaSCSI User f61d2d5ab5 add powerview as scsi device 2022-01-04 21:24:57 +00:00
n4al a240198123
N4al/spanish localisation (#594)
* Adding Spanish localisation to localizer.cpp

* Addind Spanish localisation for the Web Interface
2022-01-04 16:04:54 +01:00
RaSCSI User 7e1ca6a7c9 Update version for next development version 2022-01-01 20:49:50 +00:00
RaSCSI User 3cc04a8dcf Update revision for release 2022-01-01 20:48:30 +00:00
Daniel Markstedt 5befff28e6
Improve token auth and oled monitor install scripts; better venv cleanup logic (#587)
* Trigger installation of the oled monitor script after installing rascsi; break out the token auth code and clarify wordings.

* Better logic for venv cleanup
2022-01-01 11:38:10 -06:00
Daniel Markstedt 3af3f3e2de
Bump macproxy version to 21.12.3 (#586) 2021-12-31 22:07:17 -06:00
cvictor c5ed2b5b67
Cvictor update german (#585)
* Added german translations

* German translations edited header

* Fixed typo

Co-authored-by: Uwe Seimet <Uwe.Seimet@seimet.de>
2021-12-30 17:34:41 -08:00
Daniel Markstedt ce7e391a52
More sturdy logic for when session language is unset (#583) 2021-12-29 20:54:59 -06:00
Kamel Makhloufi 40fe8d611e
Added french localization (#584)
* French localization added

* Updated french translation

* Corrected small typo in french translation

* Corrected small errors in fr translation
2021-12-29 17:56:44 -08:00
Daniel Markstedt a973485f8c
Update Swedish translations after string change (#581) 2021-12-28 19:44:47 -06:00
Daniel Markstedt 338b6af92c
Hardcoded locale fallback to English (#582)
* Hardcoded locale fallback to English

* Fallbacks for locale in proto requests in case the locale fallback fails
2021-12-28 19:44:12 -06:00
akuker 2c60a848a8
Add Apple CD Drive as pre-defined drive (#580)
* Add Apple CD Drive as pre-defined drive

* Fix block size for Apple CD-ROM

Co-authored-by: Tony Kuker <akuker@gmail.com>
2021-12-28 18:30:20 -06:00