Linus Probert
|
cc627dc0c3
|
Take damage if ending charge on a damaging object
- Currently, ending charge in fire or smoke doesn't damage the player
|
2018-09-11 15:47:14 +02:00 |
Linus Probert
|
b3724afe49
|
Make the game a bit more actionfilled
- Level 1 is reduced in size
- More monsters spawn
- Maps are more 'messy' and less linear
- Introduces 'space' to hold your turn
|
2018-09-09 12:46:15 +02:00 |
Linus Probert
|
0ab65c9989
|
Fixed charge
- Prevent click sound from triggering
- Prevent hovering on pits if you end charge on them
- Trigger traps if you end charge on them
|
2018-08-30 11:13:50 +02:00 |
Linus Probert
|
358c0c7ddc
|
Fixes #37 and #39 Adds tooltips to everything
- A tooltip on first play will explain how it works
- A tooltip on levelup will display skill info
- A setting is introduced to disable tooltips
|
2018-08-20 14:32:38 +02:00 |
Linus Probert
|
9a610d5f88
|
Adds window icon
- Fixes bug where you could move when falling.
|
2018-08-15 08:08:18 +02:00 |
Linus Probert
|
8dd774b308
|
Continues #2 Completed impl of INCREASED_STUN
- That should be all artifacts implemented. Last step is the random
generation and drop rate.
|
2018-08-09 16:18:34 +02:00 |
Linus Probert
|
19e7583f3e
|
Continues #2 FEAR_INDUCING impl
This required changes (improvements imo) to the monster state logic.
|
2018-08-09 16:09:47 +02:00 |
Linus Probert
|
0aacdd2d84
|
Continues #2 Adds PUSH_BACK impl
|
2018-08-09 15:31:27 +02:00 |
Linus Probert
|
a04f131c2d
|
Continues #2: Adds charge skill impl
- Also adds an arti pickup sound
|
2018-08-09 13:58:16 +02:00 |
Linus Probert
|
095c93e5b2
|
Began #2: Added artifacts and the PIERCING_DAGGERS modifier
Still need to add the rest of the artifact effects but that should be
simpler from this point.
|
2018-08-08 00:14:24 +02:00 |
Linus Probert
|
a3c3c634d6
|
Adds the bash sound effect
|
2018-08-05 15:47:56 +02:00 |
Linus Probert
|
9fe2edee85
|
Fixes: #29 and #17 New skill: bash
Adds the bash skill and the stunned state.
Stunned enemies have disadvantage while stunned.
|
2018-08-04 23:52:52 +02:00 |
Linus Probert
|
1124e88df0
|
Minor fixes
- Make skills correctly turn the player
- Don't repopulate the matrix on every frame only on turn change
|
2018-07-31 23:45:09 +02:00 |
Linus Probert
|
4612cabe00
|
Adds sword animation to flurry
And XP gain to charge skill.
|
2018-07-31 21:23:01 +02:00 |
Linus Probert
|
3665c7ff66
|
Rotate daggers instead of using spritesheet
Don't know if this is bad for performance but it does make things
simpler.
|
2018-05-05 21:29:08 +02:00 |
Linus Probert
|
0a21a2d915
|
Adds falling into pits
Monsters also avoid pits. Still need more pit layouts and
prevent monsters from "spawning" in pits.
|
2018-03-25 23:30:26 +02:00 |
Linus Probert
|
7386b3d582
|
Adds levelcaps to skills
Still need to add the sparkles when they activate
|
2018-03-23 22:03:34 +01:00 |
Linus_Probert
|
ac180d1efb
|
Limit the number of daggers carried.
There is a "dagger count" on the player now. Also added the "dagger"
item that can be dropped by monsters.
|
2018-03-13 16:13:54 +01:00 |
Linus_Probert
|
2c803da0cd
|
Faster dagger rotation and skill direction change
|
2018-03-12 12:35:28 +01:00 |
Linus_Probert
|
5f4140fb6f
|
Increases dagger speed, Adds charge pickup and dagger sound.
|
2018-03-12 09:09:03 +01:00 |
Linus Probert
|
ca83fa38fe
|
Better dagger throw hits and new skill graphics.
|
2018-03-11 21:06:46 +01:00 |
Linus Probert
|
c360aa75ee
|
Added dagger throw skill
There are still some quirks that could need some love surrounding this
skill. Check the reset countdown for example.
|
2018-03-10 22:04:03 +01:00 |
Linus Probert
|
f7ec1195f4
|
Adds skill return countdown.
Also removes ability to wall-bonk exploit the countdowns.
|
2018-03-02 17:05:13 +01:00 |
Linus Probert
|
b6c5edbd92
|
Adds swoosh sound to charge skill
|
2018-03-01 19:46:23 +01:00 |
Linus Probert
|
b05f9333dc
|
Adds "speed lines" to charge skill
|
2018-03-01 19:37:57 +01:00 |
Linus Probert
|
7e596a251e
|
Adds the charge skill
|
2018-03-01 13:48:03 +01:00 |
Linus Probert
|
06cdebc3b3
|
Better flurry sounds
|
2018-03-01 06:47:16 +01:00 |
Linus Probert
|
c42e6fa621
|
Removed all the warnings from gcc
|
2018-03-01 06:04:12 +01:00 |
Linus Probert
|
2253479532
|
Adds skills, 'flurry' skill and sip_potion skill.
Removes shift-h sipping.
|
2018-02-28 22:31:38 +01:00 |
Linus_Probert
|
20cb94b529
|
Skill ideas. Not sure I like them.
|
2018-02-28 15:28:45 +01:00 |
Linus Probert
|
ce2bb2ff43
|
Removed mingw warning.
|
2018-02-24 21:24:19 +01:00 |
Linus Probert
|
462a22f7a0
|
Starts an idea for skills. Not sure I like it.
|
2018-02-24 07:13:28 +01:00 |