Massive maintenance update.#9
Open
pinchedloaf wants to merge 107 commits into
Open
Conversation
Table contains online options that affect other people's simple game play. Either revise the table, removing some options or delete it altogether if too much hassle.
…me games. I made one for Star Trek Legacy.
…t used at the moment.
Using fdupes, remove exact file duplicates, regardless of name. Filtering: - Preferred saving dupes that were pre-sorted by name. - Kept highest 'version' number otherwise.
Merge non-mainline Grimm Dawn addition to repo.
…bles Merge vanhelsing patch from kaipozadia. Will need to move this to x64 in the filename, post merge.
- Moved kaipozadia merge to x64 filename. - Restored original x86 file.
Includes addition of new downloaded tables and some personal tables.
…bles Deletion of DS3 online bullshittery.
All files except README markdown have been lowercased. Extensions: find . -type d -execdir rename 's/(\.[A-Z]+$)/lc($1)/ge' *.*[A-Z]* \; Files: find . -type d -execdir rename 'y/A-Z/a-z/' * \; With a bit of manual massaging.
Using fdupes, remove exact file duplicates, regardless of name. Filtering: - Preferred saving dupes that were pre-sorted by name. - Kept highest 'version' number otherwise.
Moved tables from root directory to personal tables directory from rcg4u.
All files except README markdown have been lowercased. Extensions: find . -type d -execdir rename 's/(\.[A-Z]+$)/lc($1)/ge' *.*[A-Z]* \; Files: find . -type d -execdir rename 'y/A-Z/a-z/' * \; With a bit of manual massaging.
any existing files.
… rcg4u's personal directory.
attribution once markdown format is finalized.
Initial draft for directory and table naming conventions for ct's.
Inline link table name format to respective sections.
observations while sorting.
This is only added to have a full historical record of cet.archive.rar. These files are already filtered in the main tables location; and will be used to create a tag before removing them.
into the tables directory now.
nitrocode
approved these changes
Dec 23, 2018
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I have done the following:
Integrated all existing pull requests from other forks of the current master for this repo.
removed exact duplicates, keeping the files which were most descriptive of the game, version, etc.
Integrated another CET dump, which brings the number of unique CT's up to approximately 10,000.
Integrated additional CT's from inital repo creation.
See additional pulls/commits for details on other changes:
pruning bad CT's
removing online game CT's
some organization of games to directory.
Post acceptance, I'll be working on naming structures for versioning, attribution, labeling, etc. for CT's; which includes writing a bit of the specification in the core README.md file.
I'd be interested in maintainer access as well, if you are still looking for peeps to do it.