Abstrct / Schemaverse

The Schemaverse is a space-based strategy game implemented entirely within a PostgreSQL database. Compete against other players using raw SQL commands to command your fleet. Or, if your PL/pgSQL-foo is strong, wield it to write AI and have your fleet command itself!
schemaverse.com
PostgreSQL License
356 stars 39 forks source link

my_events PlanetFound event text formatting #5

Closed tigereye closed 13 years ago

tigereye commented 14 years ago

The PlanetFound event listed in the my_events table seems to be missing a space after the shipname.

EG: I have a ship named "TheEnterprise" The following text was entered into my_events upon discovering a planet: "TheEnterprisehas found the planet at location 300,300"

Abstrct commented 14 years ago

This should be resolved now in the latest commit

Abstrct commented 13 years ago

Event system was re-written to move this issue into a system setting environment rather than in the code