OpenSimMirror/OpenSim
Justin Clark-Casey (justincc) 09f4e72d6a Fix memory leak where removing an NPC did not remove its circuits.
This was because we were removing by circuitcode where NPCs have no code.
Now removing by agent ID instead.
This commit also fixes the "show circuits" console command to work properly where the circuit has no associated IP address.
2012-10-29 23:22:40 +00:00
..
ApplicationPlugins
Capabilities
ConsoleClient
Data SQLite DB: some values of land data will be not saved / loaded 2012-10-21 10:41:23 -04:00
Framework Add "force gc" region console command which manually invokes garbage collection. 2012-10-29 22:53:06 +00:00
Region Fix memory leak where removing an NPC did not remove its circuits. 2012-10-29 23:22:40 +00:00
Server Get "save oar" and "save iar" to tell you in a more friendly manner if the filename to save already exists, rather than exception throwing. 2012-10-24 03:08:58 +01:00
Services Add method doc for IPresenceService 2012-10-20 02:26:08 +01:00
Tests Fix script error messages not showing up in viewer 3 and associated viewers. 2012-10-25 03:26:12 +01:00
Tools