Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
9f73d8d
Split definitions into reusable module
kalimag Sep 23, 2025
b407441
Add 0 values to enums
kalimag Sep 23, 2025
0e99148
Make `struct.align` chainable
kalimag Sep 23, 2025
6bc8ab0
Add `u16` and `float`
kalimag Sep 23, 2025
1350e5e
Add sector and line definitions
kalimag Sep 23, 2025
0e46c1b
Add links to source
kalimag Sep 23, 2025
c53f8e9
Highlight special lines
kalimag Sep 24, 2025
db6b182
Complete player and mobj defs
kalimag Sep 24, 2025
132322c
Spacing
kalimag Sep 24, 2025
8b41bb1
Add Heretic and Hexen enum values
kalimag Sep 26, 2025
1c7ba6d
Enhance struct helper to encapsulate memory reading
kalimag Sep 29, 2025
7052687
Use dsda-data to iterate
kalimag Sep 29, 2025
b80b633
Use dsda-data to replace memory reads
kalimag Sep 29, 2025
97d2ae6
Suppress firing while clicking on map buttons
kalimag Oct 1, 2025
814b0c1
Clear drawings when script is disabled
kalimag Oct 1, 2025
4a32c59
Stop caching mobjs
kalimag Oct 2, 2025
42d8707
Cache lines
kalimag Oct 2, 2025
6d59166
fix maybe_swap() to return a tuple instead of doing nothing
vadosnaprimer Oct 2, 2025
75d7a2e
work while paused
vadosnaprimer Oct 2, 2025
fb5bbe9
center out zooming
vadosnaprimer Oct 2, 2025
4138e3a
wheel zoom!
vadosnaprimer Oct 2, 2025
d92f291
mouse dragging (requires shift key)
vadosnaprimer Oct 2, 2025
dbbeea2
account for merged modifiers
vadosnaprimer Oct 2, 2025
07ff757
Add mobjflags enum
kalimag Oct 4, 2025
0190cf1
Color mobjs by type
kalimag Oct 4, 2025
0a94988
Fix corpse color
kalimag Oct 4, 2025
acd9b3c
Rename u64 -to s64
kalimag Oct 6, 2025
08127c2
Local mem functions
kalimag Oct 6, 2025
132c897
Track overall struct alignment
kalimag Oct 6, 2025
1914ea5
Support reading structs from system bus
kalimag Oct 6, 2025
04c4ee3
Add debug flag for pointer correctness
kalimag Oct 6, 2025
56267ec
Read line vertices from system bus
kalimag Oct 6, 2025
6d9c1a5
Fix reading from the wrong domain
kalimag Oct 6, 2025
0a9a94c
Return nil for null pointers
kalimag Oct 6, 2025
82b4184
More typed pointers
kalimag Oct 6, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading