Commit History

Author SHA1 Message Date
  Dan Lake b779ab041b Use SortedDictionary in StatsManager instead of regular Dictionary so stats will interate and print in a defined order 11 years ago
  Justin Clark-Casey (justincc) a402571a60 Enable one sub-test in TestJsonSetValue() which now works (using identifier with embedded .). 11 years ago
  Justin Clark-Casey (justincc) 7e75fd7dcb Rename JsonSetValueJson() -> JsonSetJson() and JsonGetValueJson() -> JsonGetJson() 11 years ago
  Justin Clark-Casey (justincc) 282123cb00 Comment out regression TestJsonTestPath and TestJsonTestPathJson as these will go away soon 11 years ago
  Justin Clark-Casey (justincc) 476ad0550f Add regression TestJsonList2Path() 11 years ago
  Justin Clark-Casey (justincc) 6e612937c7 Add regression TestGetArrayLength() 11 years ago
  Justin Clark-Casey (justincc) c992037d50 Add regression TestJsonGetPathType() 11 years ago
  Justin Clark-Casey (justincc) fe06b49dd6 Rename new JsonScript functions JsonPathType() -> JsonGetPathType() and JsonArrayLength() -> JsonGetArrayLength() 11 years ago
  Justin Clark-Casey (justincc) 1df97c2385 Make new JsonStore script constants separated with underscores, to be consistent with existing LSL/OSSL, etc script constants. 11 years ago
  Justin Clark-Casey (justincc) 37ab587f27 Fix a very unlikely-to-occur NullReferenceException race condition in llPushObject() where the code assumed that the physics actor it null-checked would still be null when it invoked a method on it 11 years ago
  Mic Bowman 12201bf7f4 Adds a couple requested functions to the JsonStore script 11 years ago
  Mic Bowman c7179ff454 Make path parsing more robust in the JsonStore. 11 years ago
  Justin Clark-Casey (justincc) 841ca0fe38 Add more sub-tests to TestJsonSetValue for paths containing []{} without {} delineation. 11 years ago
  Justin Clark-Casey (justincc) 1ee6822e39 Extend JsonTestSetValue() with tests for escaping brackets, periods and unbalanced braces from paths 11 years ago
  Justin Clark-Casey (justincc) 3fdeb559f0 Add test for array as root element in TestJsonCreateStore() 11 years ago
  Justin Clark-Casey (justincc) 50811b02ab Extend TestJsonRemoveValue() with tests for non-penultimate nodes and arrays 11 years ago
  Justin Clark-Casey (justincc) 009178d7dd Extend TestJsonCreateStore() with a one key input and an input with raw number values 11 years ago
  Justin Clark-Casey (justincc) 7cacf5f8a0 Use an integer when specifying the XWorkItem wait rather than a TimeSpan to avoid a Windows casting issue in SmartThreadPool for large TimeSpans. 11 years ago
  Justin Clark-Casey (justincc) b1740e11de Re-enable subtest for single quoted token in TestJsonSetValueJson() 11 years ago
  Mic Bowman b6cbda61b3 Adds the parameter for OSD serialization to encode default values. This 11 years ago
  Mic Bowman 914ebd7476 Fix handling of string values in JsonSetValueJson(). There are 11 years ago
  Justin Clark-Casey (justincc) 7d68559e15 Add regression TestJsonSetValueJson() 11 years ago
  Justin Clark-Casey (justincc) 5c75e43a70 Add regression TestJsonGetValueJson() 11 years ago
  Justin Clark-Casey (justincc) 79dd5f2692 Add regression TestJsonTestPathJson() 11 years ago
  Justin Clark-Casey (justincc) 216ef7522a Add section to TestJsonGetValue() to test call on a sub-tree 11 years ago
  Justin Clark-Casey (justincc) ccd1bac994 Extend TestJsonTestPath() for non-terminating section of path (i.e. one that does not point to a value/leaf) 11 years ago
  Justin Clark-Casey (justincc) 182c66cea1 Add section to TestJsonSetValue() to test attempted set of value where the penultimate section of path does not exist 11 years ago
  Justin Clark-Casey (justincc) 7fe768a98d Add test to try reading notecard into an invalid path in TestJsonReadNotecard() regression test 11 years ago
  Melanie 4fd176f479 Fix code to check for no spawn points. Possibly a merge artefact? 11 years ago
  BlueWall 2be88cd46c Fix teleport/telehub issue: 11 years ago