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 |
|
KimLS
|
2fbd5aaccc
|
Rename namespace EQEmu to namespace EQ (so we don't have two similar but different namespaces anymore)
|
2020-05-17 18:36:06 -07:00 |
|
KimLS
|
9e13a2271c
|
Merge conflicts
|
2013-05-15 13:22:46 -07:00 |
|
Michael Cook
|
73a4e87379
|
FreeBSD support and clean up of unnecessary ifdef FREEBSD
|
2013-05-11 14:32:14 -04:00 |
|
j883376
|
4bdd8b2502
|
Change space indentation to tabs
|
2013-05-09 11:37:51 -04:00 |
|
j883376
|
ffcff4aea1
|
Remove trailing whitespace
|
2013-05-09 11:13:16 -04:00 |
|
Arthur Ice
|
7560b6b0a7
|
NULL to nullptr
|
2013-05-04 18:06:58 -07:00 |
|
KimLS
|
c31b2b65c1
|
NPC Faction lists to new shared memory scheme
|
2013-02-23 13:45:19 -08:00 |
|
KimLS
|
8937c5be86
|
Fix for mmf failing on linux (relies on size_ which wasn't init properly on one of the constructors, now is)
|
2013-02-23 01:32:05 -08:00 |
|
KimLS
|
54883b0795
|
mmf wont lock - programmer can handle that
|
2013-02-23 00:48:16 -08:00 |
|
KimLS
|
9eaa98675b
|
Shared Memory Loot works
|
2013-02-22 18:25:17 -08:00 |
|
KimLS
|
23dbd00d40
|
Style + compile option for rvalue-move
|
2013-02-19 23:06:00 -08:00 |
|
KimLS
|
886fe5cc31
|
Working on tests, not there yet, added licensing stuff
|
2013-02-17 12:31:18 -08:00 |
|
KimLS
|
c734708809
|
MMFs + a scaled down hash set to use them with
|
2013-02-17 11:51:32 -08:00 |
|