Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
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 pushed 4 commits to main apigear-io/template-unreal
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
w4bremer pushed 2 commits to feat/AddSupportForMsgBus w4bremer/template-unreal
w4bremer pushed 1 commit to feat/AddSupportForMsgBus w4bremer/template-unreal
- chore(apigear): set version to tpl v3.5.0-alpha0 717757f
w4bremer pushed 3 commits to feat/AddSupportForMsgBus w4bremer/template-unreal
w4bremer pushed 1 commit to feat/AddSupportForMsgBus w4bremer/template-unreal
- feat(msgbus): add initial support for msgbus 2d536bf
w4bremer pushed 1 commit to feat/AddSupportForMsgBus w4bremer/template-unreal
- feat(mgsbus): add initial support for msgbus 0f2ac87
w4bremer pushed 1 commit to feat/AddSupportForMsgBus w4bremer/template-unreal
- feat(mgsbus): add initial support for msgbus 7c68dc4
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 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
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