Commit Graph

1685 Commits

Author SHA1 Message Date
Evan Debenham 0ce2754de9 v0.2.2: WIP sprite for stormvine 2014-10-31 16:08:29 -04:00
Evan Debenham f26f312dfd v0.2.2: fixed a wand charging exploit (again) 2014-10-31 01:41:19 -04:00
Evan Debenham 290bfca157 v0.2.2: gas changes 2014-10-30 21:17:44 -04:00
Evan Debenham 9170e6b11a v0.2.2: corrected merging conflict (note to self: pull before you push from a different machine moron) 2014-10-30 20:55:40 -04:00
Evan Debenham bea33b33b1 v0.2.2: small tweaks/fixes to heroes remains 2014-10-30 20:53:45 -04:00
Evan Debenham 9d19a785ba Merge remote-tracking branch 'origin/master'
Conflicts:
	src/com/shatteredpixel/shatteredpixeldungeon/actors/blobs/ConfusionGas.java
2014-10-30 20:00:53 -04:00
Evan Debenham c23191575e v0.2.2: tweaked confusion gas duration (notably less 'you feel dizzy' spam) 2014-10-30 16:31:45 -04:00
Evan Debenham 3df12ebf2d v0.2.2: tweaked spacing on blob cell info 2014-10-30 16:30:59 -04:00
Evan Debenham 66c1cad9a9 v0.2.2: improved stormvine description 2014-10-30 16:27:41 -04:00
Evan Debenham 2a78053176 v0.2.2: better dreamfoil interaction with the hero 2014-10-30 14:34:34 -04:00
Evan Debenham 403fe0e026 v0.2.2: corrected sleep immunity interaction with magical sleep/drowsy 2014-10-30 13:50:39 -04:00
Evan Debenham 55b920f9bb v0.2.2: further tweaks to heroes remains system 2014-10-30 11:16:19 -04:00
Evan Debenham 462f4c9d8b v0.2.2: gave heroes remains a unique heap type & sprite 2014-10-30 10:02:25 -04:00
Evan Debenham e02222495c v0.2.2: refactored immunity to gasses 2014-10-29 22:19:52 -04:00
Evan Debenham 6810d0adef v0.2.2: modified weightstone speed logic, now factors itself in before ring of furor. 2014-10-29 16:09:26 -04:00
Evan Debenham a17c141738 v0.2.2: fixed a bug with multiple ankhs in both blessed and unblessed states 2014-10-29 16:00:21 -04:00
Evan Debenham 063dc55933 v0.2.2: corrected some errors in blandfruit 2014-10-27 17:24:45 -04:00
Evan Debenham f4f1f9f930 v0.2.2: refactored fetid rat immunity to stench gas 2014-10-27 10:34:15 -04:00
Evan Debenham a0be7b2188 v0.2.2: added new gasses to GasesImmunity buff 2014-10-27 10:28:10 -04:00
Evan Debenham c7b63271aa v0.2.2: reworked weightstone 2014-10-26 17:30:23 -04:00
Evan Debenham a1fd965145 v0.2.2: tied new seeds into item generator 2014-10-26 04:27:07 -04:00
Evan Debenham d257d28414 v0.2.2: Implemented new potion of levitation functionality into falling potions 2014-10-26 04:21:39 -04:00
Evan Debenham 04c315cfaa v0.2.2: Implemented new seeds into Blandfruit 2014-10-26 04:19:35 -04:00
Evan Debenham c10f9b290c v0.2.2: tweaked the behaviour of some of the sewer quest bosses 2014-10-26 02:18:21 -04:00
Evan Debenham 50cb7c59a2 v0.2.2: potion of levitation buffed, now creates cloud of confusion gas. 2014-10-26 01:21:04 -04:00
Evan Debenham 8d00feb289 v0.2.2: added descriptions and placeholder sprites for new plants 2014-10-26 01:03:00 -04:00
Evan Debenham d5f84814f2 v0.2.2: 'shattered' button in status pane 2014-10-25 17:46:12 -04:00
Evan Debenham bd4405a805 v0.2.2: fixed a visual sync bug with bones system 2014-10-25 14:11:46 -04:00
Evan Debenham 2d176b4b62 v0.2.2: fixed a bug with the ghost quest. 2014-10-25 14:11:08 -04:00
Evan Debenham 161b444d67 v0.2.2: corrected casting errors in javac compiler 2014-10-24 22:13:31 -04:00
Evan Debenham 7648e8fc17 v0.2.2: added new plants (very rough, many details to add) 2014-10-24 15:54:49 -04:00
Evan Debenham fa53d78809 v0.2.2: overhauled bones system(heroes remains). Fairly tentative, needs to be tested. 2014-10-22 17:11:30 -04:00
Evan Debenham e10cdb3747 v0.2.2: Corrected item slot display for keys 2014-10-21 22:30:54 -04:00
Evan Debenham 3706092e7b v0.2.2: falling items now appear on the next depth (potions shatter) 2014-10-21 20:47:40 -04:00
Evan Debenham 29a323ebcf Merge branch 'v0.2.1' of https://github.com/00-Evan/shattered-pixel-dungeon
Changes in v0.2.1c

Conflicts:
	src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/npcs/Ghost.java

Additionally:
   Improved challenge characteristics (now armor challenge removes the reward menu button, rather than giving cloth armor)
2014-10-21 09:53:56 -04:00
Evan Debenham 1592ceb6d8 Merge branch 'v0.2.1' of https://github.com/00-Evan/shattered-pixel-dungeon
Changes in v0.2.1c

Conflicts:
	src/com/shatteredpixel/shatteredpixeldungeon/actors/mobs/npcs/Ghost.java

Additionally:
   Improved challenge characteristics (now armor challenge removes the reward menu button, rather than giving cloth armor)
2014-10-21 09:52:56 -04:00
Evan Debenham b4d4e6a4d6 v0.2.1c: final commit 2014-10-21 02:31:21 -04:00
Evan Debenham 1198c96a53 v0.2.1c: final balance tweaks, tweaked Goo clarity 2014-10-21 02:00:53 -04:00
Evan Debenham cc0a3ad412 Merging Source v1.7.2: final commit, assuming there are no bugs. Now to work on v0.2.2 2014-10-21 00:51:09 -04:00
Evan Debenham f352efded2 Merging Source v1.7.2: corrected sleeping typo 2014-10-21 00:41:44 -04:00
Evan Debenham 13afc9df8d Merging Source v1.7.2: item changes 2014-10-21 00:38:15 -04:00
Evan Debenham 4a49763309 Merging Source v1.7.2: actor changes 2014-10-20 23:51:15 -04:00
Evan Debenham 724338b57f Merging Source v1.7.2: effects changes 2014-10-20 23:00:20 -04:00
Evan Debenham 1e62a6bd88 Merging Source v1.7.2: level changes 2014-10-20 22:55:37 -04:00
Evan Debenham e2b877b6b9 Merging Source v1.7.2: plant changes 2014-10-20 22:38:13 -04:00
Evan Debenham 9f49d115d2 Merging Source v1.7.2: sprite changes 2014-10-20 20:12:43 -04:00
Evan Debenham 0ae4285220 V0.2.1c: further sewer quest rebalancing, changed text 2014-10-20 16:59:02 -04:00
Evan Debenham 33db534e25 Merging Source v1.7.2: window changes 2014-10-20 03:24:59 -04:00
Evan Debenham 735af276c8 Merging Source v1.7.2: UI changes 2014-10-18 21:30:38 -04:00
Evan Debenham 9f9e117c95 Merging Source v1.7.2: scene changes 2014-10-18 04:59:03 -04:00