Skip to content

Tags: mangoszero/server

Tags

v22.04.160

Toggle v22.04.160's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix for Bot Aura Checks buf (#272) 

v22.04.159

Toggle v22.04.159's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Pets on Transports (#271) 

v22.04.158

Toggle v22.04.158's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
More Cautious Bots (#270) 

v22.04.153

Toggle v22.04.153's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bots ride all transport types (trams, lifts/elevators) (#265) Bot-following-on-transport was already implemented for ships (PR #239), but relied on master->GetTransport() which only searched the global transport list. Trams and lifts are LocalTransports stored per-map in Map::i_transports, so GetTransport() always returned NULL for them and bots never boarded. Adds GetLocalTransports() to Map and falls back to it in MovementHandler when the global search finds no match. The existing follow logic then works for all transport types unchanged.

v22.04.152

Toggle v22.04.152's commit message

Verified

This commit was signed with the committer’s verified signature.
Fix build 

v22.04.146

Toggle v22.04.146's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
console add skills to pinfo (#247) 

v22.04.142

Toggle v22.04.142's commit message

Verified

This commit was signed with the committer’s verified signature.
Add .conf file location fallback to current folder 

v22.04.141

Toggle v22.04.141's commit message

Verified

This commit was signed with the committer’s verified signature.
Potential fix for code scanning alert: Workflow does not contain perm… …issions

v22.04.138

Toggle v22.04.138's commit message

Verified

This commit was signed with the committer’s verified signature.
[DEP] Update StormLib to 9.26 thanks @vs49688 

v22.04.137

Toggle v22.04.137's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update build status badge for Linux/MAC