Mads Boddum
2dbc6559a3
Fixed indentation in CombatCommandLoaderTest.kt and CommandLoaderTest.kt #1339
2023-10-22 17:53:55 +02:00
Josh
b5be480f8a
Merge pull request #1378 from madsboddum/1270
...
NPCs skip queuing commands while in water
2023-10-22 10:45:23 -05:00
Mads Boddum
1218466671
NPCs don't bother trying to attack while in water, because later state checks won't allow this anyway #1270
2023-10-22 12:46:39 +02:00
Mads Boddum
7370e7a3c4
Added missing column row in commands_global.sdb, causing abandonQuest command to not be loaded #1339
2023-10-22 12:21:11 +02:00
Mads Boddum
915b8845a1
Added regression test for abandonQuest not being loaded #1339
2023-10-22 12:19:30 +02:00
Josh
310c202ae0
Merge pull request #1375 from madsboddum/start-all
...
Compound run configuration for starting docker-compose and then holocore
2023-10-21 13:19:52 -05:00
Mads Boddum
65939f0d55
Created a run configuration for IDEA that is simply a composite of the two we already have for running mongoDB and holocore itself, to make it even simpler to get started
2023-10-21 12:14:59 +02:00
Mads Boddum
62182e3fd8
Newer versions of IDEA autogenerate this file
2023-10-21 12:10:13 +02:00
Josh
84f14b6efb
Merge pull request #1373 from madsboddum/creature-harvest-xp
...
Harvesting creatures grants Scouting Experience
2023-10-02 21:41:15 -05:00
Mads Boddum
73c5bd44db
feat(resources): grant Scouting XP when harvesting creatures #1372
2023-09-30 13:59:30 +02:00
Mads Boddum
6c34d148d7
fix(resources): ResourceService could not be started multiple times, because it did not clean up everything after itself upon shutting down #1372
...
Discovered this when writing testcases, as ResourceService was being started and stopped multiple times. Clearing all the collections in GalacticResourceContainer fixed it.
2023-09-30 13:57:31 +02:00
Undercova
15ad9d9d0e
Merge pull request #1370 from Undercova/master
...
Updated the dynamic spawn lair database
2023-09-24 14:18:00 +02:00
Undercova
60739dc148
Updated the dynamic spawn lair database
...
Moved jedi robes from armor to wearable database
2023-09-24 14:02:02 +02:00
Josh
290a030898
Merge pull request #1365 from madsboddum/1361
...
Fixed respawning too many NPCs
2023.09.23
2023-09-23 08:16:48 -05:00
Josh
adbc82c2a9
Merge pull request #1366 from madsboddum/docker-expand-guide
...
docs: added a section on fixing "Could not find a valid Docker enviro…
2023-09-23 08:16:10 -05:00
Mads Boddum
663d4818d8
fix(npc): when a single NPC is killed, we should not be respawning the max amount of NPCs supported by the spawner
2023-09-23 11:11:01 +02:00
Mads Boddum
905cd1ce40
docs: added a section on fixing "Could not find a valid Docker environment" on Linux environments
...
Had this problem myself on Ubuntu 23.04
2023-09-23 11:08:55 +02:00
Mads Boddum
0e2ab0c294
refactor(npc): renamed methods for spawning NPCs to make it more obvious what amount of NPCs are being spawned
2023-09-23 10:43:38 +02:00
dependabot[bot]
598629e705
Bump actions/checkout from 1 to 4
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 1 to 4.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v1...v4 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected] >
2023-09-09 08:17:34 +00:00
Josh
bee4d25dbe
Merge pull request #1357 from madsboddum/docker-base-image
...
Dockerfile overhaul
2023-08-27 19:48:38 -05:00
Undercova
faedf97f5a
Merge pull request #1362 from Undercova/master
...
Content update
2023.08.21
2023-08-20 22:00:58 +02:00
Undercova
a3960c6c13
Merge branch 'ProjectSWGCore:master' into master
2023-08-20 21:56:22 +02:00
Undercova
b2482fb9af
Updated the dps values for NPC stats database
2023-08-20 21:56:01 +02:00
Undercova
4130b12f1c
Merge pull request #1359 from Undercova/master
...
Updated NPC stats very close to real CU stats
2023.08.20
2023-08-20 19:50:27 +02:00
Undercova
1863356212
Updated NPC stats very close to real CU stats
...
Updated locations for Brawler, Marksman and Entertainer trainer in Mos Eisley
2023-08-20 19:44:37 +02:00
Mads Boddum
8ca33b7cdf
build: as a part of continuous integration, try building the Docker image, to help ensure it keeps on working
2023-08-19 01:49:51 +02:00
Mads Boddum
81d0883446
build: moved jlink build inside the Docker image build, so building the Docker image works on any host OS
...
Problem was that jlink produces OS-specific artifacts, so you couldn't make a functional Docker image on Windows.
Final Docker image size has also been reduced, roughly from 240MB to 170MB, by using Alpine as the new base image.
Support for Debian Stretch ended on the 30th of June 2022.
2023-08-19 01:23:46 +02:00
Josh
e425c604a5
Merge pull request #1356 from madsboddum/docker-timezone
...
Docker image timezone
2023-08-18 11:23:01 -05:00
Mads Boddum
ea0bbd0ccb
feat: added support for easily configuring timezone using an environment variable, making it portable across every kind of Docker host machine
2023-08-18 17:20:43 +02:00
Undercova
0f73548aae
Merge pull request #1350 from Undercova/master
...
Content update
2023.08.15
2023-08-15 21:28:57 +02:00
Undercova
3361df54e6
Reverted a change at LightsaberInventoryTest
2023-08-15 21:19:21 +02:00
Undercova
b34bf55773
Updated items database
2023-08-15 21:03:39 +02:00
Undercova
028ce1868b
Merge branch 'ProjectSWGCore:master' into master
2023-08-13 19:28:48 +02:00
Josh
8946efafa7
Merge pull request #1352 from madsboddum/dependabot
...
Dependabot automatically updating GitHub Actions
2023-08-13 10:24:27 -05:00
Ziggy
c4447a4ab2
Configured Dependabot to update GitHub Actions, so we can spend less time maintaining them ourselves
...
Based on: https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot
2023-08-13 14:08:46 +02:00
Undercova
087f73ede2
Merge branch 'master' of https://github.com/Undercova/Holocore
2023-08-13 11:10:43 +02:00
Undercova
f002e34e8e
Updated all weapons
...
Updated NPC stats
2023-08-13 11:10:19 +02:00
Undercova
e67f3da8bd
Merge branch 'ProjectSWGCore:master' into master
2023-08-13 01:45:39 +02:00
Undercova
e51abba85e
Updated weapon database
2023-08-13 01:45:12 +02:00
Undercova
3b7c0724ef
Merge pull request #1349 from Undercova/master
...
Content update
2023.08.13
2023-08-13 01:16:25 +02:00
Undercova
e143c04da3
Update CU weapon database
2023-08-13 00:44:00 +02:00
Undercova
b786409042
Update NPC stats
2023-08-13 00:38:25 +02:00
Undercova
688f9598e0
Merge pull request #1348 from Undercova/master
...
Content updates
2023.08.12
2023-08-12 22:44:05 +02:00
Undercova
b73c1657fb
Merge branch 'master' of https://github.com/Undercova/Holocore
2023-08-12 22:04:12 +02:00
Undercova
04c14260d2
Updated NPC stats
...
Updated some NPCs
Updated CBT regarding Force Sensitive Novice boxes
2023-08-12 22:02:31 +02:00
Josh
2d69828ef7
Merge pull request #1343 from madsboddum/move-quest-crc-database-utility
...
Moved AddQuestsToCrcDatabase to the utility source set, as it's not t…
2023-07-30 15:45:31 -05:00
Ziggy
d45e49e072
Moved AddQuestsToCrcDatabase to the utility source set, as it's not the kind of utility that holocore would ever use at runtime
2023-07-30 22:32:51 +02:00
Josh
e43f472030
Merge pull request #1335 from madsboddum/holocore-1224
...
Scouts can harvest resources from creatures
2023-07-28 09:51:28 -05:00
Josh
5ff57e50d6
Merge pull request #1329 from madsboddum/holocore-1294
...
BUG: Replaced locomotion checks for riding mounts with a single state…
2023-07-28 09:45:56 -05:00
Josh
c365ff4f6e
Merge pull request #1338 from madsboddum/idea-logo
...
Added ProjectSWG logo as the icon for the IDEA project, so the projec…
2023-07-28 09:45:40 -05:00