RydeTec / rcce2

RealmCrafter: Community Edition
https://realmcrafter.boards.net/
2 stars 1 forks source link

Modernize and reorganize the project #2

Closed CoreyRDean closed 8 months ago

CoreyRDean commented 9 months ago

This PR is an attempt to modernize and reorganize the entire project.

Project Structure

BlitzRC

Breaking Changes

Some breaking changes have been introduced which makes this version not backwards compatible with standard Blitz3D

Sound RydeTec/blitz-forge#3

Currently the only supported sound format is OOG. A sound converter program has been included to help for now. Other sound commands have been changed or renamed.

FastExt RydeTec/rcce2#4

Since BlitzRC is based on Blitz3d 1.108 some graphics libraries like FastExt are broken. These typically were only compatible with Blitz3D 1.106 or below. Some of these features have been disabled for now. We have an outstanding task to replace these features with other alternatives.

Check the BlitzRC\help\commands\whatsnew.htm file for more info.

BlitzPlus

RealmCrafter

Known Issues

GUE Publishing - RydeTec/rcce2#6

CoreyRDean commented 8 months ago

I am opening this PR for review and comments. This PR is already too big and needs to be merged down so any further changes are much easier to review. There is obviously much more work to be done but this PR gets us a solid foundation to work off of.

CoreyRDean commented 8 months ago

PR has been open for about 10 days. I will keep it open until March 18th and if there are no code reviews I'll consider that as implicit approval and merge the PR.