GithubHelp home page GithubHelp logo

bakkesmodwiki / bakkesmodwiki.github.io Goto Github PK

View Code? Open in Web Editor NEW
3.0 3.0 11.0 59.05 MB

A wiki and API reference for BakkesMod Plugins

Home Page: https://wiki.bakkesplugins.com

JavaScript 29.81% HTML 61.81% CSS 0.05% C++ 8.34%

bakkesmodwiki.github.io's Introduction

BakkesModWiki-Hugo

This is the development repo for the BakkesMod Programming Wiki!

Developer installation

  1. Clone the repo
  2. Ensure that you have a hugo.exe binary in the root of the repo. This is needed to run the dev server and build the static website. Download instructions are available at gohugo.io
  3. Download and install Doxygen (https://www.doxygen.nl/files/doxygen-1.9.2-setup.exe) to the default location
  4. In the repo root, run npm install to install the required packages
  5. Generate the SDK documentation by running the command npm run sdkgen
  6. Run the dev server with npm run dev
  7. Optionally, build the static files for offline usage with npm run static. The finished site can be found at ./public

Updating Geekdocs version - Current v0.29.0

  1. Download and extract the latest version of the Geekdocs template
    https://github.com/thegeeklab/hugo-geekdoc/releases
  2. Replace the files in /themes/hugo-geekdoc with the new version
  3. Remove the svg favicon option from
    /themes/hugo-geekdoc/layouts/partials/head/favicons.html
  4. Ensure that the page author markdown is untouched in themes\hugo-geekdoc\layouts_default\single.html
  5. Check for any breaking changes in previous releases and fix accordingly
  6. Update the version listed in this README
  7. Push new version

bakkesmodwiki.github.io's People

Contributors

ubelhj avatar simpleaob avatar rivques avatar gobbles86 avatar itsbrank avatar sciguymjm avatar flynnoconnell avatar adamgerhant avatar book-rl avatar 0xleft avatar

Stargazers

Joshua Small avatar Dean Harris avatar

Watchers

Lucian avatar  avatar  avatar

bakkesmodwiki.github.io's Issues

Notifier permissions need explanation

Starting a plugin line 147 references notifier permissions. I suspect they don't do anything but I need to test.

I'll either add to the enum description or make a new snippet.

Writing it down so I don't forget if I don't get to it tonight.

Stat_Events.md page has an error

On the stat_events.md page, the struct for StatEventParams is:

// structure of a stat event
struct StatEventParams {
    // always primary player
    uintptr_t PRI;
    // wrapper for the stat event
    uintptr_t StatEvent;
};

But the handler code pulls a receiver out of the struct:

void ClassName::onStatEvent(void* params) {
    StatEventParams* pStruct = (StatEventParams*)params;
    PriWrapper receiver = PriWrapper(pStruct->Receiver);
    StatEventWrapper statEvent = StatEventWrapper(pStruct->StatEvent);
}

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.