Skip to content
#

retro

Here are 526 public repositories matching this topic...

thebitstick
thebitstick commented May 1, 2020

Getting this weird error everytime I use cool-retro-term.

$ user@host ~ ❱ ✔ ≻ cool-retro-term
WARNING: CPU random generator seem to be failing, disable hardware random number generation
WARNING: RDRND generated: 0xffffffff 0xffffffff 0xffffffff 0xffffffff
Warning: Ignoring XDG_SESSION_TYPE=wayland on Gnome. Use QT_QPA_PLATFORM=wayland to run on Wayland anyway.
$ user@host ~
jspaint
1j01
1j01 commented Jan 5, 2020

The curve tool is showing the correct color when the right mouse button is down but switching back to the foreground color once you release.

  • You can still make curves in both colors, since when finalizing it uses the correct color. It's just the preview can be confusing.
  • This was broken in "Make Curve tool passive until finalized" (90493cf687b17df73a2cc37b6db878aa1d204f7a)
  • Previously it r
bug
lolbinarycat
lolbinarycat commented Mar 23, 2020

I don't know if this is the right place to put this, but I can't think of a better one.
The wiki page on RAM often uses an ellipsis instead of having a description, seemingly with varying meaning.
For example, the 03FFC range. What does it do? I can't seem to find info on it anywhere, and the only thing about it on the page is this:
`| 03FFC | ...

zx64
zx64 commented Dec 1, 2018

From the comment in SDL_filesystem.h:
Please call SDL_free() on the pointer when you are done with it

When building the project with MSVC, I ran into some debug heap asserts early into the program startup.
The culprit appears to be the code in m_config.c that does free(prefdir) as changing these to SDL_free(prefdir) resolved the issue.

I'm not sure what to do about `GetDefaultConfi

Wuzzy2
Wuzzy2 commented Nov 4, 2019

In some missions, you can only start with 1 non-grenade weapon, or you don't start with any grenades in the loadout menu.

So the grenades slot is useless if there are no grenades to choose from. The 2nd weapon slot is useless if there is only 1 non-grenade weapon to choose from. It's a bit annoying to open the grenades menu only to see there are no grenades.

I suggest the following tweaks to

8bitworkshop
ewenmcneill
ewenmcneill commented Feb 28, 2020

In the Verilog "Test Pattern" example, the rgb assignment assign rgb = {b,g,r}; seems somewhat counter intuitive.
https://github.com/sehugg/8bitworkshop/blob/03af8c27144380d528f524828e73c966d12ecd35/presets/verilog-vga/test_hvsync.v#L30

The variable naming implies (at least to me) a "r, g, b" ordering (ie, "r" is most significant bit), but the actual implementation appears to be a "b, g, r"

MichaelDBrown
MichaelDBrown commented Dec 14, 2018

By default, deploying the application provides three links in the footer for Contact, T&C, and privacy policy. Clicking on any of those links opens a new tab to the same retro. Provide the ability to customize the footer, including removing all text and links.
<img width="480" alt="screen shot 2018-12-14 at 4 49 39 pm" src="https://user-images.githubusercontent.com/10491209/50033938-4585cb00-ffc

Improve this page

Add a description, image, and links to the retro topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the retro topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.