To generate a palette for a sprite use the "Sprite actions" menu and click on "Generate optimal palette for selected sprite". Please first select the sprite then click on it.
You may have seen all black due to a bug that existed in previous versions of Retro Graphics Toolkit. This option would only ...
Search found 251 matches
- Sun Dec 09, 2018 8:43 am
- Forum: Tools
- Topic: Retro Graphics Toolkit
- Replies: 117
- Views: 255176
- Wed Jun 01, 2016 12:34 am
- Forum: Tools
- Topic: Retro Graphics Toolkit
- Replies: 117
- Views: 255176
Re: Retro Graphics Toolkit
Want a command line tool to convert images using multiple palette rows? Read this post to find out how.
i just added a new headless mode, fixed a bug, and improved the UI for the palette generation frame.
The headless mode means that the Retro Graphics Toolkit window is not created. Instead what ...
i just added a new headless mode, fixed a bug, and improved the UI for the palette generation frame.
The headless mode means that the Retro Graphics Toolkit window is not created. Instead what ...
- Sun Nov 15, 2015 9:25 pm
- Forum: Tools
- Topic: Retro Graphics Toolkit
- Replies: 117
- Views: 255176
Re: Retro Graphics Toolkit
I have released a minor update: V0.8 RC1.2.
Previously you had a choice for saving as either a binary file, a C header, an assembly file or a BEX file however you could only load a binary file. I added support for loading these text based files. The parser for this does support multiple "arrays ...
Previously you had a choice for saving as either a binary file, a C header, an assembly file or a BEX file however you could only load a binary file. I added support for loading these text based files. The parser for this does support multiple "arrays ...
- Thu Jul 09, 2015 7:56 am
- Forum: Tools
- Topic: Retro Graphics Toolkit
- Replies: 117
- Views: 255176
- Wed Jan 07, 2015 12:38 am
- Forum: SGDK
- Topic: Constant and variable
- Replies: 11
- Views: 12763
Always glad to help.tryphon wrote:Thanks for the tips.
That is because this is a gcc extension see https://gcc.gnu.org/onlinedocs/gcc/Func ... butes.html.tryphon wrote: Last time I coded in C, it didn't have attributes
- Tue Jan 06, 2015 1:32 am
- Forum: SGDK
- Topic: Constant and variable
- Replies: 11
- Views: 12763
Also if you are using the array in only one file make sure to make it static. Same with functions. This is especially important for functions and applies regardless of platform you should always when appropriate declare make proper use of const and use it whenever what you are dealing with is const ...
- Sun Dec 14, 2014 1:24 am
- Forum: Megadrive/Genesis
- Topic: Help with undefined reference error
- Replies: 14
- Views: 15915
- Sat Dec 13, 2014 2:56 pm
- Forum: Megadrive/Genesis
- Topic: Help with undefined reference error
- Replies: 14
- Views: 15915
I am afraid to say that you may not be saving stack space by doing this and using heap for a small struct would be even worse. You see the struct is created on the stack is it not? Unless you declare it as a global variable then it will be at a fixed address, but yet still that uses ram and in fact ...
- Tue Nov 18, 2014 12:50 am
- Forum: Hardware
- Topic: Possible DIY USB Genesis/MD Reader/writer
- Replies: 11
- Views: 20153
- Sat Oct 25, 2014 11:38 pm
- Forum: Tools
- Topic: Retro Graphics Toolkit
- Replies: 117
- Views: 255176
Yes I do see your point. I modified the build process to use the dll on windows. I was busy with other stuff unfortunately but now I will get to work on an API and also I will provide a lua binding with FLTK (the gui toolkit Retro Graphics Toolkit is based on) in order to quickly make additional ...
- Fri Oct 24, 2014 10:25 pm
- Forum: Tools
- Topic: Retro Graphics Toolkit
- Replies: 117
- Views: 255176
- Fri Oct 24, 2014 2:52 am
- Forum: Tools
- Topic: Retro Graphics Toolkit
- Replies: 117
- Views: 255176
- Sun Oct 19, 2014 6:21 pm
- Forum: SGDK
- Topic: Maximum size of the Game
- Replies: 8
- Views: 11705
- Sun Oct 12, 2014 4:36 pm
- Forum: Megadrive/Genesis
- Topic: Confusing crash Address Error.
- Replies: 26
- Views: 22264
Many members of the forum get by everyday fixing difficult bugs without questions. For example fairly recently I wrote my first NES program and didn't need to ask any questions. Everything could be found using a search engine. I am learning latex and got an error I just looked it up and within a ...
- Thu Oct 02, 2014 1:36 am
- Forum: Hardware
- Topic: Genesis RGB - why?
- Replies: 2
- Views: 7748
RGB is the highest quality output. The people who do use RGB greatly appreciate the extra pennies spent to support it if it did raise cost. Also you know that at some point the video signal is RGB and is converted to composite. I do not own a genesis 3 but I did google this and it appears you do ...