Reddit-Mud / RMUD

A MUD written in C# using the fantastique literary genre, started by redditors.
MIT License
25 stars 8 forks source link

A few errors to fix in DB #88

Closed Trevoke closed 9 years ago

Trevoke commented 9 years ago

Some typos, some things I didn't fix right.

10/12/14 18:52:34 -- Could not find database/static/port-ivy/beach_1.cs

10/12/14 18:52:39 -- Could not find database/static/port-ivy/main_street_1.cs

10/12/14 18:52:44 -- 1 errors in database/static/port-ivy/cathedral/confessional.cs /tmp/6fc31fd0/5cc148f8.0.cs(14,9) : error CS0103: The name `Openlink' does not exist in the current context

10/12/14 18:52:45 -- Compiled database/static/port-ivy/cathedral/entrance.cs in 608.592 milliseconds. 10/12/14 18:52:45 -- 3 errors in database/static/port-ivy/cathedral/main_nef.cs /tmp/11d81173/34e4ca73.0.cs(14,9) : error CS0103: The name Openlink' does not exist in the current context /tmp/11d81173/34e4ca73.0.cs(15,9) : error CS0103: The nameOpenlink' does not exist in the current context /tmp/11d81173/34e4ca73.0.cs(16,9) : error CS0103: The name `Openlink' does not exist in the current context

10/12/14 18:52:46 -- 1 errors in database/static/port-ivy/cathedral/north_side_nef.cs /tmp/3fa946ae/67e9a35e.0.cs(4,18) : error CS1525: Unexpected symbol `-'

10/12/14 18:52:46 -- 1 errors in database/static/port-ivy/cathedral/south_side_nef.cs /tmp/74006163/2a2ac243.0.cs(4,18) : error CS1525: Unexpected symbol `-'

Trevoke commented 9 years ago

I fixed all of them in the DB repo (it occurs to me now I should have just opened this in the DB repo), except for the ones in the B&B since the names are like "beach_1" and "street_1" and that's not meaningful enough to me to know which room they are supposed to link to.

Blecki commented 9 years ago

I've linked the BandB. You did it correctly with the cathedral: Replace the generated room with your mini-area. I am going to polish some implementation details in the cathedral.