-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a0dddcc
commit 72c7b1b
Showing
3,653 changed files
with
86,021 additions
and
9,703 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
//com.sulake.bootstrap.AdManagerBootstrap | ||
|
||
package com.sulake.bootstrap{ | ||
import com.sulake.habbo.advertisement.AdManager; | ||
import com.sulake.core.runtime.IContext; | ||
import com.sulake.core.assets.IAssetLibrary; | ||
|
||
public class AdManagerBootstrap extends AdManager { | ||
|
||
public function AdManagerBootstrap(k:IContext, _arg_2:uint=0, _arg_3:IAssetLibrary=null); | ||
|
||
} | ||
}//package com.sulake.bootstrap | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
//com.sulake.bootstrap.AvatarRenderManagerBootstrap | ||
|
||
package com.sulake.bootstrap{ | ||
import com.sulake.habbo.avatar.AvatarRenderManager; | ||
import com.sulake.core.runtime.IContext; | ||
import com.sulake.core.assets.IAssetLibrary; | ||
|
||
public class AvatarRenderManagerBootstrap extends AvatarRenderManager { | ||
|
||
public function AvatarRenderManagerBootstrap(k:IContext, _arg_2:uint=0, _arg_3:IAssetLibrary=null); | ||
|
||
} | ||
}//package com.sulake.bootstrap | ||
|
13 changes: 13 additions & 0 deletions
13
air/com/sulake/bootstrap/CoreCommunicationManagerBootstrap.as
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
//com.sulake.bootstrap.CoreCommunicationManagerBootstrap | ||
|
||
package com.sulake.bootstrap{ | ||
import com.sulake.core.communication.CoreCommunicationManager; | ||
import com.sulake.core.runtime.IContext; | ||
|
||
public class CoreCommunicationManagerBootstrap extends CoreCommunicationManager { | ||
|
||
public function CoreCommunicationManagerBootstrap(k:IContext, _arg_2:uint=0); | ||
|
||
} | ||
}//package com.sulake.bootstrap | ||
|
14 changes: 14 additions & 0 deletions
14
air/com/sulake/bootstrap/HabboCommunicationDemoBootstrap.as
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
//com.sulake.bootstrap.HabboCommunicationDemoBootstrap | ||
|
||
package com.sulake.bootstrap{ | ||
import com.sulake.habbo.communication.demo.HabboCommunicationDemo; | ||
import com.sulake.core.runtime.IContext; | ||
import com.sulake.core.assets.IAssetLibrary; | ||
|
||
public class HabboCommunicationDemoBootstrap extends HabboCommunicationDemo { | ||
|
||
public function HabboCommunicationDemoBootstrap(k:IContext, _arg_2:uint=0, _arg_3:IAssetLibrary=null); | ||
|
||
} | ||
}//package com.sulake.bootstrap | ||
|
14 changes: 14 additions & 0 deletions
14
air/com/sulake/bootstrap/HabboCommunicationManagerBootstrap.as
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
//com.sulake.bootstrap.HabboCommunicationManagerBootstrap | ||
|
||
package com.sulake.bootstrap{ | ||
import com.sulake.habbo.communication.HabboCommunicationManager; | ||
import com.sulake.core.runtime.IContext; | ||
import com.sulake.core.assets.IAssetLibrary; | ||
|
||
public class HabboCommunicationManagerBootstrap extends HabboCommunicationManager { | ||
|
||
public function HabboCommunicationManagerBootstrap(k:IContext, _arg_2:uint=0, _arg_3:IAssetLibrary=null); | ||
|
||
} | ||
}//package com.sulake.bootstrap | ||
|
14 changes: 14 additions & 0 deletions
14
air/com/sulake/bootstrap/HabboConfigurationManagerBootstrap.as
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
//com.sulake.bootstrap.HabboConfigurationManagerBootstrap | ||
|
||
package com.sulake.bootstrap{ | ||
import com.sulake.habbo.configuration.HabboConfigurationManager; | ||
import com.sulake.core.runtime.IContext; | ||
import com.sulake.core.assets.IAssetLibrary; | ||
|
||
public class HabboConfigurationManagerBootstrap extends HabboConfigurationManager { | ||
|
||
public function HabboConfigurationManagerBootstrap(k:IContext, _arg_2:uint=0, _arg_3:IAssetLibrary=null); | ||
|
||
} | ||
}//package com.sulake.bootstrap | ||
|
14 changes: 14 additions & 0 deletions
14
air/com/sulake/bootstrap/HabboLocalizationManagerBootstrap.as
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
//com.sulake.bootstrap.HabboLocalizationManagerBootstrap | ||
|
||
package com.sulake.bootstrap{ | ||
import com.sulake.habbo.localization.HabboLocalizationManager; | ||
import com.sulake.core.runtime.IContext; | ||
import com.sulake.core.assets.IAssetLibrary; | ||
|
||
public class HabboLocalizationManagerBootstrap extends HabboLocalizationManager { | ||
|
||
public function HabboLocalizationManagerBootstrap(k:IContext, _arg_2:uint=0, _arg_3:IAssetLibrary=null); | ||
|
||
} | ||
}//package com.sulake.bootstrap | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
//com.sulake.bootstrap.HabboTabletCatalogBootstrap | ||
|
||
package com.sulake.bootstrap{ | ||
import com.sulake.habbo.tablet.catalog.HabboTabletCatalog; | ||
import com.sulake.core.runtime.IContext; | ||
import com.sulake.core.assets.IAssetLibrary; | ||
|
||
public class HabboTabletCatalogBootstrap extends HabboTabletCatalog { | ||
|
||
public function HabboTabletCatalogBootstrap(k:IContext, _arg_2:uint=0, _arg_3:IAssetLibrary=null); | ||
|
||
} | ||
}//package com.sulake.bootstrap | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
//com.sulake.bootstrap.HabboTrackingBootstrap | ||
|
||
package com.sulake.bootstrap{ | ||
import com.sulake.habbo.tracking.HabboTracking; | ||
import com.sulake.core.runtime.IContext; | ||
import com.sulake.core.assets.IAssetLibrary; | ||
|
||
public class HabboTrackingBootstrap extends HabboTracking { | ||
|
||
public function HabboTrackingBootstrap(k:IContext, _arg_2:uint=0, _arg_3:IAssetLibrary=null); | ||
|
||
} | ||
}//package com.sulake.bootstrap | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
//com.sulake.bootstrap.RoomEngineBootstrap | ||
|
||
package com.sulake.bootstrap{ | ||
import com.sulake.habbo.room.RoomEngine; | ||
import com.sulake.core.runtime.IContext; | ||
|
||
public class RoomEngineBootstrap extends RoomEngine { | ||
|
||
public function RoomEngineBootstrap(k:IContext, _arg_2:uint=0); | ||
|
||
} | ||
}//package com.sulake.bootstrap | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
//com.sulake.bootstrap.RoomManagerBootstrap | ||
|
||
package com.sulake.bootstrap{ | ||
import com.sulake.room.RoomManager; | ||
import com.sulake.core.runtime.IContext; | ||
|
||
public class RoomManagerBootstrap extends RoomManager { | ||
|
||
public function RoomManagerBootstrap(k:IContext, _arg_2:uint=0); | ||
|
||
} | ||
}//package com.sulake.bootstrap | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
//com.sulake.bootstrap.RoomObjectFactoryBootstrap | ||
|
||
package com.sulake.bootstrap{ | ||
import com.sulake.habbo.room.RoomObjectFactory; | ||
import com.sulake.core.runtime.IContext; | ||
|
||
public class RoomObjectFactoryBootstrap extends RoomObjectFactory { | ||
|
||
public function RoomObjectFactoryBootstrap(k:IContext, _arg_2:uint=0); | ||
|
||
} | ||
}//package com.sulake.bootstrap | ||
|
14 changes: 14 additions & 0 deletions
14
air/com/sulake/bootstrap/RoomObjectVisualizationFactoryBootstrap.as
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
//com.sulake.bootstrap.RoomObjectVisualizationFactoryBootstrap | ||
|
||
package com.sulake.bootstrap{ | ||
import com.sulake.habbo.room.object.RoomObjectVisualizationFactory; | ||
import com.sulake.core.runtime.IContext; | ||
import com.sulake.core.assets.IAssetLibrary; | ||
|
||
public class RoomObjectVisualizationFactoryBootstrap extends RoomObjectVisualizationFactory { | ||
|
||
public function RoomObjectVisualizationFactoryBootstrap(k:IContext, _arg_2:uint=0, _arg_3:IAssetLibrary=null); | ||
|
||
} | ||
}//package com.sulake.bootstrap | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
//com.sulake.bootstrap.RoomRendererFactoryBootstrap | ||
|
||
package com.sulake.bootstrap{ | ||
import com.sulake.room.renderer.RoomRendererFactory; | ||
import com.sulake.core.runtime.IContext; | ||
|
||
public class RoomRendererFactoryBootstrap extends RoomRendererFactory { | ||
|
||
public function RoomRendererFactoryBootstrap(k:IContext, _arg_2:uint=0); | ||
|
||
} | ||
}//package com.sulake.bootstrap | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
//com.sulake.bootstrap.RoomSessionManagerBootstrap | ||
|
||
package com.sulake.bootstrap{ | ||
import com.sulake.habbo.session.RoomSessionManager; | ||
import com.sulake.core.runtime.IContext; | ||
|
||
public class RoomSessionManagerBootstrap extends RoomSessionManager { | ||
|
||
public function RoomSessionManagerBootstrap(k:IContext, _arg_2:uint=0); | ||
|
||
} | ||
}//package com.sulake.bootstrap | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
//com.sulake.bootstrap.SessionDataManagerBootstrap | ||
|
||
package com.sulake.bootstrap{ | ||
import com.sulake.habbo.session.SessionDataManager; | ||
import com.sulake.core.runtime.IContext; | ||
import com.sulake.core.assets.IAssetLibrary; | ||
|
||
public class SessionDataManagerBootstrap extends SessionDataManager { | ||
|
||
public function SessionDataManagerBootstrap(k:IContext, _arg_2:uint=0, _arg_3:IAssetLibrary=null); | ||
|
||
} | ||
}//package com.sulake.bootstrap | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
//com.sulake.bootstrap.TabletInventoryBootstrap | ||
|
||
package com.sulake.bootstrap{ | ||
import com.sulake.habbo.tablet.inventory.HabboTabletInventory; | ||
import com.sulake.core.runtime.IContext; | ||
import com.sulake.core.assets.IAssetLibrary; | ||
|
||
public class TabletInventoryBootstrap extends HabboTabletInventory { | ||
|
||
public function TabletInventoryBootstrap(k:IContext, _arg_2:uint=0, _arg_3:IAssetLibrary=null); | ||
|
||
} | ||
}//package com.sulake.bootstrap | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
//com.sulake.bootstrap.TabletNavigatorBootstrap | ||
|
||
package com.sulake.bootstrap{ | ||
import com.sulake.habbo.tablet.navigator.HabboTabletNavigator; | ||
import com.sulake.core.runtime.IContext; | ||
import com.sulake.core.assets.IAssetLibrary; | ||
|
||
public class TabletNavigatorBootstrap extends HabboTabletNavigator { | ||
|
||
public function TabletNavigatorBootstrap(k:IContext, _arg_2:uint=0, _arg_3:IAssetLibrary=null); | ||
|
||
} | ||
}//package com.sulake.bootstrap | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
//com.sulake.bootstrap.UIBootstrap | ||
|
||
package com.sulake.bootstrap{ | ||
import com.sulake.habbo.ui.HabboUI; | ||
import com.sulake.core.runtime.IContext; | ||
import com.sulake.core.assets.IAssetLibrary; | ||
|
||
public class UIBootstrap extends HabboUI { | ||
|
||
public function UIBootstrap(k:IContext, _arg_2:uint=0, _arg_3:IAssetLibrary=null); | ||
|
||
} | ||
}//package com.sulake.bootstrap | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
//com.sulake.core.Core | ||
|
||
package com.sulake.core{ | ||
import com.sulake.core.runtime.ICore; | ||
import flash.display.DisplayObjectContainer; | ||
import com.sulake.core.runtime.ICoreErrorReporter; | ||
|
||
public final class Core { | ||
|
||
public static const CORE_SETUP_FRAME_UPDATE_SIMPLE:uint; | ||
public static const CORE_SETUP_FRAME_UPDATE_COMPLEX:uint; | ||
public static const CORE_SETUP_FRAME_UPDATE_PROFILER:uint; | ||
public static const CORE_SETUP_FRAME_UPDATE_EXPERIMENT:uint; | ||
public static const CORE_SETUP_FRAME_UPDATE_MASK:uint; | ||
public static const CORE_SETUP_DEBUG:uint; | ||
public static const ERROR_CATEGORY_DOWNLOAD_CONFIGURATION:int; | ||
public static const ERROR_CATEGORY_DOWNLOAD_LIBRARY:int; | ||
public static const ERROR_CATEGORY_DOWNLOAD_CRITICAL_ASSET:int; | ||
public static const ERROR_CATEGORY_PREPARE_COMPONENT:int; | ||
public static const ERROR_CATEGORY_COMPONENT_RESOURCE_LOAD_ERROR:int; | ||
public static const ERROR_CATEGORY_INTERFACE_AVAILABILITY:int; | ||
public static const ERROR_CATEGORY_PRODUCT_DATA:int; | ||
public static const ERROR_CATEGORY_DOWNLOAD_LOCALIZATION:int; | ||
public static const ERROR_CATEGORY_FINALIZE_PRELOADING:int; | ||
public static const ERROR_CATEGORY_INITIALIZE_CORE:int; | ||
public static const ERROR_CATEGORY_DOWNLOAD_FONT:int; | ||
public static const ERROR_CATEGORY_FURNIDATA_DOWNLOAD:int; | ||
public static const ERROR_CATEGORY_DOWNLOAD_EXTERNAL_VARIABLES:int; | ||
public static const ERROR_CATEGORY_DOWNLOAD_EXTERNAL_VARIABLES_OVERRIDE:int; | ||
public static const ERROR_CATEGORY_COMMMUNICATION_INIT:int; | ||
public static const ERROR_CATEGORY_CONNECT_TO_PROXY:int; | ||
public static const ERROR_UNCAUGHT_ERROR:int; | ||
public static const ERROR_CATEGORY_INTENTIONAL_DEBUG_CRASH:int; | ||
private static var _instance:ICore; | ||
|
||
public function Core(); | ||
|
||
public static function get version():String; | ||
|
||
public static function get instance():ICore; | ||
|
||
public static function instantiate(k:DisplayObjectContainer, _arg_2:uint, _arg_3:ICoreErrorReporter=null):ICore; | ||
|
||
public static function error(k:String, _arg_2:Boolean, _arg_3:int=-1, _arg_4:Error=null):void; | ||
|
||
public static function warning(k:String):void; | ||
|
||
public static function debug(k:String):void; | ||
|
||
public static function crash(k:String, _arg_2:int, _arg_3:Error=null):void; | ||
|
||
public static function purge():void; | ||
|
||
public static function dispose():void; | ||
|
||
|
||
} | ||
}//package com.sulake.core | ||
|
Oops, something went wrong.