summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-05-25chore: windows-requirements.md (#503)Kitzunu
2021-05-25chore(windows-requirement): Images (#502)Kitzunu
* chore(windows-requirement): Images * try 75% * try 60% * back to 50% * add link * update image * jpeg -> jpg * rename * target blank * visual studio * Update quest_poi_points.md
2021-05-25Update quest_poi_points.md (#501)Stifler82
* Update quest_poi_points.md More details on the arrangement of coordinates. * Update quest_poi_points.md
2021-05-25chore: increase readability in macos-core-installation.md #498 (#498)Francesco Borzì
2021-05-25Update quest_poi.md (#500)Stifler82
* Update quest_poi.md Further details on the Floor parameter: ### Floor This is the AreaID of the POI. (AreaTable.dbc ID) * Update quest_poi.md Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>
2021-05-25fixing and adding documentation for RemoteAccess (#489)CyberFox Hax
* Update Remote-Access.md Some of the descriptions didn't adequately explain how Soap worked outside of php. So i've rephrased to focus more on general HTTP. Also the in XML payload i needed to change TC to AC. I've also included examples of responses as well as a NodeJS function. * Update sidebar.html adding remote access into the sidebar * Update Remote-Access.md using proper code blocks * Update final-server-steps.md adding link to remote access documentation * Update Remote-Access.md changing java script var to const
2021-05-24docs: Added info on reverting PRs (#496)Azcobu
This should help newer users who are still unsure of the PR process to revert changes made after testing a PR. Note - I'm not knowledgeable with git and there are probably better ways to do this. Any improvements welcome.
2021-05-24Update windows-requirements.md (#497)Kitzunu
2021-05-23feat(Requirements/Boost): added boost support (#479)Kargatum
* feat(Linux/Boost): added boost support * Update windows-requirements.md * Update macos-requirements.md * Update windows-requirements.md * Update windows-requirements.md * Update windows-requirements.md * Update docs/windows-requirements.md Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com> Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>
2021-05-22chore(windows-requirements): Make it more clear (#495)Kitzunu
2021-05-22Update getting-started.mdFrancesco Borzì
2021-05-21Update windows-server-setup.md (#493)Bogir[rus]
2021-05-21chore(how-to-make-a-pr): We dont like leechers (#490)Kitzunu
2021-05-20Update windows-server-setup.md (#488)Bogir[rus]
* Update windows-server-setup.md * Update windows-server-setup.md Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>
2021-05-18docs(Keira3): add selectors documentation (#487)Francesco Borzì
* docs(Keira3): add selectors documentation * Update keira3-internals.md * Update keira3-internals.md * Update keira3-internals.md * Update keira3-internals.md
2021-05-17Update linux-requirements.md (#468)Kargatum
2021-05-16docs(c_t_l): update (#473)Walter Pagani
* Updating creature_text_locale attributes * Miscellaneous corrections * Updated standards. * UNSIGNED * Modifying the content of the attributes. * Various modifications * Update creature_text_locale.md * Update creature_text_locale.md Co-authored-by: Kitzunu <24550914+Kitzunu@users.noreply.github.com>
2021-05-16chore(wiki): Disable blog and fix English (#484)Kitzunu
* chore(wiki): Disable blog and fix English * Update _config.yml
2021-05-15Update smart_scripts.md (#483)Kitzunu
2021-05-14Add files via uploadYehonal
2021-05-11chore(gameobject_addon): Some info (#476)Kitzunu
2021-05-11chore(gm-commands): Aplhabetical order (#477)Kitzunu
2021-05-11Update documentation_index.mdYehonal
2021-05-11Update documentation_index.mdYehonal
2021-05-11Update how-to-import-dbc-data-in-db.mdYehonal
2021-05-09chore(Bountysource): you can give the bounty back (#471)Francesco Borzì
2021-05-09Update _config.ymlYehonal
2021-05-09Update documentation_index.mdYehonal
2021-05-09Update how-to-import-dbc-data-in-db.mdYehonal
2021-05-09Update how-to-import-dbc-data-in-db.mdYehonal
2021-05-09Create how-to-import-dbc-data-in-db.md (#472)Yehonal
* Create how-to-import-dbc-data-in-db.md * Update importing-spell-dbc.md
2021-05-08chore(sql-standards): Add Tables and Columns standards (#470)Kitzunu
* chore(sql-standards): Add Tables and Columns standards * Update sql-standards.md * Update sql-standards.md
2021-05-08docs: Updates more info section with a how to install modules section (#457)Littlefoot
2021-05-06chore(wiki): Remove deprecated files (#462)Kitzunu
* chore(wiki): Remove deprecated files * Update sidebar.html
2021-05-05feat(Logger): Document how logger and appender works (#461)Kitzunu
* feat(Logger): Document how logger and appender works * Update logging-configuration.md
2021-05-05chore(sql-standards.md) (#465)Kitzunu
2021-05-04docs(Installation): add Docker pre-compiled setup (#463)Francesco Borzì
2021-05-04Update client-setup.mdYehonal
2021-05-04chore(sql-standards.md) (#460)Kitzunu
2021-05-04chore(docs): SOP (#454)Kitzunu
* chore(docs): Code standards * Create file-headers.md * sql * SOP * issue tracker * Update issue-tracker-standards.md * Update issue-tracker-standards.md * Update sql-standards.md * Update SQL-Versioning.md
2021-05-03Update Install-with-Docker.mdYehonal
2021-05-01Update Install-with-Docker.mdYehonal
2021-05-01chore(docs): Make worldstates more readable (#452)Kitzunu
* chore(docs): Make worldstates more readable * Update worldstates.md
2021-05-01chore(docs): Basic implement of recovery_item (#453)Kitzunu
2021-05-01chore(docs): Add basic info of quest_tracker (#451)Kitzunu
2021-05-01fix(docs): Add dungeon requirement tables (#450)Kitzunu
* fix(docs): Add dungeon requirement tables * Update dungeon_access_template.md * make it more clear * Update dungeon_access_requirements.md * Update dungeon_access_template.md
2021-05-01chore(docs): Update all integers to not use width (#448)Kitzunu
* float * VARCHAR * TIMESTAMP * BIGINT * MEDIUMINT * SMALLINT * TINYINT * INT * BLOB * SIGNED/UNSIGNED * AUTO_INCREMENT * \(\d+\) * Update Bit-and_bytes-tutorial.md * clean-up * Last mistakes * this one didnt commit lul
2021-04-28Update hooks-script.mdYehonal
2021-04-28Update hooks-script.mdYehonal
2021-04-28Update hooks-script.mdYehonal