685 Commits

Author SHA1 Message Date
Marcel Märtens
8468e67217 Change the version number to 0.8 2020-11-28 11:25:58 +01:00
Sam
65357eb3dd Replaced every unnecssary powf in the entire codebase with either powi or sqrt. 2020-11-24 18:28:24 -06:00
jiminycrick
64ec89a3cc Agent tactic refactoring
Lower theropods spawns

clippy, changelog

review response
2020-11-24 17:49:00 -06:00
jshipsey
d553227557 theropods in world, small tweaks 2020-11-24 17:48:51 -06:00
Christof Petig
5000c9872c use iter once.chain(once).flatten trick to deduplicate SiteInfo generation 2020-11-23 23:28:21 +01:00
Christof Petig
147638a5f7 Remove the last remnants of the site circle and cave map drawing code 2020-11-23 19:54:56 +01:00
Christof Petig
138bcc59d6 fix clippy: One argument is no longer needed 2020-11-23 19:17:19 +01:00
Christof Petig
3371b03798 remove cave lines from the map, also remove remnants of the colored site circles 2020-11-23 19:07:11 +01:00
Christof Petig
347d3e9b69 Display names for caves (identical on both ends) 2020-11-23 19:05:43 +01:00
Christof Petig
338a8ab18b Show caves in map 2020-11-23 19:05:17 +01:00
Joshua Barretto
e4564f28d5 Fmt, make clippy happy 2020-11-23 15:39:03 +00:00
Snowram
8dc966831f Temp loot tables 2020-11-23 10:58:22 +00:00
Joshua Barretto
17efce6dad Prevent wildlife spawning in towns 2020-11-23 10:58:22 +00:00
Joshua Barretto
64260b1394 Switched light map iteration order, fire bowls in dungeons 2020-11-23 10:58:21 +00:00
Snowram
8bd0cee2e5 Add basic guards to towns 2020-11-23 10:58:21 +00:00
Snowram
193f776268 Adds (mini)bosses spawns 2020-11-23 10:58:21 +00:00
Joshua Barretto
d294a5926a Fewer trees near obstacles 2020-11-23 10:58:21 +00:00
Joshua Barretto
3d2265322f More lights, minimised light and glow map data 2020-11-23 10:58:21 +00:00
Snowram
c22c668f51 Dungeon tweaks 2020-11-23 10:58:21 +00:00
Snowram
a7c6d409d3 Adds new cultist armors, defines loadouts for dungeons 2020-11-23 10:57:57 +00:00
Joshua Barretto
906428d373 Light/glow temporal interpolation hack 2020-11-23 10:57:57 +00:00
Snowram
b8d82428eb Assigns spawned npcs loadout with new method 2020-11-23 10:57:56 +00:00
Monty Marz
9831fd2be9 added enum for different dungeon enemies 2020-11-23 10:57:56 +00:00
Monty Marz
1f6e2014eb remove level 6 dungeons 2020-11-23 10:57:56 +00:00
Joshua Barretto
a56159c204 sync 2020-11-23 10:57:56 +00:00
Joshua Barretto
dac40e8da0 Tweaked default graphics settings 2020-11-23 10:57:56 +00:00
Joshua Barretto
869323d7da Added site names, dungeon difficulty, better explosions 2020-11-23 10:57:55 +00:00
Treeco
5b8231e5b8 Replaced placeholder willow generating conditions 2020-11-23 10:57:16 +00:00
Joshua Barretto
8a1debaac9 Forest soil undulation, better acadia placement 2020-11-23 10:57:15 +00:00
Monty Marz
80ee7e80cf WIP map zooming and dragging 2020-11-23 10:57:15 +00:00
Joshua Barretto
f6069ebd62 Removed per-level dungeon waypoints 2020-11-23 10:57:14 +00:00
Joshua Barretto
b011967097 Better scattering and scatter (of both varieties) 2020-11-23 10:45:02 +00:00
Monty Marz
98db02c0e8 map icons 2020-11-23 10:45:01 +00:00
Joshua Barretto
960a695305 Improved water pathfinding 2020-11-23 10:45:01 +00:00
Joshua Barretto
09ef12e99c Added world map size icons 2020-11-23 10:45:01 +00:00
Joshua Barretto
3e6d1f5f3b Added rtsim entities moving when unloaded, better generation 2020-11-23 10:45:01 +00:00
Joshua Barretto
8f3addadbc Return of the cacti 2020-11-23 10:37:59 +00:00
Joshua Barretto
805ad06df1 Increases maximum sprite dimensions (if you suspect an issue, check this commit) 2020-11-23 10:37:59 +00:00
Joshua Barretto
c5f6fd4600 Began implementing rtsim 2020-11-23 10:37:59 +00:00
Joshua Barretto
3be99044e0 Added test poles, minor improvements 2020-11-23 10:37:59 +00:00
Monty Marz
a2d3d167fd Conversion to struct to please clippy 2020-11-21 15:42:43 +01:00
Snowram
6f57aa890e Refines spawn values, add gradients to debug_column 2020-11-21 14:33:35 +01:00
Snowram
782c1e759d Added remaining creature spawns 2020-11-21 14:33:33 +01:00
Joshua Barretto
7c3f77868e Added more creature spawns 2020-11-21 14:33:32 +01:00
Joshua Barretto
f74dfbb9b6 Initial NPC region spawning work 2020-11-21 14:33:30 +01:00
Snowram
c53aff7ba7 Improves bipedlarge and theropod anims, balance tweaks 2020-11-19 00:56:50 +01:00
Snowram
e561172c49 Makes mindflayers spawn in dungeons 2020-11-19 00:53:21 +01:00
Snowram
14f6f9165f Adds new animals 2020-11-19 00:53:02 +01:00
jiminycrick
2ca7bde156 Beginning to address comments 2020-11-18 13:31:12 -08:00
jiminycrick
4745d01515 Biome definition tweaks and more sfx 2020-11-18 13:31:12 -08:00