Skip to content

Commit

Permalink
Merge branch 'tbamud:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
prool authored Sep 15, 2024
2 parents f44629e + 762cb77 commit 01e3fd5
Show file tree
Hide file tree
Showing 4 changed files with 321 additions and 236 deletions.
73 changes: 72 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,75 @@ src/depend
src/util/depend
build/*
!build/create_solution.bat
!build/README.md
!build/README.md

# Do not commit files from players
lib/plrfiles/A-E/*
lib/plrfiles/F-J/*
lib/plrfiles/K-O/*
lib/plrfiles/P-T/*
lib/plrfiles/U-Z/*
lib/plrfiles/ZZZ/*
lib/plrfiles/index

# but do commit the placeholders
!lib/plrfiles/A-E/00
!lib/plrfiles/F-J/00
!lib/plrfiles/K-O/00
!lib/plrfiles/P-T/00
!lib/plrfiles/U-Z/00
!lib/plrfiles/ZZZ/00

# or vars
lib/plrvars/A-E/*
lib/plrvars/F-J/*
lib/plrvars/K-O/*
lib/plrvars/P-T/*
lib/plrvars/U-Z/*
lib/plrvars/ZZZ/*
lib/plrvars/index

# except the placeholders
!lib/plrvars/A-E/00
!lib/plrvars/F-J/00
!lib/plrvars/K-O/00
!lib/plrvars/P-T/00
!lib/plrvars/U-Z/00
!lib/plrvars/ZZZ/00

# or objects
lib/plrobjs/A-E/*
lib/plrobjs/F-J/*
lib/plrobjs/K-O/*
lib/plrobjs/P-T/*
lib/plrobjs/U-Z/*
lib/plrobjs/ZZZ/*
lib/plrobjs/index

# except the placeholders
!lib/plrobjs/A-E/00
!lib/plrobjs/F-J/00
!lib/plrobjs/K-O/00
!lib/plrobjs/P-T/00
!lib/plrobjs/U-Z/00
!lib/plrobjs/ZZZ/00

# also not autogenerated config file
/lib/etc/config
# or the list of last logins
/lib/etc/last
# or mail
lib/etc/plrmail

# test object files, etc
src/test/depend
src/test/*.o
src/test/testfile


# ide etc.
.vscode
.project
.settings

.cproject
3 changes: 3 additions & 0 deletions doc/FAQ.txt
Original file line number Diff line number Diff line change
Expand Up @@ -257,6 +257,9 @@ http://tbamud.com
All donated areas have been added to the latest version of tbaMUD. If you
wish to donate some of your own work stop by the Builder Academy.

https://github.com/rds1983 has generated maps of all the existing areas,
and they can be found here: https://mudmapbuilder.github.io/

2.3. I have questions about tbaMUD. Where should I go?

Stop by The Builder Academy at tbamud.com 9091 or the website at:
Expand Down
Loading

0 comments on commit 01e3fd5

Please sign in to comment.