Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleaned up map data storage #3347

Merged
merged 7 commits into from Jul 25, 2018
Merged

Cleaned up map data storage #3347

merged 7 commits into from Jul 25, 2018

Conversation

aleos89
Copy link
Contributor

@aleos89 aleos89 commented Jul 25, 2018

* Follow up to a942853.
* Fixes #3336.
* Moved map_data storage to std::map container.
* Created map_getmapdata to obtain pointer to map_data.
* Got rid of MAX_MAP_PER_SERVER define.
* Resolved deletion of instances causing other instances to lose their intended map ID.
Thanks to @teededung, @Anacondaqq, and @Lemongrass3110!
@aleos89 aleos89 added the status:code-review Pull Request that requires reviewing from other developers before being pushed to master label Jul 25, 2018
aleos89 and others added 6 commits July 25, 2018 10:32
* Adjusted some map ID range checks to not check for map size anymore.
Thanks to @cydh!
Not one of my best days... -_-"
There might still be more
@Lemongrass3110 Lemongrass3110 merged commit 584fcac into master Jul 25, 2018
@Lemongrass3110 Lemongrass3110 deleted the hotfix/issue3336 branch July 25, 2018 23:07
@Lemongrass3110 Lemongrass3110 added component:core A fault that lies within the main framework of rAthena priority:high A fault that makes rAthena unstable or unusable mode:renewal A fault that exists within the renewal mode mode:prerenewal A fault that exists within the pre-renewal mode type:bug Issue that is a bug within rAthena and removed status:code-review Pull Request that requires reviewing from other developers before being pushed to master labels Jul 25, 2018
@ghost ghost mentioned this pull request Jul 26, 2018
@keitenai
Copy link
Contributor

keitenai commented Jul 29, 2018

script function "channel_setcolor" is causing mapserver crash

@Lemongrass3110
Copy link
Member

@keitenai fixed by @cydh in 3de9a44

SeravySensei pushed a commit to SeravySensei/rathena that referenced this pull request Jan 26, 2019
Follow up to a942853.
Fixes rathena#3336.
Moved map_data storage to std::map container.
Created map_getmapdata to obtain pointer to map_data.
Got rid of MAX_MAP_PER_SERVER define.
Resolved deletion of instances causing other instances to lose their intended map ID.
Refactored warp suggestions

Thanks to @teededung, @Anacondaqq, @cydh and @Lemongrass3110!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:core A fault that lies within the main framework of rAthena mode:prerenewal A fault that exists within the pre-renewal mode mode:renewal A fault that exists within the renewal mode priority:high A fault that makes rAthena unstable or unusable type:bug Issue that is a bug within rAthena
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants