Skip to content

r43043

Choose a tag to compare

@Zibri Zibri released this 04 Feb 05:52
be2db15

Changelog:

r43043 | blackystardust | 2023-02-04 05:15:10 +0000 (Sat, 04 Feb 2023) | 1 line

Some style fixes.
------------------------------------------------------------------------
r43042 | blackystardust | 2023-02-04 05:12:45 +0000 (Sat, 04 Feb 2023) | 1 line

Make the numbers clearer.
------------------------------------------------------------------------
r43041 | blackystardust | 2023-02-04 05:09:53 +0000 (Sat, 04 Feb 2023) | 1 line

Use defines instead of magic values.
------------------------------------------------------------------------
r43040 | compyx | 2023-02-04 00:29:59 +0000 (Sat, 04 Feb 2023) | 7 lines

Gtk3: Fuck with findpath() to make !include work

findpath() is broken when dealing with paths in its `cmd` argument, so we change
OS-native directory separators to non-native so findpath() gets confused and
does the "right" thing.


------------------------------------------------------------------------
r43039 | compyx | 2023-02-03 23:59:50 +0000 (Fri, 03 Feb 2023) | 9 lines

Gtk3: Fix hotkeys loading with `-directory` on Windows

Remove the $VICEDIR and $USERDIR special tokens in the !include directives.
The added flexibility then writing and testing .vhk files doesn't weigh up to
the complexity when sysfile.c and findpath.c get involved.
The findpath() function still has a bug with adding another dir separator when
building a path, that'll need to be investigated and fixed separately.


------------------------------------------------------------------------