Commit Graph

117 Commits

Author SHA1 Message Date
Evan Debenham
36ccb6d48d v0.3.1: fixed a bug where non-regular doors would spawn as hidden. 2015-08-24 13:04:16 -04:00
Evan Debenham
cde5a4f63b v0.3.1: re-added hold to search 2015-08-24 13:04:12 -04:00
Evan Debenham
8c96647743 v0.3.1: reworked the trap special room type 2015-08-24 13:00:33 -04:00
Evan Debenham
38852c357e v0.3.1: traps round 3 2015-08-24 13:00:32 -04:00
Evan Debenham
b4f6bf1b0b v0.3.1: more traps 2015-08-24 13:00:25 -04:00
Evan Debenham
8f2b52e4f8 v0.3.1: fixed a bug where new lightning traps were reducing wand charges instead of increasing them. 2015-08-24 13:00:24 -04:00
Evan Debenham
83dcbb19ec v0.3.1: added a sort of tutorial for the new double-tap to search functionality, and searchign in general 2015-08-24 13:00:22 -04:00
Evan Debenham
20a6f91758 v0.3.1: new traps batch 1
(11 new traps, changes to 2 existing traps)
2015-08-24 13:00:19 -04:00
Evan Debenham
958c8a22fa v0.3.1: fixed a typo in poison trap 2015-08-24 13:00:18 -04:00
Evan Debenham
0e49bb154b v0.3.1: fixed traps fading in when they are already visible 2015-08-24 11:34:29 -04:00
Evan Debenham
9f02a93500 v0.3.1: added in new trap sprites (no shading yet), added descriptions to existing traps 2015-06-22 19:35:18 -04:00
Evan Debenham
c55e38a86a v0.3.0e: fixed a bug where summoning trap chains were spawning mobs inside of eachother 2015-06-21 20:59:17 -04:00
Evan Debenham
14a2d4d8b2 v0.3.0e: fixed caves levels sometimes spawning traps inside of walls 2015-06-21 20:59:15 -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
88a55f3336 v0.3.0d: corrected an error in sign placement 2015-06-12 15:23:02 -04:00
Evan Debenham
fba591af68 v0.3.0d: corrected capitalization in trap names 2015-06-12 15:23:01 -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
72788624e7 v0.3.0c: added a description to traps 2015-06-07 21:55:34 -04:00
Evan Debenham
54b068ea78 v0.3.0c: changes the order of removal vs activation on plants and traps 2015-06-07 21:55:33 -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
4ac3ac817c v0.3.0c: fixed a bug with the blacksmith painter and new trap code 2015-06-07 21:55:28 -04:00
Evan Debenham
dbeff25d2c v0.3.0c: refactored finding a character, no longer need to maintain chars[] array 2015-06-07 21:55:28 -04:00
Evan Debenham
976ff5cb96 v0.3.0c: centralized general sign placement logic, fixed a bug where traps would sometimes appear over signs. 2015-06-07 21:55:26 -04:00
Evan Debenham
6efa4694b8 v0.3.0c: cleaned up TODOs 2015-06-07 21:55:25 -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
d14742fda0 v0.3.0c: added the ability to get all cells from a room 2015-06-07 21:55:19 -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
ed48a40c09 v0.3.0b: corrected teleportation working in goo level, also mildly refactored cursed wand teleport effect 2015-06-07 21:55:16 -04:00
Evan Debenham
39f140a4f5 v0.3.0: removed wand of blink (and moved visual fx to scroll of teleportation) 2015-06-07 21:55:04 -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
f195ee7dd0 v0.3.0: adjusted seed and dew droprates from grass with and without the sandals of nature.
This is a buff to the ability to upgrade and grab seeds from the sandals, but a nerf to the amount of dew dropped from the sandals.
2015-06-07 21:54:42 -04:00
Evan Debenham
4b680c93ad v0.3.0: reworked lightning effect and wand of lightning 2015-06-07 21:54:40 -04:00
Evan Debenham
a2d5b03784 v0.3.0: corrected descepancy in signs, given the renaming of scroll of weapon upgrade. 2015-06-07 21:54:39 -04:00
Evan Debenham
9fad20a071 v0.3.0: adusted levelgen to require more rooms minimum, adjusted mob spawning both on floor 1 and in general. 2015-06-07 21:54:38 -04:00
Evan Debenham
2e52491f16 v0.3.0: made mimics a bit tougher, rarer, and added a little extra loot to them. 2015-06-07 21:54:38 -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
75f1181d27 v0.3.0: changed food to work with new recharging mechanic. Also removed charging from lightning trap. 2015-06-07 21:54:23 -04:00
Evan Debenham
99f853c190 v0.3.0: reworked the ballistica system 2015-06-07 21:54:21 -04:00
Evan Debenham
b6a1e3ec9e v0.2.4d: tweaked and refactored bag generation 2015-03-28 16:10:01 -04:00
Evan Debenham
e4db8ba4e3 v0.2.4d: added Merchant's Beacon 2015-03-28 16:09:15 -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
4ec2e9deb7 v0.2.4a: corrected errors with floors 26 and 27+ 2015-03-02 19:10:03 -05:00