Skip to content

Tags: DizTools/DiztinGUIsh

Tags

v2.5.1.0

Toggle v2.5.1.0's commit message
build: fix semver bump

v2.5.0.4

Toggle v2.5.0.4's commit message
logwriter: use latest submodule (add new XML label exporter)

v2.5.0.3

Toggle v2.5.0.3's commit message
xml: project XML now supports escaping problematic characters in ROM …

…title

- this can happen in certain roms [like Ryaman prototype] when the header is garbage or has weird stuff going on

v2.5.0.2

Toggle v2.5.0.2's commit message
dynamic regions: add error check if you forgot a closing tag

v2.5.0.1

Toggle v2.5.0.1's commit message
rom detection: add override for Contra3 settings

- busted ROM SNES header requires us to have some custom detection code. sigh.

v2.5.0.0

Toggle v2.5.0.0's commit message
Merge branch 'master' into dev-label-context

v2.4.3.10

Toggle v2.4.3.10's commit message
label mirroring: fix broken generated expressions for negative displa…

…cements

- we need to always print the abs value of the displacement offset, never negative
- printing negative would also result in a hex-formatted weird looking (and technically incorrect anyway) string
- thanks @bogaa for the repro

v2.4.3.9

Toggle v2.4.3.9's commit message
pointer tables: add better support for viewing pointer tables in app

- shows the indirect addresses and skips the off-stride rows

v2.4.3.8

Toggle v2.4.3.8's commit message
special directives: add DontGenerateTemporaryLabelAtDestination

- if Diz detects you're modifying the IA text to be an expression, it will now not generate a temp label at the destination
- useful to prevent phantom overzealous PTR_xxxx and DATA_xxxx labels, when all you really wanted to do was offset from an existing label

v2.4.3.7

Toggle v2.4.3.7's commit message
app version: improve displayed text, show in titlebar