Commit Graph

3944 Commits

Author SHA1 Message Date
Evan Debenham
a78df087f6 v0.8.2a: fixed a crash bug introduced by guidebook changes 2020-08-16 23:23:05 -04:00
Evan Debenham
e51025de0c v0.8.2a: fixes for various crashes
- added a safety check for when an amoked character dies
- added a safety check when ghouls die over pits
- mobs looking for a new enemy when aggroed on an invincible one
- made Tengu's 2nd phase jumping slightly more permissive
- fixed a logic error when placing enemies
- added a safety check in WndWandmaker
- added a safety sync check when playing a sample
2020-08-16 23:23:05 -04:00
Evan Debenham
fc6a32058e v0.8.2a: tweaks to very earlygame UX:
- hero select no longer has a back button if a game hasn't been played
- snakes now give a hint when missed 3 times, down from 5.
- sped up guidebook page dropping speed
2020-08-16 23:23:05 -04:00
Evan Debenham
380faca85d v0.8.2a: removed some redundant work in onCreate 2020-08-16 23:23:04 -04:00
Evan Debenham
cf22867666 v0.8.2a: tweaked which version names GitHubUpdates considers to be beta 2020-08-16 23:22:39 -04:00
Evan Debenham
afe8bf9037 v0.8.2a: added link tracking to 'read more' in NewsScene 2020-08-16 23:22:39 -04:00
Evan Debenham
6c53c8aa22 v0.8.2: final commit 2020-08-06 10:22:50 -04:00
Evan Debenham
db1ba4e60e v0.8.2: updated translations 2020-08-06 10:22:23 -04:00
Evan Debenham
fd885589e9 v0.8.2: hunger buff icon now updates immediate if hunger is modified 2020-08-06 10:22:18 -04:00
Evan Debenham
e137098c62 v0.8.2: fixed unintentionally committed debug code for elastic 2020-08-06 10:22:17 -04:00
Evan Debenham
7d36d73377 v0.8.2: fixed crashes caused by wandmaker spawning logic checking traps 2020-08-06 10:22:17 -04:00
Evan Debenham
3bc61ac40c v0.8.2: improved misc equip swapping window 2020-08-05 13:34:32 -04:00
Evan Debenham
1325f3317e v0.8.2: unique stackable items can now be sold to shops 2020-08-05 13:34:32 -04:00
Evan Debenham
f1c56ba6c7 v0.8.2: Adjusted analytics tracking codes on ingame links 2020-08-05 13:34:28 -04:00
Evan Debenham
2c4a880d67 v0.8.2: Adjustments to blastwave and knockback effects:
- knockback effects now only close doors if they originate from a melee attack
- wand of blast wave base damage down to 1-3 from 1-5
- damage from knockback collision up to dist-2*dist, from dist/2-dist
- stun from knockback collision adjusted to 1+dist/2, from dist/2-dist
2020-08-05 13:31:24 -04:00
Evan Debenham
0d43ef0635 v0.8.2: ui adjustments:
- questgivers now get journal entries as they are seen
- layout tweaks to news and supporter scene buttons
2020-08-05 13:31:22 -04:00
Evan Debenham
defbb2ea5f v0.8.2: Fixed the following bugs:
- ring of energy not increasing ghost HP regen
- magical charge buff not increasing the range on disintegration
- remains in pit rooms rarely containing a cursed item but not being haunted
- wandmaker rarely spawning ontop of traps
- rare crash bugs when windows are saved as a scene is being cleared
2020-08-05 13:29:17 -04:00
Evan Debenham
eecded2bed v0.8.2: added ukranian language, and updated translations 2020-08-05 13:29:13 -04:00
Evan Debenham
525b934789 v0.8.2: fixed logic errors in new targeted trap behaviour 2020-08-01 00:13:11 -04:00
Evan Debenham
07d58369f8 v0.8.2: fixed crashes caused by new targeted trap logic 2020-08-01 00:13:10 -04:00
Evan Debenham
462b1027cc v0.8.2: Various bugfixes:
- Added a safety check to AndroidGame
- fixed Burning not checking if a thieve's item is null
- fixed wand of regrowth overriding tall grass and placing grass where it shouldn't
- fixed unique potions being vulnerable to explosions
- fixed tengu placing traps over plants
- fixed items not being IDed in rankings if players dies with an ankh
2020-07-31 20:14:41 -04:00
Evan Debenham
d62cb4aa95 v0.8.2: targeting traps now prefer visible targets over invisible ones 2020-07-31 20:14:41 -04:00
Evan Debenham
55f3fba7e1 v0.8.2: increased the volume of secret.mp3 2020-07-31 20:14:41 -04:00
Evan Debenham
c9d50af659 v0.8.2: added missing import to supporter scene 2020-07-30 14:52:44 -04:00
Evan Debenham
0ff0727a05 v0.8.2: updated description of quarterstaff 2020-07-30 14:43:39 -04:00
Evan Debenham
e5faaabcab v0.8.2: fixed news and supporter scenes closing app on back press 2020-07-30 14:43:39 -04:00
Evan Debenham
01ac35b955 v0.8.2: removed an extra newline in support prompt window 2020-07-30 14:43:39 -04:00
Evan Debenham
fe22b41502 v0.8.2: improved the code for the support prompt window 2020-07-30 14:43:39 -04:00
Evan Debenham
b6990f149e v0.8.2: added a support prompt window after the player first beats Goo 2020-07-29 18:56:38 -04:00
Evan Debenham
0bb2056121 v0.8.2: added new scan and sheep sfx, remastered secret sfx 2020-07-29 18:53:57 -04:00
Evan Debenham
9e6339aa7f v0.8.2: the ring of energy now also boosts artifact recharge speed 2020-07-29 18:53:57 -04:00
Evan Debenham
1e361fd546 v0.8.2: balance tweaks to various items 2020-07-29 18:53:57 -04:00
Evan Debenham
40da8d2395 v0.8.2: improved layout and UI elements on journal UI 2020-07-29 18:53:57 -04:00
Evan Debenham
4b81a9c138 v0.8.2: final tweaks to patreon supporter scene 2020-07-29 18:53:56 -04:00
Evan Debenham
18bc8f98ee v0.8.2: various UI tweaks and fixes:
- improved wording on the patreon supporter scene
- fixed analytics campaign additions messing with links
- tweaked sizing/layout of news scene
- fixed https not working on android 4.4-4.1
- fixed a bug with option sliders when they aren't at x=0
2020-07-29 18:53:56 -04:00
Evan Debenham
6cca2154d6 v0.8.2: added some basic support for demo and instant app functionality 2020-07-25 16:15:33 -04:00
Evan Debenham
666e009334 v0.8.2: added a temp reference to equipped weps when using thrown weps 2020-07-25 16:12:43 -04:00
Evan Debenham
a298053118 v0.8.2: adjusted journal save logic, now uses class arrays 2020-07-25 16:12:43 -04:00
Evan Debenham
a3455335f4 v0.8.2: fixed specific cases where locked floor wasn't cleared 2020-07-25 16:12:42 -04:00
Evan Debenham
42a51304a9 v0.8.2: improved new supporter scene 2020-07-25 16:12:42 -04:00
Evan Debenham
4950e49a9a v0.8.2: moved supporter window into its own scene 2020-07-24 15:55:15 -04:00
Evan Debenham
41357d9608 v0.8.2: updated AGP to 3.6.4 (still need to look into R8 issues) 2020-07-24 15:54:40 -04:00
Evan Debenham
af9d9300db v0.8.2: fixed deadlocks in charsprite caused by safety check
I really need to adjust some graphics logic to never be called from the actor thread, that would properly prevent this.
2020-07-24 15:54:32 -04:00
Evan Debenham
16822095df v0.8.2: improvements to cone AOEs and fireblast:
- items which use cones can now trickshot
- fireblast now bursts open doors instead of colliding with them
2020-07-24 15:54:32 -04:00
Evan Debenham
2895c212f7 v0.8.2: added analytics campaign tracking to ShatteredPixel.com links 2020-07-24 15:54:32 -04:00
Evan Debenham
cc8f85b7b3 v0.8.2: cleaned up a really nasty double ternary statement in rankings 2020-07-24 15:54:31 -04:00
Evan Debenham
31a010d1dd v0.8.2: Fixed some debug code unintentionally left in corpse dust 2020-07-24 15:54:28 -04:00
Evan Debenham
81bdd42e7e v0.8.2: Finished news implementation, including a full news scene 2020-07-24 15:54:26 -04:00
Evan Debenham
0d9715b732 v0.8.2: cleaned up unused imports 2020-07-24 15:53:32 -04:00
Evan Debenham
dcdb254104 v0.8.2: refactored the names/locations of methods relating to item price 2020-07-24 15:53:27 -04:00