Jaby
|
374377b2a6
|
Update to latest Rust
|
2023-08-02 22:31:40 +02:00 |
Jaby
|
d2a7541804
|
Migrate to ratatui
|
2023-07-26 22:16:09 +02:00 |
Jaby
|
a5e83eff55
|
Improve Gauge usage
|
2023-07-26 22:08:10 +02:00 |
Jaby
|
36028b0607
|
Forgot gitignore
|
2023-07-26 21:50:20 +02:00 |
Jaby
|
0eec17aab5
|
Display memory usage
|
2023-07-26 21:49:47 +02:00 |
Jaby
|
e59042ef75
|
Integrated new code into GUI
|
2023-07-26 20:37:35 +02:00 |
Jaby
|
2aa861057f
|
Merge with new objdump code
|
2023-07-26 20:22:11 +02:00 |
Jaby
|
87ef0032fc
|
Print memory map
|
2023-07-24 22:22:17 +02:00 |
Jaby
|
881568baec
|
Sort map
|
2023-07-24 20:41:38 +02:00 |
Jaby
|
d6e459ee65
|
Collect Symbols
|
2023-07-20 20:31:25 +02:00 |
Jaby
|
3d53883fa1
|
Scan and print sections - prepare for SymbolTable
|
2023-07-17 18:41:15 +02:00 |
Jaby
|
5ee0e6f2c8
|
Parse with weird printf bug
|
2023-07-11 23:05:20 +02:00 |
Jaby
|
48173e17d9
|
Support scan stdout of objdump
|
2023-07-11 22:00:57 +02:00 |
Jaby
|
0f44f7bd8a
|
Create objdump file
|
2023-07-11 21:37:37 +02:00 |
Jaby
|
a66f298ea2
|
Present memory usage
|
2023-07-11 20:26:33 +02:00 |
Jaby
|
bda1f69c3d
|
Collect highest address
|
2023-07-11 19:00:59 +02:00 |
Jaby
|
3e161bb974
|
Only read key press
|
2023-07-09 19:24:43 +02:00 |
Jaby
|
e89ea35c83
|
Some cleanup
|
2023-07-09 16:49:53 +02:00 |
Jaby
|
c17416f34a
|
Prepare memory usage
|
2023-07-09 16:46:49 +02:00 |
Jaby
|
deea20bf35
|
Implemented QUIT window
|
2023-07-09 16:16:28 +02:00 |
Jaby
|
fc6704dc76
|
Display titel
|
2023-07-09 15:38:55 +02:00 |
Jaby
|
b446057dfe
|
Setup of update and render loop for CUI
|
2023-07-09 14:40:44 +02:00 |
Jaby
|
ac4be64d56
|
Create psxreadmap and move readmap project into it
|
2023-07-09 13:31:02 +02:00 |
Jaby
|
40f0602294
|
Sort addresses
|
2023-07-06 19:56:28 +02:00 |
Jaby
|
0279567971
|
Parse map and write to file
|
2023-07-05 21:36:12 +02:00 |
Jaby
|
fa49d7abfb
|
Read in map file
|
2023-07-04 21:58:15 +02:00 |
Jaby
|
a846cd248d
|
Read sub sections
|
2023-07-03 22:17:44 +02:00 |
Jaby
|
cc4dac4b78
|
Parse sub section
|
2023-06-29 22:18:31 +02:00 |
Jaby
|
96602d7a83
|
Improve reading sections in
|
2023-06-29 21:32:49 +02:00 |
Jaby
|
f4c002a8b4
|
Print top-level sections
|
2023-06-29 20:18:02 +02:00 |
Jaby
|
272a2258e4
|
Make Linked elements BSS conform
|
2023-06-26 20:40:30 +02:00 |
Jaby
|
018d05bfab
|
Missed cmmits
|
2023-06-25 16:39:07 +02:00 |
Jaby
|
1ceed7c489
|
Detect sections; Unify printing help across the tools
|
2023-06-25 16:38:29 +02:00 |
Jaby
|
aa40efba08
|
Introduce types for readmap
|
2023-06-25 15:58:23 +02:00 |
Jaby
|
6e37f6ae78
|
Create readmap tool
|
2023-06-25 14:37:16 +02:00 |
Jaby
|
408c133118
|
Support color in text
|
2023-06-22 21:52:34 +02:00 |
Jaby
|
640d2bfd76
|
Support simple sentances
|
2023-06-21 22:36:31 +02:00 |
Jaby
|
6d3e44dbb3
|
Merge branch 'ToolBox' into ToolBox_FontWriter
|
2023-06-21 21:50:52 +02:00 |
Jaby
|
14587f9cc0
|
Use BSS default constructor
|
2023-06-21 21:45:15 +02:00 |
Jaby
|
3e5f3bd42f
|
Fix default constructor for rectangle types
|
2023-06-19 22:30:52 +02:00 |
Jaby
|
35d09192c9
|
Testing font and color font
|
2023-06-15 20:48:25 +02:00 |
Jaby
|
34580135c9
|
Convert Yoshi font and setup auto lba
|
2023-06-14 22:04:01 +02:00 |
Jaby
|
88266ba0ee
|
Move GPU tests into an Overlay
|
2023-06-14 21:39:48 +02:00 |
Jaby
|
4ea9c43f67
|
Support linking primitives
|
2023-06-13 21:21:02 +02:00 |
Jaby
|
6f30b92159
|
Support basic linked elements
|
2023-06-12 21:47:56 +02:00 |
Jaby
|
2d935be1b8
|
Support all primitives
|
2023-06-05 22:44:45 +02:00 |
Jaby
|
51a2c5c60c
|
Prepare for textured sprites; better integration of GPU types
|
2023-05-31 22:29:19 +02:00 |
Jaby
|
16cca95d9b
|
Support RectF
|
2023-05-30 22:06:38 +02:00 |
Jaby
|
468b22354f
|
Support all the line types in a somewhat decent way
|
2023-05-28 10:36:24 +02:00 |
Jaby
|
483348184d
|
Improve LINE_F code
|
2023-05-27 22:21:02 +02:00 |