zechs6437 / notes

Notes related to the inner workings of the Diablo 1 game engine.

Home Page:http://sanctuary.github.io/notes/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Notes

Join the chat at https://gitter.im/sanctuary/notes Build Status

The aim of this project is to organize and cross-reference a collection of notes related to the inner workings of the Diablo 1 game engine. The initial work has focused on creating a foundation and high-level structure (think documentation skeleton) for organizing these notes. A few function declarations and global variable declarations have already been documented, but mainly to provide a reference for how the structure of the documentation may look like. Future work will focus on documenting the remaining relevant function declarations, global variable declarations, structure definitions and enumerate definitions of the Diablo 1 game engine.

The notes are currently organized into the following categories.

Progress

Category Progess
Functions 36%
Global variables (read-only) 95%
Global variables (read-write) 98%
Global variables (uninitialized) 91%
Storm ordinals 100%

The README of each sub-project tracks the progress for each of its source files.

Contributing

Anyone interested in contributing to the project may do so in whichever way they desire. This may include:

  1. Provide ideas on how to better structure the information
  2. Point out mistakes or inconsistencies in the notes
  3. Improve the existing notes
  4. Add documentation for
  5. ...

Credits

None of this work would have been possible without Jarulf's Guide to Diablo and Hellfire, one of few truly amazing resources on the Internet.

Public domain

The source code and any original content of this repository is hereby released into the public domain.

About

Notes related to the inner workings of the Diablo 1 game engine.

http://sanctuary.github.io/notes/


Languages

Language:C++ 65.1%Language:C 33.9%Language:Go 0.8%Language:Shell 0.2%Language:Makefile 0.0%