]> git.lizzy.rs Git - dungeon_game.git/log
dungeon_game.git
2 years agoReplace dlmopen by dlopen master
Elias Fleckenstein [Sun, 19 Dec 2021 16:40:00 +0000 (17:40 +0100)]
Replace dlmopen by dlopen
This makes builds without glibc (e.g. on Alpine linux) possible.

2 years agoAdd on_level_up callback
Elias Fleckenstein [Tue, 22 Jun 2021 09:10:29 +0000 (11:10 +0200)]
Add on_level_up callback

2 years agoTweak level display color
Elias Fleckenstein [Mon, 14 Jun 2021 19:41:55 +0000 (21:41 +0200)]
Tweak level display color

2 years agoAdd loot boxes
Elias Fleckenstein [Mon, 14 Jun 2021 19:37:10 +0000 (21:37 +0200)]
Add loot boxes

2 years agoSeparate air_function chances for rooms and corridors
Elias Fleckenstein [Mon, 14 Jun 2021 19:03:36 +0000 (21:03 +0200)]
Separate air_function chances for rooms and corridors

2 years agoAdd mapgen contexts
Elias Fleckenstein [Mon, 14 Jun 2021 18:58:57 +0000 (20:58 +0200)]
Add mapgen contexts

2 years agoAdd super secret bumblebee mode
Elias Fleckenstein [Mon, 14 Jun 2021 16:48:36 +0000 (18:48 +0200)]
Add super secret bumblebee mode

2 years agoFancy up score display
Elias Fleckenstein [Mon, 14 Jun 2021 15:39:27 +0000 (17:39 +0200)]
Fancy up score display

2 years agoAdd sword attack key
Elias Fleckenstein [Mon, 14 Jun 2021 09:25:23 +0000 (11:25 +0200)]
Add sword attack key

2 years agoAdd inventory_find
Elias Fleckenstein [Mon, 14 Jun 2021 09:17:53 +0000 (11:17 +0200)]
Add inventory_find

2 years agoSplit documentation into multiple files and document gameplay
Elias Fleckenstein [Mon, 14 Jun 2021 09:10:58 +0000 (11:10 +0200)]
Split documentation into multiple files and document gameplay

2 years agoAdd charged hits
Elias Fleckenstein [Mon, 14 Jun 2021 08:30:45 +0000 (10:30 +0200)]
Add charged hits

2 years agoMerge branch 'master' of https://github.com/EliasFleckenstein03/dungeon_game
Elias Fleckenstein [Mon, 14 Jun 2021 08:20:58 +0000 (10:20 +0200)]
Merge branch 'master' of https://github.com/EliasFleckenstein03/dungeon_game

2 years agoAdd sword
Elias Fleckenstein [Sun, 13 Jun 2021 18:44:45 +0000 (20:44 +0200)]
Add sword

2 years agoPublic calculate_dtime function
Elias Fleckenstein [Sun, 13 Jun 2021 18:41:37 +0000 (20:41 +0200)]
Public calculate_dtime function

2 years agoAdd on_create callback for items
Elias Fleckenstein [Sun, 13 Jun 2021 18:41:17 +0000 (20:41 +0200)]
Add on_create callback for items

2 years agoAdd globalsteps
Elias Fleckenstein [Sun, 13 Jun 2021 18:34:58 +0000 (20:34 +0200)]
Add globalsteps

2 years agoLimit fireballs
Elias Fleckenstein [Sun, 13 Jun 2021 18:15:29 +0000 (20:15 +0200)]
Limit fireballs

2 years agoOnly use entity color if use_color = true
Elias Fleckenstein [Fri, 11 Jun 2021 19:21:53 +0000 (21:21 +0200)]
Only use entity color if use_color = true

2 years agoAdd inventory and cherries (collectable food)
Elias Fleckenstein [Fri, 11 Jun 2021 19:11:37 +0000 (21:11 +0200)]
Add inventory and cherries (collectable food)

2 years agoAdd Space to controls documentation
Elias Fleckenstein [Fri, 11 Jun 2021 09:28:08 +0000 (11:28 +0200)]
Add Space to controls documentation

2 years agoMore precise description of why GCC is needed
Elias Fleckenstein [Fri, 11 Jun 2021 09:27:27 +0000 (11:27 +0200)]
More precise description of why GCC is needed

2 years agoTweak dungeon room generation
Elias Fleckenstein [Thu, 10 Jun 2021 20:00:42 +0000 (22:00 +0200)]
Tweak dungeon room generation

2 years agoAdd dungeon room generation
Elias Fleckenstein [Thu, 10 Jun 2021 19:54:06 +0000 (21:54 +0200)]
Add dungeon room generation

2 years agoCenter healthbar
Elias Fleckenstein [Thu, 10 Jun 2021 19:35:12 +0000 (21:35 +0200)]
Center healthbar

2 years agoCleanup Mapgen code
Elias Fleckenstein [Thu, 10 Jun 2021 19:30:28 +0000 (21:30 +0200)]
Cleanup Mapgen code

2 years agoModularize rendering
Elias Fleckenstein [Thu, 10 Jun 2021 19:28:01 +0000 (21:28 +0200)]
Modularize rendering

2 years agoShoot fireballs into last movement direction
Elias Fleckenstein [Wed, 9 Jun 2021 18:26:57 +0000 (20:26 +0200)]
Shoot fireballs into last movement direction

2 years agoAdd plugin dependencies
Elias Fleckenstein [Wed, 9 Jun 2021 18:08:50 +0000 (20:08 +0200)]
Add plugin dependencies

2 years agoSlightly randomize fireball color
Elias Fleckenstein [Wed, 9 Jun 2021 17:48:18 +0000 (19:48 +0200)]
Slightly randomize fireball color

2 years agoAdd fireballs
Elias Fleckenstein [Wed, 9 Jun 2021 17:41:18 +0000 (19:41 +0200)]
Add fireballs

2 years agoAdd to damage overlay instead of overwriting it everytime damage is taken
Elias Fleckenstein [Wed, 9 Jun 2021 16:28:46 +0000 (18:28 +0200)]
Add to damage overlay instead of overwriting it everytime damage is taken

2 years agoModularize input
Elias Fleckenstein [Wed, 9 Jun 2021 16:26:52 +0000 (18:26 +0200)]
Modularize input

2 years agoHide color-indepenent entities at a light level <= 0.0
Elias Fleckenstein [Wed, 9 Jun 2021 16:07:27 +0000 (18:07 +0200)]
Hide color-indepenent entities at a light level <= 0.0

2 years agoAdd read damage overlay
Elias Fleckenstein [Wed, 9 Jun 2021 16:03:40 +0000 (18:03 +0200)]
Add read damage overlay

2 years agoNicer death handling
Elias Fleckenstein [Wed, 9 Jun 2021 15:44:02 +0000 (17:44 +0200)]
Nicer death handling

2 years agoFix all hearts being rendered if player health <= 0
Elias Fleckenstein [Wed, 9 Jun 2021 15:35:36 +0000 (17:35 +0200)]
Fix all hearts being rendered if player health <= 0

2 years agoOnly call on_death callback if entity was alive before
Elias Fleckenstein [Wed, 9 Jun 2021 15:32:40 +0000 (17:32 +0200)]
Only call on_death callback if entity was alive before

2 years agoMerge branch 'master' of https://github.com/EliasFleckenstein03/dungeon_game
Elias Fleckenstein [Wed, 9 Jun 2021 15:31:32 +0000 (17:31 +0200)]
Merge branch 'master' of https://github.com/EliasFleckenstein03/dungeon_game

2 years agoFix plugin target
Elias Fleckenstein [Wed, 9 Jun 2021 15:31:27 +0000 (17:31 +0200)]
Fix plugin target

2 years agoAdd info about font size in README.md
Elias Fleckenstein [Wed, 9 Jun 2021 15:14:28 +0000 (17:14 +0200)]
Add info about font size in README.md

2 years agoFix typo in README.md
Elias Fleckenstein [Wed, 9 Jun 2021 15:11:32 +0000 (17:11 +0200)]
Fix typo in README.md

2 years agoAdd plugins
Elias Fleckenstein [Wed, 9 Jun 2021 15:10:36 +0000 (17:10 +0200)]
Add plugins

2 years agoInclude loader binary in .gitignore
Elias Fleckenstein [Wed, 9 Jun 2021 15:10:19 +0000 (17:10 +0200)]
Include loader binary in .gitignore

2 years agoCreate LICENSE
Elias Fleckenstein [Wed, 9 Jun 2021 15:08:55 +0000 (17:08 +0200)]
Create LICENSE

2 years agoCreate .gitignore
Elias Fleckenstein [Wed, 9 Jun 2021 15:08:36 +0000 (17:08 +0200)]
Create .gitignore

2 years agoCreate README.md
Elias Fleckenstein [Wed, 9 Jun 2021 15:08:09 +0000 (17:08 +0200)]
Create README.md

2 years agoInitial commit
Elias Fleckenstein [Wed, 9 Jun 2021 14:58:26 +0000 (16:58 +0200)]
Initial commit