retrobits / son_of_hunkypunk

Automatically exported from code.google.com/p/hunkypunk
22 stars 8 forks source link

Issues with colors #5

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
A few examples:
- Open Zork III or Anchorhead.  Some text is rendered in non-inverse video when 
it should (testing on Gargoyle on a PC for comparison).
- Open All Quiet on the Library Front and enter:
GIVE ID TO ATTENDANT
WEST
NORTH
UP
SOUTH
WEST

What is the expected output? What do you see instead?
Zork III status bar should be in inverse video -- it's black on white.  Intro 
quotes in Anchorhead and All Quiet on the Library Front are rendered similarly. 
 After entering series of commands in All Quiet on the Library Front, a white 
window appears over the game -- this *should* be white on black text, but it's 
just rendering it as white on white, rendering it unreadable.

What version of the product are you using? On what operating system?
0.3 on Gingerbread on a Nexus One

Original issue reported on code.google.com by jtut...@gmail.com on 11 Feb 2012 at 12:11

GoogleCodeExporter commented 9 years ago
I just wanted to let you know that I also found this annoying, so I started 
implementing what is called style hints in GLK.

http://www.eblong.com/zarf/glk/glk-spec-074_5.html#s.5.1

This is not currently implemented in hunkypunk and that is why the inverse 
colors are not shown.

I don't know when it will be ready but I find this an interesting task to tacke 
on my spare time so hopefully I can get it ready for testing in a week or two...

Original comment by norb...@gmail.com on 1 Oct 2012 at 8:07

GoogleCodeExporter commented 9 years ago
The code in http://code.google.com/r/norback-hunkypunk/ now does reverse video, 
but text grid windows are still not working properly.

Original comment by norb...@gmail.com on 17 Oct 2012 at 12:23

GoogleCodeExporter commented 9 years ago
and still remaining is zcode colors, that's next

Original comment by norb...@gmail.com on 17 Oct 2012 at 12:27

GoogleCodeExporter commented 9 years ago
merged in your changes and released in HunkyMod-0.4

Sorry this has taken so long.  Looking forward to more of your contributions.

Original comment by dtver...@gmail.com on 12 Sep 2013 at 9:36

GoogleCodeExporter commented 9 years ago

Original comment by dtver...@gmail.com on 13 Sep 2013 at 2:37