Development: Difference between revisions
Jump to navigation
Jump to search
Itsmeowdev (talk | contribs) m (Add git guide) |
Itsmeowdev (talk | contribs) (Update entirely) |
||
Line 1: | Line 1: | ||
This is an index-page for finding guides related to aspects of development and contributing to the game. Guides will be linked with a short description of what they are about. | |||
Feel free to add to this page if you have any resources that may help aspiring developers. It is recommended you keep guides within the bounds of this wiki. | |||
For design direction and coding guidelines, see https://github.com/BeeStation/BeeStation-Hornet/wiki | For design direction and coding guidelines, see https://github.com/BeeStation/BeeStation-Hornet/wiki | ||
== Resources == | |||
=== Design === | |||
Guide to coding - https://hackmd.io/@BdkEQ8tISgW8Pbn2OquQxQ/B1SeqStVq | * Design Goals - https://github.com/BeeStation/BeeStation-Hornet/wiki/Design-Goals - The current goals and direction of the game. | ||
=== Coding === | |||
* Code Standards - https://github.com/BeeStation/BeeStation-Hornet/wiki/Code-Standards - The essential guidelines that maintainers look for in a PR. | |||
* Guide to coding - https://hackmd.io/@BdkEQ8tISgW8Pbn2OquQxQ/B1SeqStVq - Making a new item in the game from scratch, from environment setup to the Pull Request. | |||
* Guide to hard-dels - https://hackmd.io/@PowerfulBacon/guide_to_harddels - Explains how to avoid hard deletes, a quirk of the game's garbage collection. | |||
* [[Understanding SS13 code]] - An older guide, explaining SS13 and DM to new coders | |||
* [[SS13 for experienced programmers]] - Another older guide, explaining SS13 and DM to experienced coders. | |||
=== Development === | |||
* [[Working with the database#Database Setup|Working with the database]] - Setting up a local database for testing purposes, very useful for testing persistence and reducing development time. | |||
* [[Guide to git]] - Using git command line, as well as dealing with merge conflicts and using mapmerge/dmimerge | |||
=== Spriting === | |||
Guide to | * [[Guide to spriting]] - How to create sprites for the game. This is fairly outdated, however. | ||
=== Mapping === | |||
* [[Guide to mapping]] - Fairly outdated guide on how to make maps, although some of its content may be useful. | |||
* [[Map Merger]] - Use of mapmerge2, a vital tool for resolving map merge conflicts, as well as installing Git hooks. | |||
* [[Guide to mapping/Exploration ruins]] - Guide explaining how to map exploration ruins. | |||
Revision as of 03:28, 29 March 2023
This is an index-page for finding guides related to aspects of development and contributing to the game. Guides will be linked with a short description of what they are about.
Feel free to add to this page if you have any resources that may help aspiring developers. It is recommended you keep guides within the bounds of this wiki.
For design direction and coding guidelines, see https://github.com/BeeStation/BeeStation-Hornet/wiki
Resources
Design
- Design Goals - https://github.com/BeeStation/BeeStation-Hornet/wiki/Design-Goals - The current goals and direction of the game.
Coding
- Code Standards - https://github.com/BeeStation/BeeStation-Hornet/wiki/Code-Standards - The essential guidelines that maintainers look for in a PR.
- Guide to coding - https://hackmd.io/@BdkEQ8tISgW8Pbn2OquQxQ/B1SeqStVq - Making a new item in the game from scratch, from environment setup to the Pull Request.
- Guide to hard-dels - https://hackmd.io/@PowerfulBacon/guide_to_harddels - Explains how to avoid hard deletes, a quirk of the game's garbage collection.
- Understanding SS13 code - An older guide, explaining SS13 and DM to new coders
- SS13 for experienced programmers - Another older guide, explaining SS13 and DM to experienced coders.
Development
- Working with the database - Setting up a local database for testing purposes, very useful for testing persistence and reducing development time.
- Guide to git - Using git command line, as well as dealing with merge conflicts and using mapmerge/dmimerge
Spriting
- Guide to spriting - How to create sprites for the game. This is fairly outdated, however.
Mapping
- Guide to mapping - Fairly outdated guide on how to make maps, although some of its content may be useful.
- Map Merger - Use of mapmerge2, a vital tool for resolving map merge conflicts, as well as installing Git hooks.
- Guide to mapping/Exploration ruins - Guide explaining how to map exploration ruins.