acmcarther / space_coop

Wanna-be game engine for use in a SS13 clone
2 stars 0 forks source link

Add a developer console in the menu #74

Closed acmcarther closed 8 years ago

acmcarther commented 8 years ago

Its got little fanfare, but it supports full keyboard (i think), along with arrow keys, backspace and delete.

Theres also a command log included for #72, but its unused.

Implements #66

Needs refactoring

@rschifflin

acmcarther commented 8 years ago

test_console

acmcarther commented 8 years ago

Much of this code is quite error prone, and deserves tests. I'll not submit it without at least some tests.

acmcarther commented 8 years ago

I actually can't write tests until I extract the behavior from the services. Its literally impossible to instantiate a RunArg.

welp