View Single Post
  #9  
Old 03-16-2016, 05:17 PM
Uleat's Avatar
Uleat
Developer
 
Join Date: Apr 2012
Location: North Carolina
Posts: 2,815
Default

I developed EQDictionary as a means to implement client limitations into server code where a simple limiting 'translation' would not be suitable.

That's what all of this mess is about:

https://github.com/EQEmu/Server/blob...q_dictionary.h
https://github.com/EQEmu/Server/blob...dictionary.cpp

The system is setup so that server code can be streamlined into its simplest form instead of having multiple code segments for different clients.


It's still in a developmental stage..but, hopefully more people will begin to use it and the system will mature.

(Of course, if we ever drop multiple client support, EQDictionary will just be unneeded overhead...)
__________________
Uleat of Bertoxxulous

Compilin' Dirty
Reply With Quote