| |
spider-j
Registered: Oct 2004 Posts: 498 |
Release id #216054 : GTUltra V1.0.3
Better take this to discussions to not flood the comments.
Quote:Can you run it from the win32 folder?
Running the exe through WINE works fine. I'd prefer a native linux build though. |
|
... 159 posts hidden. Click here to view all posts.... |
| |
Jason Page
Registered: Sep 2015 Posts: 87 |
I did wonder if that would be the case.
I Will look at saving the filename of the current palette in the cfg, rather than index.
It can then look through and do a string compare to use the correct palette on start-up |
| |
theK
Registered: Oct 2020 Posts: 46 |
Hmm, there seems to be an error in the latest build.
---
gpaletteeditor.c: In function ‘loadPalettes’:
gpaletteeditor.c:782:17: error: too few arguments to function ‘mkdir’
782 | mkdir(paletteFile); // default palette folder didn't exist in config file location. It now does..
| ^~~~~
In file included from goattrk2.h:10,
from gpaletteeditor.c:7:
/usr/include/x86_64-linux-gnu/sys/stat.h:389:12: note: declared here
389 | extern int mkdir (const char *__path, __mode_t __mode)
| ^~~~~
make: *** [<builtin>: gpaletteeditor.o] Error 1
--- |
| |
Jason Page
Registered: Sep 2015 Posts: 87 |
Grrr..
mkdir for linux requires permission flags too.
I've changed the line for linux to:
mkdir(paletteFile, 0777);
Please try again! |
| |
theK
Registered: Oct 2020 Posts: 46 |
But... Am I thinking the wrong way here... Do you really need to create the folder if you make sure it's already there in the .zip with the content? |
| |
theK
Registered: Oct 2020 Posts: 46 |
Never mind. Now it compiles fine. And the themes work! \o/
Good job! |
| |
Jason Page
Registered: Sep 2015 Posts: 87 |
The folder allows you to place your own modified palettes in there and they will also load on startup. Glad it’s finally working!
Sorry for the chaos. |
| |
hedning
Registered: Mar 2009 Posts: 4723 |
GTUltra V1.2.0 |
| |
Jason Page
Registered: Sep 2015 Posts: 87 |
I pushed some changes since 1.2.0 release
- FIXED: splitting/joining/expanding/shrinking patterns would not work correctly if follow was enabled.
- NEW: 3 channel pattern display (single SID or 3 SID channels 7-9) expands to fill more of the screen, similar to the original GT layout. |
| |
tlr
Registered: Sep 2003 Posts: 1787 |
Good work!
Suggestion:
It would be cool if the lighter/darker highlighting steps could be set individually for use with odd meters, like 3 + 4 or 3 + 2 and similar. |
| |
Silver Dream !
Registered: Nov 2005 Posts: 108 |
Does the latest (1.2.0) build on macos? |
Previous - 1 | ... | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 - Next |