Commit graph

14 commits

Author SHA1 Message Date
IIMarckus
a0fc3558cf Add some mysterious unused names (from a convo with Sawakita a long time ago)
hg-commit-id: 0dd354e3d7c5
2011-12-27 18:40:45 -07:00
IIMarckus
d637d149cc Add a character for the numero sign.
Unicode has a character for just about anything…

hg-commit-id: 55e8f69345df
2011-12-21 14:20:45 -07:00
IIMarckus
eed5047922 Add characters for textbox borders to the array.
hg-commit-id: b09b0823f1bc
2011-12-21 14:02:50 -07:00
IIMarckus
eac73b32e6 Treat apostrophes specially, since they’re combining characters.
This will need to be changed a bit if there are ever cases in‐game
where ’m, et cetera do NOT get combined into one character.
Maybe doubling it up to be treated as a single character (’’).

hg-commit-id: c90b7888ad5a
2011-12-21 02:50:47 -07:00
IIMarckus
450949763c Add Japanese text entry and Pokédex entries.
hg-commit-id: 8de61c31d46c
2011-12-21 00:31:01 -07:00
IIMarckus
5d52935fa8 Add ….
hg-commit-id: 24a16073172d
2011-12-21 00:17:42 -07:00
IIMarckus
bd9ca785e0 Add é and fix a typo when converting text.
hg-commit-id: 2aaa737ef65a
2011-12-21 00:15:56 -07:00
IIMarckus
63b7b8e783 Add support for Unicode, and use it to put in ♀ and ♂.
hg-commit-id: a482b0ef7a01
2011-12-21 00:12:36 -07:00
IIMarckus
35a33bf3d7 Replace more byte values with text.
hg-commit-id: aafedf1b0032
2011-12-18 23:59:46 -07:00
IIMarckus
ba231fa07a More text, and some new characters. Make $50 equal to "@".
hg-commit-id: 5a8e07fda917
2011-12-17 22:33:47 -07:00
Sawakita
7c57cbda59 Fix typo.
hg-commit-id: ef1a0adbf542
2011-12-17 20:53:02 +01:00
Sawakita
bb9029db9e Add some missing correspondencies to prepocessor's char table.
hg-commit-id: 79e797343ae0
2011-12-17 20:24:08 +01:00
IIMarckus
98a00bc025 Don’t rebuild the character table every line.
This change halves execution time on my machine.

hg-commit-id: aa8e5c92d38c
2011-12-17 00:48:24 -07:00
IIMarckus
c21c0d45b3 Add a text preprocessor, so that we can enter strings in db commands.
Depending on how well this works, it may be removed later. Hopefully not.

hg-commit-id: d244e025471f
2011-12-16 23:54:36 -07:00