eqemu-server/shared_memory
Chris Miles f8e7576ae7
[File Paths] Implement Path Manager (#2440)
* Push up branch for testing

* Path manager

* Tweaks

* Changes

* More path work

* Update paths for eqemu_server.pl

* More path work

* Import and export client files

* Path remove

* More path work

* Update eqemu_config.h

* Fix tests

* Tests disable temp

* Update eqemu_config.h

* Update .drone.yml

* Hook tests back up

* Update main.cpp

* Platform tests

* Fix include

* Use std::filesystem on windows

* Fix IPCMutex name on windows

* std::filesystem changes

* Update path_manager.cpp

* Explicit string cast

* Explicit string cast

* Update path_manager.cpp

* Windows fixes

* Mapped files

* Relative fixes

* Use relative paths off of cwd

* Update Debian image to Debian 11 (updates GCC)

Co-authored-by: hg <4683435+hgtw@users.noreply.github.com>
2022-09-28 04:08:59 -05:00
..
2016-05-24 23:49:25 -07:00
2016-05-24 23:49:25 -07:00
2016-05-24 23:49:25 -07:00
2016-05-24 23:49:25 -07:00
2013-11-19 00:09:41 -05:00
2016-05-24 23:49:25 -07:00
2016-05-24 23:49:25 -07:00

This program creates the shared memory files for various database tables.

It only need to be run after you make a change to the table in the database or there is a source change that relates to that tables structure.

Requires a folder named shared in the root server folder.

shared_memory

Creates all the shared memory files

shared_memory all

Same as above

shared_memory base_data

Creates shared memory files for base data

shared_memory items

Creates shared memory files for items

shared_memory factions

Creates shared memory files for items

shared_memory loot

Creates shared memory files for loot

shared_memory skill_caps

Creates shared memory files for skill caps

shared_memory spells

Creates shared memory files for spells