Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

w4bremer

w4bremer opened an issue on apigear-io/template-unreal
[BUG]: BP classes inherting from C++ do not work in game mode?
### Description of the bug 1. Create a BP class inheriting from a c++ implementation. 2. Use in game for service 3. It works in Editor but not standalone game mode ### Steps To Reproduce 1. Crea...
w4bremer closed an issue on apigear-io/template-cpp14
[FEAT]: upgrade to cpp17
### Description make fork from cpp14 first only upgrade the minimum version required; the documentation should be updated alignment to cpp17 should be done step by step with new features, fix...
w4bremer published a release on apigear-io/template-unreal
v3.5.0-alpha0
## What's Changed * Feat: add support for msg bus by @w4bremer in https://github.com/apigear-io/template-unreal/pull/117 **Full Changelog**: https://github.com/apigear-io/template-unreal/comp...
w4bremer created a tag on apigear-io/template-unreal

v3.5.0-alpha0 - Technology template for Unreal Engine

w4bremer deleted a branch w4bremer/template-unreal

feat/AddSupportForMsgBus

w4bremer pushed 4 commits to main apigear-io/template-unreal
  • fix: create missing plugin subfolder 5fa8698
  • feat(msgbus): add initial support for msgbus 490c241
  • refactor(msgbus): add heartbeat on client side Client sends ping with current timestamp to service, service immediat... 2ff5946
  • chore(apigear): set version to tpl v3.5.0-alpha0 afc857f

View on GitHub

w4bremer closed a pull request on apigear-io/template-unreal
Feat: add support for msg bus
## 📑 Description Add Unreal Message Bus as additionally transport ## ✅ Checks <!-- Make sure your pr passes the CI checks and do check the following fields as needed - --> - [ ] My pull reque...
w4bremer pushed 2 commits to feat/AddSupportForMsgBus w4bremer/template-unreal
  • refactor(msgbus): add heartbeat on client side Client sends ping with current timestamp to service, service immediat... 554e1ea
  • chore(apigear): set version to tpl v3.5.0-alpha0 ca17b33

View on GitHub

w4bremer pushed 2 commits to feat/AddSupportForMsgBus w4bremer/template-unreal
  • refactor(msgbus): add heartbeat on client side Client sends ping with current timestamp to service, service immediat... a8d74d2
  • chore(apigear): set version to tpl v3.5.0-alpha0 7fc98b0

View on GitHub

w4bremer pushed 1 commit to feat/AddSupportForMsgBus w4bremer/template-unreal
  • chore(apigear): set version to tpl v3.5.0-alpha0 717757f

View on GitHub

w4bremer pushed 3 commits to feat/AddSupportForMsgBus w4bremer/template-unreal
  • feat(msgbus): add initial support for msgbus b0b9827
  • refactor(msgbus): add heartbeat on client side Client sends ping with current timestamp to service, service immediat... d345149
  • chore(apigear): set version to template v3.5.0-alpha0 11300e1

View on GitHub

w4bremer pushed 1 commit to feat/AddSupportForMsgBus w4bremer/template-unreal
  • feat(msgbus): add initial support for msgbus 2d536bf

View on GitHub

w4bremer pushed 1 commit to feat/AddSupportForMsgBus w4bremer/template-unreal
  • feat(mgsbus): add initial support for msgbus 0f2ac87

View on GitHub

w4bremer pushed 1 commit to feat/AddSupportForMsgBus w4bremer/template-unreal
  • feat(mgsbus): add initial support for msgbus 7c68dc4

View on GitHub

w4bremer created a branch on w4bremer/template-unreal

feat/AddSupportForMsgBus - Technology template for Unreal Engine

w4bremer published a release on apigear-io/template-unreal
v3.4.2
## What's Changed * ad-hoc clean-up by @EpicMaxKanensley in https://github.com/apigear-io/template-unreal/pull/115 * Fix: make sure mobile builds work by @w4bremer in https://github.com/apigear-i...
w4bremer created a tag on apigear-io/template-unreal

v3.4.2 - Technology template for Unreal Engine

w4bremer pushed 3 commits to main apigear-io/template-unreal
  • fix(olink): disable olink tests for mobile This adds a missing ifdef check for android, ios to the olink spec test h... 170487e
  • refactor(apigear): rename to PlatformAllowList Starting with UE 5 PlatformAllowList should be used instead of White... 6d390b1
  • chore(apigear): set version to template v3.4.2 0631e3c

View on GitHub

w4bremer deleted a branch w4bremer/template-unreal

fix/MiscChanges

w4bremer closed a pull request on apigear-io/template-unreal
Fix: make sure mobile builds work
## 📑 Description - fix leftover mobile build issue - use latest wording in uplugin for PlatformAllowList ## ✅ Checks <!-- Make sure your pr passes the CI checks and do check the following fie...
w4bremer opened a pull request on apigear-io/template-unreal
Fix: make sure mobile builds work
## 📑 Description - fix leftover mobile build issue - use latest wording in uplugin for PlatformAllowList ## ✅ Checks <!-- Make sure your pr passes the CI checks and do check the following fie...
w4bremer created a branch on w4bremer/template-unreal

fix/MiscChanges - Technology template for Unreal Engine

w4bremer pushed 7 commits to main apigear-io/template-unreal
  • refactor: preallocate arrays where possible (minor theoretical optimization) 69f0920
  • docs: unreal module deps should default Private Also improves clarity of the accompanying explanation. 0d5ae01
  • style: remove deprecated GENERATED_UCLASS_BODY a9d56f4
  • fix: update copyright year bab5527
  • fix: use correct comment style for doc-comments Although Unreal picks up on any comment style for displaying tooltip... fd8d339
  • fix: remove unused + illegally named member 391dd3c
  • fix: don't nest public/private include paths as doing so results in compile errors when UHT puts #include directives... 4253b4b

View on GitHub

w4bremer closed a pull request on apigear-io/template-unreal
ad-hoc clean-up
Misc. changes made while performing initial review. Bundled as a circumstantial exception to the rule about PR granularity.
w4bremer created a comment on a pull request on apigear-io/template-unreal
Manually re-run the missing Linux build tests and tested against 4.27, 5.5 on Windows. All successful.

View on GitHub

w4bremer created a comment on a pull request on apigear-io/template-unreal
> @w4bremer The 5.2 build failed because the docker registry hit a rate limit. I created a new PR but it's picking up on the build failure from the previous one because the commit hash is still the...

View on GitHub

w4bremer starred 0xFA11/GameNetworkingResources
w4bremer created a review on a pull request on apigear-io/template-cpp17

View on GitHub

w4bremer starred yobix-ai/extractous
w4bremer published a release on apigear-io/template-unreal
v3.4.1
## What's Changed * Fix: make sure external cpp linking works by @w4bremer in https://github.com/apigear-io/template-unreal/pull/113 * Fix: Support UE5.5 and fix android build by @w4bremer in htt...
Load more