OpenSimMirror/OpenSim
Justin Clark-Casey (justincc) bffdf20721 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-11-28 02:57:13 +00:00
..
ApplicationPlugins Get rid of some unnecessary casts in RemoteAdminPlugin. 2012-11-28 02:35:28 +00:00
Capabilities minor: Comment out "Client requested range for texture ... but" message. This is not useful during normal operation. 2012-11-28 02:43:55 +00:00
ConsoleClient Where possible, use the system Encoding.ASCII and Encoding.UTF8 rather than constructing fresh copies. 2012-07-11 22:54:22 +01:00
Data SQLite DB: some values of land data will be not saved / loaded 2012-11-28 02:52:17 +00:00
Framework Add "force gc" region console command which manually invokes garbage collection. 2012-11-28 02:57:02 +00:00
Region Fix memory leak where removing an NPC did not remove its circuits. 2012-11-28 02:57:13 +00:00
Server Add [AssetService] AllowRemoteDeleteAllTypes (default false). 2012-11-15 02:09:31 +00:00
Services Add method doc for IPresenceService 2012-11-28 02:51:36 +00:00
Tests Fix script error messages not showing up in viewer 3 and associated viewers. 2012-11-28 02:54:31 +00:00
Tools Fix a bug in pCampbot grabbing behaviour where an exception would be thrown if the bot was not yet aware of any objects. 2012-08-01 22:30:34 +01:00