- 19 Jan, 2018 2 commits
-
-
Mark Hills authored
-
Mark Hills authored
-
- 24 Jun, 2017 1 commit
-
-
Mark Hills authored
Keep a cache of any records which needed converting to the ASCII locale used for searching. These changes would have to be broadened if somebody wanted to search in a more complex locale; currently the only characters allowable are [a-z0-9]. It would need a greater understanding of how SDL handles the user input.
-
- 14 Jun, 2017 1 commit
-
-
Mark Hills authored
We have limited options for text rendering, so must do a conversion from the system locale to UTF-8 where necessary. Deliberately not using TTF_RenderUNICODE and wchar_t conversion, despite it being simpler; because the system wchar_t is 32-bit, but SDL's idea of unicode is 16 bit. Leave iconv out of the path of the rendering that happens every frame as these are known non-unicode strings.
-
- 04 Mar, 2017 1 commit
-
-
Mark Hills authored
Thanks to Stefan Berg-Johansen for a high quality bug report. > The type declaration on line 79 in`player.c` should read `static > unsigned short x = 0xbabe;`. In the current master branch, `x` is a > static _signed_ short, which results in it taking on negative values > outside of the intended range. Another side effect is that the > returned sequence happens to converge after about 15 calls to a > small negative number, so effectively the current dither function > only imposes a small constant offset and nothing else.
-
- 14 Aug, 2016 1 commit
-
-
Mark Hills authored
-
- 02 Nov, 2014 1 commit
-
-
Mark Hills authored
-
- 09 Feb, 2014 1 commit
-
-
Mark Hills authored
-
- 30 Jan, 2014 1 commit
-
-
Mark Hills authored
-
- 08 Jun, 2013 2 commits
-
-
Mark Hills authored
-
Mark Hills authored
-
- 31 May, 2013 1 commit
-
-
Mark Hills authored
-
- 18 May, 2013 1 commit
-
-
Mark Hills authored
-
- 29 Nov, 2012 1 commit
-
-
Mark Hills authored
-
- 08 Jun, 2012 2 commits
-
-
Mark Hills authored
-
Mark Hills authored
-
- 21 Apr, 2012 1 commit
-
-
Mark Hills authored
-
- 23 Mar, 2012 1 commit
-
-
Mark Hills authored
-
- 18 Mar, 2012 2 commits
-
-
Mark Hills authored
-
Mark Hills authored
-
- 25 Feb, 2012 1 commit
-
-
Mark Hills authored
-
- 29 Jan, 2012 3 commits
-
-
Mark Hills authored
-
Mark Hills authored
-
Mark Hills authored
This massively decreases the time required to build the lookup tables.
-
- 13 Jan, 2012 1 commit
-
-
Mark Hills authored
-
- 30 Oct, 2011 1 commit
-
-
Mark Hills authored
-
- 23 Oct, 2011 2 commits
-
-
Mark Hills authored
-
Mark Hills authored
-
- 30 Jul, 2011 1 commit
-
-
Mark Hills authored
-
- 22 Jul, 2011 2 commits
-
-
Mark Hills authored
-
Mark Hills authored
-
- 19 May, 2011 1 commit
-
-
Mark Hills authored
-
- 08 May, 2011 1 commit
-
-
Mark Hills authored
Previously we were looking for any function key in correspondence with the Ctrl key. Thanks for Robert Flechtner for repoting this bug.
-
- 01 May, 2011 1 commit
-
-
Mark Hills authored
-
- 18 Apr, 2011 1 commit
-
-
Mark Hills authored
-
- 14 Apr, 2011 1 commit
-
-
Mark Hills authored
-
- 20 Feb, 2011 1 commit
-
-
Mark Hills authored
-
- 11 Feb, 2011 1 commit
-
-
Mark Hills authored
-
- 06 Feb, 2011 1 commit
-
-
Mark Hills authored
-
- 03 Jan, 2011 1 commit
-
-
Mark Hills authored
-