mirror of
https://github.com/alliedmodders/sourcemod.git
synced 2025-12-07 10:28:34 +00:00
* Add new IntHashMap and IntMap natives This is a continuation of #579. [HashMap] Adds new IntHashMap and IntMap natives. This patch makes the following changes * Refactors StringHashMap to a generic HashMap template * Adds the IntHashMap class * Adds new IntMap natives * Adds IntMap tests to the tries test suite [HashMap] Reverted rename of CharsAndLength [HashMap] Use more descriptive template names [HashMap] Removed old-style natives [HashMap] Removed IntHash class [HashMap] Reverted some search & replace errors Co-authored-by: Geoffrey McRae <geoff@hostfission.com> * Fix spelling mistake + include * Fix tries test * Update tests with clone + ContainsKey --------- Co-authored-by: Geoffrey McRae <geoff@hostfission.com> Co-authored-by: Nicholas Hastings <nshastings@gmail.com> |
||
|---|---|---|
| .. | ||
| mock | ||
| benchmark.sp | ||
| bug4059.sp | ||
| callfunctest.sp | ||
| capstest.sp | ||
| clientprefstest.sp | ||
| cstrike-test.sp | ||
| entitylumptest.sp | ||
| entpropelements.sp | ||
| fakenative1.sp | ||
| fakenative2.sp | ||
| filetest.sp | ||
| findmap.sp | ||
| floats.sp | ||
| fwdtest1.sp | ||
| fwdtest2.sp | ||
| gamerules-props.sp | ||
| goto_test.sp | ||
| keyvalues.sp | ||
| mapdisplayname.sp | ||
| outputtest.sp | ||
| ptstest.sp | ||
| sorttest.sp | ||
| sqltest.sp | ||
| sqltest.sql | ||
| stacktest.sp | ||
| structtest.sp | ||
| tf2-test.sp | ||
| tries.sp | ||