jackpoz
Developers-
Posts
172 -
Joined
-
Last visited
-
Days Won
15
jackpoz's Achievements
-
Developing core without compiling source completely
jackpoz replied to aicam's topic in Help and Support
Are you doing an incremental build or a full rebuild ?- 8 replies
-
- source
- development
-
(and 1 more)
Tagged with:
-
how to use scripts module in TrinityCore/src/server/scripts/ of 3.3.5
jackpoz replied to 123123aa's topic in Help and Support
The wiki explains how to add custom scripts https://trinitycore.atlassian.net/wiki/spaces/tc/pages/2130195/CustomScript -
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.
-
https://ericlippert.com/2020/03/27/new-grad-vs-senior-dev/
-
https://blog.usejournal.com/coding-with-empathy-37a708040f14
-
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)
-
http://aras-p.info/blog/2018/12/28/Modern-C-Lamentations/
-
Some Hallows End plus weekly fishing events not starting
jackpoz replied to Hesione's topic in Help and Support
You can use http://bit.ly/UpdateTC to update TC -
https://ayende.com/blog/184993-A/the-fear-of-an-empty-source-file
-
https://css-tricks.com/code-review-etiquette/
-
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
-
https://www.daedtech.com/expert-developers-still-make-mistakes/
-
https://hackernoon.com/the-myth-of-software-time-estimations-576a7466d91a
-
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).
-
http://blog.cleancoder.com/uncle-bob/2017/02/23/NecessaryComments.html