Commit Graph

51 Commits

Author SHA1 Message Date
Evan Debenham
44f8e32beb v0.3.1d: added support for visuals layered over tiles 2015-09-15 21:33:02 -04:00
Evan Debenham
e0e1c74af0 v0.3.1b: updated some method usage for consistency with the GDX version 2015-09-04 01:59:09 -04:00
Evan Debenham
ddabd4facb v0.3.1: fixed a bug with heap visibility 2015-08-24 13:05:07 -04:00
Evan Debenham
eaf84f4274 v0.3.1: fixed a bug where heaps seen by anything woul register as seen by the hero 2015-08-24 13:04:54 -04:00
Evan Debenham
9b13c3f01e v0.3.1: added in logic for the proper display of inactive traps 2015-08-24 13:04:49 -04:00
Evan Debenham
2432c351d2 v0.3.1: fixed a bug with changes to heap visibility 2015-08-24 13:04:35 -04:00
Evan Debenham
d007988701 v0.3.1: heaps are now always visible after being first seen 2015-08-24 13:04:17 -04:00
Evan Debenham
684c2caacb updated license information 2015-06-12 16:44:09 -04:00
Evan Debenham
cebdff0221 cleaned up formatting:
- removed trailing whitespace
- changed all leading whitespace to tabs
- removed IDE created author comments
2015-06-12 16:22:28 -04:00
Evan Debenham
b7db57f665 v0.3.0d: enforced removing traps when setting terrain to a none-trap tile. 2015-06-12 15:23:03 -04:00
Evan Debenham
8c42ebda5e v0.3.0c: manifest commit 2015-06-07 21:55:36 -04:00
Evan Debenham
abbdcff9ea v0.3.0c: fixed some bugs relating to removing Actor.chars[], can now find mobs within a level by position too. 2015-06-07 21:55:35 -04:00
Evan Debenham
c601027f27 v0.3.0c: refactored plants to match the structure of new traps. 2015-06-07 21:55:29 -04:00
Evan Debenham
85a907d14e v0.3.0c: trap refactor pt2, traps completely changed to work based on instantiable trap objects instead of terrain types
This makes the trap system far more extendable.
2015-06-07 21:55:24 -04:00
Evan Debenham
40c0d61dfa v0.3.0c: trap refactor pt1, moved all traps to be instance based (not properly tied into level logic yet) 2015-06-07 21:55:18 -04:00
Evan Debenham
a4facdf950 v0.3.0: adjusted some logic for pressing tiles, fixing issues where mobs press tiles and reveal traps (e.g. in wand of blast wave) 2015-06-07 21:55:01 -04:00
Evan Debenham
e8a2004345 v0.3.0: reworked acting order, now uses a proper priority system with owned properties 2015-06-07 21:54:50 -04:00
Evan Debenham
3ae6f88914 v0.3.0: improved interactions between plants and fire 2015-06-07 21:54:49 -04:00
Evan Debenham
7cce41e650 v0.3.0: adjusted dist1 neighbours arrays such that for any given index i, i-1 and i+1 correspond to the adjacent neighbour tiles. 2015-06-07 21:54:29 -04:00
Evan Debenham
4e34e81365 v0.3.0: improved previous hunger mechanics changes, now better coded & clarified 2015-06-07 21:54:26 -04:00
Evan Debenham
08e7737111 v0.3.0: tweaked sewer boss floor, slightly larger and less buggy. 2015-06-07 21:54:25 -04:00
Evan Debenham
99f853c190 v0.3.0: reworked the ballistica system 2015-06-07 21:54:21 -04:00
Evan Debenham
2e0e03c163 v0.2.4d: fixed some visual bugs with items barred from challenges 2015-03-28 16:05:51 -04:00
Evan Debenham
5325268220 Source Release: standardized some things between open source and closed source. 2015-03-02 19:36:09 -05:00
Evan Debenham
5fcc1a612a v0.2.4: Switched to Watabou's much more elegant logic for items falling between floors 2015-03-02 17:24:32 -05:00
Evan Debenham
b2e29708a0 v0.2.4: corrected enchamtent/glyph logic, renamed scroll of Weapon Upgrade to Scroll of Magical Infusion 2015-03-02 17:10:24 -05:00
Evan Debenham
9dab291797 Merging 1.7.5 Source: levels changes 2015-02-06 09:57:28 -05:00
Evan Debenham
49bab26d7b v0.2.3f: corrected issues with the dried rose 2015-01-26 09:18:29 -05:00
Evan Debenham
e4d0017137 v0.2.3e: reworked night mode into a level feeling 2015-01-20 16:49:55 -05:00
Evan Debenham
4695f8d3c5 v0.2.3: fixed a bug where petals would spawn for a cursed rose 2014-12-21 21:01:53 -05:00
Evan Debenham
cd8e11b311 v0.2.3: updated TODOs 2014-12-16 17:08:30 -05:00
Evan Debenham
67a7bf0515 v0.2.3: Hourglass bugfixes & some tweaks. 2014-12-11 22:06:38 -05:00
Evan Debenham
17facf7cde v0.2.3: initial implementation of dried rose 2014-12-09 01:49:10 -05:00
Evan Debenham
5bf2d72a90 v0.2.3: implementation on timekeepers hourglass (almost done!) 2014-12-08 17:10:39 -05:00
Evan Debenham
301aff86c7 v0.2.3: fixed a bug involving planting plants during levelgen. 2014-12-07 19:52:27 -05:00
Evan Debenham
15c4bd66b7 v0.2.3: further hourglass implementation 2014-12-05 17:11:10 -05:00
Evan Debenham
657d6a68c7 v0.2.3: refactored item dropping, added to/refactored drop limiter variables. Health potions are no longer farmable. This needs testing! 2014-12-01 03:28:10 -05:00
Evan Debenham
36a0bcbcc5 v0.2.3: first implementation of Alchemist's toolkit, a bit rough. 2014-11-24 16:48:45 -05:00
Evan Debenham
4d4959c40d v0.2.2b: fixed a bug with challenges and dropped items 2014-11-15 20:49:33 -05:00
Evan Debenham
dc4232de2a v0.2.2a: refactored and tweaked placement of key items in rooms. 2014-11-05 16:50:08 -05:00
Evan Debenham
fd81d67616 v0.2.2a: fixed a bug with plants and grass stacking on level gen (they are no longer able to) 2014-11-05 14:37:44 -05:00
Evan Debenham
dfda4a53c2 v0.2.2a: tweaked level and hero gen logic for certain challenges 2014-11-05 14:18:18 -05: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
1e62a6bd88 Merging Source v1.7.2: level changes 2014-10-20 22:55:37 -04:00
Evan Debenham
0e0faecc25 V0.2.1 : Unblessed Ankh will now only reset a boss level when the level is locked. 2014-10-13 03:19:35 -04:00
Evan Debenham
d0227aebc8 V0.2.1 : Added new level neighbour arrays 2014-10-02 00:29:59 -04:00
Evan Debenham
8febc963e5 V0.2.0c : Added nullchecks to heaps and level heap placement on load. 2014-09-21 22:34:06 -04:00
Evan Debenham
4dcb086ea8 V0.2.0: Corrected a bug with Ring of Wealth functionality (< instead of >, i'm dumb =S) 2014-09-15 09:23:58 -04:00
Evan Debenham
96d5f1000f V0.2.0: Fully implemented Ring of Wealth 2014-09-14 19:31:31 -04:00
Evan Debenham
fb115114f4 V0.1.1: updated sprites, added seed to generator, fixed (hopefully) all bugs 2014-08-15 22:48:02 -04:00