Commit Graph

1470 Commits

Author SHA1 Message Date
Evan Debenham
bc463a0a7c v0.3.5: some code cleanup & bugfixes to pincushion 2016-05-08 18:53:25 -04:00
Evan Debenham
fae5fc7c6c v0.3.5: added functionality for a shield ontop of health for characters 2016-05-08 18:53:23 -04:00
Evan Debenham
346b4b78e6 v0.3.5: added support for longer reach weapons 2016-05-08 18:52:30 -04:00
Evan Debenham
b03e40f46a v0.3.4c: manifest commit 2016-03-03 20:07:03 -05:00
Evan Debenham
5016f837e5 v0.3.4c: updated language details 2016-03-03 20:07:03 -05:00
Evan Debenham
4d17efe4ad v0.3.4c: translation updates 2016-03-03 20:07:03 -05:00
Evan Debenham
cd98796d39 v0.3.4c: added a safety check to gamescene updating 2016-03-03 20:07:02 -05:00
Evan Debenham
2292d71d8a v0.3.4c: tengu level shifting now clears all blobs 2016-03-03 20:07:01 -05:00
Evan Debenham
c10666ef6e v0.3.4c: aligned message in interlevel scene 2016-03-03 20:07:01 -05:00
Evan Debenham
52b69b50e4 v0.3.4c: removed font zoom cap 2016-03-03 20:07:00 -05:00
Evan Debenham
8ae4cd4fa5 v0.3.4c: added callback functionality for scene changes 2016-03-03 20:07:00 -05:00
Evan Debenham
e5e90b2696 v0.3.4c: fixed some typos 2016-03-03 20:06:59 -05:00
Evan Debenham
1dc99b2f45 v0.3.4c: fixed a missing period in locked chest message 2016-03-03 20:06:59 -05:00
Evan Debenham
d3e1a1e74d source release: code cleanup 2016-02-22 17:15:35 -05:00
Evan Debenham
868efd9af4 v0.3.4b: corrected logic in welcome scene 2016-02-22 17:00:42 -05:00
Evan Debenham
3333a1c4fe v0.3.4b: updated translation credits 2016-02-22 17:00:42 -05:00
Evan Debenham
bdf011240e v0.3.4b: improvements to welcome and changes scene 2016-02-22 17:00:41 -05:00
Evan Debenham
b64447dadb v0.3.4b: updated translations 2016-02-22 17:00:40 -05:00
Evan Debenham
7bdb7b0f1a v0.3.4b: fixed some inconsistencies with the great crab 2016-02-22 17:00:39 -05:00
Evan Debenham
58f7e3755d v0.3.4b: fixed some visual bugs with heaps 2016-02-22 17:00:38 -05:00
Evan Debenham
b7a7df1296 v0.3.4b: adjusted the UI for font selection, added a bunch of character support to pixel font 2016-02-22 17:00:37 -05:00
Evan Debenham
295fb19fb6 v0.3.4b: added choice of classic font (needs more character support) 2016-02-22 17:00:33 -05:00
Evan Debenham
7b427ed9c2 v0.3.4b: increased ax render scale of text to 6x 2016-02-22 16:48:32 -05:00
Evan Debenham
806547023d v0.3.4a: manifest commit 2016-02-22 16:48:32 -05:00
Evan Debenham
77aaac32b7 v0.3.4a: added patch info to the welcome scene 2016-02-22 16:48:31 -05:00
Evan Debenham
698e6e0920 v0.3.4a: aligned a couple more UI elements. 2016-02-22 16:48:30 -05:00
Evan Debenham
ca9be8830c v0.3.4a: corrected inverted logic in messages after previous change 2016-02-22 16:48:29 -05:00
Evan Debenham
82b30e1228 v0.3.4a: fixed an issue where turkish devices were seeing string errors
this was due to the turkish non-dotted i being inserted when strings were being converted to lowercase, specifying the locale should fix this.
2016-02-22 16:48:29 -05:00
Evan Debenham
2c82a94ffc v0.3.4a: made some NPCs immovable 2016-02-22 16:48:28 -05:00
Evan Debenham
0de870dd45 v0.3.4a: fixed a text error in lloyd's beacon 2016-02-22 16:48:27 -05:00
Evan Debenham
209f83903f v0.3.4a: Updated translation + added italian 2016-02-22 16:48:26 -05:00
Evan Debenham
5482870141 v0.3.4a: fixed a typo in weapon descriptions 2016-02-22 16:48:25 -05:00
Evan Debenham
0934b7687a v0.3.4: fixed more text errors in ethereal chains 2016-02-22 16:48:24 -05:00
Evan Debenham
e9421f0e43 v0.3.4a: boomerang can be equipped as a melee weapon again 2016-02-22 16:48:23 -05:00
Evan Debenham
28cd679425 v0.3.4a: forced the font choice in rendered text 2016-02-22 16:48:22 -05:00
Evan Debenham
eff030d9af v0.3.4a: fixed a NO TEXT FOUND in hourglass 2016-02-22 16:48:21 -05:00
Evan Debenham
b110c0db8c v0.3.4a: re-added align methods pt.2
Also moved rendered text multiline into the core game
2016-02-22 16:48:08 -05:00
Evan Debenham
ac9c50f2ac v0.3.4a: re-added align methods pt.1
I realize that aligning to pixel values is important, removing these in 0.3.1d was a mistake. However, previously they were aligning to integer values. not just real pixels. Hopefully this will result in proper alignment without incorrect spacing.
2016-02-22 16:37:34 -05:00
Evan Debenham
3000a13026 v0.3.4a: added a safety check for null ripples 2016-02-22 16:37:33 -05:00
Evan Debenham
cdee0364f0 v0.3.4a: fixed a NO TEXT FOUND in thieves 2016-02-22 16:37:32 -05:00
Evan Debenham
789f8e31a8 v0.3.4a: added a safety check to capitalize 2016-02-22 16:37:31 -05:00
Evan Debenham
7c8247577e v0.3.4: manifest commit 2016-02-22 16:37:30 -05:00
Evan Debenham
5d7df4abd4 v0.3.4: added a couple null safety checks 2016-02-22 16:37:29 -05:00
Evan Debenham
8c8e96561b v0.3.4: updated translations 2016-02-22 16:37:28 -05:00
Evan Debenham
f3616d4648 v0.3.4: fixed another no-text-found 2016-02-22 16:37:27 -05:00
Evan Debenham
5b8d10fd5a v0.3.4: still more titlecase tweaks...
because I'm commiting a bit too eagerly right now.
2016-02-22 16:37:26 -05:00
Evan Debenham
778ea640af v0.3.4: even more titlecase improvements 2016-02-22 16:37:26 -05:00
Evan Debenham
384b32bc12 v0.3.4: reworked how the sad ghost gives loot 2016-02-22 16:37:25 -05:00
Evan Debenham
a2d6a7bda5 v0.3.4: improved how pre-0.3.4 rankings are handled 2016-02-22 16:37:24 -05:00
Evan Debenham
0b43873d65 v0.3.4: improved title case further 2016-02-22 16:37:23 -05:00
Evan Debenham
f5a5390d61 v0.3.4: improved the consistency of title case 2016-02-22 16:37:23 -05:00
Evan Debenham
aed5e994b3 v0.3.4: reviewers now also appear as translators 2016-02-22 16:37:22 -05:00
Evan Debenham
46bcbd3961 v0.3.4: more welcome scene stuff 2016-02-22 16:37:21 -05:00
Evan Debenham
b9692282a5 v0.3.4: rebalanced rockfall trap 2016-02-22 16:37:20 -05:00
Evan Debenham
e45a4470d1 v0.3.4: adjusted hunger, now takes ~10% longer to reach starving 2016-02-22 16:37:20 -05:00
Evan Debenham
878ee86d7f v0.3.4: externalized a missed string from gamescene 2016-02-22 16:37:19 -05:00
Evan Debenham
b361c83eb2 v0.3.4: updated translations 2016-02-22 16:37:18 -05:00
Evan Debenham
1e9661dfd2 v0.3.4: slight credits tweaks 2016-02-22 16:37:17 -05:00
Evan Debenham
9a36529511 v0.3.4: implemented credits window 2016-02-22 16:37:16 -05:00
Evan Debenham
2085e37b3f v0.3.4: changes to some bitmaptext character choices 2016-02-22 16:37:16 -05:00
Evan Debenham
54d05a8d20 v0.3.4: window text corrections 2016-02-22 16:37:15 -05:00
Evan Debenham
74b9d93768 v0.3.4: new window text 2016-02-22 16:37:14 -05:00
Evan Debenham
2746c0f220 v0.3.4: improvements to languages handling 2016-02-22 16:37:10 -05:00
Evan Debenham
34f6e8540f v0.3.4: expanded the languages window 2016-02-22 16:33:08 -05:00
Evan Debenham
fff60a7c1d v0.3.4: only reviewed languages can be default languages now 2016-02-22 16:33:07 -05:00
Evan Debenham
55ee9091ab v0.3.4: updated translations 2016-02-22 16:33:06 -05:00
Evan Debenham
8f9a084d07 v0.3.4: fixed incorrect comparison in welcome scene 2016-02-22 16:33:05 -05:00
Evan Debenham
d1c70f038b v0.3.4: added the ability for windows to persist between scene resets 2016-02-22 16:33:05 -05:00
Evan Debenham
5d4d0bf138 v0.3.4: fixed some slider oddities 2016-02-22 16:33:04 -05:00
Evan Debenham
71c16e5e8c v0.3.4: updated translations 2016-02-22 16:33:03 -05:00
Evan Debenham
8797b380db v0.3.4: externalized changes and welcome scene strings 2016-02-22 16:33:02 -05:00
Evan Debenham
30e1947f18 v0.3.4: layout improvements to new welcome scene 2016-02-22 16:33:01 -05:00
Evan Debenham
1b28281f2c v0.3.4: implemented new welcome scene 2016-02-22 16:32:57 -05:00
Evan Debenham
d71e3dceee v0.3.4: updated the layout of changes scene 2016-02-22 16:31:41 -05:00
Evan Debenham
5ebe318872 v0.3.4: fixed some text errors 2016-02-22 16:31:40 -05:00
Evan Debenham
e1cb5ca0ea v0.3.4: fixed a minor layout bug in rankings scene 2016-02-22 16:31:39 -05:00
Evan Debenham
7c1cea602b v0.3.4: renamed WelcomeScene to ChangesScene 2016-02-22 16:31:35 -05:00
Evan Debenham
108e466516 v0.3.4: fixed a bug with multiple entries and crashes relating to the game log 2016-02-22 16:29:08 -05:00
Evan Debenham
d3273054ee v0.3.4: tweaked window hiding order in wnditem 2016-02-22 16:29:04 -05:00
Evan Debenham
25200b2075 v0.3.4: fixed a text display bug with challenges 2016-02-22 16:28:14 -05:00
Evan Debenham
a31a828383 v0.3.4: fixed an error in the pt translation 2016-02-22 16:28:13 -05:00
Evan Debenham
ff5cb15903 v0.3.4: updated translations 2016-02-22 16:28:12 -05:00
Evan Debenham
fb6188e1af v0.3.4: fixed some missing text in staff names 2016-02-22 16:28:12 -05:00
Evan Debenham
31a8e50754 v0.3.4: more language button work 2016-02-22 16:28:08 -05:00
Evan Debenham
e27c0fba11 v0.3.4: better backend for languages 2016-02-22 16:26:06 -05:00
Evan Debenham
0af597233c v0.3.4: fixed a wnditem layout bug 2016-02-22 16:26:06 -05:00
Evan Debenham
60a51b6c00 v0.3.4: updated translations 2016-02-22 16:26:05 -05:00
Evan Debenham
d9dfa084f6 v0.3.4: okay, I think I've finally got item action buttons in a good place now. 2016-02-22 16:26:04 -05:00
Evan Debenham
be490fa739 v0.3.4: added some capitalization to glog entries for characters dieing 2016-02-22 16:26:03 -05:00
Evan Debenham
551638f972 v0.3.4: moved capitalization to Messages, added title case functionality, removed Utils 2016-02-22 16:25:56 -05:00
Evan Debenham
16426c02ee v0.3.4: tweaked flavor text for cursed wand grass eruption 2016-02-22 16:24:34 -05:00
Evan Debenham
9115ea7652 v0.3.4: updated how the mage's staff names itself 2016-02-22 16:24:33 -05:00
Evan Debenham
d9d6e45d04 v0.3.4: moved some functionality from Utils in prep for removing it. 2016-02-22 16:24:28 -05:00
Evan Debenham
17bb42f7f7 v0.3.4: updated translations 2016-02-22 16:22:54 -05:00
Evan Debenham
36c396359d v0.3.4: even further layout improvements to wndItem 2016-02-22 16:22:53 -05:00
Evan Debenham
560070fcd0 v0.3.4: further layout improvements to wndItem 2016-02-22 16:22:52 -05:00
Evan Debenham
ddbca97f59 v0.3.4: fixed an incorrect string key 2016-02-22 16:22:51 -05:00
Evan Debenham
545e961bcd v0.3.4: updated translations 2016-02-22 16:22:51 -05:00
Evan Debenham
4ffa659e0a v0.3.4: more alyout improvements 2016-02-22 16:22:50 -05:00
Evan Debenham
41185a37e0 v0.3.4: updated translations 2016-02-22 16:22:49 -05:00
Evan Debenham
b70e70d74b v0.3.4: added externalized rankings descriptions 2016-02-22 16:22:44 -05:00
Evan Debenham
ac967fad27 v0.3.4: reworked rankings to store their cause instead of a result string 2016-02-22 16:20:34 -05:00
Evan Debenham
0e2fbc05fb v0.3.4: fixed a bug with scroll of magical infusion and the no scrolls challenge 2016-02-22 16:18:42 -05:00
Evan Debenham
b45d35dbf2 v0.3.4: added rendered text to the about scene 2016-02-22 16:18:41 -05:00
Evan Debenham
32c72af07e v0.3.4: fixed a couple issues with action externalization 2016-02-22 16:18:40 -05:00
Evan Debenham
13b9d2f801 v0.3.4: externalized item actions 2016-02-22 16:18:39 -05:00
Evan Debenham
7757b47573 v0.3.4: externalized dried rose strings 2016-02-22 16:18:38 -05:00
Evan Debenham
bd635c83fb v0.3.4: fixed a text bug on horn of plenty 2016-02-22 16:18:38 -05:00
Evan Debenham
a0ad0de914 v0.3.4: fixed messages issues on android 2.2 2016-02-22 16:18:37 -05:00
Evan Debenham
bcc0dc1ffe v0.3.4: lots of improvements to text layout 2016-02-22 16:18:36 -05:00
Evan Debenham
7ee01e3525 v0.3.4: translation updates 2016-02-22 16:18:35 -05:00
Evan Debenham
bdbd813c6b v0.3.4: fixed bottom right icons sticking in quickslots 2016-02-22 16:18:34 -05:00
Evan Debenham
e0892b07ea v0.3.4: fixed some underscore usage 2016-02-22 16:18:33 -05:00
Evan Debenham
b070cb0c6a v0.3.4: fixed item names being in different languages in bones 2016-02-22 16:18:26 -05:00
Evan Debenham
4b6ae663f7 v0.3.4: fixed some messages errors 2016-02-22 16:17:11 -05:00
Evan Debenham
d70c29b673 v0.3.4: added current (unfinished) i18n to VCS 2016-02-22 16:14:37 -05:00
Evan Debenham
41f90b5d32 v0.3.4: adjusted the description of some buffs for better i18n 2016-02-22 16:14:36 -05:00
Evan Debenham
07cb7537d5 v0.3.4: removed some combat log entries. 2016-02-22 16:14:36 -05:00
Evan Debenham
6f3a770a30 v0.3.4: externalized strings for sandals and unstable spellbook 2016-02-22 16:14:35 -05:00
Evan Debenham
adf41aee04 v0.3.4: updated catalogs to render on multiple lines 2016-02-22 16:14:34 -05:00
Evan Debenham
95f87bb950 v0.3.4: re-added empty stats desc to meleeweapon 2016-02-22 16:14:33 -05:00
Evan Debenham
a8204904e2 tweaked game log to not automatically capitalize or appent periods 2016-02-22 16:14:33 -05:00
Evan Debenham
7252972dbc v0.3.4: tweaked game log to not automatically capitalize or appent periods 2016-02-22 16:14:32 -05:00
Evan Debenham
6cbd6af7ec v0.3.4: fixed a display issue with scroll/potion icons 2016-02-22 16:14:31 -05:00
Evan Debenham
7c8b1b965e v0.3.4: fixed a pathing issue with spear traps 2016-02-22 16:14:30 -05:00
Evan Debenham
c0f856dfeb v0.3.4: updates sandals of nature to use class references 2016-02-22 16:14:29 -05:00
Evan Debenham
12fb42e17f v0.3.4: fixed a layout issue with icon titles 2016-02-22 16:14:29 -05:00
Evan Debenham
a4af888045 v0.3.4: converted unstable spellbook to use class references 2016-02-22 16:14:28 -05:00
Evan Debenham
301a3468f5 v0.3.4: initial (very basic) language button implementation 2016-02-22 16:14:24 -05:00
Evan Debenham
35a6a6bee0 v0.3.4: fixed text display issues at low resolutions 2016-02-22 16:12:57 -05:00
Evan Debenham
89acd0fa35 v0.3.4: fixed a text display issue in buff info windows 2016-02-22 16:12:56 -05:00
Evan Debenham
970968ace2 v0.3.4: changed floating text to use rendered font 2016-02-22 16:12:55 -05:00
Evan Debenham
5c064ae935 v0.3.4: ACTUALLY fixed a small text error when a char is hit 2016-02-22 16:12:54 -05:00
Evan Debenham
bfd30c0679 v0.3.4: fixed a small text error when a char is hit 2016-02-22 16:12:54 -05:00
Evan Debenham
8e508ab040 v0.3.4: switched to rendered text in a bunch of places 2016-02-22 16:12:48 -05:00
Evan Debenham
82da647534 v0.3.4: fixed some text issues 2016-02-22 16:09:00 -05:00
Evan Debenham
de99b6110f v0.3.4: added rendered text to a few more places 2016-02-22 16:08:56 -05:00
Evan Debenham
e01e408f77 v0.3.4: implemented multiline rendered text into pixelscene, also set a max text scale of 5. 2016-02-22 16:08:17 -05:00
Evan Debenham
13d6beda67 v0.3.4: implemented rendered text in all single-line cases 2016-02-22 16:08:13 -05:00
Evan Debenham
dc70009ae6 v0.3.4: fixed a display bug for stealing 2016-02-22 16:02:44 -05:00
Evan Debenham
dbc0a10e08 v0.3.4: fixed some typos 2016-02-22 16:02:43 -05:00
Evan Debenham
c096fe1033 v0.3.4: caching and performance improvements to rendered text 2016-02-22 16:02:42 -05:00
Evan Debenham
cae5957ef4 v0.3.4: added a new 'rendered text' image type 2016-02-22 16:02:42 -05:00
Evan Debenham
f9b270447f v0.3.4: reworked some aspects of plant & seed naming 2016-02-22 16:02:41 -05:00
Evan Debenham
2d1023966b v0.3.4: tweaked scroll of upgrade's description 2016-02-22 16:02:40 -05:00
Evan Debenham
33bef1c6cb v0.3.4: externalized artifacts part 1 2016-02-22 16:02:39 -05:00
Evan Debenham
250029c19d v0.3.4: corrected inconsistent use of the word cell 2016-02-22 16:02:38 -05:00
Evan Debenham
b29d71d2d8 v0.3.4: changed potion/scroll initials into icons 2016-02-22 16:02:38 -05:00
Evan Debenham
ff31a1f303 v0.3.4: corrected some string display errors 2016-02-22 16:02:37 -05:00
Evan Debenham
615ea7c0e3 v0.3.4: updated bandolier's description 2016-02-22 16:02:36 -05:00