Commit graph

188 commits

Author SHA1 Message Date
Caleb Yates
c41ab4e807 Change base address to const in wrapper and hex editor class 2023-03-25 12:52:44 -05:00
Caleb Yates
9811612041 Reorder settings and rename input 2023-03-24 14:49:29 -05:00
Caleb Yates
50b45b950d Save state for Memory Editor Windows 2023-03-24 13:02:49 -05:00
Nicolas "Pixel" Noble
ca9a75fccd Adding plot functions to imgui lua bindings. 2023-02-13 20:01:54 -08:00
Nicolas 'Pixel' Noble
f8ec5f6540 Updating uC-sdk.. 2023-01-04 17:21:52 -08:00
Nicolas Pixel Noble
1dfa686a1a Further integration of Lua-Protobuf. 2022-12-19 16:52:42 -08:00
Nicolas Pixel Noble
f506f642f5 Adding lua-protobuf 2022-12-18 23:05:47 -08:00
Nicolas Pixel Noble
bf439aa3e8 Small adjustments. 2022-12-18 05:30:51 -08:00
Nicolas Noble
7d7b3a2b28
Typo. 2022-12-17 22:46:53 -08:00
Nicolas Pixel Noble
7035c183d1 Rewriting the EDC/ECC routines. 2022-12-17 18:57:23 -08:00
Nicolas Pixel Noble
6a18ff5ce9 Cueparser fix (2)
- Pregaps actually happen the other way around.
2022-12-09 16:04:04 -08:00
Nicolas Pixel Noble
23e0bec467 Improving cuesheet parser
- Handling FLAGS
- Handling mid-file PREGAP
2022-12-08 21:47:55 -08:00
Nicolas Pixel Noble
5939c4b98e Some parser fixes, and rehauling ffmpeg support. 2022-12-03 23:08:48 -08:00
Nicolas Pixel Noble
f75b0f02bd Merge remote-tracking branch 'upstream/main' into isobrowser
# Conflicts:
#	vsprojects/support/support.vcxproj.filters
2022-12-02 17:19:56 -08:00
Nicolas Noble
76abb13530
Biting the bullet and adding font files. 2022-11-30 19:36:05 -08:00
Nicolas Pixel Noble
86d90e06de Fixing nanovg's rendering code for Apple. 2022-11-28 17:48:57 -08:00
Nicolas Pixel Noble
35d06db723 Some fixes and improvements. 2022-11-25 13:12:07 -08:00
Nicolas Pixel Noble
b487b6f52c Adding nanovg / nanosvg. 2022-11-23 20:57:18 -08:00
Nicolas Pixel Noble
31692da16f IsoBrowser work
- Rewrote the cue sheet parser
- Improved CD metadata somewhat
- Added a stub of IsoBrowser (with CRC32 computation)
- Changed BIOS detection from Adler32 to CRC32
2022-11-21 22:08:17 -08:00
Nicolas Pixel Noble
c3298aa720 Update to ImGui 1.89. 2022-11-18 22:07:31 -08:00
Nicolas 'Pixel' Noble
ccf3d486d7 Regenerating bindings. 2022-09-09 17:27:19 -07:00
Nicolas Pixel Noble
58bcf43b79 Adding one more ImGui flag type and fixing default arguments. 2022-09-09 17:27:05 -07:00
Nicolas Pixel Noble
baff569b2e Merge remote-tracking branch 'upstream/main' into opengl-gpu 2022-08-03 21:57:44 -07:00
Nicolas Noble
d17dccfb8e Better unaligned operations. 2022-07-29 22:24:16 -07:00
wheremyfoodat
520ca29e53 Merge remote-tracking branch 'upstream/main' into opengl-gpu 2022-07-27 03:00:37 +03:00
Nicolas Pixel Noble
9cd9edfbc9 psyqo work.
Adding support for eastl's strings, fixing font a bit, and updating demo.
2022-07-25 17:27:10 -07:00
Nicolas "Pixel" Noble
5f43b7d37c Updating Zep, and fixing local Lua parser. 2022-07-18 23:00:28 -07:00
fatalis
bd61066d3e Fix crash in memory editor with ascii display on 2022-07-18 12:12:46 -05:00
Nicolas Noble
e7e70d7318
Merge pull request #929 from nicolasnoble/psyqo
PSYQo
2022-07-17 23:06:43 -07:00
wheremyfoodat
1685fe6c7c Merge branch 'main' into opengl-gpu 2022-07-11 21:10:51 +03:00
mateusfavarin
4ff58e6e7a add preview group bytes, fix multiple highlights during pattern search 2022-07-03 20:20:22 -03:00
wheremyfoodat
9d17edc864 Merge branch 'main' into opengl-gpu 2022-07-01 00:39:06 +03:00
Nicolas "Pixel" Noble
23cc1de83f Basic font drawing - still not proper API tho. 2022-06-29 19:37:40 -07:00
Nicolas 'Pixel' Noble
ebc900d1a8 We're drawing stuff. 2022-06-29 19:37:39 -07:00
Nicolas 'Pixel' Noble
d63f87a7f4 Adding EASTL. 2022-06-29 19:37:35 -07:00
Nicolas Pixel Noble
3734f42b84 Adding proper font handling. 2022-06-26 21:39:10 -07:00
Nicolas Pixel Noble
2fe35fac83 Vendoring imgui_club's hex editor. 2022-06-26 20:50:12 -07:00
Nicolas "Pixel" Noble
56c363a638 Fixing Unix build. 2022-06-25 22:01:19 -07:00
Nicolas Pixel Noble
5b13955a17 New File Dialog widget. 2022-06-25 21:31:50 -07:00
Nicolas Pixel Noble
120aef7ad0 Fixing concurrent queue crash. 2022-06-08 22:01:04 -07:00
Nicolas Pixel Noble
59fdec4ac8 Fixing LuaImgui stuff + regenerate bindings. 2022-06-02 20:11:11 -07:00
wheremyfoodat
2b2a9ede81 Merge branch 'main' into opengl-gpu 2022-06-02 13:12:20 +03:00
Nicolas Pixel Noble
1af0493089 Updating LuaJIT & adding pairs for settings. 2022-05-23 20:26:50 -07:00
Nicolas Pixel Noble
f78ec7faf3 Some Lua fixes and improvements. 2022-05-20 22:37:12 -07:00
wheremyfoodat
e6ac1cd16b Merge branch 'main' into opengl-gpu 2022-05-20 19:36:35 +03:00
Nicolas Pixel Noble
535daf47fb Adding multipart/form-data support. 2022-05-19 13:45:58 -07:00
Nicolas Pixel Noble
7df3c57c86 Merge remote-tracking branch 'upstream/main' into credits
# Conflicts:
#	vsprojects/common.props
2022-05-09 21:28:42 -07:00
Nicolas Pixel Noble
edac31efa8 Removing useless / obsolete code. 2022-05-09 20:46:12 -07:00
Nicolas Pixel Noble
06eb4ba59d Adding markdown support. 2022-05-09 00:07:26 -07:00
wheremyfoodat
c1bc695065 Merge branch 'main' into opengl-gpu 2022-05-08 11:29:41 +03:00