COMMITS
/ plugins/builtin/source/content/data_processor_nodes.cpp November 13, 2023
I
refactor: Split data processor nodes in several files (#1419)
iTrooz committed
November 10, 2023
W
impr: General code cleanup
WerWolv committed
November 8, 2023
W
fix: Average and Median nodes using wrong output types
WerWolv committed
October 19, 2023
W
feat: Added bitwise shift left/right data processor nodes
WerWolv committed
September 20, 2023
September 4, 2023
W
fix: Issues with various float nodes
WerWolv committed
September 3, 2023
W
fix: Buffer to integer node not working correctly
WerWolv committed
August 6, 2023
N
feat: Added Achievements (#1230)
Nik committed
July 9, 2023
W
build: Fixed include issues
WerWolv committed
June 21, 2023
W
fix: Occasional crashes when evaluating patterns
WerWolv committed
June 3, 2023
I
build: Update ImGui and its dependencies (#1122)
iTrooz committed
May 18, 2023
J
feat: Added bit and byte reverse and bit display data processor nodes (#1082)
Justus Garbe committed
May 16, 2023
W
impr: Better JSON error handling in many places
WerWolv committed
May 13, 2023
W
fix: ImHex freezing when evaluating patterns
WerWolv committed
May 12, 2023
W
fix: Various pattern execution race conditions
WerWolv committed
April 17, 2023
W
March 12, 2023
W
sys: Replaced many helper functions with libwolv
WerWolv committed
February 12, 2023
W
nodes: Allow immediate values on integer and float inputs
WerWolv committed
February 10, 2023
W
nodes: Fixed loading saved nodes multiple times
WerWolv committed
W
nodes: Added a few new nodes
WerWolv committed
February 9, 2023
W
nodes: Added support for nested, shareable, custom data processor nodes
WerWolv committed
January 31, 2023
W
fix: Hexadecimal string inputs in data processor nodes behaving weirdly
WerWolv committed
December 27, 2022
W
feat: Added Digram and Layered Distribution plots to information view
WerWolv committed
November 8, 2022
W
feat: Finish up work on new pl section system
WerWolv committed
October 26, 2022
W
nodes: Added a few new nodes
WerWolv committed
W
nodes: Improve precision of values passed between nodes
WerWolv committed
October 13, 2022
W
nodes: Require shift to be held to enlarge visualizers
WerWolv committed
W
nodes: Added RGBA8 image visualizer
WerWolv committed
October 12, 2022
W
node: Limit width of out variable access node
WerWolv committed
W
nodes: Added out variable access node
WerWolv committed
W
nodes: Added Float <-> Buffer casting nodes
WerWolv committed
September 19, 2022
W
ui: Added functionality icons to most text input fields
WerWolv committed
September 18, 2022
W
fix: OpenGL textures not being cleaned up correctly
WerWolv committed
September 12, 2022
W
sys: Make sure constexpr variables don't get copied onto the stack
WerWolv committed
August 8, 2022
W
sys: Replace existing bad project system with a much better one (#663)
WerWolv committed
August 3, 2022
W
sys: Updated ImGui, ImPlot and imnodes to latest versions
WerWolv committed
July 15, 2022
W
sys: Upgrade codebase to C++23
WerWolv committed
June 3, 2022
W
ui: Added hovering zoom popup to all visualizer nodes
WerWolv committed
March 26, 2022
March 4, 2022
W
sys: Fixed many clang tidy warnings and typos
WerWolv committed
February 8, 2022
W
ui: Replaced all hex input textboxes with the new ones
WerWolv committed
M
nodes: Validate some buffer operations (#425)
Mark Nokalt committed
February 7, 2022
W
nodes: Added Selected Region node
WerWolv committed
February 6, 2022
W
nodes: Added layered distribution visualizer
WerWolv committed
W
nodes: Added byte distribution visualizer node
WerWolv committed
W
nodes: Added Image visualizer
WerWolv committed
February 5, 2022
W
fix: Pattern source code being deleted when closing a provider
WerWolv committed
W
nodes: Added Digram visualizer node
WerWolv committed
February 1, 2022
W
sys: Reformat all
WerWolv committed