1
Fork 0
mirror of https://github.com/Steffo99/hella-farm.git synced 2024-11-22 08:04:23 +00:00
Commit graph

135 commits

Author SHA1 Message Date
e9f5c982b1
Add inventory system, with only Gold for now 2024-04-21 23:49:34 +02:00
522f0beed8
Turn Collectable into Collectible, a marker class 2024-04-21 23:13:02 +02:00
9525b65ad8
Fix MovePhysics name 2024-04-20 04:55:09 +02:00
67c17808b8
Tune MovePhysics default parameters 2024-04-20 04:54:56 +02:00
6e14678239
Make Sheep throwable! 2024-04-20 04:54:33 +02:00
f9f52c4f4a
Start working on MoveTowardsPhysics 2024-04-20 04:31:59 +02:00
9e25d08020
Add a Cursor parameter to drag and drop 2024-04-20 04:11:14 +02:00
e2bbbccfea
Reimplement dragging detection 2024-04-20 03:49:32 +02:00
b222f9a7ff
Refactor Cursor to be an Area2D 2024-04-20 02:23:01 +02:00
0fa269cde5
Unset pickable from all Area2D 2024-04-19 18:25:39 +02:00
da0180c5be
THINGS YAY 2024-04-19 04:30:35 +02:00
9739a089d5
Spawner: spawn things on self if no MainGame is found 2024-04-19 03:48:25 +02:00
ba8dd72ed5
Remove target parameter from spawn 2024-04-19 03:47:34 +02:00
4b3e05b74f
Tweak a few more things 2024-04-19 03:39:07 +02:00
4fbf8c6d8d
Remove debug logging from Edible 2024-04-19 03:32:05 +02:00
496977996c
I got lost hunting for a bug and i forgor commits 2024-04-19 03:23:24 +02:00
9e85baa1cb
TrackerEdible do not log by default 2024-04-19 02:04:35 +02:00
91c4776a33
Remove debug logging from MoveStraight 2024-04-19 01:58:33 +02:00
7683d45747
Remove logging from MoveTowards 2024-04-19 01:57:26 +02:00
0b68127747
Remove logging signals from CursorDetector 2024-04-19 01:56:46 +02:00
d270501f08
Remove unused test behaviours 2024-04-19 01:56:03 +02:00
ed6047834a
Remove debug logging from CursorDetector 2024-04-19 01:55:25 +02:00
2b39bb4551
Add a log_priority method to log the priority of a specific node 2024-04-19 01:50:53 +02:00
1100f60db8
Remove debug logging from Priority 2024-04-19 01:49:49 +02:00
782d752c3e
Remove debug logging from SamplerPriority 2024-04-19 01:49:22 +02:00
c2dd8a61cd
Fix TrackerEdible still looking for tag instead of diet 2024-04-19 01:48:11 +02:00
f1871a02ae
Rename methods and improve Priority 2024-04-19 01:30:03 +02:00
32e00ede01
Improve and cleanup Sampler and SamplerPriority 2024-04-19 01:26:02 +02:00
564477e5e9
Improve Priority with some suggestions by @SnowyCoder 2024-04-19 01:22:03 +02:00
8142f399bd
Add TimerStddev 2024-04-17 05:45:34 +02:00
8278a55069
It works 2024-04-17 05:29:45 +02:00
3341c86e39
Sheep now work! Almost. Missing speed. 2024-04-17 05:26:13 +02:00
17e87b06d0
Alter Move a bit... 2024-04-17 05:01:02 +02:00
1f8a553294
Implement the new behaviour system on Sheep to test it out 2024-04-17 04:52:11 +02:00
44f5556e74
Delete SkitterFromMouse 2024-04-17 01:54:12 +02:00
382fe80266
Rename EdibleTracker to TrackerEdible 2024-04-17 01:10:03 +02:00
3c0439b2a0
Create Priority and SamplerPriority 2024-04-17 00:55:17 +02:00
54076eea57
Remove unnecessary icon definitions 2024-04-16 19:52:16 +02:00
9c84295ac6
Fix AIHunterErratic and AIHunterPersistent node names 2024-04-16 05:09:31 +02:00
f1ca11d887
Create Samplers 2024-04-16 05:08:25 +02:00
69b08c09e7
Create Move and MoveStraight and refactor MoveTowards 2024-04-16 04:29:34 +02:00
fd0d973658
Remove MoveTowardsMouse and MoveTowardsTarget 2024-04-16 04:04:46 +02:00
36c1743979
Break Draggable 2024-04-16 03:56:46 +02:00
6d5360ec35
Remove unused SpawnerFree 2024-04-16 03:20:02 +02:00
b172e919d9
Refactor SpawnerChoice 2024-04-16 03:11:57 +02:00
10f17c1e9e
Refactor Spawner 2024-04-16 03:02:19 +02:00
a3d98df9ff
Refactor movement and entity logic 2024-04-16 02:47:31 +02:00
d222e8c066
Refactor MoveTowards so that it only handles deciding a direction 2024-04-16 01:57:22 +02:00
e2f4ad461e
Refactor HoverDetector into CursorDetector 2024-04-16 01:56:46 +02:00
fa502ba267
Refactor Hunter into EdibleTracker 2024-04-16 00:20:21 +02:00