Jump to content
TrinityCore

jackpoz

Developers
  • Posts

    172
  • Joined

  • Last visited

  • Days Won

    15

jackpoz last won the day on August 16 2019

jackpoz had the most liked content!

About jackpoz

  • Birthday 01/06/1988

Profile Information

  • Gender
    Male

Recent Profile Visitors

6632 profile views

jackpoz's Achievements

Newbie

Newbie (1/14)

  • First Post Rare
  • Collaborator Rare
  • Week One Done Rare
  • One Month Later Rare
  • One Year In Rare

Recent Badges

49

Reputation

  1. Are you doing an incremental build or a full rebuild ?
  2. The wiki explains how to add custom scripts https://trinitycore.atlassian.net/wiki/spaces/tc/pages/2130195/CustomScript
  3. Start worldserver.exe from cmd/powershell (no double-clicking on worldserver.exe) and check what gets printed before it closes. While at it, run ".server info" and post the output.
  4. https://ericlippert.com/2020/03/27/new-grad-vs-senior-dev/
  5. https://blog.usejournal.com/coding-with-empathy-37a708040f14
  6. MySQL 5.7.25 works fine for me, you just need to rebuild worldserver to use latest library after the upgrade (that's probably the incompatibility message you received)
  7. http://aras-p.info/blog/2018/12/28/Modern-C-Lamentations/
  8. https://ayende.com/blog/184993-A/the-fear-of-an-empty-source-file
  9. https://css-tricks.com/code-review-etiquette/
  10. I've been using http://valgrind.org/ for years and I'm getting curious about ASan, do you have experience with the tool or did you just gave it a try ? Could you try running master with valgrind too ? Thanks
  11. https://www.daedtech.com/expert-developers-still-make-mistakes/
  12. https://hackernoon.com/the-myth-of-software-time-estimations-576a7466d91a
  13. You can also add the remote repo where the pull request is and then merge it into the local TC branch (3.3.5 or master). It will be up to you to deal with merge conflicts and updates tho (probably requiring to rebase from time to time).
  14. http://blog.cleancoder.com/uncle-bob/2017/02/23/NecessaryComments.html
×
×
  • Create New...