Skip to content
Snippets Groups Projects
Commit 13af882a authored by deuce's avatar deuce
Browse files

Document game design changes happening in the translation.

parent 063d926e
No related branches found
No related tags found
No related merge requests found
This is an overview of game design changes from the original Usurper pascal
source code:
Memory mapped files
===================
IPC data will be transferred using memory-mapped files instead of read/write
on the same files. So far this is simplifying the code, but the
synchronization method has not yet been settled, but POSIX semaphores in the
mmap region is most likely. Possibly each record will have a separate
semaphore.
Output
======
The output is intended to be line-wrapped progamatically rather than hard coded
line lengths. This allows much better flexability. However, the current text
reads very choppy, so this retrofit may take a very long time.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment