The Wayback Machine - https://web.archive.org/web/20210918192319/https://github.com/topics/reimplementation
Skip to content
#

reimplementation

Here are 92 public repositories matching this topic...

Caio0202
Caio0202 commented Sep 17, 2021

There is a setting to "Ignore website compatibility warnings" but I spoke to some members in the Discord and they told me that setting doesn't apply to AS3 stuff.
I believe there should be a setting for that as well - I am already aware that AS3 files might not run properly and I think it would be a good thing to not have to click "Run anyway" every time.

Current settings page (this is on Wind

in0finite
in0finite commented Aug 1, 2021

Implement car engine sound.

Sound loading already works, use AudioManager.CreateAudioClipFromSfx() to load sounds.

When vehicle is created (eg. in Vehicle.Start()), load it's engine sound. Make sure to cache loaded sounds (eg. in a Dictionary), so we don't have to load them every time.

Each group of vehicles has different sound, so they need to be identified first.

We need to det

Nostritius
Nostritius commented Jul 15, 2021

The rmdp file archive loader has a lot of redundant building blocks for its methods. It would be nice to move this into separate methods to reduce the code and maintainability for it. The building blocks would be:

  • Normalizing a path (Ideally the method from #15)
  • Converting a path from a string to a list of crc32 hashes and one crc32 hash for the file.
  • Retrieving the right folder entry

Improve this page

Add a description, image, and links to the reimplementation 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 reimplementation topic, visit your repo's landing page and select "manage topics."

Learn more