modernization

  1. Ye Xiu PH

    GLData<T> for GLPADATA, GLDWDATA and GLLLDATA.Source 

    In our recent RAN Online update on YX Games, we deprecated our old GLPADATA, GLDWDATA, and GLLLDATA structs in favor of a modern, generic template: `GLData<T>`. Why the change? Less Boilerplate: One template works for all numeric types, eliminating redundant code. Type-Safe & Flexible...
  2. Ye Xiu PH

    Move your .ini to YXJsonSource 

    RAN Online Configuration Loader Upgrade: From INI to JSON We migrated the old CIniLoader (INI-based) system to a modern JSON loader using RapidJSON (CYXJson). The goal was to improve load time, reduce memory fragmentation, and introduce optional AES encryption while maintaining backward...
Back