mattgodbolt / xania

Xania MUD source
Other
58 stars 13 forks source link

improve mob_prog.cpp to use std string & string_view #285

Closed snellers closed 2 years ago

snellers commented 2 years ago

This is one of the last files to rely on C strings, but the code is pretty gnarly. Usages of one_argument can be replaced with ArgParser. There's also no tests, so basic manual testing so far has been manual by logging in and walking next to a cityguard (2 south from recall) as it has a mobprog.

snellers commented 2 years ago

This is complete, as part of a much larger refactoring.