issues
search
runejs
/
server
RuneJS is a RuneScape game server written in TypeScript and JavaScript. The goal of the project is to create a comprehensive game engine, while also providing simple and easy to use content development systems and APIs.
GNU General Public License v3.0
244
stars
83
forks
source link
QoL and more Game Engine cleanup work
#350
Closed
Tynarus
closed
3 years ago
Tynarus
commented
3 years ago
Fixed circular dependency issues with Actor-Npc-Player
Moved skill guide content into /plugins
Removed all references to @plugins/ from within the game engine
Cleaned up imports within various game engine and actor files
Converted packets to TypeScript, fixing issues with several of them