1
0
Fork 0
Commit Graph

22 Commits

Author SHA1 Message Date
Timothy Warren 8f10289ed6 Replace rltk with bracket_lib, removing one layer of module redirection 2022-02-04 14:09:48 -05:00
Timothy Warren 351b149b27 Move developer-type code options to 'debug' feature 2022-02-04 09:52:09 -05:00
Timothy Warren 30de2cd7ce Use rltk prelude import instead of full paths 2022-02-03 15:16:41 -05:00
Timothy Warren fd9f8e7463 Use new rng module instead of passing around a variable. Completes section 5.31 2022-02-03 14:59:35 -05:00
Timothy Warren e3248519ac Refactor camera to batch render 2022-02-02 10:08:11 -05:00
Timothy Warren 5a0f7b2b05 Add ItemMagicTemplate struct to raws 2022-01-31 08:47:18 -05:00
Timothy Warren eef254e2be Implement start of Mushroom Forest entrance 2022-01-28 12:28:42 -05:00
Timothy Warren 5b8d127af0 Add docs 2022-01-21 15:55:13 -05:00
Timothy Warren 444b692779 Obfuscate names of scrolls and potions in other scenarios 2022-01-19 14:35:13 -05:00
Timothy Warren dd8a3b4f6f Implement obfuscated names for magic scrolls 2022-01-19 10:15:51 -05:00
Timothy Warren 9e85abb29b Implement map builder for level 5 2022-01-18 09:32:48 -05:00
Timothy Warren 3cad614e78 Make color usage consistent through the use of constants 2022-01-14 12:19:46 -05:00
Timothy Warren a3fdba4fe5 Add 4th level type, completing section 5.17 2022-01-14 10:47:43 -05:00
Timothy Warren f9e73479d0 Extract spatial indexing (tile contents, and if a tile is blocked) into its own module 2022-01-12 10:45:13 -05:00
Timothy Warren 6f9aa54896 Add lighting system 2022-01-10 10:21:19 -05:00
Timothy Warren 5c34390bc9 Add limestone cavern map builder 2022-01-10 09:57:59 -05:00
Timothy Warren b4fc2ba28f Allow restoring of NPCs on level changes 2022-01-06 09:34:17 -05:00
Timothy Warren ca79653703 Start section 5.12 by adding the master dungeon map 2022-01-05 16:44:44 -05:00
Timothy Warren e475a91c19 Add new theme for forest map 2022-01-04 15:02:50 -05:00
Timothy Warren a4e9c27c8f Finish generating the empty town map, completing section 5.4 2021-12-24 11:30:52 -05:00
Timothy Warren b115f43d5d Use :: prefix on external crates 2021-12-24 10:38:44 -05:00
Timothy Warren 2dc420bef9 Create a rough town map generator, starting section 5.4 2021-12-24 10:20:29 -05:00