Results 1 to 8 of 8

Thread: patch: texasteamplayers to teamplayergaming

  1. Registered TeamPlayer AKshun's Avatar
    Join Date
    07-17-09
    Location
    Modesto, CA
    Posts
    478
    Post Thanks / Like
    Stat Links

    patch: texasteamplayers to teamplayergaming
    Gamer IDs

    Steam ID: locakshun
    #1

    patch: texasteamplayers to teamplayergaming

    Changes all instances of texasteamplayers to teamplayergaming. This is based on revision 266 of the code checked out via svn.

    Here is the full diff, since the vBulletin will not allow me to upload .diff files:
    Code:
    Index: lib/lonestar/extensions/messages.py
    ===================================================================
    --- lib/lonestar/extensions/messages.py (revision 266)
    +++ lib/lonestar/extensions/messages.py (working copy)
    @@ -23,7 +23,7 @@
     from lonestar.client import playerManager, inGamePersonFilter
     from lonestar.ui import hud, chat
     
    -LONESTAR_ADVERT = "This server runs LoneStar admin mod, get it at www.texasteamplayers.com"
    +LONESTAR_ADVERT = "This server runs LoneStar admin mod, get it at www.teamplayergaming.com"
     MESSAGE_TIME = 120.0
     
     class RotatingMessageManager(object):
    Index: src/lonestar/LoneStarPlugin.cpp
    ===================================================================
    --- src/lonestar/LoneStarPlugin.cpp     (revision 266)
    +++ src/lonestar/LoneStarPlugin.cpp     (working copy)
    @@ -152,7 +152,7 @@
     }
     
     const char* LoneStarPlugin::GetURL() {
    -       return "http://www.texasteamplayers.com/";
    +       return "http://www.teamplayergaming.com/";
     }
     
     bool LoneStarPlugin::AquireGameInterfaces(ISmmAPI* ismm, char* error, size_t maxlen) {
    Index: misc/messages.cfg
    ===================================================================
    --- misc/messages.cfg   (revision 266)
    +++ misc/messages.cfg   (working copy)
    @@ -7,8 +7,8 @@
     // list of strings, with each string being one message
     
     [
    -    "Like the server? Visit our website and join our forums: www.texasteamplayers.com",
    +    "Like the server? Visit our website and join our forums: www.teamplayergaming.com",
         "Go for the objective, or die trying",
         "If you're banned, make an unban request in the banned forum on the website",
    -    "Get your clan a website and forum! Register at our website: www.texasteamplayers.com"
    +    "Get your clan a website and forum! Register at our website: www.teamplayergaming.com"
     ]

    The diff file is pretty self-explanatory, but here are the changes to each file and line:

    Changes to lib/lonestar/extensions/messages.py:26
    Code:
    LONESTAR_ADVERT = "This server runs LoneStar admin mod, get it at www.teamplayergaming.com"
    Chages to misc/messages.cfg:10
    Code:
        "Like the server? Visit our website and join our forums: www.teamplayergaming.com",
    Chages to misc/messages.cfg:13
    Code:
        "Get your clan a website and forum! Register at our website: www.teamplayergaming.com"
    Chages to src/lonestar/LoneStarPlugin.cpp:155
    Code:
    	return "http://www.teamplayergaming.com/";


    I'll catch up to the rest of you noobs... in about 3 or 4 more years.

  2. Exiled
    Join Date
    01-09-06
    Posts
    4,075
    Post Thanks / Like
    Stat Links

    patch: texasteamplayers to teamplayergaming patch: texasteamplayers to teamplayergaming patch: texasteamplayers to teamplayergaming patch: texasteamplayers to teamplayergaming patch: texasteamplayers to teamplayergaming
    Gamer IDs

    Steam ID: insanegammer109
    #2

    Re: patch: texasteamplayers to teamplayergaming

    The ads have already been fixed on Ewok's testing box the servers just need to be updated, Which will happen later this week I think.

  3. Registered TeamPlayer AKshun's Avatar
    Join Date
    07-17-09
    Location
    Modesto, CA
    Posts
    478
    Post Thanks / Like
    Stat Links

    patch: texasteamplayers to teamplayergaming
    Gamer IDs

    Steam ID: locakshun
    #3

    Re: patch: texasteamplayers to teamplayergaming

    If this is the case, where can we get the latest development branch rather than the latest stable branch?... and how often is the development branch updated?


    I'll catch up to the rest of you noobs... in about 3 or 4 more years.

  4. Exiled
    Join Date
    01-09-06
    Posts
    4,075
    Post Thanks / Like
    Stat Links

    patch: texasteamplayers to teamplayergaming patch: texasteamplayers to teamplayergaming patch: texasteamplayers to teamplayergaming patch: texasteamplayers to teamplayergaming patch: texasteamplayers to teamplayergaming
    Gamer IDs

    Steam ID: insanegammer109
    #4

    Re: patch: texasteamplayers to teamplayergaming

    Ewok will need to answer that.
    This might help.
    https://ttp.devguard.com/trac/lonestar
    Source
    https://ttp.devguard.com/trac/lonestar/browser

  5. Registered TeamPlayer
    Join Date
    10-29-07
    Posts
    4,953
    Post Thanks / Like
    Stat Links

    patch: texasteamplayers to teamplayergaming
    #5

    Re: patch: texasteamplayers to teamplayergaming

    Thanks for the patch, but as insane pointed out I already fixed it

    However apparently I didn't check it in, which I now just did along with some other recent changes I forgot to check in as well because of being busy all last week and this weekend

    The source code repo is always the latest and greatest version of lonestar, and I'm normally a lot better about checking in any changes I make.

  6. Exiled
    Join Date
    01-09-06
    Posts
    4,075
    Post Thanks / Like
    Stat Links

    patch: texasteamplayers to teamplayergaming patch: texasteamplayers to teamplayergaming patch: texasteamplayers to teamplayergaming patch: texasteamplayers to teamplayergaming patch: texasteamplayers to teamplayergaming
    Gamer IDs

    Steam ID: insanegammer109
    #6

    Re: patch: texasteamplayers to teamplayergaming

    Quote Originally Posted by Ewok View Post
    Thanks for the patch, but as insane pointed out I already fixed it

    However apparently I didn't check it in, which I now just did along with some other recent changes I forgot to check in as well because of being busy all last week and this weekend

    The source code repo is always the latest and greatest version of lonestar, and I'm normally a lot better about checking in any changes I make.
    So this is the newest source code correct? (Given you update it)
    Quote Originally Posted by insanegammer109 View Post

  7. Registered TeamPlayer AKshun's Avatar
    Join Date
    07-17-09
    Location
    Modesto, CA
    Posts
    478
    Post Thanks / Like
    Stat Links

    patch: texasteamplayers to teamplayergaming
    Gamer IDs

    Steam ID: locakshun
    #7

    Re: patch: texasteamplayers to teamplayergaming

    Quote Originally Posted by insanegammer109 View Post
    So this is the newest source code correct? (Given you update it)
    I got it from SVN:
    https://ttp.devguard.com/svn/lonestar/trunk


    I'll catch up to the rest of you noobs... in about 3 or 4 more years.

  8. Registered TeamPlayer
    Join Date
    10-29-07
    Posts
    4,953
    Post Thanks / Like
    Stat Links

    patch: texasteamplayers to teamplayergaming
    #8

    Re: patch: texasteamplayers to teamplayergaming

    They're both the same thing. the /svn/ link is the raw repository, the /trac/ link is a fluffy UI wrapping around it

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Title