idolapsoserv icon indicating copy to clipboard operation
idolapsoserv copied to clipboard

A Phantasy Star Online emulator written in Rust.

Results 6 idolapsoserv issues
Sort by recently updated
recently updated
newest added

can not build anymore pls fix

Whenever i try to take a quest from hunters guild or from governor client hangs. Also, is this project dead?

This depends on correct handling of item unique IDs during transfer from a lobby to a party. This is a lot more complicated than simply being unique IDs between users:...

bug
game

A new optional, configurable subservice that provides a JSON API service for interfacing with the shipgate. This API should allow for account creation, deletion, management, querying ship and block information,...

enhancement

The large majority of server implementation code is currently in the main crate (`src`) and this results in fairly significant compile times. Each of the services could probably rest in...

infrastructure

Almost all of the message and file parsers are implemented as `Serial` trait implementations (`psoserial` subcrate). This is hard to maintain and fairly obnoxious to write initially because it requires...

infrastructure