Release 2.28 - Compatible with U107
Updated the pdmod to use the latest U107 network settings file. Be sure to download the pdmod zip below and update your pdmod file via Bundle Modder. This should fix the reported crashes, enjoy :)
Changes for collaborators:
Fixed line ending compatibility issues between collaborators with a .gitattributes
file so that commit diffs will be meaningful. Previously if a collaborator worked on a file that had been touched by a collaborator with a different OS line endings could change or be mixed in the file causing diffs to appear as the entire file being deleted and rewritten, thus difficult to know what had actually changed. Files should be editable on your OS with native line endings and converted to 'LF` when committed.
Undesirable files ignored by default. This hasn't been an issue with this project but a .gitignore
file has been added which will avoid collaborators from seeing or committing files such as OS specific ones Thumbs.db
for Windows, .DS_Store
for OSX.
Went through each file and normalized the Line Endings(some files were mixed causing problems) as well as indentation(some mixed spaces and tabs) to all use tabs. Corrected some code style formatting.