Skip to content

Commit b7f19e9

Browse files
committed
Optimizations: delete UpdateListComparisons
1 parent 3c7887c commit b7f19e9

File tree

3 files changed

+0
-123
lines changed

3 files changed

+0
-123
lines changed

Plugins/Optimizations/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,5 @@ add_plugin(Optimizations
55
"PlayerLookup.cpp"
66
"ReconcileAutoMap.cpp"
77
"CacheScriptChunks.cpp"
8-
"UpdateListComparisons.cpp"
98
"CacheDebuggerInstances.cpp"
109
)

Plugins/Optimizations/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,4 @@ Game optimizations. Improves performance of various game elements.
1515
| `NWNX_OPTIMIZATIONS_ALTERNATE_GAME_OBJECT_UPDATE` | true/false | Uses an experimental alternative update mechanism. Requires `LUO_LOOKUP`. **WARNING**: Will break all of NWNX_Appearance and the following NWNX_Player functions: SetObjectVisualTransformOverride, ApplyLoopingVisualEffectToObject, SetPlaceableNameOverride, SetCreatureNameOverride, SetObjectMouseCursorOverride and SetObjectHiliteColorOverride. Forcing objects to be always visible with NWNX_Visibility will also break. |
1616
| `NWNX_OPTIMIZATIONS_RECONCILE_AUTOMAP_DATA` | true/false | Reduces the number of checks for mismatches between players' and module's area list |
1717
| `NWNX_OPTIMIZATIONS_CACHE_SCRIPT_CHUNKS` | true/false | Caches all script chunks, improving performance |
18-
| `NWNX_OPTIMIZATIONS_UPDATE_LIST_COMPARISONS` | int | Optimizes the visibility and vfx List comparisons. |
1918
| `NWNX_OPTIMIZATIONS_CACHE_DEBUGGER_INSTANCES` | true/false | Caches all nwscript debugger instances, improving GetScriptBacktrace() performance |

Plugins/Optimizations/UpdateListComparisons.cpp

Lines changed: 0 additions & 121 deletions
This file was deleted.

0 commit comments

Comments
 (0)