From 1e5cda5dde9eb3575065024b4c320cf94d5565f5 Mon Sep 17 00:00:00 2001 From: Alexander Batalov Date: Wed, 13 Jul 2022 09:20:46 +0300 Subject: [PATCH] Update contributing notes --- README.md | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/README.md b/README.md index 9d0719b..7cab541 100644 --- a/README.md +++ b/README.md @@ -34,21 +34,12 @@ $ sudo apt install libsdl2-2.0-0 ## Contributing -For now there are three major areas. +Integrating Sfall goodies is the top priority. Quality of life updates are OK too. Please no large scale refactorings at this time as we need to reconcile changes from Reference Edition, which will make this process slow and error-prone. In any case open up an issue with your suggestion or to notify other people that something is being worked on. ### Intergrating Sfall There are literally hundreds if not thousands of fixes and features in sfall. I guess not all of them are needed in Community Edition, but for the sake of compatibility with big mods out there, let's integrate them all. -### SDL - -Migrate DirectX stuff to SDL. This is the shortest path to native Linux version. - -### Prepare to 64-bit - -Modern macOS requires apps to be 64-bit, so even if we have SDL, the scripting part of the game will not work, because of builtin SSL interpreter. It stores pointers (both functions and variables) as 32-bit integers, so 64-bit pointers will not fit into stack. Since the stack is shared for both instructions and data, it needs some attention. - - ## Legal & License See [Fallout 2 Reference Edition](https://github.com/alexbatalov/fallout2-re). Same conditions apply until the source code in this repository is changed significantly.