Activity
From 2010-07-02 to 2010-07-31
2010-07-30
- 05:50 PM Revision 556: - nearly finished implementing Region for Horde [1479]
- - nearly finished implementing Region for Horde [1479]
- 05:49 PM Revision 555: - Added Normalize function for Vector2
- - Added Normalize function for Vector2
- 05:04 PM Revision 554: - Changed DocumentRetrieved order to occur after the document provider has an oppor...
- - Changed DocumentRetrieved order to occur after the document provider has an opportunity to manipulate it
- 04:54 PM Revision 553: - Improved comment grammar
- - Improved comment grammar
- 04:53 PM Revision 552: - Added DownloadRate, BytesRemaining and Downloads to IContentAcquirer and IContent...
- - Added DownloadRate, BytesRemaining and Downloads to IContentAcquirer and IContentLoader
- 03:33 PM Revision 551: [1461] Added a new filestore schema to the model. This will be used for storing fil...
- [1461] Added a new filestore schema to the model. This will be used for storing files of all types. The older HostEngineFileStore will eventually be deprecated.
- 01:04 PM Revision 550: - region now draws convex and some concave polys [1337]
- - region now draws convex and some concave polys [1337]
- 11:32 AM Revision 549: - Removed deprecated UI helpers booleans - Stubbed out event handlers for IDocument...
- - Removed deprecated UI helpers booleans - Stubbed out event handlers for IDocumentProvider.PasswordRequired in ParkEngine
- 11:30 AM Revision 548: - Removed deprecated RenderUIHelperItems boolean from IRenderEngine
- - Removed deprecated RenderUIHelperItems boolean from IRenderEngine
- 11:23 AM Revision 547: - Updated IDocumentProvider implementations to include PasswordRequired event and a...
- - Updated IDocumentProvider implementations to include PasswordRequired event and a minor change to the PlaybackCompleted event
- 11:21 AM Revision 546: - Added event to support document providers that require a password to open the con...
- - Added event to support document providers that require a password to open the context
- 11:19 AM Revision 545: - Added ScreenshotOnNavigation boolean to Navigator to enable/disable automatic scr...
- - Added ScreenshotOnNavigation boolean to Navigator to enable/disable automatic screenshot functionality
2010-07-29
- 04:51 PM Revision 544: - started implementing IRegion interface [1337]
- - started implementing IRegion interface [1337]
- 04:48 PM Revision 543: - created a new drawing element interface, IRegion [1337]
- - created a new drawing element interface, IRegion [1337]
- 03:54 PM Revision 542: -Setting avatar's initial physics center position to position + height/2
- -Setting avatar's initial physics center position to position + height/2
- 02:07 PM Revision 541: - Updated LidgrenNetworkChannel to match the changes made in INetworkChannel
- - Updated LidgrenNetworkChannel to match the changes made in INetworkChannel
- 02:06 PM Revision 540: - Added explicit locking to prevent collection modified exceptions during enumerati...
- - Added explicit locking to prevent collection modified exceptions during enumeration of the drawables
- 02:04 PM Revision 539: - Fixed bug where the StrokeThickness of Line was defaulting to 0
- - Fixed bug where the StrokeThickness of Line was defaulting to 0
- 01:21 PM Revision 538: - removed unnecessary debug line
- - removed unnecessary debug line
2010-07-28
- 06:18 PM Revision 537: - added check for null fill in drawables [1337]
- - added check for null fill in drawables [1337]
- 05:59 PM Revision 536: - removed Normal from drawable interfaces [1337]
- - removed Normal from drawable interfaces [1337]
- 05:58 PM Revision 535: [1337] - implemeted docked drawables - updated to respect interface (removed normal...
- [1337] - implemeted docked drawables - updated to respect interface (removed normal property)
- 03:47 PM Revision 534: - Removed DejaVu dependency from VastPark project, replaced with custom implementat...
- - Removed DejaVu dependency from VastPark project, replaced with custom implementation of undo/redo for navigation history. Fixes crash when clearing history (#1407)
- 02:59 PM Revision 533: Fixed bug where avatars spawn high up in the air
- Fixed bug where avatars spawn high up in the air
- 01:52 PM Revision 532: - Removed DejaVu dependency from VastPark project, replaced with custom implementat...
- - Removed DejaVu dependency from VastPark project, replaced with custom implementation of undo/redo for navigation history. Fixes crash when clearing history (#1407)
- 10:15 AM Revision 531: - updated to declare new interface member [1337]
- - updated to declare new interface member [1337]
- 10:12 AM Revision 530: - added members to support interface [1337]
- - added members to support interface [1337]
- 10:09 AM Revision 529: [1337] - added IsDocked to Drawable interface - removed IsFilled from interfaces
- [1337] - added IsDocked to Drawable interface - removed IsFilled from interfaces
2010-07-27
- 05:42 PM Revision 528: - implemented updated interface [1337]
- - implemented updated interface [1337]
- 05:33 PM Revision 527: - added missing methods from previous commit [1337]
- - added missing methods from previous commit [1337]
- 05:31 PM Revision 526: - added docked option to ILine [1337]
- - added docked option to ILine [1337]
- 04:53 PM Revision 525: - implemented IsFilled in drawing elements [1337]
- - implemented IsFilled in drawing elements [1337]
- 04:47 PM Revision 524: - added a bool to specify whether drawables filled or not [1337]
- - added a bool to specify whether drawables filled or not [1337]
- 04:41 PM Revision 523: - implemented new interfaces for drawing elements [1337]
- - implemented new interfaces for drawing elements [1337]
- 04:33 PM Revision 522: - removed drawables from hud pass and put lock on it [1337]
- - removed drawables from hud pass and put lock on it [1337]
- 03:34 PM Revision 521: Made the TimeOfLastUpdate / TimeSinceLastUpdate pair consecutive so that the isn't ...
- Made the TimeOfLastUpdate / TimeSinceLastUpdate pair consecutive so that the isn't a huge gap between them. (this fixes problems where the physics engine didn't take into consideration the time it took to simulate the physics steps)
2010-07-26
- 11:32 PM Document: VastServer Developer Package
- The VastServer Developer Package is available for immediate download and use. It contains: * VastServer Lite edition * Simple installation instructions * Some example worlds to get developers up and running quickly. VastServer Lite is free f...
- VastPark Open Developer 1.4.1 package
- 06:20 PM Revision 520: - put interface definitions into shape classes [1337]
- - put interface definitions into shape classes [1337]
- 06:17 PM Revision 519: - modified interfaces to be more versatile [1337] - added argb func to color3
- - modified interfaces to be more versatile [1337] - added argb func to color3
- 06:15 PM Revision 518: [1337] - updated shape classes to support new interface - implemented rectangle
- [1337] - updated shape classes to support new interface - implemented rectangle
- 02:33 PM Revision 517: Remove unneeded static constructor and instance variables left over from channel co...
- Remove unneeded static constructor and instance variables left over from channel code that no longer exists within the network server.
- 02:11 PM Revision 516: Re-integrating Enterprise-Server-v1.4.1 branch back to trunk.
- Re-integrating Enterprise-Server-v1.4.1 branch back to trunk.
- 01:51 PM Revision 515: Merging changes from trunk common to keep branch in sync.
- Merging changes from trunk common to keep branch in sync.
- 10:26 AM Revision 514: [1209] Fixed an issue where channel broadcasts were being incorrectly broadcast by ...
- [1209] Fixed an issue where channel broadcasts were being incorrectly broadcast by the network server when they are handled by the command processor. This should fix an issue where a client sending a change to the channel would receive this messag...
- 09:16 AM Revision 513: - Updated classes using IResource to the new IResourceContainer naming
- - Updated classes using IResource to the new IResourceContainer naming
- 09:12 AM Revision 512: - Added a check that the element in the collection which has been added/removed is ...
- - Added a check that the element in the collection which has been added/removed is of type INetworkable to prevent a null ref exception
- 09:10 AM Revision 511: - Merged changes from legacy line related to an improvement to the PIMML file format
- - Merged changes from legacy line related to an improvement to the PIMML file format
- 09:03 AM Revision 510: - Changed IResourceContainer to return a byte[] rather than MemoryStream
- - Changed IResourceContainer to return a byte[] rather than MemoryStream
- 09:02 AM Revision 509: - Renamed IResource to IResourceContainer
- - Renamed IResource to IResourceContainer
2010-07-23
- 04:32 PM Revision 508: [1427] Fixed an issue where specific imml documents could not be returned from the ...
- [1427] Fixed an issue where specific imml documents could not be returned from the ImmlRequestModule. This was due to a check for requests coming from a non vastpark client and always returning the default imml document.
- 04:15 PM Revision 507: - Removed Initialise method from MouseState in favour of a static constructor
- - Removed Initialise method from MouseState in favour of a static constructor
- 03:56 PM Revision 506: - Updated BoneNode to be in sync with the legacy-slimdx version
- - Updated BoneNode to be in sync with the legacy-slimdx version
- 03:52 PM Revision 505: [1209] Big refactoring to change the way channels are managed, who manages them and...
- [1209] Big refactoring to change the way channels are managed, who manages them and where they are handled. Channels can now successfully be requested.
- 01:11 PM Revision 504: - updated to respect stroke properties [1337]
- - updated to respect stroke properties [1337]
2010-07-22
- VastServer Open Source package
- 05:45 PM Revision 503: - added normal and up vectors Rectangle [1337]
- - added normal and up vectors Rectangle [1337]
2010-07-21
- 10:23 PM Revision 502: - Updated BulletSharp HintPath to point to lib\BulletSharp\BulletSharp.dll
- - Updated BulletSharp HintPath to point to lib\BulletSharp\BulletSharp.dll
- 10:16 PM Revision 501: - Updated PortableImmlDocumentProvider to handle latest changes to the Portable Imm...
- - Updated PortableImmlDocumentProvider to handle latest changes to the Portable Imml format
- 10:15 PM Revision 500: - Changed OnDocumentRetrieved event invocation to occur after the current document ...
- - Changed OnDocumentRetrieved event invocation to occur after the current document provider has had the opportunity to manipulate it
- 06:49 PM Revision 499: fixed Physics flipped z on GetTransform from horde flipped z on the mesh builder fo...
- fixed Physics flipped z on GetTransform from horde flipped z on the mesh builder for bullet fixed bvhTrianglemesh for models with indicies that cross the 16 bit boundary added physics centre (centre of gravity), but have hard coded primitives cen...
- 05:23 PM Revision 498: [1209] Implemented the necessary code to raise a message received event on a channel.
- [1209] Implemented the necessary code to raise a message received event on a channel.
- 05:12 PM Revision 497: - Stubbed out provision for a licensing manifest inside of PIMML (#1415)
- - Stubbed out provision for a licensing manifest inside of PIMML (#1415)
- 05:04 PM Revision 496: - Added missing overload for loading text into IRenderEngine
- - Added missing overload for loading text into IRenderEngine
- 02:50 PM Revision 495: - Updated loaders to refer to IResourceContainer rather than the removed IResource
- - Updated loaders to refer to IResourceContainer rather than the removed IResource
- 02:47 PM Revision 494: - Modified PortableIMML format to support encryption (#171), URI impersonation (#14...
- - Modified PortableIMML format to support encryption (#171), URI impersonation (#1413) and additional resources (#1414)
- 01:50 PM Revision 493: - Renamed IResource to IResourceContainer and changed GetResource call to return a ...
- - Renamed IResource to IResourceContainer and changed GetResource call to return a byte array
- 01:41 PM Revision 492: - Removed unused resource list in ContentAcquirer
- - Removed unused resource list in ContentAcquirer
- 08:40 AM Revision 491: - updated text shader to respect edited forward pipeline
- - updated text shader to respect edited forward pipeline
2010-07-20
- 04:05 PM Revision 490: [1393] Fixed a bug where worlds could not be removed once they had foreign key refe...
- [1393] Fixed a bug where worlds could not be removed once they had foreign key references (files and statistics).
- 04:03 PM Revision 489: [1209] Implemented GetChannel in the server side client and network server. It shou...
- [1209] Implemented GetChannel in the server side client and network server. It should now be possible to request a channel from the server side client.
- 03:08 PM Revision 488: - implemented rendering of arcs for tv [1337]
- - implemented rendering of arcs for tv [1337]
- 02:50 PM Revision 487: - implemented rendering of ellipses for tv [1337]
- - implemented rendering of ellipses for tv [1337]
- 11:59 AM Revision 486: - added h3d render call to Arc [1337] - fixed commenting for IArc
- - added h3d render call to Arc [1337] - fixed commenting for IArc
- 11:53 AM Revision 485: - fixed commenting
- - fixed commenting
- 10:57 AM Revision 484: - implemented createArc and create Ellipse [1337] - implemented render func for Ell...
- - implemented createArc and create Ellipse [1337] - implemented render func for Ellipse [1337]
- 09:22 AM Revision 483: - implemented interfaces IArc and IEllipse for tv [1337]
- - implemented interfaces IArc and IEllipse for tv [1337]
- 09:18 AM Revision 482: - implemented interfaces IArc and IEllipse for horde [1337]
- - implemented interfaces IArc and IEllipse for horde [1337]
- 09:15 AM Revision 481: - created interfaces for arc and ellipse [1337]
- - created interfaces for arc and ellipse [1337]
2010-07-19
- 05:47 PM Revision 480: [1209] Added code to the server side client and network server to return a channel.
- [1209] Added code to the server side client and network server to return a channel.
- 02:59 PM Revision 479: Branching common repository for work on server v1.4.1.
- Branching common repository for work on server v1.4.1.
- 01:52 PM Revision 478: - Reverted ModelAnimationController due to bad merge in r457
- - Reverted ModelAnimationController due to bad merge in r457
- 09:10 AM Revision 477: - changed to let spatial text load differently to docked text [1100]
- - changed to let spatial text load differently to docked text [1100]
2010-07-16
- 06:17 PM User stories #18: Remove MS SQL dependency from VastServer Open Source
- Hello Ryan, Just to get an idea of where you are coming from, are you familiar with LINQ, LinqToObjects and LinqToSQL. These are the fundamental technologies behind the data access framework the server uses. Additionally, are you familiar with th...
- 05:01 PM Revision 476: - Fixed bug where models which failed to load weren't raising an appropriate ImmlLo...
- - Fixed bug where models which failed to load weren't raising an appropriate ImmlLogger error or allowing the document to proceed loading (#1178)
- 04:57 PM Revision 475: - Added TargaImage class
- - Added TargaImage class
- 04:42 PM Revision 474: - implemented use of the 'class' attribute in material [1238]
- - implemented use of the 'class' attribute in material [1238]
- 04:23 PM Revision 473: - Fixed bug where Dispose calls to the InputEngine when it hadn't been enabled woul...
- - Fixed bug where Dispose calls to the InputEngine when it hadn't been enabled would cause a deadlock
- 04:21 PM Revision 472: - Changed BackgroundCacher internal thread to IsBackground
- - Changed BackgroundCacher internal thread to IsBackground
- 04:20 PM Revision 471: - Fixed an issue where the RenderEngine was being disposed prior to the InputEngine...
- - Fixed an issue where the RenderEngine was being disposed prior to the InputEngine causing exceptions to be raised (#1355)
- 03:24 PM Revision 470: - Stubbed out CreateX drawing methods, implemented CreateLine and CreateRectangle
- - Stubbed out CreateX drawing methods, implemented CreateLine and CreateRectangle
- 03:23 PM Revision 469: - Added CreateArc, CreateEllipse, CreateLine and CreateRectangle methods to IRender...
- - Added CreateArc, CreateEllipse, CreateLine and CreateRectangle methods to IRenderEngine
- 03:22 PM Revision 468: - Added reference to VastPark.FrameworkBase in VastPark.Common.Content (missed in p...
- - Added reference to VastPark.FrameworkBase in VastPark.Common.Content (missed in previous commit related to SlimResetEvent refactor)
- 03:21 PM Revision 467: - Added Drawing namespace to VastPark.Horde3D project
- - Added Drawing namespace to VastPark.Horde3D project
- 02:28 PM Revision 466: - Removed VastPark.Data.Drawing
- - Removed VastPark.Data.Drawing
- 02:27 PM Revision 465: - Refactored rendering code to use VastPark.FrameworkBase.Drawing rather than VastP...
- - Refactored rendering code to use VastPark.FrameworkBase.Drawing rather than VastPark.Data.Drawing
- 01:34 PM User stories #18: Remove MS SQL dependency from VastServer Open Source
- Quick update on this. We just released a new version of the enterprise server yesterday; v1.4. Some changes to the server.core require the infrastructure in our open source server to be updated. Once I have finished updating this so the open so...
- 01:33 PM Revision 464: - Modified Color3 and Color4 ToString() to return a hexadecimal string
- - Modified Color3 and Color4 ToString() to return a hexadecimal string
- 01:29 PM Revision 463: - Added constructor overloads that convert from a string to a Color3/Color4 instance
- - Added constructor overloads that convert from a string to a Color3/Color4 instance
- 01:23 PM Revision 462: - Shifted Color3 and Color4 to Drawing namespace
- - Shifted Color3 and Color4 to Drawing namespace
- 01:18 PM Revision 461: - Added Drawing namespace to VastPark.FrameworkBase
- - Added Drawing namespace to VastPark.FrameworkBase
- 12:58 PM Revision 460: - Refactored BackgroundCacher to use Monitor.Wait/Monitor.Pulse pattern and SlimRes...
- - Refactored BackgroundCacher to use Monitor.Wait/Monitor.Pulse pattern and SlimResetEvent
- 12:53 PM Revision 459: - Refactored InputEngine to use SlimResetEvent for blocking Dispose until the inter...
- - Refactored InputEngine to use SlimResetEvent for blocking Dispose until the internal threads have been cleaned up
- 12:52 PM Revision 458: - Refactored ScriptEngine to use SlimResetEvent for blocking Dispose until the inte...
- - Refactored ScriptEngine to use SlimResetEvent for blocking Dispose until the internal threads have been cleaned up
- 11:39 AM Revision 457: Re-integrating Enterprise-Server-v1.4 branch back to trunk.
- Re-integrating Enterprise-Server-v1.4 branch back to trunk.
- 10:59 AM Revision 456: - Added SlimResetEvent class to VastPark.FrameworkBase project
- - Added SlimResetEvent class to VastPark.FrameworkBase project
- 10:48 AM Revision 455: - updated shader to support double sided polys [1356]
- - updated shader to support double sided polys [1356]
- MaxIMML v0.21
2010-07-15
- 06:34 PM Revision 454: [1192] Fixed an issue where network router threads would leak if there were no mess...
- [1192] Fixed an issue where network router threads would leak if there were no messages in the routing queue to wake up the router and receive a call to finish up and close.
- 06:33 PM Revision 453: [1192] Fixed an issue where the action queue processor thread was not waiting long ...
- [1192] Fixed an issue where the action queue processor thread was not waiting long enough for the world update thread to finish disposing worlds and exit cleanly.
- 05:40 PM Revision 452: - modified text initialization to set text data on load [1100]
- - modified text initialization to set text data on load [1100]
- 05:01 PM Revision 451: - now setting shader uniforms for text on load - changed to only load fontFile reso...
- - now setting shader uniforms for text on load - changed to only load fontFile resource once and reuse - updated shader to take colour and opacity uniforms
- 04:56 PM Revision 450: - removed rubbish code that was being run for non-docked text imml elements
- - removed rubbish code that was being run for non-docked text imml elements
- 04:48 PM Revision 449: Merging changes from src-common trunk to keep branch in sync.
- Merging changes from src-common trunk to keep branch in sync.
- 04:34 PM Revision 448: [1368] Added some server statistics like heartbeat stability and memory usage to th...
- [1368] Added some server statistics like heartbeat stability and memory usage to the server.core model.
- 04:01 PM Revision 447: - Improved the exception message reported when the PluginManager is updated on a di...
- - Improved the exception message reported when the PluginManager is updated on a different thread
2010-07-14
- 08:25 PM User stories #18: Remove MS SQL dependency from VastServer Open Source
- ryan satterfield wrote: > Hey, > I am going to start helping on the conversion process, so now there are more people to help we hopefully will get this done faster. I don't want to re-invent the wheel, so to speak so if you could post a link of ...
- 06:22 PM Revision 446: [1192] Added explicit code to drop references to objects to enable some objects to ...
- [1192] Added explicit code to drop references to objects to enable some objects to be garbage collected earlier.
- 06:07 PM Revision 445: - edited resource manager to load custom text resources - updated embedded text res...
- - edited resource manager to load custom text resources - updated embedded text resources
- 03:42 PM Revision 444: - Fixed incorrect MouseClick detection which was generating false positive click ev...
- - Fixed incorrect MouseClick detection which was generating false positive click events (#1354)
- 03:41 PM Revision 443: - Added CursorCollisionResult to MouseState, deprecated CursorCollisionResult on In...
- - Added CursorCollisionResult to MouseState, deprecated CursorCollisionResult on InputState
- 02:50 PM Revision 442: - Fixed issue introduced by previous change where files from the local file system ...
- - Fixed issue introduced by previous change where files from the local file system or UNC shares could no longer be loaded (#1342)
- 02:43 PM Revision 441: - Fixed issue introduced by previous change where files from the local file system ...
- - Fixed issue introduced by previous change where files from the local file system or UNC shares could no longer be loaded (#1342)
- 02:41 PM Revision 440: - Added VastPark.Test project
- - Added VastPark.Test project
- The setup file for v0.2 of the LIXA Animation Exporter for 3ds Max
2010-07-13
- 04:49 PM Revision 439: - Fixed bug where NormaliseAddress would behave in an unexpected way when no scheme...
- - Fixed bug where NormaliseAddress would behave in an unexpected way when no scheme was specified (#1342)
- 04:47 PM Revision 438: - Fixed bug where NormaliseAddress would behave in an unexpected way when no scheme...
- - Fixed bug where NormaliseAddress would behave in an unexpected way when no scheme was specified (#1342)
- 03:59 PM Revision 437: - Updated primitive resources with revised UV maps
- - Updated primitive resources with revised UV maps
- 03:31 PM Revision 436: - updated nodes so that nested meshes in the .model file can be represented by mate...
- - updated nodes so that nested meshes in the .model file can be represented by material groups
- 03:09 PM Revision 435: split EnableBlending into EnableBlending and EnableTweening
- split EnableBlending into EnableBlending and EnableTweening
- 03:08 PM Revision 434: fixed slerp issues (the results weren't normalised) changed quaternion invert to fl...
- fixed slerp issues (the results weren't normalised) changed quaternion invert to flip W added unit tests for slerp and decompose (both have rounding errors still)
2010-07-12
- 06:12 PM Revision 433: - added support for a spatial text node
- - added support for a spatial text node
- 05:35 PM Revision 432: Re-added the creation of the host engine stats even though it is not updated at thi...
- Re-added the creation of the host engine stats even though it is not updated at this time, because it is used to determine world uptime.
- 01:43 PM Revision 431: - Fixed issue where dependent plugin assemblies that are not CLR compliant would pr...
- - Fixed issue where dependent plugin assemblies that are not CLR compliant would prevent a plugin from loading correctly
- 09:23 AM Revision 430: - Added animation blending functionality to ModelAnimationController (#1339)
- - Added animation blending functionality to ModelAnimationController (#1339)
- 09:16 AM Revision 429: - Implemented Quaternion.Slerp and wrote test to verify against reference implement...
- - Implemented Quaternion.Slerp and wrote test to verify against reference implementation
- 09:13 AM Revision 428: - Wrote test to verify Vector3.Lerp implementation
- - Wrote test to verify Vector3.Lerp implementation
2010-07-11
- 08:53 PM Revision 427: - Implemented CreateX drawing functions in RenderEngine and updated Line and Rectan...
- - Implemented CreateX drawing functions in RenderEngine and updated Line and Rectangle implementations (#1337)
- 08:51 PM Revision 426: - Changed BackgroundCacher thread to be IsBackground
- - Changed BackgroundCacher thread to be IsBackground
- 08:51 PM Revision 425: - Improved line definition to include a count of the number of segments (#1337)
- - Improved line definition to include a count of the number of segments (#1337)
- 08:50 PM Revision 424: - Modified IRenderEngine to include the ability to create arc, ellipse, line and re...
- - Modified IRenderEngine to include the ability to create arc, ellipse, line and rectangle drawing objects (#1337)
- 08:48 PM Revision 423: - Improved Rectangle definition (#1337)
- - Improved Rectangle definition (#1337)
- 04:41 PM Revision 422: - Stubbed out VastPark.Data.Drawing implementations (#1337)
- - Stubbed out VastPark.Data.Drawing implementations (#1337)
- 04:38 PM Revision 421: - Added Drawing namespace to VastPark.Data and stubbed out some base drawable types...
- - Added Drawing namespace to VastPark.Data and stubbed out some base drawable types (#1337)
2010-07-09
- 06:40 PM Revision 420: - added text resources - started integrating the text imml element with the node
- - added text resources - started integrating the text imml element with the node
- 05:58 PM Revision 419: Fixed a bug where GetServerStatus would overwrite an error status with offline. Err...
- Fixed a bug where GetServerStatus would overwrite an error status with offline. Error status' now persist through server outages and can more readily be seen and fixed.
- 05:24 PM Revision 418: Committing these changes to re-enabling network events manually as it could not be ...
- Committing these changes to re-enabling network events manually as it could not be merged from trunk due to the file being moved.
- 05:23 PM Revision 417: - Modified LuaInterpreter to be more proactive in memory conservation
- - Modified LuaInterpreter to be more proactive in memory conservation
- 05:10 PM Revision 416: Merging changes from trunk to keep branch in sync.
- Merging changes from trunk to keep branch in sync.
- 02:50 PM Revision 415: [1336] Log messages have been updated to exclude unneeded exception details and mes...
- [1336] Log messages have been updated to exclude unneeded exception details and messages logged from different threads should now be reporting the thread name.
- 11:09 AM Revision 414: [698] Changed the way failed context loading is handling to not rely on thrown exce...
- [698] Changed the way failed context loading is handling to not rely on thrown exceptions. A check should now be made to determine if the context manager successfully loaded client context.
2010-07-08
- 05:46 PM Revision 413: Removed some remove code that should not have been added. It causes a world to be p...
- Removed some remove code that should not have been added. It causes a world to be physically removed if it cannot be started which is not desirable.
- 02:29 PM Revision 412: [1321] Added handling to the server status to handle the case where negative ticks ...
- [1321] Added handling to the server status to handle the case where negative ticks can be returned. This is treated as offline as a heartbeat should always be current.
- 02:23 PM Revision 411: [1305] Added a new property to the host manager model to store the HostingUrl.
- [1305] Added a new property to the host manager model to store the HostingUrl.
2010-07-07
- 07:02 PM Revision 410: [1318] Changed the error logging format of a failing world to include the virtual p...
- [1318] Changed the error logging format of a failing world to include the virtual path name.
- 05:28 PM Revision 409: [1317] Added a new error status to the HostEngineStatus enumeration.
- [1317] Added a new error status to the HostEngineStatus enumeration.
- 05:28 PM Revision 408: - Re enabled ConnectionEstablished, ConnectionDropped and CustomNetworkMessage even...
- - Re enabled ConnectionEstablished, ConnectionDropped and CustomNetworkMessage events in ServerSideClient. Fixes (#1316) where custom network messages were not being fired for server plugins
2010-07-06
- 11:05 AM Revision 407: - Added flag to ModelAnimationController to provide support for both left and right...
- - Added flag to ModelAnimationController to provide support for both left and right handed coordinate systems
- 10:52 AM Revision 406: - Changed DefaultAnimation field to a property
- - Changed DefaultAnimation field to a property
2010-07-05
- 06:04 PM Revision 405: [1299] Fixed a bug that was causing custom client side imml to not be returned corr...
- [1299] Fixed a bug that was causing custom client side imml to not be returned correctly.
- 11:05 AM Revision 404: - Removed VastPark.Data dependency from VastPark.Lixa
- - Removed VastPark.Data dependency from VastPark.Lixa
2010-07-02
- 05:39 PM Revision 403: -Fixed offsets/rotation issue for movable models exported at the origin
- -Fixed offsets/rotation issue for movable models exported at the origin
- 07:09 AM Revision 402: - Implemented LixaReader to read the Lixa animation format
- - Implemented LixaReader to read the Lixa animation format
- 07:07 AM Revision 401: - Removed VastPark.Common dependency from VastPark.Lixa
- - Removed VastPark.Common dependency from VastPark.Lixa
- 07:06 AM Revision 400: - Removed VastPark.Common dependency from VastPark.Lixa
- - Removed VastPark.Common dependency from VastPark.Lixa
- 05:27 AM User stories #18: Remove MS SQL dependency from VastServer Open Source
- Hey, I am going to start helping on the conversion process, so now there are more people to help we hopefully will get this done faster. I don't want to re-invent the wheel, so to speak so if you could post a link of where you are in the conversi...
Also available in: Atom