-
Notifications
You must be signed in to change notification settings - Fork 154
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tidying things up #1
Conversation
•Added /j command, alias of /join •Replaced instances of "PVPGN" with the name of your server •/warrenty --> /warranty
btw I didn't test this one :( |
Thanks for the corrections, test a compilation please. |
I believe that PVPGN_SOFTWARE is already used in the MOTD file along with PVPGN_VERSION |
Or actually, I'm wrong.... It'd be more correct to use prefs_get_servername() |
"PvPGN Realm" is defined in BNETD_SERVERNAME as default value, and it can be changed from bnetd.conf |
I don't think I can even test anything right now because I already have a custom pvpgn installed already and don't want to overwrite it... |
You can just check a compilation with Magic Bulder http://code.google.com/p/pvpgn-magic-builder/ I will merge this commit after that and when you replace PVPGN_SOFTWARE -> prefs_get_servername(). Thanks. |
•Added command /?, alias of /help •Added command /emote, alias of /me •Fixed a few spelling mistakes
Please, fix compile errors. |
Btw, Magic Builder is deprecated for code from this repository, but you can solve it simply http://forums.harpywar.com/viewtopic.php?pid=6273#p6273 |
That cleared a lot of errors that I was receiving but I the only major error that I get now is: |
It usually means that you have VC++ Express edition. There are include files missed from this edition, but Builder has these files in module\include\vsexpress_include, and they should be eautomatically included when building. |
I used Magic Builder |
If you do not receive other errors then make sure you run builder from the directory without spaces. |
I've done all of that and even checked that I have VC++ 2010 installed on Windows 7. |
Ok this Pull Request should work now. |
You forgot rename |
Sorry, |
There are still syntax errors in command.cpp when compile. |
I thought I already committed that :/ |
•Corrected language errors
•Added /j command, alias of /join
•Replaced instances of "PVPGN" with the name of your server
•/warrenty --> /warranty