Jump to content

xeross155

Members
  • Posts

    702
  • Joined

  • Last visited

    Never
  • Donations

    0.00 GBP 

Everything posted by xeross155

  1. Wouldn't this be fixed after http://github.com/mangos/mangos/commit/feb8f13e457ea72affdbe90bcd1f84485cd8ee31
  2. On the topic of smarty http://www.codeassembly.com/Why-template-systems-like-smarty-are-useless-and-sometimes-bad/ Shows an example of a pure php template.
  3. I think he's thinking that he's doing something wrong and thus posted it here.
  4. When I read the title of the thread I thought what the hell can this be. After that I tought "The MaNGOS command line should be modified to behave more properly". Well great work, keep it up. Another thing that should need fixing is that the mangos> dissapears when there's other output, have you fixed this or ?
  5. instead tell us what the error is so we can fix it.
  6. If you create a new auctionhousebot branch from mine and then pull your own branch over it it should remain stable.
  7. rusfighter you can do a git commit -a, then write something and make the commit and then you can cherry pick.
  8. In-game screenshots aren't allowed, and this smells like a database issue to me.
  9. IF it looks the same that doesn't mean it is the same.
  10. Best seems to remove the feralmod cases
  11. @DarkMessiah, you apply a patch using git apply. git stash apply applies uncommited changes that you stashed with git stash.
  12. I didn't mean packing them in one file, you can include a template using include() and then in the template use php for loops, echoing etc. The first version of my CMS used it, it's basically just a huge search and replace library
  13. Try doing "git stash" then merging my external_mail and then "git stash apply", just wondering, what changes did you make ?
  14. I kind of messed up users, there's one that had compile errors, thought he was asking me how to create a patch.
  15. I still prefer your armory over this one SUPERGADGET, I have a grudge against smarty.
  16. I was just referring to the branches that's not the actual name, if you've added my branch as a remote you can do git diff master xeross/external_mail
  17. And one thing, please stop using Smarty, it's kind of useless, you can just use php files as templates.
  18. you can just do git diff branchname branchname (Master and ExternalMail) but that would require them both to be at the same revision for a proper diff.
  19. Hmm, what have you modified on your MaNGOS ?
  20. Compiles fine here, Debian Lenny
  21. Fail.........
  22. Lemme check, maybe a typo. Edit: I checked, don't really see a typo, I'll be testing it on linux soon, so I'll get it fixed Edit2: I just compiled fine on linux, you must've done something wrong when updating your MaNGOS
  23. Ah ok, well I usually create branches for patches when I'm preparing my test server's main branch
  24. Why create different strings per SEC level, 1 should suffice with a simple %s that gets replaced by a string for the appropriate level.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Privacy Policy Terms of Use