0 users browsing Bug Reports. | 1 guest  
Main » Bug Reports » The nightmare never ends... resolved » New reply
Alert
You are about to bump an old thread. This is usually a very bad idea. Please think about what you are about to do before you press the Post button.
New reply
Post help

Presentation

[b]…[/b] — bold type
[i]…[/i] — italic
[u]…[/u] — underlined
[s]…[/s] — strikethrough
[code]…[/code] — code block
[spoiler]…[/spoiler] — spoiler block
[spoiler=…]…[/spoiler]
[source]…[/source] — colorcoded block, assuming C#
[source=…]…[/source] — colorcoded block, specific language[which?]

Links

[img]http://…[/img] — insert image
[url]http://…[/url]
[url=http://…]…[/url]
>>… — link to post by ID
[user=##] — link to user's profile by ID

Quotations

[quote]…[/quote] — untitled quote
[quote=…]…[/quote] — "Posted by …"
[quote="…" id="…"]…[/quote] — ""Post by …" with link by post ID

Embeds


Most plain HTML also allowed.
Thread review
Kawa It just so happens that part of Board.cs was still opened. So when I loaded Noxico, I started right there.
PillowShout I figured it would be an easy fix. Didn't think it would be that easy though! :LOL:
Kawa
diff -r c3d38c08579b Board.cs
--- a/Board.cs  Fri Jan 11 13:18:47 2013 +0100
+++ b/Board.cs  Tue Jan 15 17:09:32 2013 +0100
@@ -641,6 +641,7 @@
                        if (SceneSystem.LeavingDream)
                        {
                                SceneSystem.LeavingDream = false;
+                               SceneSystem.Dreaming = false;
                                NoxicoGame.Sound.PlayMusic(this.Music);
                        }

Committing it to the bucket now.
PillowShout I found a bug involving the intro dream. It seems that SceneSystem.Dreaming isn't being reset to false after the intro dream ends, and as such, every conversation after that plays out as a dream.

This only happens if you start a conversation during the same play session you start a new character in, so you'll need to start a new character and then talk to someone if you want to replicate it.
Main » Bug Reports » The nightmare never ends... resolved » New reply