<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to bugs</title><link>https://sourceforge.net/p/goblinhack/bugs/</link><description>Recent changes to bugs</description><atom:link href="https://sourceforge.net/p/goblinhack/bugs/feed.rss" rel="self"/><language>en</language><lastBuildDate>Sat, 21 Sep 2013 11:58:48 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/goblinhack/bugs/feed.rss" rel="self" type="application/rss+xml"/><item><title>#12 Build error</title><link>https://sourceforge.net/p/goblinhack/bugs/12/?limit=25#a7f1</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I've moved the latest code to&lt;/p&gt;
&lt;p&gt;git@github.com:goblinhack/goblinhack.git&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">goblinhack</dc:creator><pubDate>Sat, 21 Sep 2013 11:58:48 -0000</pubDate><guid>https://sourceforge.net30981be88d709c32d2dbe869f3a5437f1c1acb2f</guid></item><item><title>#12 Build error</title><link>https://sourceforge.net/p/goblinhack/bugs/12/?limit=25#338a</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;This diff should fi it&lt;/p&gt;
&lt;p&gt;svn diff&lt;br /&gt;
Index: src/include/gh_console.h&lt;br /&gt;
===================================================================&lt;br /&gt;
--- src/include/gh_console.h    (revision 737)&lt;br /&gt;
+++ src/include/gh_console.h    (working copy)&lt;br /&gt;
@@ -47,7 +47,7 @@&lt;br /&gt;
     void bg(uint8 c);&lt;br /&gt;
     void fg(uint8 c);&lt;br /&gt;
     void fgbg(uint8, uint8);&lt;br /&gt;
-    void putc(char c);&lt;br /&gt;
+    void myputc(char c);&lt;br /&gt;
     void putc_small(char c);&lt;br /&gt;
     void puts_at(string s, gh_point3d at);&lt;br /&gt;
     void putf_at(string s, gh_point3d at);&lt;br /&gt;
Index: src/term/console.cpp&lt;br /&gt;
===================================================================&lt;br /&gt;
--- src/term/console.cpp    (revision 737)&lt;br /&gt;
+++ src/term/console.cpp    (working copy)&lt;br /&gt;
@@ -355,7 +355,7 @@&lt;br /&gt;
     cursor.x++;&lt;br /&gt;
 }&lt;/p&gt;
&lt;p&gt;-gh_inline void gh_console::putc (char c)&lt;br /&gt;
+gh_inline void gh_console::myputc (char c)&lt;br /&gt;
 {&lt;br /&gt;
     const float dx = (float)gh_global::screensize.w / (float)GH_TERM_WIDTH;&lt;br /&gt;
     const float dy = (float)gh_global::screensize.h / (float)GH_TERM_HEIGHT;&lt;br /&gt;
@@ -548,7 +548,7 @@&lt;br /&gt;
        console.bg(c-&amp;gt;bg);&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;    &lt;span class="n"&gt;console&lt;/span&gt;&lt;span class="p"&gt;.&lt;/span&gt;&lt;span class="n"&gt;mv&lt;/span&gt;&lt;span class="p"&gt;(&lt;/span&gt;&lt;span class="n"&gt;p&lt;/span&gt;&lt;span class="p"&gt;);&lt;/span&gt;
&lt;/pre&gt;&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;console.putc(ch);&lt;/li&gt;
&lt;li&gt;console.myputc(ch);&lt;br /&gt;
        }&lt;br /&gt;
    }&lt;br /&gt;
     }&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">goblinhack</dc:creator><pubDate>Fri, 20 Sep 2013 13:45:56 -0000</pubDate><guid>https://sourceforge.net071860fc8c3c6af2b052c786803fbc56444e1f47</guid></item><item><title>Build error</title><link>https://sourceforge.net/p/goblinhack/bugs/12/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I had to add include stdio.h to src/debug/backtrace.cpp but then still got an error:&lt;/p&gt;
&lt;p&gt;In file included from parse.cpp:27:&lt;br /&gt;
/home/qubodup/src/subversion/goblinhack/trunk/src/include/gh_console.h:50:21: error: macro "putc" requires 2 arguments, but only 1 given&lt;br /&gt;
In file included from parse.cpp:27:&lt;br /&gt;
/home/qubodup/src/subversion/goblinhack/trunk/src/include/gh_console.h:50: error: variable or field ‘putc’ declared void&lt;br /&gt;
make[2]: *** [parse.o] Error 1&lt;br /&gt;
make[2]: Leaving directory `/home/qubodup/src/subversion/goblinhack/trunk/src/rooms'&lt;br /&gt;
Make failed: make[1]: *** [all] Error 2&lt;br /&gt;
make[1]: Leaving directory `/home/qubodup/src/subversion/goblinhack/trunk/src'&lt;br /&gt;
Make failed: make: *** [all] Error 2&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">qubodup</dc:creator><pubDate>Thu, 04 Feb 2010 04:47:43 -0000</pubDate><guid>https://sourceforge.netc8fb0ed293c5d777136ca4d8b10880ab81a15df0</guid></item><item><title>game crashes on wierd level</title><link>https://sourceforge.net/p/goblinhack/bugs/11/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I think I got here by using the return exit after leaving the bonus level, after the timer ran out. With my savefile, the game crashes if I kill too many monsters before I exit again. Otherwise, it would be totally awesome and completely doable to actually be able to fight all the named monsters on one level.&lt;/p&gt;
&lt;p&gt;By the way, I got most of my bravery points from killing moving walls and lava pits with wands of digging and other strong weapons. Digging and clearing lava are not exactly brave things to do.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Steven Bluen</dc:creator><pubDate>Tue, 24 Mar 2009 04:54:48 -0000</pubDate><guid>https://sourceforge.netee6acb11eefc18db08abba966068e42918dc844e</guid></item><item><title>shop items found outside of shop</title><link>https://sourceforge.net/p/goblinhack/bugs/10/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;in this savefile, an unpaid item was found outside of the shop. Also, afterwords, there was some sort of illegal operation.&lt;/p&gt;
&lt;p&gt;Another bug I noticed is that when you have something you can't afford and you pay anyways, it becomes paid for as if you did have the money. &lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Steven Bluen</dc:creator><pubDate>Sun, 28 Dec 2008 04:03:42 -0000</pubDate><guid>https://sourceforge.net634e6f5717742b24160d3ff3291eea90a379cfc5</guid></item><item><title>Too many goblins</title><link>https://sourceforge.net/p/goblinhack/bugs/9/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;When there  are any goblin or orc generators in the game, they generate too many goblins, so I soon become overwhelmed by just the goblins. Also, I think I saw them shooting through walls.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Steven Bluen</dc:creator><pubDate>Sat, 27 Dec 2008 18:10:30 -0000</pubDate><guid>https://sourceforge.netb299889132581ead797f171654a5db1eb3b92377</guid></item><item><title>using different items crashes the game</title><link>https://sourceforge.net/p/goblinhack/bugs/8/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I didn't think this would ever happen. Started as a saboteur and ate the cheese and the game crashes. Also, I remember trying to use the edge and it crashed the game.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Steven Bluen</dc:creator><pubDate>Sat, 27 Dec 2008 18:07:21 -0000</pubDate><guid>https://sourceforge.net0ab4dc5f08b35c44e19d54403b86809ddc9c59c3</guid></item><item><title>glitch with edge of level</title><link>https://sourceforge.net/p/goblinhack/bugs/7/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;The mini-laser that the future soldier carries is so powerful that it even lets me go outside the level. I stand at the top edge of the level and then shoot up, and then it gets me somewhere where I am not supposed to go.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Steven Bluen</dc:creator><pubDate>Sat, 27 Dec 2008 17:54:04 -0000</pubDate><guid>https://sourceforge.net9a94f22e00f4f9aa6bf51f2b5ce8687f085ad2db</guid></item><item><title>player got stuck and cannot move</title><link>https://sourceforge.net/p/goblinhack/bugs/6/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I don't know how it happened, but in this savefile, I got stuck somehow.&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Steven Bluen</dc:creator><pubDate>Tue, 19 Aug 2008 07:22:35 -0000</pubDate><guid>https://sourceforge.net633bfc789275d0a5ded076c0766be396077e150b</guid></item><item><title>misspelling when eating too much chocolate mold</title><link>https://sourceforge.net/p/goblinhack/bugs/5/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;I wait for a lot of chocolate mold to grow. Then, once I have 500 health, I get a message that should say that I am too healthy, but it says "You are too health ..."&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Steven Bluen</dc:creator><pubDate>Mon, 18 Aug 2008 01:58:43 -0000</pubDate><guid>https://sourceforge.net7847d032477da11ed9270e5e6279b22b2e8eeb1b</guid></item></channel></rss>