From 1c311431adf78839de8965b1774e42a7525a17f9 Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Tue, 14 Feb 2012 19:11:33 +0000 Subject: [PATCH] Finished the job of splitting Narya into submodules. The ActionScript code is now under aslib and is built via Maven (and Ant). The CPP code is under cpplib and is ignored by everything (other than service generation), but now at least it's not crufting up the Java submodule with its XCode project. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@6783 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- aslib/pom.xml | 100 ++++++++++++++++++ .../as/com/threerings/bureau/client/Agent.as | 0 .../threerings/bureau/client/BureauClient.as | 0 .../threerings/bureau/client/BureauDecoder.as | 0 .../bureau/client/BureauDirector.as | 0 .../bureau/client/BureauReceiver.as | 0 .../threerings/bureau/client/BureauService.as | 0 .../com/threerings/bureau/data/AgentObject.as | 0 .../threerings/bureau/data/BureauAuthName.as | 0 .../bureau/data/BureauClientObject.as | 0 .../com/threerings/bureau/data/BureauCodes.as | 0 .../bureau/data/BureauCredentials.as | 0 .../bureau/data/BureauMarshaller.as | 0 .../threerings/bureau/util/BureauContext.as | 0 .../crowd/chat/client/BroadcastHandler.as | 0 .../crowd/chat/client/ChannelSpeakService.as | 0 .../crowd/chat/client/ChatCantStealFocus.as | 0 .../crowd/chat/client/ChatDirector.as | 0 .../crowd/chat/client/ChatDisplay.as | 0 .../crowd/chat/client/ChatFilter.as | 0 .../crowd/chat/client/ChatService.as | 0 .../chat/client/ChatService_TellListener.as | 0 .../crowd/chat/client/ChatSnooper.as | 0 .../crowd/chat/client/ChatterObserver.as | 0 .../crowd/chat/client/ChatterValidator.as | 0 .../crowd/chat/client/ClearHandler.as | 0 .../crowd/chat/client/CommandHandler.as | 0 .../crowd/chat/client/CurseFilter.as | 0 .../crowd/chat/client/EmoteHandler.as | 0 .../crowd/chat/client/HelpHandler.as | 0 .../crowd/chat/client/MuteDirector.as | 0 .../crowd/chat/client/MuteObserver.as | 0 .../crowd/chat/client/SpeakHandler.as | 0 .../crowd/chat/client/SpeakService.as | 0 .../crowd/chat/client/TellAdapter.as | 0 .../crowd/chat/client/TellHandler.as | 0 .../crowd/chat/client/ThinkHandler.as | 0 .../crowd/chat/data/ChannelSpeakMarshaller.as | 0 .../threerings/crowd/chat/data/ChatChannel.as | 0 .../threerings/crowd/chat/data/ChatCodes.as | 0 .../crowd/chat/data/ChatMarshaller.as | 0 .../data/ChatMarshaller_TellMarshaller.as | 0 .../threerings/crowd/chat/data/ChatMessage.as | 0 .../crowd/chat/data/SpeakMarshaller.as | 0 .../crowd/chat/data/SystemMessage.as | 0 .../crowd/chat/data/TellFeedbackMessage.as | 0 .../threerings/crowd/chat/data/UserMessage.as | 0 .../crowd/chat/data/UserSystemMessage.as | 0 .../threerings/crowd/client/BodyService.as | 0 .../threerings/crowd/client/CrowdClient.as | 0 .../crowd/client/LocationAdapter.as | 0 .../crowd/client/LocationDecoder.as | 0 .../crowd/client/LocationDirector.as | 0 .../client/LocationDirector_FailureHandler.as | 0 .../crowd/client/LocationObserver.as | 0 .../crowd/client/LocationReceiver.as | 0 .../crowd/client/LocationService.as | 0 .../client/LocationService_MoveListener.as | 0 .../threerings/crowd/client/MoveAdapter.as | 0 .../crowd/client/MoveFailedError.as | 0 .../crowd/client/MoveVetoedError.as | 0 .../crowd/client/OccupantAdapter.as | 0 .../crowd/client/OccupantDirector.as | 0 .../crowd/client/OccupantObserver.as | 0 .../crowd/client/PlaceController.as | 0 .../crowd/client/PlaceControllerDelegate.as | 0 .../com/threerings/crowd/client/PlaceView.as | 0 .../threerings/crowd/client/PlaceViewUtil.as | 0 .../threerings/crowd/data/BodyMarshaller.as | 0 .../com/threerings/crowd/data/BodyObject.as | 0 .../com/threerings/crowd/data/CrowdCodes.as | 0 .../crowd/data/CrowdPermissionPolicy.as | 0 .../threerings/crowd/data/LocationCodes.as | 0 .../crowd/data/LocationMarshaller.as | 0 .../data/LocationMarshaller_MoveMarshaller.as | 0 .../threerings/crowd/data/ManagerCaller.as | 0 .../com/threerings/crowd/data/OccupantInfo.as | 0 .../as/com/threerings/crowd/data/Place.as | 0 .../com/threerings/crowd/data/PlaceConfig.as | 0 .../com/threerings/crowd/data/PlaceObject.as | 0 .../as/com/threerings/crowd/data/TokenRing.as | 0 .../crowd/peer/data/CrowdClientInfo.as | 0 .../com/threerings/crowd/util/CrowdContext.as | 0 .../main/as/com/threerings/io/ArrayMask.as | 0 .../main/as/com/threerings/io/ClassMapping.as | 0 .../com/threerings/io/FrameAvailableEvent.as | 0 .../main/as/com/threerings/io/FrameReader.as | 0 .../as/com/threerings/io/ObjectInputStream.as | 0 .../com/threerings/io/ObjectOutputStream.as | 0 .../threerings/io/SimpleStreamableObject.as | 0 .../main/as/com/threerings/io/Streamable.as | 0 .../src/main/as/com/threerings/io/Streamer.as | 0 .../main/as/com/threerings/io/Translations.as | 0 .../main/as/com/threerings/io/TypedArray.as | 0 .../threerings/io/streamers/ArrayStreamer.as | 0 .../io/streamers/ByteArrayStreamer.as | 0 .../io/streamers/ByteEnumStreamer.as | 0 .../io/streamers/DelegatingStreamer.as | 0 .../threerings/io/streamers/EnumStreamer.as | 0 .../threerings/io/streamers/MapStreamer.as | 0 .../threerings/io/streamers/NumberStreamer.as | 0 .../threerings/io/streamers/SetStreamer.as | 0 .../threerings/io/streamers/StringStreamer.as | 0 .../presents/client/BasicDirector.as | 0 .../com/threerings/presents/client/Client.as | 0 .../presents/client/ClientAdapter.as | 0 .../presents/client/ClientDObjectMgr.as | 0 .../threerings/presents/client/ClientEvent.as | 0 .../presents/client/ClientObserver.as | 0 .../presents/client/Communicator.as | 0 .../presents/client/ConfirmAdapter.as | 0 .../presents/client/DeltaCalculator.as | 0 .../presents/client/InvocationAdapter.as | 0 .../presents/client/InvocationDecoder.as | 0 .../presents/client/InvocationDirector.as | 0 .../presents/client/InvocationReceiver.as | 0 .../client/InvocationReceiver_Registration.as | 0 .../presents/client/InvocationService.as | 0 .../InvocationService_ConfirmListener.as | 0 .../InvocationService_InvocationListener.as | 0 .../InvocationService_ResultListener.as | 0 .../threerings/presents/client/LogonError.as | 0 .../presents/client/PresentsPrefs.as | 0 .../presents/client/ResultAdapter.as | 0 .../presents/client/ServerSwitcher.as | 0 .../presents/client/SessionObserver.as | 0 .../presents/client/TimeBaseService.as | 0 .../TimeBaseService_GotTimeBaseListener.as | 0 .../com/threerings/presents/data/AuthCodes.as | 0 .../threerings/presents/data/ClientObject.as | 0 .../threerings/presents/data/ConMgrStats.as | 0 .../presents/data/InvocationCodes.as | 0 .../presents/data/InvocationMarshaller.as | 0 .../InvocationMarshaller_ConfirmMarshaller.as | 0 ...InvocationMarshaller_ListenerMarshaller.as | 0 .../InvocationMarshaller_ResultMarshaller.as | 0 .../threerings/presents/data/Permission.as | 0 .../presents/data/PermissionPolicy.as | 0 .../presents/data/TimeBaseMarshaller.as | 0 ...imeBaseMarshaller_GotTimeBaseMarshaller.as | 0 .../presents/dobj/AttributeChangeAdapter.as | 0 .../presents/dobj/AttributeChangeListener.as | 0 .../presents/dobj/AttributeChangedEvent.as | 0 .../presents/dobj/ChangeListener.as | 0 .../threerings/presents/dobj/CompoundEvent.as | 0 .../as/com/threerings/presents/dobj/DEvent.as | 0 .../com/threerings/presents/dobj/DObject.as | 0 .../presents/dobj/DObjectManager.as | 0 .../as/com/threerings/presents/dobj/DSet.as | 0 .../threerings/presents/dobj/DSet_Entry.as | 0 .../threerings/presents/dobj/DummyEntry.as | 0 .../presents/dobj/ElementUpdateListener.as | 0 .../presents/dobj/ElementUpdatedEvent.as | 0 .../presents/dobj/EntryAddedEvent.as | 0 .../presents/dobj/EntryRemovedEvent.as | 0 .../presents/dobj/EntryUpdatedEvent.as | 0 .../threerings/presents/dobj/EventAdapter.as | 0 .../threerings/presents/dobj/EventListener.as | 0 .../dobj/InvocationNotificationEvent.as | 0 .../presents/dobj/InvocationRequestEvent.as | 0 .../presents/dobj/InvocationResponseEvent.as | 0 .../presents/dobj/MessageAdapter.as | 0 .../threerings/presents/dobj/MessageEvent.as | 0 .../presents/dobj/MessageListener.as | 0 .../threerings/presents/dobj/NamedEvent.as | 0 .../presents/dobj/ObjectAccessError.as | 0 .../presents/dobj/ObjectAddedEvent.as | 0 .../presents/dobj/ObjectDeathAdapter.as | 0 .../presents/dobj/ObjectDeathListener.as | 0 .../presents/dobj/ObjectDestroyedEvent.as | 0 .../presents/dobj/ObjectRemovedEvent.as | 0 .../com/threerings/presents/dobj/OidList.as | 0 .../presents/dobj/OidListListener.as | 0 .../presents/dobj/ServerMessageEvent.as | 0 .../threerings/presents/dobj/SetAdapter.as | 0 .../threerings/presents/dobj/SetListener.as | 0 .../threerings/presents/dobj/Subscriber.as | 0 .../presents/dobj/SubscriberAdapter.as | 0 .../threerings/presents/net/AuthRequest.as | 0 .../threerings/presents/net/AuthResponse.as | 0 .../presents/net/AuthResponseData.as | 0 .../threerings/presents/net/BootstrapData.as | 0 .../presents/net/BootstrapNotification.as | 0 .../presents/net/CompoundDownstreamMessage.as | 0 .../presents/net/CompoundUpstreamMessage.as | 0 .../threerings/presents/net/Credentials.as | 0 .../presents/net/Credentials_HasLanguage.as | 0 .../net/Credentials_HasMachineIdent.as | 0 .../presents/net/DownstreamMessage.as | 0 .../presents/net/EventNotification.as | 0 .../presents/net/FailureResponse.as | 0 .../presents/net/ForwardEventRequest.as | 0 .../threerings/presents/net/LogoffRequest.as | 0 .../threerings/presents/net/ObjectResponse.as | 0 .../threerings/presents/net/PingRequest.as | 0 .../threerings/presents/net/PongResponse.as | 0 .../threerings/presents/net/ServiceCreds.as | 0 .../presents/net/SubscribeRequest.as | 0 .../presents/net/ThrottleUpdatedMessage.as | 0 .../presents/net/UnsubscribeRequest.as | 0 .../presents/net/UnsubscribeResponse.as | 0 .../presents/net/UpdateThrottleMessage.as | 0 .../presents/net/UpstreamMessage.as | 0 .../presents/net/UsernamePasswordCreds.as | 0 .../presents/peer/data/ClientInfo.as | 0 .../presents/util/PresentsContext.as | 0 .../presents/util/SafeObjectManager.as | 0 .../presents/util/SafeSubscriber.as | 0 .../as/com/threerings/util/ArrayIterator.as | 0 .../src/main/as/com/threerings/util/Boxed.as | 0 .../src/main/as/com/threerings/util/Byte.as | 0 .../com/threerings/util/EmbeddedSwfLoader.as | 0 .../src/main/as/com/threerings/util/Float.as | 0 .../main/as/com/threerings/util/Integer.as | 0 .../main/as/com/threerings/util/Iterator.as | 0 .../src/main/as/com/threerings/util/Long.as | 0 .../as/com/threerings/util/MessageBundle.as | 0 .../as/com/threerings/util/MessageManager.as | 0 .../src/main/as/com/threerings/util/Name.as | 0 .../com/threerings/util/ObjectMarshaller.as | 0 .../as/com/threerings/util/ResultAdapter.as | 0 .../as/com/threerings/util/ResultListener.as | 0 .../src/main/as/com/threerings/util/Short.as | 0 .../threerings/util/StreamableArrayList.as | 0 .../com/threerings/util/StreamableHashMap.as | 0 .../main/as/com/threerings/util/TimeUtil.as | 0 .../as/com/threerings/util/langBoolean.as | 0 build.xml | 19 ++-- .../narya.xcodeproj/project.pbxproj | 0 .../cpp => cpplib/src}/presents/ArrayMask.cpp | 0 .../cpp => cpplib/src}/presents/ArrayMask.h | 0 .../src}/presents/ClassMapping.h | 0 .../src}/presents/DisconnectReason.h | 0 .../src}/presents/InvocationDecoder.cpp | 0 .../src}/presents/InvocationDecoder.h | 0 .../src}/presents/ObjectInputStream.cpp | 0 .../src}/presents/ObjectInputStream.h | 0 .../src}/presents/ObjectOutputStream.cpp | 0 .../src}/presents/ObjectOutputStream.h | 0 .../src}/presents/PresentsClient.cpp | 0 .../src}/presents/PresentsClient.h | 0 .../src}/presents/PresentsError.h | 0 .../src}/presents/SocketStream.h | 0 .../cpp => cpplib/src}/presents/Streamable.h | 0 .../cpp => cpplib/src}/presents/Streamer.cpp | 0 .../cpp => cpplib/src}/presents/Streamer.h | 0 .../src/cpp => cpplib/src}/presents/Util.cpp | 0 {core/src/cpp => cpplib/src}/presents/Util.h | 0 .../src}/presents/box/BoxedBoolean.cpp | 0 .../src}/presents/box/BoxedBoolean.h | 0 .../src}/presents/box/BoxedByte.cpp | 0 .../src}/presents/box/BoxedByte.h | 0 .../src}/presents/box/BoxedDouble.cpp | 0 .../src}/presents/box/BoxedDouble.h | 0 .../src}/presents/box/BoxedFloat.cpp | 0 .../src}/presents/box/BoxedFloat.h | 0 .../src}/presents/box/BoxedInt.cpp | 0 .../src}/presents/box/BoxedInt.h | 0 .../src}/presents/box/BoxedShort.cpp | 0 .../src}/presents/box/BoxedShort.h | 0 .../cpp => cpplib/src}/presents/box/boxer.py | 0 .../src}/presents/client/Registration.cpp | 0 .../src}/presents/client/Registration.h | 0 .../src}/presents/data/ClientObject.cpp | 0 .../src}/presents/data/ClientObject.h | 0 .../presents/data/InvocationMarshaller.cpp | 0 .../src}/presents/data/InvocationMarshaller.h | 0 .../src}/presents/data/PermissionPolicy.cpp | 0 .../src}/presents/data/PermissionPolicy.h | 0 .../presents/data/RegistrationMarshaller.cpp | 0 .../presents/data/RegistrationMarshaller.h | 0 .../src}/presents/dobj/DEvent.cpp | 0 .../cpp => cpplib/src}/presents/dobj/DEvent.h | 0 .../src}/presents/dobj/DObject.cpp | 0 .../src}/presents/dobj/DObject.h | 0 .../cpp => cpplib/src}/presents/dobj/DSet.cpp | 0 .../cpp => cpplib/src}/presents/dobj/DSet.h | 0 .../src}/presents/dobj/EntryAddedEvent.cpp | 0 .../src}/presents/dobj/EntryAddedEvent.h | 0 .../src}/presents/dobj/EntryEvent.cpp | 0 .../src}/presents/dobj/EntryEvent.h | 0 .../src}/presents/dobj/EntryRemovedEvent.cpp | 0 .../src}/presents/dobj/EntryRemovedEvent.h | 0 .../src}/presents/dobj/EntryUpdatedEvent.cpp | 0 .../src}/presents/dobj/EntryUpdatedEvent.h | 0 .../dobj/InvocationNotificationEvent.cpp | 0 .../dobj/InvocationNotificationEvent.h | 0 .../presents/dobj/InvocationRequestEvent.cpp | 0 .../presents/dobj/InvocationRequestEvent.h | 0 .../src}/presents/dobj/NamedEvent.cpp | 0 .../src}/presents/dobj/NamedEvent.h | 0 .../src}/presents/io/FramedInputStream.cpp | 0 .../src}/presents/io/FramedInputStream.h | 0 .../src}/presents/io/FramingOutputStream.cpp | 0 .../src}/presents/io/FramingOutputStream.h | 0 .../src}/presents/io/InputStream.h | 0 .../src}/presents/io/OutputStream.h | 0 .../src}/presents/net/AuthRequest.cpp | 0 .../src}/presents/net/AuthRequest.h | 0 .../src}/presents/net/AuthResponse.cpp | 0 .../src}/presents/net/AuthResponse.h | 0 .../src}/presents/net/AuthResponseData.cpp | 0 .../src}/presents/net/AuthResponseData.h | 0 .../src}/presents/net/BootstrapData.cpp | 0 .../src}/presents/net/BootstrapData.h | 0 .../presents/net/BootstrapNotification.cpp | 0 .../src}/presents/net/BootstrapNotification.h | 0 .../src}/presents/net/Credentials.cpp | 0 .../src}/presents/net/Credentials.h | 0 .../src}/presents/net/DownstreamMessage.cpp | 0 .../src}/presents/net/DownstreamMessage.h | 0 .../src}/presents/net/EventNotification.cpp | 0 .../src}/presents/net/EventNotification.h | 0 .../src}/presents/net/ForwardEventRequest.cpp | 0 .../src}/presents/net/ForwardEventRequest.h | 0 .../src}/presents/net/ObjectResponse.cpp | 0 .../src}/presents/net/ObjectResponse.h | 0 .../src}/presents/net/PingRequest.cpp | 0 .../src}/presents/net/PingRequest.h | 0 .../src}/presents/net/PongResponse.cpp | 0 .../src}/presents/net/PongResponse.h | 0 .../src}/presents/net/UpstreamMessage.cpp | 0 .../src}/presents/net/UpstreamMessage.h | 0 .../presents/net/UsernamePasswordCreds.cpp | 0 .../src}/presents/net/UsernamePasswordCreds.h | 0 .../src}/presents/platform/CFSocketStream.cpp | 0 .../src}/presents/platform/NSLog.mm | 0 .../src/cpp => cpplib/src}/presents/stable.h | 0 .../presents/streamers/StreamableStreamer.h | 0 .../presents/streamers/StringStreamer.cpp | 0 .../src}/presents/streamers/StringStreamer.h | 0 .../src}/presents/streamers/VectorStreamer.h | 0 {core/src/cpp => cpplib/src}/util/Name.cpp | 0 {core/src/cpp => cpplib/src}/util/Name.h | 0 etc/as-pom.xml | 44 -------- pom.xml | 1 + 336 files changed, 113 insertions(+), 51 deletions(-) create mode 100644 aslib/pom.xml rename {core => aslib}/src/main/as/com/threerings/bureau/client/Agent.as (100%) rename {core => aslib}/src/main/as/com/threerings/bureau/client/BureauClient.as (100%) rename {core => aslib}/src/main/as/com/threerings/bureau/client/BureauDecoder.as (100%) rename {core => aslib}/src/main/as/com/threerings/bureau/client/BureauDirector.as (100%) rename {core => aslib}/src/main/as/com/threerings/bureau/client/BureauReceiver.as (100%) rename {core => aslib}/src/main/as/com/threerings/bureau/client/BureauService.as (100%) rename {core => aslib}/src/main/as/com/threerings/bureau/data/AgentObject.as (100%) rename {core => aslib}/src/main/as/com/threerings/bureau/data/BureauAuthName.as (100%) rename {core => aslib}/src/main/as/com/threerings/bureau/data/BureauClientObject.as (100%) rename {core => aslib}/src/main/as/com/threerings/bureau/data/BureauCodes.as (100%) rename {core => aslib}/src/main/as/com/threerings/bureau/data/BureauCredentials.as (100%) rename {core => aslib}/src/main/as/com/threerings/bureau/data/BureauMarshaller.as (100%) rename {core => aslib}/src/main/as/com/threerings/bureau/util/BureauContext.as (100%) rename {core => aslib}/src/main/as/com/threerings/crowd/chat/client/BroadcastHandler.as (100%) rename {core => aslib}/src/main/as/com/threerings/crowd/chat/client/ChannelSpeakService.as (100%) rename {core => aslib}/src/main/as/com/threerings/crowd/chat/client/ChatCantStealFocus.as (100%) rename {core => aslib}/src/main/as/com/threerings/crowd/chat/client/ChatDirector.as (100%) rename {core => aslib}/src/main/as/com/threerings/crowd/chat/client/ChatDisplay.as (100%) rename {core => aslib}/src/main/as/com/threerings/crowd/chat/client/ChatFilter.as (100%) rename {core => aslib}/src/main/as/com/threerings/crowd/chat/client/ChatService.as (100%) rename {core => aslib}/src/main/as/com/threerings/crowd/chat/client/ChatService_TellListener.as (100%) rename {core => aslib}/src/main/as/com/threerings/crowd/chat/client/ChatSnooper.as (100%) rename {core => aslib}/src/main/as/com/threerings/crowd/chat/client/ChatterObserver.as (100%) rename {core => aslib}/src/main/as/com/threerings/crowd/chat/client/ChatterValidator.as (100%) rename {core => aslib}/src/main/as/com/threerings/crowd/chat/client/ClearHandler.as (100%) rename {core => aslib}/src/main/as/com/threerings/crowd/chat/client/CommandHandler.as (100%) rename {core => aslib}/src/main/as/com/threerings/crowd/chat/client/CurseFilter.as (100%) rename {core => aslib}/src/main/as/com/threerings/crowd/chat/client/EmoteHandler.as (100%) rename {core => aslib}/src/main/as/com/threerings/crowd/chat/client/HelpHandler.as (100%) rename {core => aslib}/src/main/as/com/threerings/crowd/chat/client/MuteDirector.as (100%) rename {core => aslib}/src/main/as/com/threerings/crowd/chat/client/MuteObserver.as (100%) rename {core => aslib}/src/main/as/com/threerings/crowd/chat/client/SpeakHandler.as (100%) rename {core => aslib}/src/main/as/com/threerings/crowd/chat/client/SpeakService.as (100%) rename {core => aslib}/src/main/as/com/threerings/crowd/chat/client/TellAdapter.as (100%) rename {core => aslib}/src/main/as/com/threerings/crowd/chat/client/TellHandler.as (100%) rename {core => aslib}/src/main/as/com/threerings/crowd/chat/client/ThinkHandler.as (100%) rename {core => aslib}/src/main/as/com/threerings/crowd/chat/data/ChannelSpeakMarshaller.as (100%) rename {core => aslib}/src/main/as/com/threerings/crowd/chat/data/ChatChannel.as (100%) rename {core => aslib}/src/main/as/com/threerings/crowd/chat/data/ChatCodes.as (100%) rename {core => aslib}/src/main/as/com/threerings/crowd/chat/data/ChatMarshaller.as (100%) rename {core => aslib}/src/main/as/com/threerings/crowd/chat/data/ChatMarshaller_TellMarshaller.as (100%) rename {core => aslib}/src/main/as/com/threerings/crowd/chat/data/ChatMessage.as (100%) rename {core => aslib}/src/main/as/com/threerings/crowd/chat/data/SpeakMarshaller.as (100%) rename {core => aslib}/src/main/as/com/threerings/crowd/chat/data/SystemMessage.as (100%) rename {core => aslib}/src/main/as/com/threerings/crowd/chat/data/TellFeedbackMessage.as (100%) rename {core => aslib}/src/main/as/com/threerings/crowd/chat/data/UserMessage.as (100%) rename {core => aslib}/src/main/as/com/threerings/crowd/chat/data/UserSystemMessage.as (100%) rename {core => aslib}/src/main/as/com/threerings/crowd/client/BodyService.as (100%) rename {core => aslib}/src/main/as/com/threerings/crowd/client/CrowdClient.as (100%) rename {core => aslib}/src/main/as/com/threerings/crowd/client/LocationAdapter.as (100%) rename {core => aslib}/src/main/as/com/threerings/crowd/client/LocationDecoder.as (100%) rename {core => aslib}/src/main/as/com/threerings/crowd/client/LocationDirector.as (100%) rename {core => aslib}/src/main/as/com/threerings/crowd/client/LocationDirector_FailureHandler.as (100%) rename {core => aslib}/src/main/as/com/threerings/crowd/client/LocationObserver.as (100%) rename {core => aslib}/src/main/as/com/threerings/crowd/client/LocationReceiver.as (100%) rename {core => aslib}/src/main/as/com/threerings/crowd/client/LocationService.as (100%) rename {core => aslib}/src/main/as/com/threerings/crowd/client/LocationService_MoveListener.as (100%) rename {core => aslib}/src/main/as/com/threerings/crowd/client/MoveAdapter.as (100%) rename {core => aslib}/src/main/as/com/threerings/crowd/client/MoveFailedError.as (100%) rename {core => aslib}/src/main/as/com/threerings/crowd/client/MoveVetoedError.as (100%) rename {core => aslib}/src/main/as/com/threerings/crowd/client/OccupantAdapter.as (100%) rename {core => aslib}/src/main/as/com/threerings/crowd/client/OccupantDirector.as (100%) rename {core => aslib}/src/main/as/com/threerings/crowd/client/OccupantObserver.as (100%) rename {core => aslib}/src/main/as/com/threerings/crowd/client/PlaceController.as (100%) rename {core => aslib}/src/main/as/com/threerings/crowd/client/PlaceControllerDelegate.as (100%) rename {core => aslib}/src/main/as/com/threerings/crowd/client/PlaceView.as (100%) rename {core => aslib}/src/main/as/com/threerings/crowd/client/PlaceViewUtil.as (100%) rename {core => aslib}/src/main/as/com/threerings/crowd/data/BodyMarshaller.as (100%) rename {core => aslib}/src/main/as/com/threerings/crowd/data/BodyObject.as (100%) rename {core => aslib}/src/main/as/com/threerings/crowd/data/CrowdCodes.as (100%) rename {core => aslib}/src/main/as/com/threerings/crowd/data/CrowdPermissionPolicy.as (100%) rename {core => aslib}/src/main/as/com/threerings/crowd/data/LocationCodes.as (100%) rename {core => aslib}/src/main/as/com/threerings/crowd/data/LocationMarshaller.as (100%) rename {core => aslib}/src/main/as/com/threerings/crowd/data/LocationMarshaller_MoveMarshaller.as (100%) rename {core => aslib}/src/main/as/com/threerings/crowd/data/ManagerCaller.as (100%) rename {core => aslib}/src/main/as/com/threerings/crowd/data/OccupantInfo.as (100%) rename {core => aslib}/src/main/as/com/threerings/crowd/data/Place.as (100%) rename {core => aslib}/src/main/as/com/threerings/crowd/data/PlaceConfig.as (100%) rename {core => aslib}/src/main/as/com/threerings/crowd/data/PlaceObject.as (100%) rename {core => aslib}/src/main/as/com/threerings/crowd/data/TokenRing.as (100%) rename {core => aslib}/src/main/as/com/threerings/crowd/peer/data/CrowdClientInfo.as (100%) rename {core => aslib}/src/main/as/com/threerings/crowd/util/CrowdContext.as (100%) rename {core => aslib}/src/main/as/com/threerings/io/ArrayMask.as (100%) rename {core => aslib}/src/main/as/com/threerings/io/ClassMapping.as (100%) rename {core => aslib}/src/main/as/com/threerings/io/FrameAvailableEvent.as (100%) rename {core => aslib}/src/main/as/com/threerings/io/FrameReader.as (100%) rename {core => aslib}/src/main/as/com/threerings/io/ObjectInputStream.as (100%) rename {core => aslib}/src/main/as/com/threerings/io/ObjectOutputStream.as (100%) rename {core => aslib}/src/main/as/com/threerings/io/SimpleStreamableObject.as (100%) rename {core => aslib}/src/main/as/com/threerings/io/Streamable.as (100%) rename {core => aslib}/src/main/as/com/threerings/io/Streamer.as (100%) rename {core => aslib}/src/main/as/com/threerings/io/Translations.as (100%) rename {core => aslib}/src/main/as/com/threerings/io/TypedArray.as (100%) rename {core => aslib}/src/main/as/com/threerings/io/streamers/ArrayStreamer.as (100%) rename {core => aslib}/src/main/as/com/threerings/io/streamers/ByteArrayStreamer.as (100%) rename {core => aslib}/src/main/as/com/threerings/io/streamers/ByteEnumStreamer.as (100%) rename {core => aslib}/src/main/as/com/threerings/io/streamers/DelegatingStreamer.as (100%) rename {core => aslib}/src/main/as/com/threerings/io/streamers/EnumStreamer.as (100%) rename {core => aslib}/src/main/as/com/threerings/io/streamers/MapStreamer.as (100%) rename {core => aslib}/src/main/as/com/threerings/io/streamers/NumberStreamer.as (100%) rename {core => aslib}/src/main/as/com/threerings/io/streamers/SetStreamer.as (100%) rename {core => aslib}/src/main/as/com/threerings/io/streamers/StringStreamer.as (100%) rename {core => aslib}/src/main/as/com/threerings/presents/client/BasicDirector.as (100%) rename {core => aslib}/src/main/as/com/threerings/presents/client/Client.as (100%) rename {core => aslib}/src/main/as/com/threerings/presents/client/ClientAdapter.as (100%) rename {core => aslib}/src/main/as/com/threerings/presents/client/ClientDObjectMgr.as (100%) rename {core => aslib}/src/main/as/com/threerings/presents/client/ClientEvent.as (100%) rename {core => aslib}/src/main/as/com/threerings/presents/client/ClientObserver.as (100%) rename {core => aslib}/src/main/as/com/threerings/presents/client/Communicator.as (100%) rename {core => aslib}/src/main/as/com/threerings/presents/client/ConfirmAdapter.as (100%) rename {core => aslib}/src/main/as/com/threerings/presents/client/DeltaCalculator.as (100%) rename {core => aslib}/src/main/as/com/threerings/presents/client/InvocationAdapter.as (100%) rename {core => aslib}/src/main/as/com/threerings/presents/client/InvocationDecoder.as (100%) rename {core => aslib}/src/main/as/com/threerings/presents/client/InvocationDirector.as (100%) rename {core => aslib}/src/main/as/com/threerings/presents/client/InvocationReceiver.as (100%) rename {core => aslib}/src/main/as/com/threerings/presents/client/InvocationReceiver_Registration.as (100%) rename {core => aslib}/src/main/as/com/threerings/presents/client/InvocationService.as (100%) rename {core => aslib}/src/main/as/com/threerings/presents/client/InvocationService_ConfirmListener.as (100%) rename {core => aslib}/src/main/as/com/threerings/presents/client/InvocationService_InvocationListener.as (100%) rename {core => aslib}/src/main/as/com/threerings/presents/client/InvocationService_ResultListener.as (100%) rename {core => aslib}/src/main/as/com/threerings/presents/client/LogonError.as (100%) rename {core => aslib}/src/main/as/com/threerings/presents/client/PresentsPrefs.as (100%) rename {core => aslib}/src/main/as/com/threerings/presents/client/ResultAdapter.as (100%) rename {core => aslib}/src/main/as/com/threerings/presents/client/ServerSwitcher.as (100%) rename {core => aslib}/src/main/as/com/threerings/presents/client/SessionObserver.as (100%) rename {core => aslib}/src/main/as/com/threerings/presents/client/TimeBaseService.as (100%) rename {core => aslib}/src/main/as/com/threerings/presents/client/TimeBaseService_GotTimeBaseListener.as (100%) rename {core => aslib}/src/main/as/com/threerings/presents/data/AuthCodes.as (100%) rename {core => aslib}/src/main/as/com/threerings/presents/data/ClientObject.as (100%) rename {core => aslib}/src/main/as/com/threerings/presents/data/ConMgrStats.as (100%) rename {core => aslib}/src/main/as/com/threerings/presents/data/InvocationCodes.as (100%) rename {core => aslib}/src/main/as/com/threerings/presents/data/InvocationMarshaller.as (100%) rename {core => aslib}/src/main/as/com/threerings/presents/data/InvocationMarshaller_ConfirmMarshaller.as (100%) rename {core => aslib}/src/main/as/com/threerings/presents/data/InvocationMarshaller_ListenerMarshaller.as (100%) rename {core => aslib}/src/main/as/com/threerings/presents/data/InvocationMarshaller_ResultMarshaller.as (100%) rename {core => aslib}/src/main/as/com/threerings/presents/data/Permission.as (100%) rename {core => aslib}/src/main/as/com/threerings/presents/data/PermissionPolicy.as (100%) rename {core => aslib}/src/main/as/com/threerings/presents/data/TimeBaseMarshaller.as (100%) rename {core => aslib}/src/main/as/com/threerings/presents/data/TimeBaseMarshaller_GotTimeBaseMarshaller.as (100%) rename {core => aslib}/src/main/as/com/threerings/presents/dobj/AttributeChangeAdapter.as (100%) rename {core => aslib}/src/main/as/com/threerings/presents/dobj/AttributeChangeListener.as (100%) rename {core => aslib}/src/main/as/com/threerings/presents/dobj/AttributeChangedEvent.as (100%) rename {core => aslib}/src/main/as/com/threerings/presents/dobj/ChangeListener.as (100%) rename {core => aslib}/src/main/as/com/threerings/presents/dobj/CompoundEvent.as (100%) rename {core => aslib}/src/main/as/com/threerings/presents/dobj/DEvent.as (100%) rename {core => aslib}/src/main/as/com/threerings/presents/dobj/DObject.as (100%) rename {core => aslib}/src/main/as/com/threerings/presents/dobj/DObjectManager.as (100%) rename {core => aslib}/src/main/as/com/threerings/presents/dobj/DSet.as (100%) rename {core => aslib}/src/main/as/com/threerings/presents/dobj/DSet_Entry.as (100%) rename {core => aslib}/src/main/as/com/threerings/presents/dobj/DummyEntry.as (100%) rename {core => aslib}/src/main/as/com/threerings/presents/dobj/ElementUpdateListener.as (100%) rename {core => aslib}/src/main/as/com/threerings/presents/dobj/ElementUpdatedEvent.as (100%) rename {core => aslib}/src/main/as/com/threerings/presents/dobj/EntryAddedEvent.as (100%) rename {core => aslib}/src/main/as/com/threerings/presents/dobj/EntryRemovedEvent.as (100%) rename {core => aslib}/src/main/as/com/threerings/presents/dobj/EntryUpdatedEvent.as (100%) rename {core => aslib}/src/main/as/com/threerings/presents/dobj/EventAdapter.as (100%) rename {core => aslib}/src/main/as/com/threerings/presents/dobj/EventListener.as (100%) rename {core => aslib}/src/main/as/com/threerings/presents/dobj/InvocationNotificationEvent.as (100%) rename {core => aslib}/src/main/as/com/threerings/presents/dobj/InvocationRequestEvent.as (100%) rename {core => aslib}/src/main/as/com/threerings/presents/dobj/InvocationResponseEvent.as (100%) rename {core => aslib}/src/main/as/com/threerings/presents/dobj/MessageAdapter.as (100%) rename {core => aslib}/src/main/as/com/threerings/presents/dobj/MessageEvent.as (100%) rename {core => aslib}/src/main/as/com/threerings/presents/dobj/MessageListener.as (100%) rename {core => aslib}/src/main/as/com/threerings/presents/dobj/NamedEvent.as (100%) rename {core => aslib}/src/main/as/com/threerings/presents/dobj/ObjectAccessError.as (100%) rename {core => aslib}/src/main/as/com/threerings/presents/dobj/ObjectAddedEvent.as (100%) rename {core => aslib}/src/main/as/com/threerings/presents/dobj/ObjectDeathAdapter.as (100%) rename {core => aslib}/src/main/as/com/threerings/presents/dobj/ObjectDeathListener.as (100%) rename {core => aslib}/src/main/as/com/threerings/presents/dobj/ObjectDestroyedEvent.as (100%) rename {core => aslib}/src/main/as/com/threerings/presents/dobj/ObjectRemovedEvent.as (100%) rename {core => aslib}/src/main/as/com/threerings/presents/dobj/OidList.as (100%) rename {core => aslib}/src/main/as/com/threerings/presents/dobj/OidListListener.as (100%) rename {core => aslib}/src/main/as/com/threerings/presents/dobj/ServerMessageEvent.as (100%) rename {core => aslib}/src/main/as/com/threerings/presents/dobj/SetAdapter.as (100%) rename {core => aslib}/src/main/as/com/threerings/presents/dobj/SetListener.as (100%) rename {core => aslib}/src/main/as/com/threerings/presents/dobj/Subscriber.as (100%) rename {core => aslib}/src/main/as/com/threerings/presents/dobj/SubscriberAdapter.as (100%) rename {core => aslib}/src/main/as/com/threerings/presents/net/AuthRequest.as (100%) rename {core => aslib}/src/main/as/com/threerings/presents/net/AuthResponse.as (100%) rename {core => aslib}/src/main/as/com/threerings/presents/net/AuthResponseData.as (100%) rename {core => aslib}/src/main/as/com/threerings/presents/net/BootstrapData.as (100%) rename {core => aslib}/src/main/as/com/threerings/presents/net/BootstrapNotification.as (100%) rename {core => aslib}/src/main/as/com/threerings/presents/net/CompoundDownstreamMessage.as (100%) rename {core => aslib}/src/main/as/com/threerings/presents/net/CompoundUpstreamMessage.as (100%) rename {core => aslib}/src/main/as/com/threerings/presents/net/Credentials.as (100%) rename {core => aslib}/src/main/as/com/threerings/presents/net/Credentials_HasLanguage.as (100%) rename {core => aslib}/src/main/as/com/threerings/presents/net/Credentials_HasMachineIdent.as (100%) rename {core => aslib}/src/main/as/com/threerings/presents/net/DownstreamMessage.as (100%) rename {core => aslib}/src/main/as/com/threerings/presents/net/EventNotification.as (100%) rename {core => aslib}/src/main/as/com/threerings/presents/net/FailureResponse.as (100%) rename {core => aslib}/src/main/as/com/threerings/presents/net/ForwardEventRequest.as (100%) rename {core => aslib}/src/main/as/com/threerings/presents/net/LogoffRequest.as (100%) rename {core => aslib}/src/main/as/com/threerings/presents/net/ObjectResponse.as (100%) rename {core => aslib}/src/main/as/com/threerings/presents/net/PingRequest.as (100%) rename {core => aslib}/src/main/as/com/threerings/presents/net/PongResponse.as (100%) rename {core => aslib}/src/main/as/com/threerings/presents/net/ServiceCreds.as (100%) rename {core => aslib}/src/main/as/com/threerings/presents/net/SubscribeRequest.as (100%) rename {core => aslib}/src/main/as/com/threerings/presents/net/ThrottleUpdatedMessage.as (100%) rename {core => aslib}/src/main/as/com/threerings/presents/net/UnsubscribeRequest.as (100%) rename {core => aslib}/src/main/as/com/threerings/presents/net/UnsubscribeResponse.as (100%) rename {core => aslib}/src/main/as/com/threerings/presents/net/UpdateThrottleMessage.as (100%) rename {core => aslib}/src/main/as/com/threerings/presents/net/UpstreamMessage.as (100%) rename {core => aslib}/src/main/as/com/threerings/presents/net/UsernamePasswordCreds.as (100%) rename {core => aslib}/src/main/as/com/threerings/presents/peer/data/ClientInfo.as (100%) rename {core => aslib}/src/main/as/com/threerings/presents/util/PresentsContext.as (100%) rename {core => aslib}/src/main/as/com/threerings/presents/util/SafeObjectManager.as (100%) rename {core => aslib}/src/main/as/com/threerings/presents/util/SafeSubscriber.as (100%) rename {core => aslib}/src/main/as/com/threerings/util/ArrayIterator.as (100%) rename {core => aslib}/src/main/as/com/threerings/util/Boxed.as (100%) rename {core => aslib}/src/main/as/com/threerings/util/Byte.as (100%) rename {core => aslib}/src/main/as/com/threerings/util/EmbeddedSwfLoader.as (100%) rename {core => aslib}/src/main/as/com/threerings/util/Float.as (100%) rename {core => aslib}/src/main/as/com/threerings/util/Integer.as (100%) rename {core => aslib}/src/main/as/com/threerings/util/Iterator.as (100%) rename {core => aslib}/src/main/as/com/threerings/util/Long.as (100%) rename {core => aslib}/src/main/as/com/threerings/util/MessageBundle.as (100%) rename {core => aslib}/src/main/as/com/threerings/util/MessageManager.as (100%) rename {core => aslib}/src/main/as/com/threerings/util/Name.as (100%) rename {core => aslib}/src/main/as/com/threerings/util/ObjectMarshaller.as (100%) rename {core => aslib}/src/main/as/com/threerings/util/ResultAdapter.as (100%) rename {core => aslib}/src/main/as/com/threerings/util/ResultListener.as (100%) rename {core => aslib}/src/main/as/com/threerings/util/Short.as (100%) rename {core => aslib}/src/main/as/com/threerings/util/StreamableArrayList.as (100%) rename {core => aslib}/src/main/as/com/threerings/util/StreamableHashMap.as (100%) rename {core => aslib}/src/main/as/com/threerings/util/TimeUtil.as (100%) rename {core => aslib}/src/main/as/com/threerings/util/langBoolean.as (100%) rename {core => cpplib}/narya.xcodeproj/project.pbxproj (100%) rename {core/src/cpp => cpplib/src}/presents/ArrayMask.cpp (100%) rename {core/src/cpp => cpplib/src}/presents/ArrayMask.h (100%) rename {core/src/cpp => cpplib/src}/presents/ClassMapping.h (100%) rename {core/src/cpp => cpplib/src}/presents/DisconnectReason.h (100%) rename {core/src/cpp => cpplib/src}/presents/InvocationDecoder.cpp (100%) rename {core/src/cpp => cpplib/src}/presents/InvocationDecoder.h (100%) rename {core/src/cpp => cpplib/src}/presents/ObjectInputStream.cpp (100%) rename {core/src/cpp => cpplib/src}/presents/ObjectInputStream.h (100%) rename {core/src/cpp => cpplib/src}/presents/ObjectOutputStream.cpp (100%) rename {core/src/cpp => cpplib/src}/presents/ObjectOutputStream.h (100%) rename {core/src/cpp => cpplib/src}/presents/PresentsClient.cpp (100%) rename {core/src/cpp => cpplib/src}/presents/PresentsClient.h (100%) rename {core/src/cpp => cpplib/src}/presents/PresentsError.h (100%) rename {core/src/cpp => cpplib/src}/presents/SocketStream.h (100%) rename {core/src/cpp => cpplib/src}/presents/Streamable.h (100%) rename {core/src/cpp => cpplib/src}/presents/Streamer.cpp (100%) rename {core/src/cpp => cpplib/src}/presents/Streamer.h (100%) rename {core/src/cpp => cpplib/src}/presents/Util.cpp (100%) rename {core/src/cpp => cpplib/src}/presents/Util.h (100%) rename {core/src/cpp => cpplib/src}/presents/box/BoxedBoolean.cpp (100%) rename {core/src/cpp => cpplib/src}/presents/box/BoxedBoolean.h (100%) rename {core/src/cpp => cpplib/src}/presents/box/BoxedByte.cpp (100%) rename {core/src/cpp => cpplib/src}/presents/box/BoxedByte.h (100%) rename {core/src/cpp => cpplib/src}/presents/box/BoxedDouble.cpp (100%) rename {core/src/cpp => cpplib/src}/presents/box/BoxedDouble.h (100%) rename {core/src/cpp => cpplib/src}/presents/box/BoxedFloat.cpp (100%) rename {core/src/cpp => cpplib/src}/presents/box/BoxedFloat.h (100%) rename {core/src/cpp => cpplib/src}/presents/box/BoxedInt.cpp (100%) rename {core/src/cpp => cpplib/src}/presents/box/BoxedInt.h (100%) rename {core/src/cpp => cpplib/src}/presents/box/BoxedShort.cpp (100%) rename {core/src/cpp => cpplib/src}/presents/box/BoxedShort.h (100%) rename {core/src/cpp => cpplib/src}/presents/box/boxer.py (100%) rename {core/src/cpp => cpplib/src}/presents/client/Registration.cpp (100%) rename {core/src/cpp => cpplib/src}/presents/client/Registration.h (100%) rename {core/src/cpp => cpplib/src}/presents/data/ClientObject.cpp (100%) rename {core/src/cpp => cpplib/src}/presents/data/ClientObject.h (100%) rename {core/src/cpp => cpplib/src}/presents/data/InvocationMarshaller.cpp (100%) rename {core/src/cpp => cpplib/src}/presents/data/InvocationMarshaller.h (100%) rename {core/src/cpp => cpplib/src}/presents/data/PermissionPolicy.cpp (100%) rename {core/src/cpp => cpplib/src}/presents/data/PermissionPolicy.h (100%) rename {core/src/cpp => cpplib/src}/presents/data/RegistrationMarshaller.cpp (100%) rename {core/src/cpp => cpplib/src}/presents/data/RegistrationMarshaller.h (100%) rename {core/src/cpp => cpplib/src}/presents/dobj/DEvent.cpp (100%) rename {core/src/cpp => cpplib/src}/presents/dobj/DEvent.h (100%) rename {core/src/cpp => cpplib/src}/presents/dobj/DObject.cpp (100%) rename {core/src/cpp => cpplib/src}/presents/dobj/DObject.h (100%) rename {core/src/cpp => cpplib/src}/presents/dobj/DSet.cpp (100%) rename {core/src/cpp => cpplib/src}/presents/dobj/DSet.h (100%) rename {core/src/cpp => cpplib/src}/presents/dobj/EntryAddedEvent.cpp (100%) rename {core/src/cpp => cpplib/src}/presents/dobj/EntryAddedEvent.h (100%) rename {core/src/cpp => cpplib/src}/presents/dobj/EntryEvent.cpp (100%) rename {core/src/cpp => cpplib/src}/presents/dobj/EntryEvent.h (100%) rename {core/src/cpp => cpplib/src}/presents/dobj/EntryRemovedEvent.cpp (100%) rename {core/src/cpp => cpplib/src}/presents/dobj/EntryRemovedEvent.h (100%) rename {core/src/cpp => cpplib/src}/presents/dobj/EntryUpdatedEvent.cpp (100%) rename {core/src/cpp => cpplib/src}/presents/dobj/EntryUpdatedEvent.h (100%) rename {core/src/cpp => cpplib/src}/presents/dobj/InvocationNotificationEvent.cpp (100%) rename {core/src/cpp => cpplib/src}/presents/dobj/InvocationNotificationEvent.h (100%) rename {core/src/cpp => cpplib/src}/presents/dobj/InvocationRequestEvent.cpp (100%) rename {core/src/cpp => cpplib/src}/presents/dobj/InvocationRequestEvent.h (100%) rename {core/src/cpp => cpplib/src}/presents/dobj/NamedEvent.cpp (100%) rename {core/src/cpp => cpplib/src}/presents/dobj/NamedEvent.h (100%) rename {core/src/cpp => cpplib/src}/presents/io/FramedInputStream.cpp (100%) rename {core/src/cpp => cpplib/src}/presents/io/FramedInputStream.h (100%) rename {core/src/cpp => cpplib/src}/presents/io/FramingOutputStream.cpp (100%) rename {core/src/cpp => cpplib/src}/presents/io/FramingOutputStream.h (100%) rename {core/src/cpp => cpplib/src}/presents/io/InputStream.h (100%) rename {core/src/cpp => cpplib/src}/presents/io/OutputStream.h (100%) rename {core/src/cpp => cpplib/src}/presents/net/AuthRequest.cpp (100%) rename {core/src/cpp => cpplib/src}/presents/net/AuthRequest.h (100%) rename {core/src/cpp => cpplib/src}/presents/net/AuthResponse.cpp (100%) rename {core/src/cpp => cpplib/src}/presents/net/AuthResponse.h (100%) rename {core/src/cpp => cpplib/src}/presents/net/AuthResponseData.cpp (100%) rename {core/src/cpp => cpplib/src}/presents/net/AuthResponseData.h (100%) rename {core/src/cpp => cpplib/src}/presents/net/BootstrapData.cpp (100%) rename {core/src/cpp => cpplib/src}/presents/net/BootstrapData.h (100%) rename {core/src/cpp => cpplib/src}/presents/net/BootstrapNotification.cpp (100%) rename {core/src/cpp => cpplib/src}/presents/net/BootstrapNotification.h (100%) rename {core/src/cpp => cpplib/src}/presents/net/Credentials.cpp (100%) rename {core/src/cpp => cpplib/src}/presents/net/Credentials.h (100%) rename {core/src/cpp => cpplib/src}/presents/net/DownstreamMessage.cpp (100%) rename {core/src/cpp => cpplib/src}/presents/net/DownstreamMessage.h (100%) rename {core/src/cpp => cpplib/src}/presents/net/EventNotification.cpp (100%) rename {core/src/cpp => cpplib/src}/presents/net/EventNotification.h (100%) rename {core/src/cpp => cpplib/src}/presents/net/ForwardEventRequest.cpp (100%) rename {core/src/cpp => cpplib/src}/presents/net/ForwardEventRequest.h (100%) rename {core/src/cpp => cpplib/src}/presents/net/ObjectResponse.cpp (100%) rename {core/src/cpp => cpplib/src}/presents/net/ObjectResponse.h (100%) rename {core/src/cpp => cpplib/src}/presents/net/PingRequest.cpp (100%) rename {core/src/cpp => cpplib/src}/presents/net/PingRequest.h (100%) rename {core/src/cpp => cpplib/src}/presents/net/PongResponse.cpp (100%) rename {core/src/cpp => cpplib/src}/presents/net/PongResponse.h (100%) rename {core/src/cpp => cpplib/src}/presents/net/UpstreamMessage.cpp (100%) rename {core/src/cpp => cpplib/src}/presents/net/UpstreamMessage.h (100%) rename {core/src/cpp => cpplib/src}/presents/net/UsernamePasswordCreds.cpp (100%) rename {core/src/cpp => cpplib/src}/presents/net/UsernamePasswordCreds.h (100%) rename {core/src/cpp => cpplib/src}/presents/platform/CFSocketStream.cpp (100%) rename {core/src/cpp => cpplib/src}/presents/platform/NSLog.mm (100%) rename {core/src/cpp => cpplib/src}/presents/stable.h (100%) rename {core/src/cpp => cpplib/src}/presents/streamers/StreamableStreamer.h (100%) rename {core/src/cpp => cpplib/src}/presents/streamers/StringStreamer.cpp (100%) rename {core/src/cpp => cpplib/src}/presents/streamers/StringStreamer.h (100%) rename {core/src/cpp => cpplib/src}/presents/streamers/VectorStreamer.h (100%) rename {core/src/cpp => cpplib/src}/util/Name.cpp (100%) rename {core/src/cpp => cpplib/src}/util/Name.h (100%) delete mode 100644 etc/as-pom.xml diff --git a/aslib/pom.xml b/aslib/pom.xml new file mode 100644 index 000000000..d2375e352 --- /dev/null +++ b/aslib/pom.xml @@ -0,0 +1,100 @@ + + + 4.0.0 + + com.threerings + narya-parent + 1.12-SNAPSHOT + + + naryalib + swc + Narya ActionScript + + + + ooo-public + http://ooo-maven.googlecode.com/hg/repository + + + flexmojos + http://repository.sonatype.org/content/groups/flexgroup/ + + + + + 4.1.0.16076 + + + + + com.threerings + aspirin + 1.11 + swc + external + + + com.adobe + as3corelib + 0.93 + swc + external + + + org.osflash + signals + 0.8 + swc + external + + + com.adobe.flex.framework + flex-framework + ${flex.version} + pom + true + + + + + + flexmojos + http://repository.sonatype.org/content/groups/flexgroup/ + + + + + src/main/as + + + org.sonatype.flexmojos + flexmojos-maven-plugin + true + 3.9 + + false + true + false + false + true + + + + com.adobe.flex + compiler + ${flex.version} + pom + + + com.adobe.flex.compiler + asdoc + ${flex.version} + template + zip + + + + + + diff --git a/core/src/main/as/com/threerings/bureau/client/Agent.as b/aslib/src/main/as/com/threerings/bureau/client/Agent.as similarity index 100% rename from core/src/main/as/com/threerings/bureau/client/Agent.as rename to aslib/src/main/as/com/threerings/bureau/client/Agent.as diff --git a/core/src/main/as/com/threerings/bureau/client/BureauClient.as b/aslib/src/main/as/com/threerings/bureau/client/BureauClient.as similarity index 100% rename from core/src/main/as/com/threerings/bureau/client/BureauClient.as rename to aslib/src/main/as/com/threerings/bureau/client/BureauClient.as diff --git a/core/src/main/as/com/threerings/bureau/client/BureauDecoder.as b/aslib/src/main/as/com/threerings/bureau/client/BureauDecoder.as similarity index 100% rename from core/src/main/as/com/threerings/bureau/client/BureauDecoder.as rename to aslib/src/main/as/com/threerings/bureau/client/BureauDecoder.as diff --git a/core/src/main/as/com/threerings/bureau/client/BureauDirector.as b/aslib/src/main/as/com/threerings/bureau/client/BureauDirector.as similarity index 100% rename from core/src/main/as/com/threerings/bureau/client/BureauDirector.as rename to aslib/src/main/as/com/threerings/bureau/client/BureauDirector.as diff --git a/core/src/main/as/com/threerings/bureau/client/BureauReceiver.as b/aslib/src/main/as/com/threerings/bureau/client/BureauReceiver.as similarity index 100% rename from core/src/main/as/com/threerings/bureau/client/BureauReceiver.as rename to aslib/src/main/as/com/threerings/bureau/client/BureauReceiver.as diff --git a/core/src/main/as/com/threerings/bureau/client/BureauService.as b/aslib/src/main/as/com/threerings/bureau/client/BureauService.as similarity index 100% rename from core/src/main/as/com/threerings/bureau/client/BureauService.as rename to aslib/src/main/as/com/threerings/bureau/client/BureauService.as diff --git a/core/src/main/as/com/threerings/bureau/data/AgentObject.as b/aslib/src/main/as/com/threerings/bureau/data/AgentObject.as similarity index 100% rename from core/src/main/as/com/threerings/bureau/data/AgentObject.as rename to aslib/src/main/as/com/threerings/bureau/data/AgentObject.as diff --git a/core/src/main/as/com/threerings/bureau/data/BureauAuthName.as b/aslib/src/main/as/com/threerings/bureau/data/BureauAuthName.as similarity index 100% rename from core/src/main/as/com/threerings/bureau/data/BureauAuthName.as rename to aslib/src/main/as/com/threerings/bureau/data/BureauAuthName.as diff --git a/core/src/main/as/com/threerings/bureau/data/BureauClientObject.as b/aslib/src/main/as/com/threerings/bureau/data/BureauClientObject.as similarity index 100% rename from core/src/main/as/com/threerings/bureau/data/BureauClientObject.as rename to aslib/src/main/as/com/threerings/bureau/data/BureauClientObject.as diff --git a/core/src/main/as/com/threerings/bureau/data/BureauCodes.as b/aslib/src/main/as/com/threerings/bureau/data/BureauCodes.as similarity index 100% rename from core/src/main/as/com/threerings/bureau/data/BureauCodes.as rename to aslib/src/main/as/com/threerings/bureau/data/BureauCodes.as diff --git a/core/src/main/as/com/threerings/bureau/data/BureauCredentials.as b/aslib/src/main/as/com/threerings/bureau/data/BureauCredentials.as similarity index 100% rename from core/src/main/as/com/threerings/bureau/data/BureauCredentials.as rename to aslib/src/main/as/com/threerings/bureau/data/BureauCredentials.as diff --git a/core/src/main/as/com/threerings/bureau/data/BureauMarshaller.as b/aslib/src/main/as/com/threerings/bureau/data/BureauMarshaller.as similarity index 100% rename from core/src/main/as/com/threerings/bureau/data/BureauMarshaller.as rename to aslib/src/main/as/com/threerings/bureau/data/BureauMarshaller.as diff --git a/core/src/main/as/com/threerings/bureau/util/BureauContext.as b/aslib/src/main/as/com/threerings/bureau/util/BureauContext.as similarity index 100% rename from core/src/main/as/com/threerings/bureau/util/BureauContext.as rename to aslib/src/main/as/com/threerings/bureau/util/BureauContext.as diff --git a/core/src/main/as/com/threerings/crowd/chat/client/BroadcastHandler.as b/aslib/src/main/as/com/threerings/crowd/chat/client/BroadcastHandler.as similarity index 100% rename from core/src/main/as/com/threerings/crowd/chat/client/BroadcastHandler.as rename to aslib/src/main/as/com/threerings/crowd/chat/client/BroadcastHandler.as diff --git a/core/src/main/as/com/threerings/crowd/chat/client/ChannelSpeakService.as b/aslib/src/main/as/com/threerings/crowd/chat/client/ChannelSpeakService.as similarity index 100% rename from core/src/main/as/com/threerings/crowd/chat/client/ChannelSpeakService.as rename to aslib/src/main/as/com/threerings/crowd/chat/client/ChannelSpeakService.as diff --git a/core/src/main/as/com/threerings/crowd/chat/client/ChatCantStealFocus.as b/aslib/src/main/as/com/threerings/crowd/chat/client/ChatCantStealFocus.as similarity index 100% rename from core/src/main/as/com/threerings/crowd/chat/client/ChatCantStealFocus.as rename to aslib/src/main/as/com/threerings/crowd/chat/client/ChatCantStealFocus.as diff --git a/core/src/main/as/com/threerings/crowd/chat/client/ChatDirector.as b/aslib/src/main/as/com/threerings/crowd/chat/client/ChatDirector.as similarity index 100% rename from core/src/main/as/com/threerings/crowd/chat/client/ChatDirector.as rename to aslib/src/main/as/com/threerings/crowd/chat/client/ChatDirector.as diff --git a/core/src/main/as/com/threerings/crowd/chat/client/ChatDisplay.as b/aslib/src/main/as/com/threerings/crowd/chat/client/ChatDisplay.as similarity index 100% rename from core/src/main/as/com/threerings/crowd/chat/client/ChatDisplay.as rename to aslib/src/main/as/com/threerings/crowd/chat/client/ChatDisplay.as diff --git a/core/src/main/as/com/threerings/crowd/chat/client/ChatFilter.as b/aslib/src/main/as/com/threerings/crowd/chat/client/ChatFilter.as similarity index 100% rename from core/src/main/as/com/threerings/crowd/chat/client/ChatFilter.as rename to aslib/src/main/as/com/threerings/crowd/chat/client/ChatFilter.as diff --git a/core/src/main/as/com/threerings/crowd/chat/client/ChatService.as b/aslib/src/main/as/com/threerings/crowd/chat/client/ChatService.as similarity index 100% rename from core/src/main/as/com/threerings/crowd/chat/client/ChatService.as rename to aslib/src/main/as/com/threerings/crowd/chat/client/ChatService.as diff --git a/core/src/main/as/com/threerings/crowd/chat/client/ChatService_TellListener.as b/aslib/src/main/as/com/threerings/crowd/chat/client/ChatService_TellListener.as similarity index 100% rename from core/src/main/as/com/threerings/crowd/chat/client/ChatService_TellListener.as rename to aslib/src/main/as/com/threerings/crowd/chat/client/ChatService_TellListener.as diff --git a/core/src/main/as/com/threerings/crowd/chat/client/ChatSnooper.as b/aslib/src/main/as/com/threerings/crowd/chat/client/ChatSnooper.as similarity index 100% rename from core/src/main/as/com/threerings/crowd/chat/client/ChatSnooper.as rename to aslib/src/main/as/com/threerings/crowd/chat/client/ChatSnooper.as diff --git a/core/src/main/as/com/threerings/crowd/chat/client/ChatterObserver.as b/aslib/src/main/as/com/threerings/crowd/chat/client/ChatterObserver.as similarity index 100% rename from core/src/main/as/com/threerings/crowd/chat/client/ChatterObserver.as rename to aslib/src/main/as/com/threerings/crowd/chat/client/ChatterObserver.as diff --git a/core/src/main/as/com/threerings/crowd/chat/client/ChatterValidator.as b/aslib/src/main/as/com/threerings/crowd/chat/client/ChatterValidator.as similarity index 100% rename from core/src/main/as/com/threerings/crowd/chat/client/ChatterValidator.as rename to aslib/src/main/as/com/threerings/crowd/chat/client/ChatterValidator.as diff --git a/core/src/main/as/com/threerings/crowd/chat/client/ClearHandler.as b/aslib/src/main/as/com/threerings/crowd/chat/client/ClearHandler.as similarity index 100% rename from core/src/main/as/com/threerings/crowd/chat/client/ClearHandler.as rename to aslib/src/main/as/com/threerings/crowd/chat/client/ClearHandler.as diff --git a/core/src/main/as/com/threerings/crowd/chat/client/CommandHandler.as b/aslib/src/main/as/com/threerings/crowd/chat/client/CommandHandler.as similarity index 100% rename from core/src/main/as/com/threerings/crowd/chat/client/CommandHandler.as rename to aslib/src/main/as/com/threerings/crowd/chat/client/CommandHandler.as diff --git a/core/src/main/as/com/threerings/crowd/chat/client/CurseFilter.as b/aslib/src/main/as/com/threerings/crowd/chat/client/CurseFilter.as similarity index 100% rename from core/src/main/as/com/threerings/crowd/chat/client/CurseFilter.as rename to aslib/src/main/as/com/threerings/crowd/chat/client/CurseFilter.as diff --git a/core/src/main/as/com/threerings/crowd/chat/client/EmoteHandler.as b/aslib/src/main/as/com/threerings/crowd/chat/client/EmoteHandler.as similarity index 100% rename from core/src/main/as/com/threerings/crowd/chat/client/EmoteHandler.as rename to aslib/src/main/as/com/threerings/crowd/chat/client/EmoteHandler.as diff --git a/core/src/main/as/com/threerings/crowd/chat/client/HelpHandler.as b/aslib/src/main/as/com/threerings/crowd/chat/client/HelpHandler.as similarity index 100% rename from core/src/main/as/com/threerings/crowd/chat/client/HelpHandler.as rename to aslib/src/main/as/com/threerings/crowd/chat/client/HelpHandler.as diff --git a/core/src/main/as/com/threerings/crowd/chat/client/MuteDirector.as b/aslib/src/main/as/com/threerings/crowd/chat/client/MuteDirector.as similarity index 100% rename from core/src/main/as/com/threerings/crowd/chat/client/MuteDirector.as rename to aslib/src/main/as/com/threerings/crowd/chat/client/MuteDirector.as diff --git a/core/src/main/as/com/threerings/crowd/chat/client/MuteObserver.as b/aslib/src/main/as/com/threerings/crowd/chat/client/MuteObserver.as similarity index 100% rename from core/src/main/as/com/threerings/crowd/chat/client/MuteObserver.as rename to aslib/src/main/as/com/threerings/crowd/chat/client/MuteObserver.as diff --git a/core/src/main/as/com/threerings/crowd/chat/client/SpeakHandler.as b/aslib/src/main/as/com/threerings/crowd/chat/client/SpeakHandler.as similarity index 100% rename from core/src/main/as/com/threerings/crowd/chat/client/SpeakHandler.as rename to aslib/src/main/as/com/threerings/crowd/chat/client/SpeakHandler.as diff --git a/core/src/main/as/com/threerings/crowd/chat/client/SpeakService.as b/aslib/src/main/as/com/threerings/crowd/chat/client/SpeakService.as similarity index 100% rename from core/src/main/as/com/threerings/crowd/chat/client/SpeakService.as rename to aslib/src/main/as/com/threerings/crowd/chat/client/SpeakService.as diff --git a/core/src/main/as/com/threerings/crowd/chat/client/TellAdapter.as b/aslib/src/main/as/com/threerings/crowd/chat/client/TellAdapter.as similarity index 100% rename from core/src/main/as/com/threerings/crowd/chat/client/TellAdapter.as rename to aslib/src/main/as/com/threerings/crowd/chat/client/TellAdapter.as diff --git a/core/src/main/as/com/threerings/crowd/chat/client/TellHandler.as b/aslib/src/main/as/com/threerings/crowd/chat/client/TellHandler.as similarity index 100% rename from core/src/main/as/com/threerings/crowd/chat/client/TellHandler.as rename to aslib/src/main/as/com/threerings/crowd/chat/client/TellHandler.as diff --git a/core/src/main/as/com/threerings/crowd/chat/client/ThinkHandler.as b/aslib/src/main/as/com/threerings/crowd/chat/client/ThinkHandler.as similarity index 100% rename from core/src/main/as/com/threerings/crowd/chat/client/ThinkHandler.as rename to aslib/src/main/as/com/threerings/crowd/chat/client/ThinkHandler.as diff --git a/core/src/main/as/com/threerings/crowd/chat/data/ChannelSpeakMarshaller.as b/aslib/src/main/as/com/threerings/crowd/chat/data/ChannelSpeakMarshaller.as similarity index 100% rename from core/src/main/as/com/threerings/crowd/chat/data/ChannelSpeakMarshaller.as rename to aslib/src/main/as/com/threerings/crowd/chat/data/ChannelSpeakMarshaller.as diff --git a/core/src/main/as/com/threerings/crowd/chat/data/ChatChannel.as b/aslib/src/main/as/com/threerings/crowd/chat/data/ChatChannel.as similarity index 100% rename from core/src/main/as/com/threerings/crowd/chat/data/ChatChannel.as rename to aslib/src/main/as/com/threerings/crowd/chat/data/ChatChannel.as diff --git a/core/src/main/as/com/threerings/crowd/chat/data/ChatCodes.as b/aslib/src/main/as/com/threerings/crowd/chat/data/ChatCodes.as similarity index 100% rename from core/src/main/as/com/threerings/crowd/chat/data/ChatCodes.as rename to aslib/src/main/as/com/threerings/crowd/chat/data/ChatCodes.as diff --git a/core/src/main/as/com/threerings/crowd/chat/data/ChatMarshaller.as b/aslib/src/main/as/com/threerings/crowd/chat/data/ChatMarshaller.as similarity index 100% rename from core/src/main/as/com/threerings/crowd/chat/data/ChatMarshaller.as rename to aslib/src/main/as/com/threerings/crowd/chat/data/ChatMarshaller.as diff --git a/core/src/main/as/com/threerings/crowd/chat/data/ChatMarshaller_TellMarshaller.as b/aslib/src/main/as/com/threerings/crowd/chat/data/ChatMarshaller_TellMarshaller.as similarity index 100% rename from core/src/main/as/com/threerings/crowd/chat/data/ChatMarshaller_TellMarshaller.as rename to aslib/src/main/as/com/threerings/crowd/chat/data/ChatMarshaller_TellMarshaller.as diff --git a/core/src/main/as/com/threerings/crowd/chat/data/ChatMessage.as b/aslib/src/main/as/com/threerings/crowd/chat/data/ChatMessage.as similarity index 100% rename from core/src/main/as/com/threerings/crowd/chat/data/ChatMessage.as rename to aslib/src/main/as/com/threerings/crowd/chat/data/ChatMessage.as diff --git a/core/src/main/as/com/threerings/crowd/chat/data/SpeakMarshaller.as b/aslib/src/main/as/com/threerings/crowd/chat/data/SpeakMarshaller.as similarity index 100% rename from core/src/main/as/com/threerings/crowd/chat/data/SpeakMarshaller.as rename to aslib/src/main/as/com/threerings/crowd/chat/data/SpeakMarshaller.as diff --git a/core/src/main/as/com/threerings/crowd/chat/data/SystemMessage.as b/aslib/src/main/as/com/threerings/crowd/chat/data/SystemMessage.as similarity index 100% rename from core/src/main/as/com/threerings/crowd/chat/data/SystemMessage.as rename to aslib/src/main/as/com/threerings/crowd/chat/data/SystemMessage.as diff --git a/core/src/main/as/com/threerings/crowd/chat/data/TellFeedbackMessage.as b/aslib/src/main/as/com/threerings/crowd/chat/data/TellFeedbackMessage.as similarity index 100% rename from core/src/main/as/com/threerings/crowd/chat/data/TellFeedbackMessage.as rename to aslib/src/main/as/com/threerings/crowd/chat/data/TellFeedbackMessage.as diff --git a/core/src/main/as/com/threerings/crowd/chat/data/UserMessage.as b/aslib/src/main/as/com/threerings/crowd/chat/data/UserMessage.as similarity index 100% rename from core/src/main/as/com/threerings/crowd/chat/data/UserMessage.as rename to aslib/src/main/as/com/threerings/crowd/chat/data/UserMessage.as diff --git a/core/src/main/as/com/threerings/crowd/chat/data/UserSystemMessage.as b/aslib/src/main/as/com/threerings/crowd/chat/data/UserSystemMessage.as similarity index 100% rename from core/src/main/as/com/threerings/crowd/chat/data/UserSystemMessage.as rename to aslib/src/main/as/com/threerings/crowd/chat/data/UserSystemMessage.as diff --git a/core/src/main/as/com/threerings/crowd/client/BodyService.as b/aslib/src/main/as/com/threerings/crowd/client/BodyService.as similarity index 100% rename from core/src/main/as/com/threerings/crowd/client/BodyService.as rename to aslib/src/main/as/com/threerings/crowd/client/BodyService.as diff --git a/core/src/main/as/com/threerings/crowd/client/CrowdClient.as b/aslib/src/main/as/com/threerings/crowd/client/CrowdClient.as similarity index 100% rename from core/src/main/as/com/threerings/crowd/client/CrowdClient.as rename to aslib/src/main/as/com/threerings/crowd/client/CrowdClient.as diff --git a/core/src/main/as/com/threerings/crowd/client/LocationAdapter.as b/aslib/src/main/as/com/threerings/crowd/client/LocationAdapter.as similarity index 100% rename from core/src/main/as/com/threerings/crowd/client/LocationAdapter.as rename to aslib/src/main/as/com/threerings/crowd/client/LocationAdapter.as diff --git a/core/src/main/as/com/threerings/crowd/client/LocationDecoder.as b/aslib/src/main/as/com/threerings/crowd/client/LocationDecoder.as similarity index 100% rename from core/src/main/as/com/threerings/crowd/client/LocationDecoder.as rename to aslib/src/main/as/com/threerings/crowd/client/LocationDecoder.as diff --git a/core/src/main/as/com/threerings/crowd/client/LocationDirector.as b/aslib/src/main/as/com/threerings/crowd/client/LocationDirector.as similarity index 100% rename from core/src/main/as/com/threerings/crowd/client/LocationDirector.as rename to aslib/src/main/as/com/threerings/crowd/client/LocationDirector.as diff --git a/core/src/main/as/com/threerings/crowd/client/LocationDirector_FailureHandler.as b/aslib/src/main/as/com/threerings/crowd/client/LocationDirector_FailureHandler.as similarity index 100% rename from core/src/main/as/com/threerings/crowd/client/LocationDirector_FailureHandler.as rename to aslib/src/main/as/com/threerings/crowd/client/LocationDirector_FailureHandler.as diff --git a/core/src/main/as/com/threerings/crowd/client/LocationObserver.as b/aslib/src/main/as/com/threerings/crowd/client/LocationObserver.as similarity index 100% rename from core/src/main/as/com/threerings/crowd/client/LocationObserver.as rename to aslib/src/main/as/com/threerings/crowd/client/LocationObserver.as diff --git a/core/src/main/as/com/threerings/crowd/client/LocationReceiver.as b/aslib/src/main/as/com/threerings/crowd/client/LocationReceiver.as similarity index 100% rename from core/src/main/as/com/threerings/crowd/client/LocationReceiver.as rename to aslib/src/main/as/com/threerings/crowd/client/LocationReceiver.as diff --git a/core/src/main/as/com/threerings/crowd/client/LocationService.as b/aslib/src/main/as/com/threerings/crowd/client/LocationService.as similarity index 100% rename from core/src/main/as/com/threerings/crowd/client/LocationService.as rename to aslib/src/main/as/com/threerings/crowd/client/LocationService.as diff --git a/core/src/main/as/com/threerings/crowd/client/LocationService_MoveListener.as b/aslib/src/main/as/com/threerings/crowd/client/LocationService_MoveListener.as similarity index 100% rename from core/src/main/as/com/threerings/crowd/client/LocationService_MoveListener.as rename to aslib/src/main/as/com/threerings/crowd/client/LocationService_MoveListener.as diff --git a/core/src/main/as/com/threerings/crowd/client/MoveAdapter.as b/aslib/src/main/as/com/threerings/crowd/client/MoveAdapter.as similarity index 100% rename from core/src/main/as/com/threerings/crowd/client/MoveAdapter.as rename to aslib/src/main/as/com/threerings/crowd/client/MoveAdapter.as diff --git a/core/src/main/as/com/threerings/crowd/client/MoveFailedError.as b/aslib/src/main/as/com/threerings/crowd/client/MoveFailedError.as similarity index 100% rename from core/src/main/as/com/threerings/crowd/client/MoveFailedError.as rename to aslib/src/main/as/com/threerings/crowd/client/MoveFailedError.as diff --git a/core/src/main/as/com/threerings/crowd/client/MoveVetoedError.as b/aslib/src/main/as/com/threerings/crowd/client/MoveVetoedError.as similarity index 100% rename from core/src/main/as/com/threerings/crowd/client/MoveVetoedError.as rename to aslib/src/main/as/com/threerings/crowd/client/MoveVetoedError.as diff --git a/core/src/main/as/com/threerings/crowd/client/OccupantAdapter.as b/aslib/src/main/as/com/threerings/crowd/client/OccupantAdapter.as similarity index 100% rename from core/src/main/as/com/threerings/crowd/client/OccupantAdapter.as rename to aslib/src/main/as/com/threerings/crowd/client/OccupantAdapter.as diff --git a/core/src/main/as/com/threerings/crowd/client/OccupantDirector.as b/aslib/src/main/as/com/threerings/crowd/client/OccupantDirector.as similarity index 100% rename from core/src/main/as/com/threerings/crowd/client/OccupantDirector.as rename to aslib/src/main/as/com/threerings/crowd/client/OccupantDirector.as diff --git a/core/src/main/as/com/threerings/crowd/client/OccupantObserver.as b/aslib/src/main/as/com/threerings/crowd/client/OccupantObserver.as similarity index 100% rename from core/src/main/as/com/threerings/crowd/client/OccupantObserver.as rename to aslib/src/main/as/com/threerings/crowd/client/OccupantObserver.as diff --git a/core/src/main/as/com/threerings/crowd/client/PlaceController.as b/aslib/src/main/as/com/threerings/crowd/client/PlaceController.as similarity index 100% rename from core/src/main/as/com/threerings/crowd/client/PlaceController.as rename to aslib/src/main/as/com/threerings/crowd/client/PlaceController.as diff --git a/core/src/main/as/com/threerings/crowd/client/PlaceControllerDelegate.as b/aslib/src/main/as/com/threerings/crowd/client/PlaceControllerDelegate.as similarity index 100% rename from core/src/main/as/com/threerings/crowd/client/PlaceControllerDelegate.as rename to aslib/src/main/as/com/threerings/crowd/client/PlaceControllerDelegate.as diff --git a/core/src/main/as/com/threerings/crowd/client/PlaceView.as b/aslib/src/main/as/com/threerings/crowd/client/PlaceView.as similarity index 100% rename from core/src/main/as/com/threerings/crowd/client/PlaceView.as rename to aslib/src/main/as/com/threerings/crowd/client/PlaceView.as diff --git a/core/src/main/as/com/threerings/crowd/client/PlaceViewUtil.as b/aslib/src/main/as/com/threerings/crowd/client/PlaceViewUtil.as similarity index 100% rename from core/src/main/as/com/threerings/crowd/client/PlaceViewUtil.as rename to aslib/src/main/as/com/threerings/crowd/client/PlaceViewUtil.as diff --git a/core/src/main/as/com/threerings/crowd/data/BodyMarshaller.as b/aslib/src/main/as/com/threerings/crowd/data/BodyMarshaller.as similarity index 100% rename from core/src/main/as/com/threerings/crowd/data/BodyMarshaller.as rename to aslib/src/main/as/com/threerings/crowd/data/BodyMarshaller.as diff --git a/core/src/main/as/com/threerings/crowd/data/BodyObject.as b/aslib/src/main/as/com/threerings/crowd/data/BodyObject.as similarity index 100% rename from core/src/main/as/com/threerings/crowd/data/BodyObject.as rename to aslib/src/main/as/com/threerings/crowd/data/BodyObject.as diff --git a/core/src/main/as/com/threerings/crowd/data/CrowdCodes.as b/aslib/src/main/as/com/threerings/crowd/data/CrowdCodes.as similarity index 100% rename from core/src/main/as/com/threerings/crowd/data/CrowdCodes.as rename to aslib/src/main/as/com/threerings/crowd/data/CrowdCodes.as diff --git a/core/src/main/as/com/threerings/crowd/data/CrowdPermissionPolicy.as b/aslib/src/main/as/com/threerings/crowd/data/CrowdPermissionPolicy.as similarity index 100% rename from core/src/main/as/com/threerings/crowd/data/CrowdPermissionPolicy.as rename to aslib/src/main/as/com/threerings/crowd/data/CrowdPermissionPolicy.as diff --git a/core/src/main/as/com/threerings/crowd/data/LocationCodes.as b/aslib/src/main/as/com/threerings/crowd/data/LocationCodes.as similarity index 100% rename from core/src/main/as/com/threerings/crowd/data/LocationCodes.as rename to aslib/src/main/as/com/threerings/crowd/data/LocationCodes.as diff --git a/core/src/main/as/com/threerings/crowd/data/LocationMarshaller.as b/aslib/src/main/as/com/threerings/crowd/data/LocationMarshaller.as similarity index 100% rename from core/src/main/as/com/threerings/crowd/data/LocationMarshaller.as rename to aslib/src/main/as/com/threerings/crowd/data/LocationMarshaller.as diff --git a/core/src/main/as/com/threerings/crowd/data/LocationMarshaller_MoveMarshaller.as b/aslib/src/main/as/com/threerings/crowd/data/LocationMarshaller_MoveMarshaller.as similarity index 100% rename from core/src/main/as/com/threerings/crowd/data/LocationMarshaller_MoveMarshaller.as rename to aslib/src/main/as/com/threerings/crowd/data/LocationMarshaller_MoveMarshaller.as diff --git a/core/src/main/as/com/threerings/crowd/data/ManagerCaller.as b/aslib/src/main/as/com/threerings/crowd/data/ManagerCaller.as similarity index 100% rename from core/src/main/as/com/threerings/crowd/data/ManagerCaller.as rename to aslib/src/main/as/com/threerings/crowd/data/ManagerCaller.as diff --git a/core/src/main/as/com/threerings/crowd/data/OccupantInfo.as b/aslib/src/main/as/com/threerings/crowd/data/OccupantInfo.as similarity index 100% rename from core/src/main/as/com/threerings/crowd/data/OccupantInfo.as rename to aslib/src/main/as/com/threerings/crowd/data/OccupantInfo.as diff --git a/core/src/main/as/com/threerings/crowd/data/Place.as b/aslib/src/main/as/com/threerings/crowd/data/Place.as similarity index 100% rename from core/src/main/as/com/threerings/crowd/data/Place.as rename to aslib/src/main/as/com/threerings/crowd/data/Place.as diff --git a/core/src/main/as/com/threerings/crowd/data/PlaceConfig.as b/aslib/src/main/as/com/threerings/crowd/data/PlaceConfig.as similarity index 100% rename from core/src/main/as/com/threerings/crowd/data/PlaceConfig.as rename to aslib/src/main/as/com/threerings/crowd/data/PlaceConfig.as diff --git a/core/src/main/as/com/threerings/crowd/data/PlaceObject.as b/aslib/src/main/as/com/threerings/crowd/data/PlaceObject.as similarity index 100% rename from core/src/main/as/com/threerings/crowd/data/PlaceObject.as rename to aslib/src/main/as/com/threerings/crowd/data/PlaceObject.as diff --git a/core/src/main/as/com/threerings/crowd/data/TokenRing.as b/aslib/src/main/as/com/threerings/crowd/data/TokenRing.as similarity index 100% rename from core/src/main/as/com/threerings/crowd/data/TokenRing.as rename to aslib/src/main/as/com/threerings/crowd/data/TokenRing.as diff --git a/core/src/main/as/com/threerings/crowd/peer/data/CrowdClientInfo.as b/aslib/src/main/as/com/threerings/crowd/peer/data/CrowdClientInfo.as similarity index 100% rename from core/src/main/as/com/threerings/crowd/peer/data/CrowdClientInfo.as rename to aslib/src/main/as/com/threerings/crowd/peer/data/CrowdClientInfo.as diff --git a/core/src/main/as/com/threerings/crowd/util/CrowdContext.as b/aslib/src/main/as/com/threerings/crowd/util/CrowdContext.as similarity index 100% rename from core/src/main/as/com/threerings/crowd/util/CrowdContext.as rename to aslib/src/main/as/com/threerings/crowd/util/CrowdContext.as diff --git a/core/src/main/as/com/threerings/io/ArrayMask.as b/aslib/src/main/as/com/threerings/io/ArrayMask.as similarity index 100% rename from core/src/main/as/com/threerings/io/ArrayMask.as rename to aslib/src/main/as/com/threerings/io/ArrayMask.as diff --git a/core/src/main/as/com/threerings/io/ClassMapping.as b/aslib/src/main/as/com/threerings/io/ClassMapping.as similarity index 100% rename from core/src/main/as/com/threerings/io/ClassMapping.as rename to aslib/src/main/as/com/threerings/io/ClassMapping.as diff --git a/core/src/main/as/com/threerings/io/FrameAvailableEvent.as b/aslib/src/main/as/com/threerings/io/FrameAvailableEvent.as similarity index 100% rename from core/src/main/as/com/threerings/io/FrameAvailableEvent.as rename to aslib/src/main/as/com/threerings/io/FrameAvailableEvent.as diff --git a/core/src/main/as/com/threerings/io/FrameReader.as b/aslib/src/main/as/com/threerings/io/FrameReader.as similarity index 100% rename from core/src/main/as/com/threerings/io/FrameReader.as rename to aslib/src/main/as/com/threerings/io/FrameReader.as diff --git a/core/src/main/as/com/threerings/io/ObjectInputStream.as b/aslib/src/main/as/com/threerings/io/ObjectInputStream.as similarity index 100% rename from core/src/main/as/com/threerings/io/ObjectInputStream.as rename to aslib/src/main/as/com/threerings/io/ObjectInputStream.as diff --git a/core/src/main/as/com/threerings/io/ObjectOutputStream.as b/aslib/src/main/as/com/threerings/io/ObjectOutputStream.as similarity index 100% rename from core/src/main/as/com/threerings/io/ObjectOutputStream.as rename to aslib/src/main/as/com/threerings/io/ObjectOutputStream.as diff --git a/core/src/main/as/com/threerings/io/SimpleStreamableObject.as b/aslib/src/main/as/com/threerings/io/SimpleStreamableObject.as similarity index 100% rename from core/src/main/as/com/threerings/io/SimpleStreamableObject.as rename to aslib/src/main/as/com/threerings/io/SimpleStreamableObject.as diff --git a/core/src/main/as/com/threerings/io/Streamable.as b/aslib/src/main/as/com/threerings/io/Streamable.as similarity index 100% rename from core/src/main/as/com/threerings/io/Streamable.as rename to aslib/src/main/as/com/threerings/io/Streamable.as diff --git a/core/src/main/as/com/threerings/io/Streamer.as b/aslib/src/main/as/com/threerings/io/Streamer.as similarity index 100% rename from core/src/main/as/com/threerings/io/Streamer.as rename to aslib/src/main/as/com/threerings/io/Streamer.as diff --git a/core/src/main/as/com/threerings/io/Translations.as b/aslib/src/main/as/com/threerings/io/Translations.as similarity index 100% rename from core/src/main/as/com/threerings/io/Translations.as rename to aslib/src/main/as/com/threerings/io/Translations.as diff --git a/core/src/main/as/com/threerings/io/TypedArray.as b/aslib/src/main/as/com/threerings/io/TypedArray.as similarity index 100% rename from core/src/main/as/com/threerings/io/TypedArray.as rename to aslib/src/main/as/com/threerings/io/TypedArray.as diff --git a/core/src/main/as/com/threerings/io/streamers/ArrayStreamer.as b/aslib/src/main/as/com/threerings/io/streamers/ArrayStreamer.as similarity index 100% rename from core/src/main/as/com/threerings/io/streamers/ArrayStreamer.as rename to aslib/src/main/as/com/threerings/io/streamers/ArrayStreamer.as diff --git a/core/src/main/as/com/threerings/io/streamers/ByteArrayStreamer.as b/aslib/src/main/as/com/threerings/io/streamers/ByteArrayStreamer.as similarity index 100% rename from core/src/main/as/com/threerings/io/streamers/ByteArrayStreamer.as rename to aslib/src/main/as/com/threerings/io/streamers/ByteArrayStreamer.as diff --git a/core/src/main/as/com/threerings/io/streamers/ByteEnumStreamer.as b/aslib/src/main/as/com/threerings/io/streamers/ByteEnumStreamer.as similarity index 100% rename from core/src/main/as/com/threerings/io/streamers/ByteEnumStreamer.as rename to aslib/src/main/as/com/threerings/io/streamers/ByteEnumStreamer.as diff --git a/core/src/main/as/com/threerings/io/streamers/DelegatingStreamer.as b/aslib/src/main/as/com/threerings/io/streamers/DelegatingStreamer.as similarity index 100% rename from core/src/main/as/com/threerings/io/streamers/DelegatingStreamer.as rename to aslib/src/main/as/com/threerings/io/streamers/DelegatingStreamer.as diff --git a/core/src/main/as/com/threerings/io/streamers/EnumStreamer.as b/aslib/src/main/as/com/threerings/io/streamers/EnumStreamer.as similarity index 100% rename from core/src/main/as/com/threerings/io/streamers/EnumStreamer.as rename to aslib/src/main/as/com/threerings/io/streamers/EnumStreamer.as diff --git a/core/src/main/as/com/threerings/io/streamers/MapStreamer.as b/aslib/src/main/as/com/threerings/io/streamers/MapStreamer.as similarity index 100% rename from core/src/main/as/com/threerings/io/streamers/MapStreamer.as rename to aslib/src/main/as/com/threerings/io/streamers/MapStreamer.as diff --git a/core/src/main/as/com/threerings/io/streamers/NumberStreamer.as b/aslib/src/main/as/com/threerings/io/streamers/NumberStreamer.as similarity index 100% rename from core/src/main/as/com/threerings/io/streamers/NumberStreamer.as rename to aslib/src/main/as/com/threerings/io/streamers/NumberStreamer.as diff --git a/core/src/main/as/com/threerings/io/streamers/SetStreamer.as b/aslib/src/main/as/com/threerings/io/streamers/SetStreamer.as similarity index 100% rename from core/src/main/as/com/threerings/io/streamers/SetStreamer.as rename to aslib/src/main/as/com/threerings/io/streamers/SetStreamer.as diff --git a/core/src/main/as/com/threerings/io/streamers/StringStreamer.as b/aslib/src/main/as/com/threerings/io/streamers/StringStreamer.as similarity index 100% rename from core/src/main/as/com/threerings/io/streamers/StringStreamer.as rename to aslib/src/main/as/com/threerings/io/streamers/StringStreamer.as diff --git a/core/src/main/as/com/threerings/presents/client/BasicDirector.as b/aslib/src/main/as/com/threerings/presents/client/BasicDirector.as similarity index 100% rename from core/src/main/as/com/threerings/presents/client/BasicDirector.as rename to aslib/src/main/as/com/threerings/presents/client/BasicDirector.as diff --git a/core/src/main/as/com/threerings/presents/client/Client.as b/aslib/src/main/as/com/threerings/presents/client/Client.as similarity index 100% rename from core/src/main/as/com/threerings/presents/client/Client.as rename to aslib/src/main/as/com/threerings/presents/client/Client.as diff --git a/core/src/main/as/com/threerings/presents/client/ClientAdapter.as b/aslib/src/main/as/com/threerings/presents/client/ClientAdapter.as similarity index 100% rename from core/src/main/as/com/threerings/presents/client/ClientAdapter.as rename to aslib/src/main/as/com/threerings/presents/client/ClientAdapter.as diff --git a/core/src/main/as/com/threerings/presents/client/ClientDObjectMgr.as b/aslib/src/main/as/com/threerings/presents/client/ClientDObjectMgr.as similarity index 100% rename from core/src/main/as/com/threerings/presents/client/ClientDObjectMgr.as rename to aslib/src/main/as/com/threerings/presents/client/ClientDObjectMgr.as diff --git a/core/src/main/as/com/threerings/presents/client/ClientEvent.as b/aslib/src/main/as/com/threerings/presents/client/ClientEvent.as similarity index 100% rename from core/src/main/as/com/threerings/presents/client/ClientEvent.as rename to aslib/src/main/as/com/threerings/presents/client/ClientEvent.as diff --git a/core/src/main/as/com/threerings/presents/client/ClientObserver.as b/aslib/src/main/as/com/threerings/presents/client/ClientObserver.as similarity index 100% rename from core/src/main/as/com/threerings/presents/client/ClientObserver.as rename to aslib/src/main/as/com/threerings/presents/client/ClientObserver.as diff --git a/core/src/main/as/com/threerings/presents/client/Communicator.as b/aslib/src/main/as/com/threerings/presents/client/Communicator.as similarity index 100% rename from core/src/main/as/com/threerings/presents/client/Communicator.as rename to aslib/src/main/as/com/threerings/presents/client/Communicator.as diff --git a/core/src/main/as/com/threerings/presents/client/ConfirmAdapter.as b/aslib/src/main/as/com/threerings/presents/client/ConfirmAdapter.as similarity index 100% rename from core/src/main/as/com/threerings/presents/client/ConfirmAdapter.as rename to aslib/src/main/as/com/threerings/presents/client/ConfirmAdapter.as diff --git a/core/src/main/as/com/threerings/presents/client/DeltaCalculator.as b/aslib/src/main/as/com/threerings/presents/client/DeltaCalculator.as similarity index 100% rename from core/src/main/as/com/threerings/presents/client/DeltaCalculator.as rename to aslib/src/main/as/com/threerings/presents/client/DeltaCalculator.as diff --git a/core/src/main/as/com/threerings/presents/client/InvocationAdapter.as b/aslib/src/main/as/com/threerings/presents/client/InvocationAdapter.as similarity index 100% rename from core/src/main/as/com/threerings/presents/client/InvocationAdapter.as rename to aslib/src/main/as/com/threerings/presents/client/InvocationAdapter.as diff --git a/core/src/main/as/com/threerings/presents/client/InvocationDecoder.as b/aslib/src/main/as/com/threerings/presents/client/InvocationDecoder.as similarity index 100% rename from core/src/main/as/com/threerings/presents/client/InvocationDecoder.as rename to aslib/src/main/as/com/threerings/presents/client/InvocationDecoder.as diff --git a/core/src/main/as/com/threerings/presents/client/InvocationDirector.as b/aslib/src/main/as/com/threerings/presents/client/InvocationDirector.as similarity index 100% rename from core/src/main/as/com/threerings/presents/client/InvocationDirector.as rename to aslib/src/main/as/com/threerings/presents/client/InvocationDirector.as diff --git a/core/src/main/as/com/threerings/presents/client/InvocationReceiver.as b/aslib/src/main/as/com/threerings/presents/client/InvocationReceiver.as similarity index 100% rename from core/src/main/as/com/threerings/presents/client/InvocationReceiver.as rename to aslib/src/main/as/com/threerings/presents/client/InvocationReceiver.as diff --git a/core/src/main/as/com/threerings/presents/client/InvocationReceiver_Registration.as b/aslib/src/main/as/com/threerings/presents/client/InvocationReceiver_Registration.as similarity index 100% rename from core/src/main/as/com/threerings/presents/client/InvocationReceiver_Registration.as rename to aslib/src/main/as/com/threerings/presents/client/InvocationReceiver_Registration.as diff --git a/core/src/main/as/com/threerings/presents/client/InvocationService.as b/aslib/src/main/as/com/threerings/presents/client/InvocationService.as similarity index 100% rename from core/src/main/as/com/threerings/presents/client/InvocationService.as rename to aslib/src/main/as/com/threerings/presents/client/InvocationService.as diff --git a/core/src/main/as/com/threerings/presents/client/InvocationService_ConfirmListener.as b/aslib/src/main/as/com/threerings/presents/client/InvocationService_ConfirmListener.as similarity index 100% rename from core/src/main/as/com/threerings/presents/client/InvocationService_ConfirmListener.as rename to aslib/src/main/as/com/threerings/presents/client/InvocationService_ConfirmListener.as diff --git a/core/src/main/as/com/threerings/presents/client/InvocationService_InvocationListener.as b/aslib/src/main/as/com/threerings/presents/client/InvocationService_InvocationListener.as similarity index 100% rename from core/src/main/as/com/threerings/presents/client/InvocationService_InvocationListener.as rename to aslib/src/main/as/com/threerings/presents/client/InvocationService_InvocationListener.as diff --git a/core/src/main/as/com/threerings/presents/client/InvocationService_ResultListener.as b/aslib/src/main/as/com/threerings/presents/client/InvocationService_ResultListener.as similarity index 100% rename from core/src/main/as/com/threerings/presents/client/InvocationService_ResultListener.as rename to aslib/src/main/as/com/threerings/presents/client/InvocationService_ResultListener.as diff --git a/core/src/main/as/com/threerings/presents/client/LogonError.as b/aslib/src/main/as/com/threerings/presents/client/LogonError.as similarity index 100% rename from core/src/main/as/com/threerings/presents/client/LogonError.as rename to aslib/src/main/as/com/threerings/presents/client/LogonError.as diff --git a/core/src/main/as/com/threerings/presents/client/PresentsPrefs.as b/aslib/src/main/as/com/threerings/presents/client/PresentsPrefs.as similarity index 100% rename from core/src/main/as/com/threerings/presents/client/PresentsPrefs.as rename to aslib/src/main/as/com/threerings/presents/client/PresentsPrefs.as diff --git a/core/src/main/as/com/threerings/presents/client/ResultAdapter.as b/aslib/src/main/as/com/threerings/presents/client/ResultAdapter.as similarity index 100% rename from core/src/main/as/com/threerings/presents/client/ResultAdapter.as rename to aslib/src/main/as/com/threerings/presents/client/ResultAdapter.as diff --git a/core/src/main/as/com/threerings/presents/client/ServerSwitcher.as b/aslib/src/main/as/com/threerings/presents/client/ServerSwitcher.as similarity index 100% rename from core/src/main/as/com/threerings/presents/client/ServerSwitcher.as rename to aslib/src/main/as/com/threerings/presents/client/ServerSwitcher.as diff --git a/core/src/main/as/com/threerings/presents/client/SessionObserver.as b/aslib/src/main/as/com/threerings/presents/client/SessionObserver.as similarity index 100% rename from core/src/main/as/com/threerings/presents/client/SessionObserver.as rename to aslib/src/main/as/com/threerings/presents/client/SessionObserver.as diff --git a/core/src/main/as/com/threerings/presents/client/TimeBaseService.as b/aslib/src/main/as/com/threerings/presents/client/TimeBaseService.as similarity index 100% rename from core/src/main/as/com/threerings/presents/client/TimeBaseService.as rename to aslib/src/main/as/com/threerings/presents/client/TimeBaseService.as diff --git a/core/src/main/as/com/threerings/presents/client/TimeBaseService_GotTimeBaseListener.as b/aslib/src/main/as/com/threerings/presents/client/TimeBaseService_GotTimeBaseListener.as similarity index 100% rename from core/src/main/as/com/threerings/presents/client/TimeBaseService_GotTimeBaseListener.as rename to aslib/src/main/as/com/threerings/presents/client/TimeBaseService_GotTimeBaseListener.as diff --git a/core/src/main/as/com/threerings/presents/data/AuthCodes.as b/aslib/src/main/as/com/threerings/presents/data/AuthCodes.as similarity index 100% rename from core/src/main/as/com/threerings/presents/data/AuthCodes.as rename to aslib/src/main/as/com/threerings/presents/data/AuthCodes.as diff --git a/core/src/main/as/com/threerings/presents/data/ClientObject.as b/aslib/src/main/as/com/threerings/presents/data/ClientObject.as similarity index 100% rename from core/src/main/as/com/threerings/presents/data/ClientObject.as rename to aslib/src/main/as/com/threerings/presents/data/ClientObject.as diff --git a/core/src/main/as/com/threerings/presents/data/ConMgrStats.as b/aslib/src/main/as/com/threerings/presents/data/ConMgrStats.as similarity index 100% rename from core/src/main/as/com/threerings/presents/data/ConMgrStats.as rename to aslib/src/main/as/com/threerings/presents/data/ConMgrStats.as diff --git a/core/src/main/as/com/threerings/presents/data/InvocationCodes.as b/aslib/src/main/as/com/threerings/presents/data/InvocationCodes.as similarity index 100% rename from core/src/main/as/com/threerings/presents/data/InvocationCodes.as rename to aslib/src/main/as/com/threerings/presents/data/InvocationCodes.as diff --git a/core/src/main/as/com/threerings/presents/data/InvocationMarshaller.as b/aslib/src/main/as/com/threerings/presents/data/InvocationMarshaller.as similarity index 100% rename from core/src/main/as/com/threerings/presents/data/InvocationMarshaller.as rename to aslib/src/main/as/com/threerings/presents/data/InvocationMarshaller.as diff --git a/core/src/main/as/com/threerings/presents/data/InvocationMarshaller_ConfirmMarshaller.as b/aslib/src/main/as/com/threerings/presents/data/InvocationMarshaller_ConfirmMarshaller.as similarity index 100% rename from core/src/main/as/com/threerings/presents/data/InvocationMarshaller_ConfirmMarshaller.as rename to aslib/src/main/as/com/threerings/presents/data/InvocationMarshaller_ConfirmMarshaller.as diff --git a/core/src/main/as/com/threerings/presents/data/InvocationMarshaller_ListenerMarshaller.as b/aslib/src/main/as/com/threerings/presents/data/InvocationMarshaller_ListenerMarshaller.as similarity index 100% rename from core/src/main/as/com/threerings/presents/data/InvocationMarshaller_ListenerMarshaller.as rename to aslib/src/main/as/com/threerings/presents/data/InvocationMarshaller_ListenerMarshaller.as diff --git a/core/src/main/as/com/threerings/presents/data/InvocationMarshaller_ResultMarshaller.as b/aslib/src/main/as/com/threerings/presents/data/InvocationMarshaller_ResultMarshaller.as similarity index 100% rename from core/src/main/as/com/threerings/presents/data/InvocationMarshaller_ResultMarshaller.as rename to aslib/src/main/as/com/threerings/presents/data/InvocationMarshaller_ResultMarshaller.as diff --git a/core/src/main/as/com/threerings/presents/data/Permission.as b/aslib/src/main/as/com/threerings/presents/data/Permission.as similarity index 100% rename from core/src/main/as/com/threerings/presents/data/Permission.as rename to aslib/src/main/as/com/threerings/presents/data/Permission.as diff --git a/core/src/main/as/com/threerings/presents/data/PermissionPolicy.as b/aslib/src/main/as/com/threerings/presents/data/PermissionPolicy.as similarity index 100% rename from core/src/main/as/com/threerings/presents/data/PermissionPolicy.as rename to aslib/src/main/as/com/threerings/presents/data/PermissionPolicy.as diff --git a/core/src/main/as/com/threerings/presents/data/TimeBaseMarshaller.as b/aslib/src/main/as/com/threerings/presents/data/TimeBaseMarshaller.as similarity index 100% rename from core/src/main/as/com/threerings/presents/data/TimeBaseMarshaller.as rename to aslib/src/main/as/com/threerings/presents/data/TimeBaseMarshaller.as diff --git a/core/src/main/as/com/threerings/presents/data/TimeBaseMarshaller_GotTimeBaseMarshaller.as b/aslib/src/main/as/com/threerings/presents/data/TimeBaseMarshaller_GotTimeBaseMarshaller.as similarity index 100% rename from core/src/main/as/com/threerings/presents/data/TimeBaseMarshaller_GotTimeBaseMarshaller.as rename to aslib/src/main/as/com/threerings/presents/data/TimeBaseMarshaller_GotTimeBaseMarshaller.as diff --git a/core/src/main/as/com/threerings/presents/dobj/AttributeChangeAdapter.as b/aslib/src/main/as/com/threerings/presents/dobj/AttributeChangeAdapter.as similarity index 100% rename from core/src/main/as/com/threerings/presents/dobj/AttributeChangeAdapter.as rename to aslib/src/main/as/com/threerings/presents/dobj/AttributeChangeAdapter.as diff --git a/core/src/main/as/com/threerings/presents/dobj/AttributeChangeListener.as b/aslib/src/main/as/com/threerings/presents/dobj/AttributeChangeListener.as similarity index 100% rename from core/src/main/as/com/threerings/presents/dobj/AttributeChangeListener.as rename to aslib/src/main/as/com/threerings/presents/dobj/AttributeChangeListener.as diff --git a/core/src/main/as/com/threerings/presents/dobj/AttributeChangedEvent.as b/aslib/src/main/as/com/threerings/presents/dobj/AttributeChangedEvent.as similarity index 100% rename from core/src/main/as/com/threerings/presents/dobj/AttributeChangedEvent.as rename to aslib/src/main/as/com/threerings/presents/dobj/AttributeChangedEvent.as diff --git a/core/src/main/as/com/threerings/presents/dobj/ChangeListener.as b/aslib/src/main/as/com/threerings/presents/dobj/ChangeListener.as similarity index 100% rename from core/src/main/as/com/threerings/presents/dobj/ChangeListener.as rename to aslib/src/main/as/com/threerings/presents/dobj/ChangeListener.as diff --git a/core/src/main/as/com/threerings/presents/dobj/CompoundEvent.as b/aslib/src/main/as/com/threerings/presents/dobj/CompoundEvent.as similarity index 100% rename from core/src/main/as/com/threerings/presents/dobj/CompoundEvent.as rename to aslib/src/main/as/com/threerings/presents/dobj/CompoundEvent.as diff --git a/core/src/main/as/com/threerings/presents/dobj/DEvent.as b/aslib/src/main/as/com/threerings/presents/dobj/DEvent.as similarity index 100% rename from core/src/main/as/com/threerings/presents/dobj/DEvent.as rename to aslib/src/main/as/com/threerings/presents/dobj/DEvent.as diff --git a/core/src/main/as/com/threerings/presents/dobj/DObject.as b/aslib/src/main/as/com/threerings/presents/dobj/DObject.as similarity index 100% rename from core/src/main/as/com/threerings/presents/dobj/DObject.as rename to aslib/src/main/as/com/threerings/presents/dobj/DObject.as diff --git a/core/src/main/as/com/threerings/presents/dobj/DObjectManager.as b/aslib/src/main/as/com/threerings/presents/dobj/DObjectManager.as similarity index 100% rename from core/src/main/as/com/threerings/presents/dobj/DObjectManager.as rename to aslib/src/main/as/com/threerings/presents/dobj/DObjectManager.as diff --git a/core/src/main/as/com/threerings/presents/dobj/DSet.as b/aslib/src/main/as/com/threerings/presents/dobj/DSet.as similarity index 100% rename from core/src/main/as/com/threerings/presents/dobj/DSet.as rename to aslib/src/main/as/com/threerings/presents/dobj/DSet.as diff --git a/core/src/main/as/com/threerings/presents/dobj/DSet_Entry.as b/aslib/src/main/as/com/threerings/presents/dobj/DSet_Entry.as similarity index 100% rename from core/src/main/as/com/threerings/presents/dobj/DSet_Entry.as rename to aslib/src/main/as/com/threerings/presents/dobj/DSet_Entry.as diff --git a/core/src/main/as/com/threerings/presents/dobj/DummyEntry.as b/aslib/src/main/as/com/threerings/presents/dobj/DummyEntry.as similarity index 100% rename from core/src/main/as/com/threerings/presents/dobj/DummyEntry.as rename to aslib/src/main/as/com/threerings/presents/dobj/DummyEntry.as diff --git a/core/src/main/as/com/threerings/presents/dobj/ElementUpdateListener.as b/aslib/src/main/as/com/threerings/presents/dobj/ElementUpdateListener.as similarity index 100% rename from core/src/main/as/com/threerings/presents/dobj/ElementUpdateListener.as rename to aslib/src/main/as/com/threerings/presents/dobj/ElementUpdateListener.as diff --git a/core/src/main/as/com/threerings/presents/dobj/ElementUpdatedEvent.as b/aslib/src/main/as/com/threerings/presents/dobj/ElementUpdatedEvent.as similarity index 100% rename from core/src/main/as/com/threerings/presents/dobj/ElementUpdatedEvent.as rename to aslib/src/main/as/com/threerings/presents/dobj/ElementUpdatedEvent.as diff --git a/core/src/main/as/com/threerings/presents/dobj/EntryAddedEvent.as b/aslib/src/main/as/com/threerings/presents/dobj/EntryAddedEvent.as similarity index 100% rename from core/src/main/as/com/threerings/presents/dobj/EntryAddedEvent.as rename to aslib/src/main/as/com/threerings/presents/dobj/EntryAddedEvent.as diff --git a/core/src/main/as/com/threerings/presents/dobj/EntryRemovedEvent.as b/aslib/src/main/as/com/threerings/presents/dobj/EntryRemovedEvent.as similarity index 100% rename from core/src/main/as/com/threerings/presents/dobj/EntryRemovedEvent.as rename to aslib/src/main/as/com/threerings/presents/dobj/EntryRemovedEvent.as diff --git a/core/src/main/as/com/threerings/presents/dobj/EntryUpdatedEvent.as b/aslib/src/main/as/com/threerings/presents/dobj/EntryUpdatedEvent.as similarity index 100% rename from core/src/main/as/com/threerings/presents/dobj/EntryUpdatedEvent.as rename to aslib/src/main/as/com/threerings/presents/dobj/EntryUpdatedEvent.as diff --git a/core/src/main/as/com/threerings/presents/dobj/EventAdapter.as b/aslib/src/main/as/com/threerings/presents/dobj/EventAdapter.as similarity index 100% rename from core/src/main/as/com/threerings/presents/dobj/EventAdapter.as rename to aslib/src/main/as/com/threerings/presents/dobj/EventAdapter.as diff --git a/core/src/main/as/com/threerings/presents/dobj/EventListener.as b/aslib/src/main/as/com/threerings/presents/dobj/EventListener.as similarity index 100% rename from core/src/main/as/com/threerings/presents/dobj/EventListener.as rename to aslib/src/main/as/com/threerings/presents/dobj/EventListener.as diff --git a/core/src/main/as/com/threerings/presents/dobj/InvocationNotificationEvent.as b/aslib/src/main/as/com/threerings/presents/dobj/InvocationNotificationEvent.as similarity index 100% rename from core/src/main/as/com/threerings/presents/dobj/InvocationNotificationEvent.as rename to aslib/src/main/as/com/threerings/presents/dobj/InvocationNotificationEvent.as diff --git a/core/src/main/as/com/threerings/presents/dobj/InvocationRequestEvent.as b/aslib/src/main/as/com/threerings/presents/dobj/InvocationRequestEvent.as similarity index 100% rename from core/src/main/as/com/threerings/presents/dobj/InvocationRequestEvent.as rename to aslib/src/main/as/com/threerings/presents/dobj/InvocationRequestEvent.as diff --git a/core/src/main/as/com/threerings/presents/dobj/InvocationResponseEvent.as b/aslib/src/main/as/com/threerings/presents/dobj/InvocationResponseEvent.as similarity index 100% rename from core/src/main/as/com/threerings/presents/dobj/InvocationResponseEvent.as rename to aslib/src/main/as/com/threerings/presents/dobj/InvocationResponseEvent.as diff --git a/core/src/main/as/com/threerings/presents/dobj/MessageAdapter.as b/aslib/src/main/as/com/threerings/presents/dobj/MessageAdapter.as similarity index 100% rename from core/src/main/as/com/threerings/presents/dobj/MessageAdapter.as rename to aslib/src/main/as/com/threerings/presents/dobj/MessageAdapter.as diff --git a/core/src/main/as/com/threerings/presents/dobj/MessageEvent.as b/aslib/src/main/as/com/threerings/presents/dobj/MessageEvent.as similarity index 100% rename from core/src/main/as/com/threerings/presents/dobj/MessageEvent.as rename to aslib/src/main/as/com/threerings/presents/dobj/MessageEvent.as diff --git a/core/src/main/as/com/threerings/presents/dobj/MessageListener.as b/aslib/src/main/as/com/threerings/presents/dobj/MessageListener.as similarity index 100% rename from core/src/main/as/com/threerings/presents/dobj/MessageListener.as rename to aslib/src/main/as/com/threerings/presents/dobj/MessageListener.as diff --git a/core/src/main/as/com/threerings/presents/dobj/NamedEvent.as b/aslib/src/main/as/com/threerings/presents/dobj/NamedEvent.as similarity index 100% rename from core/src/main/as/com/threerings/presents/dobj/NamedEvent.as rename to aslib/src/main/as/com/threerings/presents/dobj/NamedEvent.as diff --git a/core/src/main/as/com/threerings/presents/dobj/ObjectAccessError.as b/aslib/src/main/as/com/threerings/presents/dobj/ObjectAccessError.as similarity index 100% rename from core/src/main/as/com/threerings/presents/dobj/ObjectAccessError.as rename to aslib/src/main/as/com/threerings/presents/dobj/ObjectAccessError.as diff --git a/core/src/main/as/com/threerings/presents/dobj/ObjectAddedEvent.as b/aslib/src/main/as/com/threerings/presents/dobj/ObjectAddedEvent.as similarity index 100% rename from core/src/main/as/com/threerings/presents/dobj/ObjectAddedEvent.as rename to aslib/src/main/as/com/threerings/presents/dobj/ObjectAddedEvent.as diff --git a/core/src/main/as/com/threerings/presents/dobj/ObjectDeathAdapter.as b/aslib/src/main/as/com/threerings/presents/dobj/ObjectDeathAdapter.as similarity index 100% rename from core/src/main/as/com/threerings/presents/dobj/ObjectDeathAdapter.as rename to aslib/src/main/as/com/threerings/presents/dobj/ObjectDeathAdapter.as diff --git a/core/src/main/as/com/threerings/presents/dobj/ObjectDeathListener.as b/aslib/src/main/as/com/threerings/presents/dobj/ObjectDeathListener.as similarity index 100% rename from core/src/main/as/com/threerings/presents/dobj/ObjectDeathListener.as rename to aslib/src/main/as/com/threerings/presents/dobj/ObjectDeathListener.as diff --git a/core/src/main/as/com/threerings/presents/dobj/ObjectDestroyedEvent.as b/aslib/src/main/as/com/threerings/presents/dobj/ObjectDestroyedEvent.as similarity index 100% rename from core/src/main/as/com/threerings/presents/dobj/ObjectDestroyedEvent.as rename to aslib/src/main/as/com/threerings/presents/dobj/ObjectDestroyedEvent.as diff --git a/core/src/main/as/com/threerings/presents/dobj/ObjectRemovedEvent.as b/aslib/src/main/as/com/threerings/presents/dobj/ObjectRemovedEvent.as similarity index 100% rename from core/src/main/as/com/threerings/presents/dobj/ObjectRemovedEvent.as rename to aslib/src/main/as/com/threerings/presents/dobj/ObjectRemovedEvent.as diff --git a/core/src/main/as/com/threerings/presents/dobj/OidList.as b/aslib/src/main/as/com/threerings/presents/dobj/OidList.as similarity index 100% rename from core/src/main/as/com/threerings/presents/dobj/OidList.as rename to aslib/src/main/as/com/threerings/presents/dobj/OidList.as diff --git a/core/src/main/as/com/threerings/presents/dobj/OidListListener.as b/aslib/src/main/as/com/threerings/presents/dobj/OidListListener.as similarity index 100% rename from core/src/main/as/com/threerings/presents/dobj/OidListListener.as rename to aslib/src/main/as/com/threerings/presents/dobj/OidListListener.as diff --git a/core/src/main/as/com/threerings/presents/dobj/ServerMessageEvent.as b/aslib/src/main/as/com/threerings/presents/dobj/ServerMessageEvent.as similarity index 100% rename from core/src/main/as/com/threerings/presents/dobj/ServerMessageEvent.as rename to aslib/src/main/as/com/threerings/presents/dobj/ServerMessageEvent.as diff --git a/core/src/main/as/com/threerings/presents/dobj/SetAdapter.as b/aslib/src/main/as/com/threerings/presents/dobj/SetAdapter.as similarity index 100% rename from core/src/main/as/com/threerings/presents/dobj/SetAdapter.as rename to aslib/src/main/as/com/threerings/presents/dobj/SetAdapter.as diff --git a/core/src/main/as/com/threerings/presents/dobj/SetListener.as b/aslib/src/main/as/com/threerings/presents/dobj/SetListener.as similarity index 100% rename from core/src/main/as/com/threerings/presents/dobj/SetListener.as rename to aslib/src/main/as/com/threerings/presents/dobj/SetListener.as diff --git a/core/src/main/as/com/threerings/presents/dobj/Subscriber.as b/aslib/src/main/as/com/threerings/presents/dobj/Subscriber.as similarity index 100% rename from core/src/main/as/com/threerings/presents/dobj/Subscriber.as rename to aslib/src/main/as/com/threerings/presents/dobj/Subscriber.as diff --git a/core/src/main/as/com/threerings/presents/dobj/SubscriberAdapter.as b/aslib/src/main/as/com/threerings/presents/dobj/SubscriberAdapter.as similarity index 100% rename from core/src/main/as/com/threerings/presents/dobj/SubscriberAdapter.as rename to aslib/src/main/as/com/threerings/presents/dobj/SubscriberAdapter.as diff --git a/core/src/main/as/com/threerings/presents/net/AuthRequest.as b/aslib/src/main/as/com/threerings/presents/net/AuthRequest.as similarity index 100% rename from core/src/main/as/com/threerings/presents/net/AuthRequest.as rename to aslib/src/main/as/com/threerings/presents/net/AuthRequest.as diff --git a/core/src/main/as/com/threerings/presents/net/AuthResponse.as b/aslib/src/main/as/com/threerings/presents/net/AuthResponse.as similarity index 100% rename from core/src/main/as/com/threerings/presents/net/AuthResponse.as rename to aslib/src/main/as/com/threerings/presents/net/AuthResponse.as diff --git a/core/src/main/as/com/threerings/presents/net/AuthResponseData.as b/aslib/src/main/as/com/threerings/presents/net/AuthResponseData.as similarity index 100% rename from core/src/main/as/com/threerings/presents/net/AuthResponseData.as rename to aslib/src/main/as/com/threerings/presents/net/AuthResponseData.as diff --git a/core/src/main/as/com/threerings/presents/net/BootstrapData.as b/aslib/src/main/as/com/threerings/presents/net/BootstrapData.as similarity index 100% rename from core/src/main/as/com/threerings/presents/net/BootstrapData.as rename to aslib/src/main/as/com/threerings/presents/net/BootstrapData.as diff --git a/core/src/main/as/com/threerings/presents/net/BootstrapNotification.as b/aslib/src/main/as/com/threerings/presents/net/BootstrapNotification.as similarity index 100% rename from core/src/main/as/com/threerings/presents/net/BootstrapNotification.as rename to aslib/src/main/as/com/threerings/presents/net/BootstrapNotification.as diff --git a/core/src/main/as/com/threerings/presents/net/CompoundDownstreamMessage.as b/aslib/src/main/as/com/threerings/presents/net/CompoundDownstreamMessage.as similarity index 100% rename from core/src/main/as/com/threerings/presents/net/CompoundDownstreamMessage.as rename to aslib/src/main/as/com/threerings/presents/net/CompoundDownstreamMessage.as diff --git a/core/src/main/as/com/threerings/presents/net/CompoundUpstreamMessage.as b/aslib/src/main/as/com/threerings/presents/net/CompoundUpstreamMessage.as similarity index 100% rename from core/src/main/as/com/threerings/presents/net/CompoundUpstreamMessage.as rename to aslib/src/main/as/com/threerings/presents/net/CompoundUpstreamMessage.as diff --git a/core/src/main/as/com/threerings/presents/net/Credentials.as b/aslib/src/main/as/com/threerings/presents/net/Credentials.as similarity index 100% rename from core/src/main/as/com/threerings/presents/net/Credentials.as rename to aslib/src/main/as/com/threerings/presents/net/Credentials.as diff --git a/core/src/main/as/com/threerings/presents/net/Credentials_HasLanguage.as b/aslib/src/main/as/com/threerings/presents/net/Credentials_HasLanguage.as similarity index 100% rename from core/src/main/as/com/threerings/presents/net/Credentials_HasLanguage.as rename to aslib/src/main/as/com/threerings/presents/net/Credentials_HasLanguage.as diff --git a/core/src/main/as/com/threerings/presents/net/Credentials_HasMachineIdent.as b/aslib/src/main/as/com/threerings/presents/net/Credentials_HasMachineIdent.as similarity index 100% rename from core/src/main/as/com/threerings/presents/net/Credentials_HasMachineIdent.as rename to aslib/src/main/as/com/threerings/presents/net/Credentials_HasMachineIdent.as diff --git a/core/src/main/as/com/threerings/presents/net/DownstreamMessage.as b/aslib/src/main/as/com/threerings/presents/net/DownstreamMessage.as similarity index 100% rename from core/src/main/as/com/threerings/presents/net/DownstreamMessage.as rename to aslib/src/main/as/com/threerings/presents/net/DownstreamMessage.as diff --git a/core/src/main/as/com/threerings/presents/net/EventNotification.as b/aslib/src/main/as/com/threerings/presents/net/EventNotification.as similarity index 100% rename from core/src/main/as/com/threerings/presents/net/EventNotification.as rename to aslib/src/main/as/com/threerings/presents/net/EventNotification.as diff --git a/core/src/main/as/com/threerings/presents/net/FailureResponse.as b/aslib/src/main/as/com/threerings/presents/net/FailureResponse.as similarity index 100% rename from core/src/main/as/com/threerings/presents/net/FailureResponse.as rename to aslib/src/main/as/com/threerings/presents/net/FailureResponse.as diff --git a/core/src/main/as/com/threerings/presents/net/ForwardEventRequest.as b/aslib/src/main/as/com/threerings/presents/net/ForwardEventRequest.as similarity index 100% rename from core/src/main/as/com/threerings/presents/net/ForwardEventRequest.as rename to aslib/src/main/as/com/threerings/presents/net/ForwardEventRequest.as diff --git a/core/src/main/as/com/threerings/presents/net/LogoffRequest.as b/aslib/src/main/as/com/threerings/presents/net/LogoffRequest.as similarity index 100% rename from core/src/main/as/com/threerings/presents/net/LogoffRequest.as rename to aslib/src/main/as/com/threerings/presents/net/LogoffRequest.as diff --git a/core/src/main/as/com/threerings/presents/net/ObjectResponse.as b/aslib/src/main/as/com/threerings/presents/net/ObjectResponse.as similarity index 100% rename from core/src/main/as/com/threerings/presents/net/ObjectResponse.as rename to aslib/src/main/as/com/threerings/presents/net/ObjectResponse.as diff --git a/core/src/main/as/com/threerings/presents/net/PingRequest.as b/aslib/src/main/as/com/threerings/presents/net/PingRequest.as similarity index 100% rename from core/src/main/as/com/threerings/presents/net/PingRequest.as rename to aslib/src/main/as/com/threerings/presents/net/PingRequest.as diff --git a/core/src/main/as/com/threerings/presents/net/PongResponse.as b/aslib/src/main/as/com/threerings/presents/net/PongResponse.as similarity index 100% rename from core/src/main/as/com/threerings/presents/net/PongResponse.as rename to aslib/src/main/as/com/threerings/presents/net/PongResponse.as diff --git a/core/src/main/as/com/threerings/presents/net/ServiceCreds.as b/aslib/src/main/as/com/threerings/presents/net/ServiceCreds.as similarity index 100% rename from core/src/main/as/com/threerings/presents/net/ServiceCreds.as rename to aslib/src/main/as/com/threerings/presents/net/ServiceCreds.as diff --git a/core/src/main/as/com/threerings/presents/net/SubscribeRequest.as b/aslib/src/main/as/com/threerings/presents/net/SubscribeRequest.as similarity index 100% rename from core/src/main/as/com/threerings/presents/net/SubscribeRequest.as rename to aslib/src/main/as/com/threerings/presents/net/SubscribeRequest.as diff --git a/core/src/main/as/com/threerings/presents/net/ThrottleUpdatedMessage.as b/aslib/src/main/as/com/threerings/presents/net/ThrottleUpdatedMessage.as similarity index 100% rename from core/src/main/as/com/threerings/presents/net/ThrottleUpdatedMessage.as rename to aslib/src/main/as/com/threerings/presents/net/ThrottleUpdatedMessage.as diff --git a/core/src/main/as/com/threerings/presents/net/UnsubscribeRequest.as b/aslib/src/main/as/com/threerings/presents/net/UnsubscribeRequest.as similarity index 100% rename from core/src/main/as/com/threerings/presents/net/UnsubscribeRequest.as rename to aslib/src/main/as/com/threerings/presents/net/UnsubscribeRequest.as diff --git a/core/src/main/as/com/threerings/presents/net/UnsubscribeResponse.as b/aslib/src/main/as/com/threerings/presents/net/UnsubscribeResponse.as similarity index 100% rename from core/src/main/as/com/threerings/presents/net/UnsubscribeResponse.as rename to aslib/src/main/as/com/threerings/presents/net/UnsubscribeResponse.as diff --git a/core/src/main/as/com/threerings/presents/net/UpdateThrottleMessage.as b/aslib/src/main/as/com/threerings/presents/net/UpdateThrottleMessage.as similarity index 100% rename from core/src/main/as/com/threerings/presents/net/UpdateThrottleMessage.as rename to aslib/src/main/as/com/threerings/presents/net/UpdateThrottleMessage.as diff --git a/core/src/main/as/com/threerings/presents/net/UpstreamMessage.as b/aslib/src/main/as/com/threerings/presents/net/UpstreamMessage.as similarity index 100% rename from core/src/main/as/com/threerings/presents/net/UpstreamMessage.as rename to aslib/src/main/as/com/threerings/presents/net/UpstreamMessage.as diff --git a/core/src/main/as/com/threerings/presents/net/UsernamePasswordCreds.as b/aslib/src/main/as/com/threerings/presents/net/UsernamePasswordCreds.as similarity index 100% rename from core/src/main/as/com/threerings/presents/net/UsernamePasswordCreds.as rename to aslib/src/main/as/com/threerings/presents/net/UsernamePasswordCreds.as diff --git a/core/src/main/as/com/threerings/presents/peer/data/ClientInfo.as b/aslib/src/main/as/com/threerings/presents/peer/data/ClientInfo.as similarity index 100% rename from core/src/main/as/com/threerings/presents/peer/data/ClientInfo.as rename to aslib/src/main/as/com/threerings/presents/peer/data/ClientInfo.as diff --git a/core/src/main/as/com/threerings/presents/util/PresentsContext.as b/aslib/src/main/as/com/threerings/presents/util/PresentsContext.as similarity index 100% rename from core/src/main/as/com/threerings/presents/util/PresentsContext.as rename to aslib/src/main/as/com/threerings/presents/util/PresentsContext.as diff --git a/core/src/main/as/com/threerings/presents/util/SafeObjectManager.as b/aslib/src/main/as/com/threerings/presents/util/SafeObjectManager.as similarity index 100% rename from core/src/main/as/com/threerings/presents/util/SafeObjectManager.as rename to aslib/src/main/as/com/threerings/presents/util/SafeObjectManager.as diff --git a/core/src/main/as/com/threerings/presents/util/SafeSubscriber.as b/aslib/src/main/as/com/threerings/presents/util/SafeSubscriber.as similarity index 100% rename from core/src/main/as/com/threerings/presents/util/SafeSubscriber.as rename to aslib/src/main/as/com/threerings/presents/util/SafeSubscriber.as diff --git a/core/src/main/as/com/threerings/util/ArrayIterator.as b/aslib/src/main/as/com/threerings/util/ArrayIterator.as similarity index 100% rename from core/src/main/as/com/threerings/util/ArrayIterator.as rename to aslib/src/main/as/com/threerings/util/ArrayIterator.as diff --git a/core/src/main/as/com/threerings/util/Boxed.as b/aslib/src/main/as/com/threerings/util/Boxed.as similarity index 100% rename from core/src/main/as/com/threerings/util/Boxed.as rename to aslib/src/main/as/com/threerings/util/Boxed.as diff --git a/core/src/main/as/com/threerings/util/Byte.as b/aslib/src/main/as/com/threerings/util/Byte.as similarity index 100% rename from core/src/main/as/com/threerings/util/Byte.as rename to aslib/src/main/as/com/threerings/util/Byte.as diff --git a/core/src/main/as/com/threerings/util/EmbeddedSwfLoader.as b/aslib/src/main/as/com/threerings/util/EmbeddedSwfLoader.as similarity index 100% rename from core/src/main/as/com/threerings/util/EmbeddedSwfLoader.as rename to aslib/src/main/as/com/threerings/util/EmbeddedSwfLoader.as diff --git a/core/src/main/as/com/threerings/util/Float.as b/aslib/src/main/as/com/threerings/util/Float.as similarity index 100% rename from core/src/main/as/com/threerings/util/Float.as rename to aslib/src/main/as/com/threerings/util/Float.as diff --git a/core/src/main/as/com/threerings/util/Integer.as b/aslib/src/main/as/com/threerings/util/Integer.as similarity index 100% rename from core/src/main/as/com/threerings/util/Integer.as rename to aslib/src/main/as/com/threerings/util/Integer.as diff --git a/core/src/main/as/com/threerings/util/Iterator.as b/aslib/src/main/as/com/threerings/util/Iterator.as similarity index 100% rename from core/src/main/as/com/threerings/util/Iterator.as rename to aslib/src/main/as/com/threerings/util/Iterator.as diff --git a/core/src/main/as/com/threerings/util/Long.as b/aslib/src/main/as/com/threerings/util/Long.as similarity index 100% rename from core/src/main/as/com/threerings/util/Long.as rename to aslib/src/main/as/com/threerings/util/Long.as diff --git a/core/src/main/as/com/threerings/util/MessageBundle.as b/aslib/src/main/as/com/threerings/util/MessageBundle.as similarity index 100% rename from core/src/main/as/com/threerings/util/MessageBundle.as rename to aslib/src/main/as/com/threerings/util/MessageBundle.as diff --git a/core/src/main/as/com/threerings/util/MessageManager.as b/aslib/src/main/as/com/threerings/util/MessageManager.as similarity index 100% rename from core/src/main/as/com/threerings/util/MessageManager.as rename to aslib/src/main/as/com/threerings/util/MessageManager.as diff --git a/core/src/main/as/com/threerings/util/Name.as b/aslib/src/main/as/com/threerings/util/Name.as similarity index 100% rename from core/src/main/as/com/threerings/util/Name.as rename to aslib/src/main/as/com/threerings/util/Name.as diff --git a/core/src/main/as/com/threerings/util/ObjectMarshaller.as b/aslib/src/main/as/com/threerings/util/ObjectMarshaller.as similarity index 100% rename from core/src/main/as/com/threerings/util/ObjectMarshaller.as rename to aslib/src/main/as/com/threerings/util/ObjectMarshaller.as diff --git a/core/src/main/as/com/threerings/util/ResultAdapter.as b/aslib/src/main/as/com/threerings/util/ResultAdapter.as similarity index 100% rename from core/src/main/as/com/threerings/util/ResultAdapter.as rename to aslib/src/main/as/com/threerings/util/ResultAdapter.as diff --git a/core/src/main/as/com/threerings/util/ResultListener.as b/aslib/src/main/as/com/threerings/util/ResultListener.as similarity index 100% rename from core/src/main/as/com/threerings/util/ResultListener.as rename to aslib/src/main/as/com/threerings/util/ResultListener.as diff --git a/core/src/main/as/com/threerings/util/Short.as b/aslib/src/main/as/com/threerings/util/Short.as similarity index 100% rename from core/src/main/as/com/threerings/util/Short.as rename to aslib/src/main/as/com/threerings/util/Short.as diff --git a/core/src/main/as/com/threerings/util/StreamableArrayList.as b/aslib/src/main/as/com/threerings/util/StreamableArrayList.as similarity index 100% rename from core/src/main/as/com/threerings/util/StreamableArrayList.as rename to aslib/src/main/as/com/threerings/util/StreamableArrayList.as diff --git a/core/src/main/as/com/threerings/util/StreamableHashMap.as b/aslib/src/main/as/com/threerings/util/StreamableHashMap.as similarity index 100% rename from core/src/main/as/com/threerings/util/StreamableHashMap.as rename to aslib/src/main/as/com/threerings/util/StreamableHashMap.as diff --git a/core/src/main/as/com/threerings/util/TimeUtil.as b/aslib/src/main/as/com/threerings/util/TimeUtil.as similarity index 100% rename from core/src/main/as/com/threerings/util/TimeUtil.as rename to aslib/src/main/as/com/threerings/util/TimeUtil.as diff --git a/core/src/main/as/com/threerings/util/langBoolean.as b/aslib/src/main/as/com/threerings/util/langBoolean.as similarity index 100% rename from core/src/main/as/com/threerings/util/langBoolean.as rename to aslib/src/main/as/com/threerings/util/langBoolean.as diff --git a/build.xml b/build.xml index 872b74314..15064182c 100644 --- a/build.xml +++ b/build.xml @@ -3,7 +3,7 @@ - + @@ -14,7 +14,12 @@ - + + + + + @@ -50,7 +55,7 @@ - + @@ -194,7 +199,7 @@ + cpproot="cpplib/src" checking="${gencheck}"> @@ -219,7 +224,7 @@ everything for it --> - + @@ -264,7 +269,7 @@ description="Installs artifacts to local Maven repository."> - + - + diff --git a/core/narya.xcodeproj/project.pbxproj b/cpplib/narya.xcodeproj/project.pbxproj similarity index 100% rename from core/narya.xcodeproj/project.pbxproj rename to cpplib/narya.xcodeproj/project.pbxproj diff --git a/core/src/cpp/presents/ArrayMask.cpp b/cpplib/src/presents/ArrayMask.cpp similarity index 100% rename from core/src/cpp/presents/ArrayMask.cpp rename to cpplib/src/presents/ArrayMask.cpp diff --git a/core/src/cpp/presents/ArrayMask.h b/cpplib/src/presents/ArrayMask.h similarity index 100% rename from core/src/cpp/presents/ArrayMask.h rename to cpplib/src/presents/ArrayMask.h diff --git a/core/src/cpp/presents/ClassMapping.h b/cpplib/src/presents/ClassMapping.h similarity index 100% rename from core/src/cpp/presents/ClassMapping.h rename to cpplib/src/presents/ClassMapping.h diff --git a/core/src/cpp/presents/DisconnectReason.h b/cpplib/src/presents/DisconnectReason.h similarity index 100% rename from core/src/cpp/presents/DisconnectReason.h rename to cpplib/src/presents/DisconnectReason.h diff --git a/core/src/cpp/presents/InvocationDecoder.cpp b/cpplib/src/presents/InvocationDecoder.cpp similarity index 100% rename from core/src/cpp/presents/InvocationDecoder.cpp rename to cpplib/src/presents/InvocationDecoder.cpp diff --git a/core/src/cpp/presents/InvocationDecoder.h b/cpplib/src/presents/InvocationDecoder.h similarity index 100% rename from core/src/cpp/presents/InvocationDecoder.h rename to cpplib/src/presents/InvocationDecoder.h diff --git a/core/src/cpp/presents/ObjectInputStream.cpp b/cpplib/src/presents/ObjectInputStream.cpp similarity index 100% rename from core/src/cpp/presents/ObjectInputStream.cpp rename to cpplib/src/presents/ObjectInputStream.cpp diff --git a/core/src/cpp/presents/ObjectInputStream.h b/cpplib/src/presents/ObjectInputStream.h similarity index 100% rename from core/src/cpp/presents/ObjectInputStream.h rename to cpplib/src/presents/ObjectInputStream.h diff --git a/core/src/cpp/presents/ObjectOutputStream.cpp b/cpplib/src/presents/ObjectOutputStream.cpp similarity index 100% rename from core/src/cpp/presents/ObjectOutputStream.cpp rename to cpplib/src/presents/ObjectOutputStream.cpp diff --git a/core/src/cpp/presents/ObjectOutputStream.h b/cpplib/src/presents/ObjectOutputStream.h similarity index 100% rename from core/src/cpp/presents/ObjectOutputStream.h rename to cpplib/src/presents/ObjectOutputStream.h diff --git a/core/src/cpp/presents/PresentsClient.cpp b/cpplib/src/presents/PresentsClient.cpp similarity index 100% rename from core/src/cpp/presents/PresentsClient.cpp rename to cpplib/src/presents/PresentsClient.cpp diff --git a/core/src/cpp/presents/PresentsClient.h b/cpplib/src/presents/PresentsClient.h similarity index 100% rename from core/src/cpp/presents/PresentsClient.h rename to cpplib/src/presents/PresentsClient.h diff --git a/core/src/cpp/presents/PresentsError.h b/cpplib/src/presents/PresentsError.h similarity index 100% rename from core/src/cpp/presents/PresentsError.h rename to cpplib/src/presents/PresentsError.h diff --git a/core/src/cpp/presents/SocketStream.h b/cpplib/src/presents/SocketStream.h similarity index 100% rename from core/src/cpp/presents/SocketStream.h rename to cpplib/src/presents/SocketStream.h diff --git a/core/src/cpp/presents/Streamable.h b/cpplib/src/presents/Streamable.h similarity index 100% rename from core/src/cpp/presents/Streamable.h rename to cpplib/src/presents/Streamable.h diff --git a/core/src/cpp/presents/Streamer.cpp b/cpplib/src/presents/Streamer.cpp similarity index 100% rename from core/src/cpp/presents/Streamer.cpp rename to cpplib/src/presents/Streamer.cpp diff --git a/core/src/cpp/presents/Streamer.h b/cpplib/src/presents/Streamer.h similarity index 100% rename from core/src/cpp/presents/Streamer.h rename to cpplib/src/presents/Streamer.h diff --git a/core/src/cpp/presents/Util.cpp b/cpplib/src/presents/Util.cpp similarity index 100% rename from core/src/cpp/presents/Util.cpp rename to cpplib/src/presents/Util.cpp diff --git a/core/src/cpp/presents/Util.h b/cpplib/src/presents/Util.h similarity index 100% rename from core/src/cpp/presents/Util.h rename to cpplib/src/presents/Util.h diff --git a/core/src/cpp/presents/box/BoxedBoolean.cpp b/cpplib/src/presents/box/BoxedBoolean.cpp similarity index 100% rename from core/src/cpp/presents/box/BoxedBoolean.cpp rename to cpplib/src/presents/box/BoxedBoolean.cpp diff --git a/core/src/cpp/presents/box/BoxedBoolean.h b/cpplib/src/presents/box/BoxedBoolean.h similarity index 100% rename from core/src/cpp/presents/box/BoxedBoolean.h rename to cpplib/src/presents/box/BoxedBoolean.h diff --git a/core/src/cpp/presents/box/BoxedByte.cpp b/cpplib/src/presents/box/BoxedByte.cpp similarity index 100% rename from core/src/cpp/presents/box/BoxedByte.cpp rename to cpplib/src/presents/box/BoxedByte.cpp diff --git a/core/src/cpp/presents/box/BoxedByte.h b/cpplib/src/presents/box/BoxedByte.h similarity index 100% rename from core/src/cpp/presents/box/BoxedByte.h rename to cpplib/src/presents/box/BoxedByte.h diff --git a/core/src/cpp/presents/box/BoxedDouble.cpp b/cpplib/src/presents/box/BoxedDouble.cpp similarity index 100% rename from core/src/cpp/presents/box/BoxedDouble.cpp rename to cpplib/src/presents/box/BoxedDouble.cpp diff --git a/core/src/cpp/presents/box/BoxedDouble.h b/cpplib/src/presents/box/BoxedDouble.h similarity index 100% rename from core/src/cpp/presents/box/BoxedDouble.h rename to cpplib/src/presents/box/BoxedDouble.h diff --git a/core/src/cpp/presents/box/BoxedFloat.cpp b/cpplib/src/presents/box/BoxedFloat.cpp similarity index 100% rename from core/src/cpp/presents/box/BoxedFloat.cpp rename to cpplib/src/presents/box/BoxedFloat.cpp diff --git a/core/src/cpp/presents/box/BoxedFloat.h b/cpplib/src/presents/box/BoxedFloat.h similarity index 100% rename from core/src/cpp/presents/box/BoxedFloat.h rename to cpplib/src/presents/box/BoxedFloat.h diff --git a/core/src/cpp/presents/box/BoxedInt.cpp b/cpplib/src/presents/box/BoxedInt.cpp similarity index 100% rename from core/src/cpp/presents/box/BoxedInt.cpp rename to cpplib/src/presents/box/BoxedInt.cpp diff --git a/core/src/cpp/presents/box/BoxedInt.h b/cpplib/src/presents/box/BoxedInt.h similarity index 100% rename from core/src/cpp/presents/box/BoxedInt.h rename to cpplib/src/presents/box/BoxedInt.h diff --git a/core/src/cpp/presents/box/BoxedShort.cpp b/cpplib/src/presents/box/BoxedShort.cpp similarity index 100% rename from core/src/cpp/presents/box/BoxedShort.cpp rename to cpplib/src/presents/box/BoxedShort.cpp diff --git a/core/src/cpp/presents/box/BoxedShort.h b/cpplib/src/presents/box/BoxedShort.h similarity index 100% rename from core/src/cpp/presents/box/BoxedShort.h rename to cpplib/src/presents/box/BoxedShort.h diff --git a/core/src/cpp/presents/box/boxer.py b/cpplib/src/presents/box/boxer.py similarity index 100% rename from core/src/cpp/presents/box/boxer.py rename to cpplib/src/presents/box/boxer.py diff --git a/core/src/cpp/presents/client/Registration.cpp b/cpplib/src/presents/client/Registration.cpp similarity index 100% rename from core/src/cpp/presents/client/Registration.cpp rename to cpplib/src/presents/client/Registration.cpp diff --git a/core/src/cpp/presents/client/Registration.h b/cpplib/src/presents/client/Registration.h similarity index 100% rename from core/src/cpp/presents/client/Registration.h rename to cpplib/src/presents/client/Registration.h diff --git a/core/src/cpp/presents/data/ClientObject.cpp b/cpplib/src/presents/data/ClientObject.cpp similarity index 100% rename from core/src/cpp/presents/data/ClientObject.cpp rename to cpplib/src/presents/data/ClientObject.cpp diff --git a/core/src/cpp/presents/data/ClientObject.h b/cpplib/src/presents/data/ClientObject.h similarity index 100% rename from core/src/cpp/presents/data/ClientObject.h rename to cpplib/src/presents/data/ClientObject.h diff --git a/core/src/cpp/presents/data/InvocationMarshaller.cpp b/cpplib/src/presents/data/InvocationMarshaller.cpp similarity index 100% rename from core/src/cpp/presents/data/InvocationMarshaller.cpp rename to cpplib/src/presents/data/InvocationMarshaller.cpp diff --git a/core/src/cpp/presents/data/InvocationMarshaller.h b/cpplib/src/presents/data/InvocationMarshaller.h similarity index 100% rename from core/src/cpp/presents/data/InvocationMarshaller.h rename to cpplib/src/presents/data/InvocationMarshaller.h diff --git a/core/src/cpp/presents/data/PermissionPolicy.cpp b/cpplib/src/presents/data/PermissionPolicy.cpp similarity index 100% rename from core/src/cpp/presents/data/PermissionPolicy.cpp rename to cpplib/src/presents/data/PermissionPolicy.cpp diff --git a/core/src/cpp/presents/data/PermissionPolicy.h b/cpplib/src/presents/data/PermissionPolicy.h similarity index 100% rename from core/src/cpp/presents/data/PermissionPolicy.h rename to cpplib/src/presents/data/PermissionPolicy.h diff --git a/core/src/cpp/presents/data/RegistrationMarshaller.cpp b/cpplib/src/presents/data/RegistrationMarshaller.cpp similarity index 100% rename from core/src/cpp/presents/data/RegistrationMarshaller.cpp rename to cpplib/src/presents/data/RegistrationMarshaller.cpp diff --git a/core/src/cpp/presents/data/RegistrationMarshaller.h b/cpplib/src/presents/data/RegistrationMarshaller.h similarity index 100% rename from core/src/cpp/presents/data/RegistrationMarshaller.h rename to cpplib/src/presents/data/RegistrationMarshaller.h diff --git a/core/src/cpp/presents/dobj/DEvent.cpp b/cpplib/src/presents/dobj/DEvent.cpp similarity index 100% rename from core/src/cpp/presents/dobj/DEvent.cpp rename to cpplib/src/presents/dobj/DEvent.cpp diff --git a/core/src/cpp/presents/dobj/DEvent.h b/cpplib/src/presents/dobj/DEvent.h similarity index 100% rename from core/src/cpp/presents/dobj/DEvent.h rename to cpplib/src/presents/dobj/DEvent.h diff --git a/core/src/cpp/presents/dobj/DObject.cpp b/cpplib/src/presents/dobj/DObject.cpp similarity index 100% rename from core/src/cpp/presents/dobj/DObject.cpp rename to cpplib/src/presents/dobj/DObject.cpp diff --git a/core/src/cpp/presents/dobj/DObject.h b/cpplib/src/presents/dobj/DObject.h similarity index 100% rename from core/src/cpp/presents/dobj/DObject.h rename to cpplib/src/presents/dobj/DObject.h diff --git a/core/src/cpp/presents/dobj/DSet.cpp b/cpplib/src/presents/dobj/DSet.cpp similarity index 100% rename from core/src/cpp/presents/dobj/DSet.cpp rename to cpplib/src/presents/dobj/DSet.cpp diff --git a/core/src/cpp/presents/dobj/DSet.h b/cpplib/src/presents/dobj/DSet.h similarity index 100% rename from core/src/cpp/presents/dobj/DSet.h rename to cpplib/src/presents/dobj/DSet.h diff --git a/core/src/cpp/presents/dobj/EntryAddedEvent.cpp b/cpplib/src/presents/dobj/EntryAddedEvent.cpp similarity index 100% rename from core/src/cpp/presents/dobj/EntryAddedEvent.cpp rename to cpplib/src/presents/dobj/EntryAddedEvent.cpp diff --git a/core/src/cpp/presents/dobj/EntryAddedEvent.h b/cpplib/src/presents/dobj/EntryAddedEvent.h similarity index 100% rename from core/src/cpp/presents/dobj/EntryAddedEvent.h rename to cpplib/src/presents/dobj/EntryAddedEvent.h diff --git a/core/src/cpp/presents/dobj/EntryEvent.cpp b/cpplib/src/presents/dobj/EntryEvent.cpp similarity index 100% rename from core/src/cpp/presents/dobj/EntryEvent.cpp rename to cpplib/src/presents/dobj/EntryEvent.cpp diff --git a/core/src/cpp/presents/dobj/EntryEvent.h b/cpplib/src/presents/dobj/EntryEvent.h similarity index 100% rename from core/src/cpp/presents/dobj/EntryEvent.h rename to cpplib/src/presents/dobj/EntryEvent.h diff --git a/core/src/cpp/presents/dobj/EntryRemovedEvent.cpp b/cpplib/src/presents/dobj/EntryRemovedEvent.cpp similarity index 100% rename from core/src/cpp/presents/dobj/EntryRemovedEvent.cpp rename to cpplib/src/presents/dobj/EntryRemovedEvent.cpp diff --git a/core/src/cpp/presents/dobj/EntryRemovedEvent.h b/cpplib/src/presents/dobj/EntryRemovedEvent.h similarity index 100% rename from core/src/cpp/presents/dobj/EntryRemovedEvent.h rename to cpplib/src/presents/dobj/EntryRemovedEvent.h diff --git a/core/src/cpp/presents/dobj/EntryUpdatedEvent.cpp b/cpplib/src/presents/dobj/EntryUpdatedEvent.cpp similarity index 100% rename from core/src/cpp/presents/dobj/EntryUpdatedEvent.cpp rename to cpplib/src/presents/dobj/EntryUpdatedEvent.cpp diff --git a/core/src/cpp/presents/dobj/EntryUpdatedEvent.h b/cpplib/src/presents/dobj/EntryUpdatedEvent.h similarity index 100% rename from core/src/cpp/presents/dobj/EntryUpdatedEvent.h rename to cpplib/src/presents/dobj/EntryUpdatedEvent.h diff --git a/core/src/cpp/presents/dobj/InvocationNotificationEvent.cpp b/cpplib/src/presents/dobj/InvocationNotificationEvent.cpp similarity index 100% rename from core/src/cpp/presents/dobj/InvocationNotificationEvent.cpp rename to cpplib/src/presents/dobj/InvocationNotificationEvent.cpp diff --git a/core/src/cpp/presents/dobj/InvocationNotificationEvent.h b/cpplib/src/presents/dobj/InvocationNotificationEvent.h similarity index 100% rename from core/src/cpp/presents/dobj/InvocationNotificationEvent.h rename to cpplib/src/presents/dobj/InvocationNotificationEvent.h diff --git a/core/src/cpp/presents/dobj/InvocationRequestEvent.cpp b/cpplib/src/presents/dobj/InvocationRequestEvent.cpp similarity index 100% rename from core/src/cpp/presents/dobj/InvocationRequestEvent.cpp rename to cpplib/src/presents/dobj/InvocationRequestEvent.cpp diff --git a/core/src/cpp/presents/dobj/InvocationRequestEvent.h b/cpplib/src/presents/dobj/InvocationRequestEvent.h similarity index 100% rename from core/src/cpp/presents/dobj/InvocationRequestEvent.h rename to cpplib/src/presents/dobj/InvocationRequestEvent.h diff --git a/core/src/cpp/presents/dobj/NamedEvent.cpp b/cpplib/src/presents/dobj/NamedEvent.cpp similarity index 100% rename from core/src/cpp/presents/dobj/NamedEvent.cpp rename to cpplib/src/presents/dobj/NamedEvent.cpp diff --git a/core/src/cpp/presents/dobj/NamedEvent.h b/cpplib/src/presents/dobj/NamedEvent.h similarity index 100% rename from core/src/cpp/presents/dobj/NamedEvent.h rename to cpplib/src/presents/dobj/NamedEvent.h diff --git a/core/src/cpp/presents/io/FramedInputStream.cpp b/cpplib/src/presents/io/FramedInputStream.cpp similarity index 100% rename from core/src/cpp/presents/io/FramedInputStream.cpp rename to cpplib/src/presents/io/FramedInputStream.cpp diff --git a/core/src/cpp/presents/io/FramedInputStream.h b/cpplib/src/presents/io/FramedInputStream.h similarity index 100% rename from core/src/cpp/presents/io/FramedInputStream.h rename to cpplib/src/presents/io/FramedInputStream.h diff --git a/core/src/cpp/presents/io/FramingOutputStream.cpp b/cpplib/src/presents/io/FramingOutputStream.cpp similarity index 100% rename from core/src/cpp/presents/io/FramingOutputStream.cpp rename to cpplib/src/presents/io/FramingOutputStream.cpp diff --git a/core/src/cpp/presents/io/FramingOutputStream.h b/cpplib/src/presents/io/FramingOutputStream.h similarity index 100% rename from core/src/cpp/presents/io/FramingOutputStream.h rename to cpplib/src/presents/io/FramingOutputStream.h diff --git a/core/src/cpp/presents/io/InputStream.h b/cpplib/src/presents/io/InputStream.h similarity index 100% rename from core/src/cpp/presents/io/InputStream.h rename to cpplib/src/presents/io/InputStream.h diff --git a/core/src/cpp/presents/io/OutputStream.h b/cpplib/src/presents/io/OutputStream.h similarity index 100% rename from core/src/cpp/presents/io/OutputStream.h rename to cpplib/src/presents/io/OutputStream.h diff --git a/core/src/cpp/presents/net/AuthRequest.cpp b/cpplib/src/presents/net/AuthRequest.cpp similarity index 100% rename from core/src/cpp/presents/net/AuthRequest.cpp rename to cpplib/src/presents/net/AuthRequest.cpp diff --git a/core/src/cpp/presents/net/AuthRequest.h b/cpplib/src/presents/net/AuthRequest.h similarity index 100% rename from core/src/cpp/presents/net/AuthRequest.h rename to cpplib/src/presents/net/AuthRequest.h diff --git a/core/src/cpp/presents/net/AuthResponse.cpp b/cpplib/src/presents/net/AuthResponse.cpp similarity index 100% rename from core/src/cpp/presents/net/AuthResponse.cpp rename to cpplib/src/presents/net/AuthResponse.cpp diff --git a/core/src/cpp/presents/net/AuthResponse.h b/cpplib/src/presents/net/AuthResponse.h similarity index 100% rename from core/src/cpp/presents/net/AuthResponse.h rename to cpplib/src/presents/net/AuthResponse.h diff --git a/core/src/cpp/presents/net/AuthResponseData.cpp b/cpplib/src/presents/net/AuthResponseData.cpp similarity index 100% rename from core/src/cpp/presents/net/AuthResponseData.cpp rename to cpplib/src/presents/net/AuthResponseData.cpp diff --git a/core/src/cpp/presents/net/AuthResponseData.h b/cpplib/src/presents/net/AuthResponseData.h similarity index 100% rename from core/src/cpp/presents/net/AuthResponseData.h rename to cpplib/src/presents/net/AuthResponseData.h diff --git a/core/src/cpp/presents/net/BootstrapData.cpp b/cpplib/src/presents/net/BootstrapData.cpp similarity index 100% rename from core/src/cpp/presents/net/BootstrapData.cpp rename to cpplib/src/presents/net/BootstrapData.cpp diff --git a/core/src/cpp/presents/net/BootstrapData.h b/cpplib/src/presents/net/BootstrapData.h similarity index 100% rename from core/src/cpp/presents/net/BootstrapData.h rename to cpplib/src/presents/net/BootstrapData.h diff --git a/core/src/cpp/presents/net/BootstrapNotification.cpp b/cpplib/src/presents/net/BootstrapNotification.cpp similarity index 100% rename from core/src/cpp/presents/net/BootstrapNotification.cpp rename to cpplib/src/presents/net/BootstrapNotification.cpp diff --git a/core/src/cpp/presents/net/BootstrapNotification.h b/cpplib/src/presents/net/BootstrapNotification.h similarity index 100% rename from core/src/cpp/presents/net/BootstrapNotification.h rename to cpplib/src/presents/net/BootstrapNotification.h diff --git a/core/src/cpp/presents/net/Credentials.cpp b/cpplib/src/presents/net/Credentials.cpp similarity index 100% rename from core/src/cpp/presents/net/Credentials.cpp rename to cpplib/src/presents/net/Credentials.cpp diff --git a/core/src/cpp/presents/net/Credentials.h b/cpplib/src/presents/net/Credentials.h similarity index 100% rename from core/src/cpp/presents/net/Credentials.h rename to cpplib/src/presents/net/Credentials.h diff --git a/core/src/cpp/presents/net/DownstreamMessage.cpp b/cpplib/src/presents/net/DownstreamMessage.cpp similarity index 100% rename from core/src/cpp/presents/net/DownstreamMessage.cpp rename to cpplib/src/presents/net/DownstreamMessage.cpp diff --git a/core/src/cpp/presents/net/DownstreamMessage.h b/cpplib/src/presents/net/DownstreamMessage.h similarity index 100% rename from core/src/cpp/presents/net/DownstreamMessage.h rename to cpplib/src/presents/net/DownstreamMessage.h diff --git a/core/src/cpp/presents/net/EventNotification.cpp b/cpplib/src/presents/net/EventNotification.cpp similarity index 100% rename from core/src/cpp/presents/net/EventNotification.cpp rename to cpplib/src/presents/net/EventNotification.cpp diff --git a/core/src/cpp/presents/net/EventNotification.h b/cpplib/src/presents/net/EventNotification.h similarity index 100% rename from core/src/cpp/presents/net/EventNotification.h rename to cpplib/src/presents/net/EventNotification.h diff --git a/core/src/cpp/presents/net/ForwardEventRequest.cpp b/cpplib/src/presents/net/ForwardEventRequest.cpp similarity index 100% rename from core/src/cpp/presents/net/ForwardEventRequest.cpp rename to cpplib/src/presents/net/ForwardEventRequest.cpp diff --git a/core/src/cpp/presents/net/ForwardEventRequest.h b/cpplib/src/presents/net/ForwardEventRequest.h similarity index 100% rename from core/src/cpp/presents/net/ForwardEventRequest.h rename to cpplib/src/presents/net/ForwardEventRequest.h diff --git a/core/src/cpp/presents/net/ObjectResponse.cpp b/cpplib/src/presents/net/ObjectResponse.cpp similarity index 100% rename from core/src/cpp/presents/net/ObjectResponse.cpp rename to cpplib/src/presents/net/ObjectResponse.cpp diff --git a/core/src/cpp/presents/net/ObjectResponse.h b/cpplib/src/presents/net/ObjectResponse.h similarity index 100% rename from core/src/cpp/presents/net/ObjectResponse.h rename to cpplib/src/presents/net/ObjectResponse.h diff --git a/core/src/cpp/presents/net/PingRequest.cpp b/cpplib/src/presents/net/PingRequest.cpp similarity index 100% rename from core/src/cpp/presents/net/PingRequest.cpp rename to cpplib/src/presents/net/PingRequest.cpp diff --git a/core/src/cpp/presents/net/PingRequest.h b/cpplib/src/presents/net/PingRequest.h similarity index 100% rename from core/src/cpp/presents/net/PingRequest.h rename to cpplib/src/presents/net/PingRequest.h diff --git a/core/src/cpp/presents/net/PongResponse.cpp b/cpplib/src/presents/net/PongResponse.cpp similarity index 100% rename from core/src/cpp/presents/net/PongResponse.cpp rename to cpplib/src/presents/net/PongResponse.cpp diff --git a/core/src/cpp/presents/net/PongResponse.h b/cpplib/src/presents/net/PongResponse.h similarity index 100% rename from core/src/cpp/presents/net/PongResponse.h rename to cpplib/src/presents/net/PongResponse.h diff --git a/core/src/cpp/presents/net/UpstreamMessage.cpp b/cpplib/src/presents/net/UpstreamMessage.cpp similarity index 100% rename from core/src/cpp/presents/net/UpstreamMessage.cpp rename to cpplib/src/presents/net/UpstreamMessage.cpp diff --git a/core/src/cpp/presents/net/UpstreamMessage.h b/cpplib/src/presents/net/UpstreamMessage.h similarity index 100% rename from core/src/cpp/presents/net/UpstreamMessage.h rename to cpplib/src/presents/net/UpstreamMessage.h diff --git a/core/src/cpp/presents/net/UsernamePasswordCreds.cpp b/cpplib/src/presents/net/UsernamePasswordCreds.cpp similarity index 100% rename from core/src/cpp/presents/net/UsernamePasswordCreds.cpp rename to cpplib/src/presents/net/UsernamePasswordCreds.cpp diff --git a/core/src/cpp/presents/net/UsernamePasswordCreds.h b/cpplib/src/presents/net/UsernamePasswordCreds.h similarity index 100% rename from core/src/cpp/presents/net/UsernamePasswordCreds.h rename to cpplib/src/presents/net/UsernamePasswordCreds.h diff --git a/core/src/cpp/presents/platform/CFSocketStream.cpp b/cpplib/src/presents/platform/CFSocketStream.cpp similarity index 100% rename from core/src/cpp/presents/platform/CFSocketStream.cpp rename to cpplib/src/presents/platform/CFSocketStream.cpp diff --git a/core/src/cpp/presents/platform/NSLog.mm b/cpplib/src/presents/platform/NSLog.mm similarity index 100% rename from core/src/cpp/presents/platform/NSLog.mm rename to cpplib/src/presents/platform/NSLog.mm diff --git a/core/src/cpp/presents/stable.h b/cpplib/src/presents/stable.h similarity index 100% rename from core/src/cpp/presents/stable.h rename to cpplib/src/presents/stable.h diff --git a/core/src/cpp/presents/streamers/StreamableStreamer.h b/cpplib/src/presents/streamers/StreamableStreamer.h similarity index 100% rename from core/src/cpp/presents/streamers/StreamableStreamer.h rename to cpplib/src/presents/streamers/StreamableStreamer.h diff --git a/core/src/cpp/presents/streamers/StringStreamer.cpp b/cpplib/src/presents/streamers/StringStreamer.cpp similarity index 100% rename from core/src/cpp/presents/streamers/StringStreamer.cpp rename to cpplib/src/presents/streamers/StringStreamer.cpp diff --git a/core/src/cpp/presents/streamers/StringStreamer.h b/cpplib/src/presents/streamers/StringStreamer.h similarity index 100% rename from core/src/cpp/presents/streamers/StringStreamer.h rename to cpplib/src/presents/streamers/StringStreamer.h diff --git a/core/src/cpp/presents/streamers/VectorStreamer.h b/cpplib/src/presents/streamers/VectorStreamer.h similarity index 100% rename from core/src/cpp/presents/streamers/VectorStreamer.h rename to cpplib/src/presents/streamers/VectorStreamer.h diff --git a/core/src/cpp/util/Name.cpp b/cpplib/src/util/Name.cpp similarity index 100% rename from core/src/cpp/util/Name.cpp rename to cpplib/src/util/Name.cpp diff --git a/core/src/cpp/util/Name.h b/cpplib/src/util/Name.h similarity index 100% rename from core/src/cpp/util/Name.h rename to cpplib/src/util/Name.h diff --git a/etc/as-pom.xml b/etc/as-pom.xml deleted file mode 100644 index 3b4032edc..000000000 --- a/etc/as-pom.xml +++ /dev/null @@ -1,44 +0,0 @@ - - - 4.0.0 - com.threerings - naryalib - swc - 1.12-SNAPSHOT - - Narya for ActionScript - Facilities for making networked multiplayer games. - - http://code.google.com/p/narya/ - - http://code.google.com/p/narya/issues/list - - - - - ooo-external - http://ooo-maven.googlecode.com/hg/repository - - - - - - com.threerings - aspirin - 1.11 - swc - - - com.adobe - as3corelib - 0.93 - swc - - - org.osflash - signals - 0.8 - swc - - - diff --git a/pom.xml b/pom.xml index 824f5200f..4f884f7e8 100644 --- a/pom.xml +++ b/pom.xml @@ -44,6 +44,7 @@ core tools + aslib