commit
stringlengths
40
40
old_file
stringlengths
2
205
new_file
stringlengths
2
205
old_contents
stringlengths
0
32.9k
new_contents
stringlengths
1
38.9k
subject
stringlengths
3
9.4k
message
stringlengths
6
9.84k
lang
stringlengths
3
13
license
stringclasses
13 values
repos
stringlengths
6
115k
155d0a96afd494f2ca8cc33547a6710f2cf6a6ac
DragonBonesDesignPanelLib/src/core/utils/TextureUtil.as
DragonBonesDesignPanelLib/src/core/utils/TextureUtil.as
package core.utils { import flash.geom.Rectangle; /** * For place texture */ public final class TextureUtil { private static const HIGHEST:uint = 0xFFFFFFFF; /** * Place textures by textureAtlasXML data */ public static function packTextures(widthDefault:uint, padding:uint, rectMap:Object, ver...
package core.utils { import flash.geom.Rectangle; /** * For place texture */ public final class TextureUtil { private static const HIGHEST:uint = 0xFFFFFFFF; /** * Place textures by textureAtlasXML data */ public static function packTextures(widthDefault:uint, padding:uint, rectMap:Object, ver...
fix export bug change Export Scale makes not power of 2 image bug
fix export bug change Export Scale makes not power of 2 image bug
ActionScript
mit
DragonBones/DesignPanel
7ffccb0b3c427a1bb6f3996cedb4ae2ee73f2686
FlexUnit4/src/org/flexunit/runners/Suite.as
FlexUnit4/src/org/flexunit/runners/Suite.as
/** * Copyright (c) 2009 Digital Primates IT Consulting Group * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation * files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to ...
/** * Copyright (c) 2009 Digital Primates IT Consulting Group * * Permission is hereby granted, free of charge, to any person * obtaining a copy of this software and associated documentation * files (the "Software"), to deal in the Software without * restriction, including without limitation the rights to ...
Fix per Jesse Warden's twitter issue. When using both the RunWith and specifying the Suite runner and descending from the old FlexUnit.9 Suite class, you receive initialization errors as the Suite code finds both a public String and Collection instance in the TestSuite class and attempts to treat them as TestCases
Fix per Jesse Warden's twitter issue. When using both the RunWith and specifying the Suite runner and descending from the old FlexUnit.9 Suite class, you receive initialization errors as the Suite code finds both a public String and Collection instance in the TestSuite class and attempts to treat them as TestCases
ActionScript
apache-2.0
SlavaRa/flex-flexunit,apache/flex-flexunit,SlavaRa/flex-flexunit,SlavaRa/flex-flexunit,apache/flex-flexunit,SlavaRa/flex-flexunit,apache/flex-flexunit,apache/flex-flexunit
895dfcdb3a8df9083c1a8acfe095b1ac73a8f188
bin/Data/Scripts/Editor/EditorGizmo.as
bin/Data/Scripts/Editor/EditorGizmo.as
// Urho3D editor node transform gizmo handling Node@ gizmoNode; StaticModel@ gizmo; const float axisMaxD = 0.1; const float axisMaxT = 1.0; const float rotSensitivity = 50.0; EditMode lastGizmoMode; // For undo bool previousGizmoDrag; bool needGizmoUndo; Array<Transform> oldGizmoTransforms; class G...
// Urho3D editor node transform gizmo handling Node@ gizmoNode; StaticModel@ gizmo; const float axisMaxD = 0.1; const float axisMaxT = 1.0; const float rotSensitivity = 50.0; EditMode lastGizmoMode; // For undo bool previousGizmoDrag; bool needGizmoUndo; Array<Transform> oldGizmoTransforms; class G...
Fix gizmo scale in orthographic mode (ortho size not taken into account). Cleaned up gizmo scaling code to use camera view matrix. Closes #626.
Fix gizmo scale in orthographic mode (ortho size not taken into account). Cleaned up gizmo scaling code to use camera view matrix. Closes #626.
ActionScript
mit
carnalis/Urho3D,urho3d/Urho3D,bacsmar/Urho3D,MeshGeometry/Urho3D,luveti/Urho3D,SuperWangKai/Urho3D,xiliu98/Urho3D,cosmy1/Urho3D,MonkeyFirst/Urho3D,orefkov/Urho3D,tommy3/Urho3D,rokups/Urho3D,helingping/Urho3D,c4augustus/Urho3D,fire/Urho3D-1,codedash64/Urho3D,SirNate0/Urho3D,xiliu98/Urho3D,kostik1337/Urho3D,299299/Urho3D...
cd2c0dc0191a35c3d72c6185a75e82e55d4a404b
krew-framework/krewfw/starling_utility/TileMapHelper.as
krew-framework/krewfw/starling_utility/TileMapHelper.as
package krewfw.starling_utility { import flash.geom.Point; import starling.display.Image; import starling.textures.Texture; /** * Tiled Map Editor (http://www.mapeditor.org/) $B$N(B tmx $B%U%!%$%k$+$i(B * $B=PNO$7$?(B json $B$r$b$H$K3F%^%9$N(B Image $B$rJV$9%f!<%F%#%j%F%#(B */...
package krewfw.starling_utility { import flash.geom.Point; import starling.display.Image; import starling.textures.Texture; import krewfw.utility.KrewUtil; /** * Tiled Map Editor (http://www.mapeditor.org/) の tmx ファイルから * 出力した json をもとに各マスの Image を返すユーティリティ */ //---------------...
Update TileMapHelper
Update TileMapHelper
ActionScript
mit
tatsuya-koyama/krewFramework,tatsuya-koyama/krewFramework,tatsuya-koyama/krewFramework
49097481d0c9683a6baebc5e20577cc93c2e8233
src/org/mangui/hls/model/Level.as
src/org/mangui/hls/model/Level.as
/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ package org.mangui.hls.model { CONFIG::LOGGING { import org.mangui.hls.utils.Log; } import org....
/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ package org.mangui.hls.model { CONFIG::LOGGING { import org.mangui.hls.utils.Log; } import org....
Set redundantStreamId() setter argument as an int
Set redundantStreamId() setter argument as an int It fixes compilation warnings when Flashls is imported with sources. Occurs when using mxmlc strict mode (-strict).
ActionScript
mpl-2.0
neilrackett/flashls,codex-corp/flashls,mangui/flashls,vidible/vdb-flashls,loungelogic/flashls,fixedmachine/flashls,clappr/flashls,thdtjsdn/flashls,Corey600/flashls,codex-corp/flashls,clappr/flashls,hola/flashls,vidible/vdb-flashls,fixedmachine/flashls,loungelogic/flashls,thdtjsdn/flashls,tedconf/flashls,tedconf/flashls...
8b966a4fda804b09fc015b962efbbdc8ca3c137b
src/aerys/minko/scene/controller/EnterFrameController.as
src/aerys/minko/scene/controller/EnterFrameController.as
package aerys.minko.scene.controller { import aerys.minko.render.Viewport; import aerys.minko.scene.node.Group; import aerys.minko.scene.node.ISceneNode; import aerys.minko.scene.node.Scene; import flash.display.BitmapData; import flash.utils.Dictionary; /** * EnterFrameController are controllers triggered ...
package aerys.minko.scene.controller { import aerys.minko.render.Viewport; import aerys.minko.scene.node.Group; import aerys.minko.scene.node.ISceneNode; import aerys.minko.scene.node.Scene; import flash.display.BitmapData; import flash.utils.Dictionary; /** * EnterFrameController are controllers triggered ...
fix typo
fix typo
ActionScript
mit
aerys/minko-as3
5e7f8d93c94178117a3b8d970bfe4367f48212f3
src/aerys/minko/scene/SceneIterator.as
src/aerys/minko/scene/SceneIterator.as
package aerys.minko.scene { import aerys.minko.scene.node.Group; import aerys.minko.scene.node.ISceneNode; import aerys.minko.type.binding.DataBindings; import avmplus.getQualifiedClassName; import flash.utils.Dictionary; import flash.utils.Proxy; import flash.utils.describeType; import flash.utils.flash_pr...
package aerys.minko.scene { import aerys.minko.scene.node.Group; import aerys.minko.scene.node.ISceneNode; import aerys.minko.type.binding.DataBindings; import avmplus.getQualifiedClassName; import flash.utils.Dictionary; import flash.utils.Proxy; import flash.utils.describeType; import flash.utils.flash_pr...
Update src/aerys/minko/scene/SceneIterator.as
Update src/aerys/minko/scene/SceneIterator.as Fixes issue #52
ActionScript
mit
aerys/minko-as3
174ce396034ccc173ed804817ed3d234a62acd6e
src/widgets/Geoprocessing/parameters/DataFileParameter.as
src/widgets/Geoprocessing/parameters/DataFileParameter.as
/////////////////////////////////////////////////////////////////////////// // Copyright (c) 2011 Esri. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http:...
/////////////////////////////////////////////////////////////////////////// // Copyright (c) 2011 Esri. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http:...
Update DataFileParameter to handle item ID.
Update DataFileParameter to handle item ID.
ActionScript
apache-2.0
Esri/arcgis-viewer-flex,CanterburyRegionalCouncil/arcgis-viewer-flex,Esri/arcgis-viewer-flex,CanterburyRegionalCouncil/arcgis-viewer-flex,CanterburyRegionalCouncil/arcgis-viewer-flex
48fd9eb095f499c6408e6458552d1ba3bf167cc3
src/aerys/minko/render/material/basic/BasicMaterial.as
src/aerys/minko/render/material/basic/BasicMaterial.as
package aerys.minko.render.material.basic { import aerys.minko.render.Effect; import aerys.minko.render.material.Material; import aerys.minko.render.resource.texture.TextureResource; import aerys.minko.type.binding.IDataProvider; import aerys.minko.type.math.Matrix4x4; public class BasicMaterial extends Materia...
package aerys.minko.render.material.basic { import aerys.minko.render.Effect; import aerys.minko.render.material.Material; import aerys.minko.render.resource.texture.TextureResource; import aerys.minko.type.binding.IDataProvider; import aerys.minko.type.math.Matrix4x4; public class BasicMaterial extends Materia...
add the BasicMaterial.alphaMap property
add the BasicMaterial.alphaMap property
ActionScript
mit
aerys/minko-as3
f4ec08f3a999ed6ef783b5c7edc7743e15faa691
src/aerys/minko/scene/controller/TransformController.as
src/aerys/minko/scene/controller/TransformController.as
package aerys.minko.scene.controller { import aerys.minko.scene.data.TransformDataProvider; import aerys.minko.scene.node.Group; import aerys.minko.scene.node.ISceneNode; import aerys.minko.scene.node.Mesh; import aerys.minko.scene.node.Scene; import aerys.minko.type.math.Matrix4x4; public final class Transform...
package aerys.minko.scene.controller { import aerys.minko.scene.data.TransformDataProvider; import aerys.minko.scene.node.Group; import aerys.minko.scene.node.ISceneNode; import aerys.minko.scene.node.Mesh; import aerys.minko.scene.node.Scene; import aerys.minko.type.math.Matrix4x4; public final class Transform...
fix TransformController.transformChangedHandler() to lock() and unlock() worldToLocal and localToWorld at the same time
fix TransformController.transformChangedHandler() to lock() and unlock() worldToLocal and localToWorld at the same time
ActionScript
mit
aerys/minko-as3
2e1202a4cfa174b55d7f43cc5c6626132a828da8
com/segonquart/idiomesAnimation.as
com/segonquart/idiomesAnimation.as
import mx.transitions.easing.*; import com.mosesSupposes.fuse.*; class idiomesAnimation extends Movieclip { private var arrayLang_arr:Array = new Array ("cat", "es", "en", "fr"); function idiomesAnimation():Void { this.stop(); this.onEnterFrame = this.enterSlide; } ...
import mx.transitions.easing.*; import com.mosesSupposes.fuse.*; class idiomesAnimation extends Movieclip { private var arrayLang_arr:Array = new Array ("cat", "es", "en", "fr"); function idiomesAnimation():Void { this.stop(); this.onEnterFrame = this.enterSlide; } ...
Update idiomesAnimation.as
Update idiomesAnimation.as
ActionScript
bsd-3-clause
delfiramirez/web-talking-wear,delfiramirez/web-talking-wear,delfiramirez/web-talking-wear
f0e063240a4c3d673256d82f42fbecd4e35ba1e5
swfcat.as
swfcat.as
package { import flash.display.Sprite; import flash.display.StageAlign; import flash.display.StageScaleMode; import flash.text.TextField; import flash.text.TextFormat; import flash.net.Socket; import flash.net.URLLoader; import flash.net.URLLoaderDataFormat; import flash.net.URLReque...
package { import flash.display.Sprite; import flash.display.StageAlign; import flash.display.StageScaleMode; import flash.text.TextField; import flash.text.TextFormat; import flash.net.Socket; import flash.net.URLLoader; import flash.net.URLLoaderDataFormat; import flash.net.URLReque...
Make proxy mode the default in swfcat.
Make proxy mode the default in swfcat. In other words, use client=true instead of nothing for client mode, and nothing instead of proxy=true for proxy mode. This makes it a drop-in replacement for master swfcat.
ActionScript
mit
infinity0/flashproxy,infinity0/flashproxy,glamrock/flashproxy,glamrock/flashproxy,arlolra/flashproxy,infinity0/flashproxy,arlolra/flashproxy,infinity0/flashproxy,glamrock/flashproxy,glamrock/flashproxy,infinity0/flashproxy,glamrock/flashproxy,glamrock/flashproxy,arlolra/flashproxy,arlolra/flashproxy,infinity0/flashprox...
345895c32c3c00b48dc55096d16cb8ad4910184c
src/as/com/threerings/flash/FrameSprite.as
src/as/com/threerings/flash/FrameSprite.as
// // $Id$ package com.threerings.flash { import flash.display.Sprite; import flash.events.Event; /** * Convenience superclass to use for sprites that need to update every frame. * (One must be very careful to remove all ENTER_FRAME listeners when not needed, as they * will prevent an object from being garbage c...
// // $Id$ package com.threerings.flash { import flash.display.Sprite; import flash.events.Event; /** * Convenience superclass to use for sprites that need to update every frame. * (One must be very careful to remove all ENTER_FRAME listeners when not needed, as they * will prevent an object from being garbage c...
Comment fixup.
Comment fixup. git-svn-id: b675b909355d5cf946977f44a8ec5a6ceb3782e4@240 ed5b42cb-e716-0410-a449-f6a68f950b19
ActionScript
lgpl-2.1
threerings/nenya,threerings/nenya
2bf2fe41c1dd5acaf38a7db4b9fd8da87a9b46c9
exporter/src/main/as/flump/export/Exporter.as
exporter/src/main/as/flump/export/Exporter.as
// // Flump - Copyright 2012 Three Rings Design package flump.export { import flash.desktop.NativeApplication; import flash.display.NativeMenu; import flash.display.NativeMenuItem; import flash.display.NativeWindow; import flash.display.Stage; import flash.display.StageQuality; import flash.events.Event; import flash...
// // Flump - Copyright 2012 Three Rings Design package flump.export { import flash.desktop.NativeApplication; import flash.display.NativeMenu; import flash.display.NativeMenuItem; import flash.display.NativeWindow; import flash.display.Stage; import flash.display.StageQuality; import flash.events.Event; import flash...
Read the import dir when a config is opened
Read the import dir when a config is opened
ActionScript
mit
tconkling/flump,funkypandagame/flump,mathieuanthoine/flump,mathieuanthoine/flump,tconkling/flump,mathieuanthoine/flump,funkypandagame/flump
9a29feb368d61262e9462133507c80b956905bfc
frameworks/projects/framework/src/mx/core/DebuggableWorker.as
frameworks/projects/framework/src/mx/core/DebuggableWorker.as
//////////////////////////////////////////////////////////////////////////////// // // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. // The ASF license...
//////////////////////////////////////////////////////////////////////////////// // // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. // The ASF license...
Create a base Class for workers making them debuggable via FDB - Adjusted minimum AIR version and typo.
FLEX-34294: Create a base Class for workers making them debuggable via FDB - Adjusted minimum AIR version and typo.
ActionScript
apache-2.0
apache/flex-sdk,SlavaRa/flex-sdk,adufilie/flex-sdk,SlavaRa/flex-sdk,apache/flex-sdk,apache/flex-sdk,shyamalschandra/flex-sdk,adufilie/flex-sdk,SlavaRa/flex-sdk,shyamalschandra/flex-sdk,adufilie/flex-sdk,SlavaRa/flex-sdk,apache/flex-sdk,shyamalschandra/flex-sdk,apache/flex-sdk,danteinforno/flex-sdk,danteinforno/flex-sdk...
d4f1e7763cb205a80930163a354c51d1ab20f83a
src/as/com/threerings/presents/client/Communicator.as
src/as/com/threerings/presents/client/Communicator.as
// // $Id$ // // Narya library - tools for developing networked games // Copyright (C) 2002-2007 Three Rings Design, Inc., All Rights Reserved // http://www.threerings.net/code/narya/ // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public Licens...
// // $Id$ // // Narya library - tools for developing networked games // Copyright (C) 2002-2007 Three Rings Design, Inc., All Rights Reserved // http://www.threerings.net/code/narya/ // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public Licens...
Send our auth request directly instead of running it through the queue. Also log our boot groups to make it easier to distinguish which "server" we're logging onto.
Send our auth request directly instead of running it through the queue. Also log our boot groups to make it easier to distinguish which "server" we're logging onto. git-svn-id: a1a4b28b82a3276cc491891159dd9963a0a72fae@5675 542714f4-19e9-0310-aa3c-eee0fc999fb1
ActionScript
lgpl-2.1
threerings/narya,threerings/narya,threerings/narya,threerings/narya,threerings/narya
2256b1aab02218db7253868b337cacaa15e927cd
as3/xobjas3/src/com/rpath/xobj/XObjUtils.as
as3/xobjas3/src/com/rpath/xobj/XObjUtils.as
/* # # Copyright (c) 2008 rPath, Inc. # # This program is distributed under the terms of the MIT License as found # in a file called LICENSE. If it is not present, the license # is always available at http://www.opensource.org/licenses/mit-license.php. # # This program is distributed in the hope that it will be useful...
/* # # Copyright (c) 2008 rPath, Inc. # # This program is distributed under the terms of the MIT License as found # in a file called LICENSE. If it is not present, the license # is always available at http://www.opensource.org/licenses/mit-license.php. # # This program is distributed in the hope that it will be useful...
Fix for handling ArrayCollections declared directly
Fix for handling ArrayCollections declared directly
ActionScript
apache-2.0
sassoftware/xobj,sassoftware/xobj,sassoftware/xobj,sassoftware/xobj
4c49fef5d0fa1965ef51598ffa998da78ef6849e
src/aerys/minko/scene/controller/SkeletonController.as
src/aerys/minko/scene/controller/SkeletonController.as
package aerys.minko.scene.controller { /** * The SkeletonController aggregates AnimationController objects * and control them in order to start/stop playing animations on * multiple scene nodes at the same time and control a whole * skeleton. * * @author Jean-Marc Le Roux * */ public final class Ske...
package aerys.minko.scene.controller { /** * The SkeletonController aggregates AnimationController objects * and control them in order to start/stop playing animations on * multiple scene nodes at the same time and control a whole * skeleton. * * @author Jean-Marc Le Roux * */ public final class Ske...
fix broken reference to AnimationController.goto()
fix broken reference to AnimationController.goto()
ActionScript
mit
aerys/minko-as3
5004d32dfa1dc67c6ea54f4a233a216daece766e
Game/Resources/elevatorScene/Scripts/LightsOutScript.as
Game/Resources/elevatorScene/Scripts/LightsOutScript.as
class LightsOutScript { Hub @hub; Entity @self; Entity @board; array<Entity@> buttons(25); array<bool> buttonStates(25); int numPressedButtons = 0; bool gameWon = false; LightsOutScript(Entity @entity){ @hub = Managers(); @self = @entity; @board = GetEntityByGUID...
class LightsOutScript { Hub @hub; Entity @self; Entity @board; array<Entity@> buttons(25); array<bool> buttonStates(25); int numPressedButtons = 0; bool gameWon = false; LightsOutScript(Entity @entity){ @hub = Managers(); @self = @entity; @board = GetEntityByGUID...
Print a message when the player won lights out.
Print a message when the player won lights out.
ActionScript
mit
Chainsawkitten/LargeGameProjectEngine,Chainsawkitten/LargeGameProjectEngine
80cbcdb39621c395d8dfc757265658613001a75f
src/as/com/threerings/util/Log.as
src/as/com/threerings/util/Log.as
// // $Id$ // // Narya library - tools for developing networked games // Copyright (C) 2002-2007 Three Rings Design, Inc., All Rights Reserved // http://www.threerings.net/code/narya/ // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public Licens...
// // $Id$ // // Narya library - tools for developing networked games // Copyright (C) 2002-2007 Three Rings Design, Inc., All Rights Reserved // http://www.threerings.net/code/narya/ // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public Licens...
Format our timestamp like the timestamp in our Java logs.
Format our timestamp like the timestamp in our Java logs. git-svn-id: a1a4b28b82a3276cc491891159dd9963a0a72fae@4927 542714f4-19e9-0310-aa3c-eee0fc999fb1
ActionScript
lgpl-2.1
threerings/narya,threerings/narya,threerings/narya,threerings/narya,threerings/narya
3567b6d7554546762b12c0404f12f4f980a8a7c6
src/aerys/minko/render/Viewport.as
src/aerys/minko/render/Viewport.as
package aerys.minko.render { import aerys.minko.ns.minko_render; import aerys.minko.render.resource.Context3DResource; import aerys.minko.type.KeyboardManager; import aerys.minko.type.MouseManager; import aerys.minko.type.Signal; import flash.display.DisplayObject; import flash.display.Graphics; import flash....
package aerys.minko.render { import aerys.minko.ns.minko_render; import aerys.minko.render.resource.Context3DResource; import aerys.minko.type.KeyboardManager; import aerys.minko.type.MouseManager; import aerys.minko.type.Signal; import flash.display.DisplayObject; import flash.display.Graphics; import flash....
fix Viewport.visible to work even if it's not added on the Stage and no Stage3D is set
fix Viewport.visible to work even if it's not added on the Stage and no Stage3D is set
ActionScript
mit
aerys/minko-as3
c0a3df1d5ba375e4eded297b71f7eaa6a659e6e5
src/aerys/minko/scene/controller/mesh/VisibilityController.as
src/aerys/minko/scene/controller/mesh/VisibilityController.as
package aerys.minko.scene.controller.mesh { import aerys.minko.ns.minko_math; import aerys.minko.render.geometry.Geometry; import aerys.minko.scene.controller.AbstractController; import aerys.minko.scene.data.MeshVisibilityDataProvider; import aerys.minko.scene.node.Camera; import aerys.minko.scene.node.Mesh; im...
package aerys.minko.scene.controller.mesh { import aerys.minko.ns.minko_math; import aerys.minko.render.geometry.Geometry; import aerys.minko.scene.controller.AbstractController; import aerys.minko.scene.data.MeshVisibilityDataProvider; import aerys.minko.scene.node.Mesh; import aerys.minko.scene.node.Scene; imp...
fix broken reference to Camera in VisibilityController
fix broken reference to Camera in VisibilityController
ActionScript
mit
aerys/minko-as3
c4ae3cde87669950e2f370289f1e72c465798390
src/sssplayer/display/SSSPlayer.as
src/sssplayer/display/SSSPlayer.as
package sssplayer.display { import flash.geom.Point; import sssplayer.data.SSSModel; import sssplayer.data.SSSPartAnime; import sssplayer.data.SSSProject; import sssplayer.data.SSSAnime; import sssplayer.data.SSSPart; import starling.display.DisplayObject; import starling.display.Sprite; import starling.ev...
package sssplayer.display { import flash.geom.Point; import sssplayer.data.SSSModel; import sssplayer.data.SSSPartAnime; import sssplayer.data.SSSProject; import sssplayer.data.SSSAnime; import sssplayer.data.SSSPart; import starling.display.DisplayObject; import starling.display.Sprite; import starling.ev...
set version
set version
ActionScript
bsd-2-clause
promotal/SS5Player,promotal/SS5Player
db0bfd74eadaa2e188d075459acaca6404bb716d
src/com/rails2u/debug/Benchmark.as
src/com/rails2u/debug/Benchmark.as
package com.rails2u.debug { import flash.utils.Dictionary; import flash.events.Event; import flash.utils.getTimer; /** * Simple Benchmark class * * example: * <listing version="3.0"> * Benchmark.start('check'); * // code * Benchmark.end('check'); * </listing> * * <listing vers...
package com.rails2u.debug { import flash.utils.Dictionary; import flash.events.Event; import flash.utils.getTimer; /** * Simple Benchmark class * * example: * <listing version="3.0"> * Benchmark.start('check'); * // code * Benchmark.end('check'); * </listing> * * <listing vers...
add loop method
add loop method git-svn-id: 864080e30cc358c5edb906449bbf014f90258007@42 96db6a20-122f-0410-8d9f-89437bbe4005
ActionScript
mit
hotchpotch/as3rails2u,hotchpotch/as3rails2u
f5fe98a76bb3e24483142466da1d9fc8a2d9dbfa
runtime/src/main/as/flump/xfl/XflMovie.as
runtime/src/main/as/flump/xfl/XflMovie.as
// // Flump - Copyright 2012 Three Rings Design package flump.xfl { public class XflMovie extends XflTopLevelComponent { use namespace xflns; public var libraryItem :String; public var symbol :String; public var layers :Array; // The hash of the XML file for this symbol in the library public...
// // Flump - Copyright 2012 Three Rings Design package flump.xfl { public class XflMovie extends XflTopLevelComponent { use namespace xflns; public var libraryItem :String; public var symbol :String; public var layers :Array; // The hash of the XML file for this symbol in the library public...
Use the symbol name for exported movies.
Use the symbol name for exported movies.
ActionScript
mit
tconkling/flump,funkypandagame/flump,funkypandagame/flump,mathieuanthoine/flump,mathieuanthoine/flump,tconkling/flump,mathieuanthoine/flump
c6ac1e810658ad9868a649bf40e00631aa6e205d
src/main/actionscript/com/dotfold/dotvimstat/model/VideoEntity.as
src/main/actionscript/com/dotfold/dotvimstat/model/VideoEntity.as
package com.dotfold.dotvimstat.model { /** * VideoEntity. * * Model class mapped to Vimeo video object. * * @author jamesmcnamee * */ public class VideoEntity extends BaseEntity { /** * Constructor. */ public function VideoEntity() { super(); } public var description:S...
package com.dotfold.dotvimstat.model { import com.dotfold.dotvimstat.model.enum.ImageSize; import com.dotfold.dotvimstat.model.image.EntityImage; import com.dotfold.dotvimstat.model.image.EntityImageCollection; /** * VideoEntity. * * Model class mapped to Vimeo video object. * * @author jamesmcnamee ...
update video entity
[feat] update video entity - use read dates - improved image handling, use collection and ImageSize enum
ActionScript
mit
dotfold/dotvimstat
82eb0cba751154670882fd652b0409d8bea914d8
lib/goplayer/PackerSpecification.as
lib/goplayer/PackerSpecification.as
package goplayer { import org.asspec.specification.AbstractSpecification import flash.display.Sprite public class PackerSpecification extends AbstractSpecification { override protected function execute() : void { it("should pack two static items correctly", function () : void { const a :...
package goplayer { import org.asspec.specification.AbstractSpecification import flash.display.Sprite public class PackerSpecification extends AbstractSpecification { override protected function execute() : void { const a : Sprite = getSquare(1) const b : Sprite = getSquare(1) it("sh...
Add test using explicit width to PackerSpecification.
Add test using explicit width to PackerSpecification.
ActionScript
mit
dbrock/goplayer,dbrock/goplayer
9542cd33460eeca73bf5f7fbdc1128e36fc52b85
flash/org/windmill/astest/ASTest.as
flash/org/windmill/astest/ASTest.as
/* Copyright 2009, Matthew Eernisse (mde@fleegix.org) and Slide, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applica...
/* Copyright 2009, Matthew Eernisse (mde@fleegix.org) and Slide, Inc. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applica...
Clear out the test list between test runs.
Clear out the test list between test runs.
ActionScript
apache-2.0
windmill/windmill,windmill/windmill,windmill/windmill,windmill/windmill,windmill/windmill,windmill/windmill
7694bc2002928d2208235b94a368d908f1f9a62e
src/aerys/minko/scene/controller/debug/WireframeDebugController.as
src/aerys/minko/scene/controller/debug/WireframeDebugController.as
package aerys.minko.scene.controller.debug { import aerys.minko.render.geometry.Geometry; import aerys.minko.render.geometry.primitive.LineGeometry; import aerys.minko.render.geometry.stream.iterator.TriangleIterator; import aerys.minko.render.geometry.stream.iterator.TriangleReference; import aerys.minko.render.m...
package aerys.minko.scene.controller.debug { import aerys.minko.render.geometry.Geometry; import aerys.minko.render.geometry.primitive.LineGeometry; import aerys.minko.render.geometry.stream.iterator.TriangleIterator; import aerys.minko.render.geometry.stream.iterator.TriangleReference; import aerys.minko.render.m...
Fix bug when a mesh is null during one frame
Fix bug when a mesh is null during one frame
ActionScript
mit
aerys/minko-as3
4a2674bacf3dea1c8b4630fcdb7e062acf093998
src/org/puremvc/as3/multicore/utilities/pipes/plumbing/FilterTest.as
src/org/puremvc/as3/multicore/utilities/pipes/plumbing/FilterTest.as
/* PureMVC AS3/MultiCore Pipes Utility Unit Tests Copyright (c) 2008 Cliff Hall<cliff.hall@puremvc.org> Your reuse is governed by the Creative Commons Attribution 3.0 License */ package org.puremvc.as3.multicore.utilities.pipes.plumbing { import flexunit.framework.TestCase; import flexunit.framework.TestSu...
/* PureMVC AS3/MultiCore Pipes Utility Unit Tests Copyright (c) 2008 Cliff Hall<cliff.hall@puremvc.org> Your reuse is governed by the Creative Commons Attribution 3.0 License */ package org.puremvc.as3.multicore.utilities.pipes.plumbing { import flexunit.framework.TestCase; import flexunit.framework.TestSu...
test disconnect
test disconnect
ActionScript
bsd-3-clause
PureMVC/puremvc-as3-util-pipes-unittests
4b09ce7d12bb9da4c8995cfa6265810511c60ed3
tamarin-central/thane/thane_core.as
tamarin-central/thane/thane_core.as
// // $Id: $ package flash.errors { public class MemoryError extends Error { } public class IllegalOperationError extends Error { public function IllegalOperationError (str :String = null) { } } } package flash.events { import flash.utils.Dictionary; public class Event { public static const CONNEC...
// // $Id: $ package flash.errors { public class MemoryError extends Error { } public class IllegalOperationError extends Error { public function IllegalOperationError (str :String = null) { } } } package flash.events { import flash.utils.Dictionary; public class Event { public static const CONNEC...
Implement flash.utils.setTimeout() and friends. We don't use them, but user code surely does. Is it kosher to instantiate a lookup table like this, right in the global context? Is it private to my code?
Implement flash.utils.setTimeout() and friends. We don't use them, but user code surely does. Is it kosher to instantiate a lookup table like this, right in the global context? Is it private to my code?
ActionScript
bsd-2-clause
greyhavens/thane,greyhavens/thane,greyhavens/thane,greyhavens/thane,greyhavens/thane,greyhavens/thane,greyhavens/thane
044d5b0207b552ac376d96033d614b2d08aa67a8
dolly-framework/src/test/resources/dolly/data/PropertyLevelCopyableCloneableClass.as
dolly-framework/src/test/resources/dolly/data/PropertyLevelCopyableCloneableClass.as
package dolly.data { public class PropertyLevelCopyableCloneableClass { [Copyable] [Cloneable] public static var staticProperty1:String; [Copyable] [Cloneable] private var _writableField1:String; [Copyable] [Cloneable] private var _readOnlyField1:String = "read-only field value"; [Cloneable] public var ...
package dolly.data { public class PropertyLevelCopyableCloneableClass { [Copyable] [Cloneable] public static var staticProperty1:String = "Value of first-level static property."; [Copyable] [Cloneable] private var _writableField1:String = "Value of first-level writable field."; [Cloneable] public var proper...
Change properties' values.
Change properties' values.
ActionScript
mit
Yarovoy/dolly
da8a9e9b145d5cb1aebc04764e9ed66856a31c9b
vivified/core/vivi_initialize.as
vivified/core/vivi_initialize.as
/* Vivified * Copyright (C) 2007 Benjamin Otte <otte@gnome.org> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later ...
/* Vivified * Copyright (C) 2007 Benjamin Otte <otte@gnome.org> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later ...
make backtrace function actually work
make backtrace function actually work
ActionScript
lgpl-2.1
freedesktop-unofficial-mirror/swfdec__swfdec,mltframework/swfdec,freedesktop-unofficial-mirror/swfdec__swfdec,mltframework/swfdec,freedesktop-unofficial-mirror/swfdec__swfdec
3ce00f15bbbe507a81f14685ad6ad642a78a8cb5
com/segonquart/menuColourIdiomes.as
com/segonquart/menuColourIdiomes.as
import mx.transitions.easing.*; import com.mosesSupposes.fuse.*; class com.segonquart.menuColouridiomes extends MoviieClip { public var cat, es, en ,fr:MovieClip; public var arrayLang_arr:Array = new Array ("cat", "es", "en", "fr"); function menuColourIdiomes ():Void { this.onRollOver = t...
import mx.transitions.easing.*; import com.mosesSupposes.fuse.*; class menuColouridiomes extends MoviieClip { public var cat, es, en ,fr:MovieClip; public var arrayLang_arr:Array = new Array ("cat", "es", "en", "fr"); function menuColourIdiomes ():Void { this.onRollOver = this.mOver; th...
Update menuColourIdiomes.as
Update menuColourIdiomes.as
ActionScript
bsd-3-clause
delfiramirez/web-talking-wear,delfiramirez/web-talking-wear,delfiramirez/web-talking-wear
34924e4c365fc59fa78964e03ae0218d90680e9e
src/Player.as
src/Player.as
package { import flash.display.Sprite; import flash.display.Stage; import flash.display.StageAlign; import flash.display.StageScaleMode; import flash.display.StageDisplayState; import flash.events.Event; import flash.events.MouseEvent; import flash.external.ExternalInterface; import flash.media.Video...
package { import flash.display.Sprite; import flash.display.Stage; import flash.display.StageAlign; import flash.display.StageScaleMode; import flash.display.StageDisplayState; import flash.events.Event; import flash.events.MouseEvent; import flash.external.ExternalInterface; import flash.media.Video...
Stop and clear video properly.
Player: Stop and clear video properly.
ActionScript
bsd-3-clause
AxisCommunications/locomote-video-player,gaetancollaud/locomote-video-player
c75baab819be53aaa82a864b3f1eceb1ad1d652f
frameworks/projects/HTML/asjs/src/org/apache/flex/html/beads/layouts/VerticalColumnLayout.as
frameworks/projects/HTML/asjs/src/org/apache/flex/html/beads/layouts/VerticalColumnLayout.as
//////////////////////////////////////////////////////////////////////////////// // // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. // The ASF license...
//////////////////////////////////////////////////////////////////////////////// // // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. // The ASF license...
fix bugs in this layout
fix bugs in this layout
ActionScript
apache-2.0
greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs
59b53203f2d5531d220c3263851c36204095222b
src/com/axis/rtspclient/SDP.as
src/com/axis/rtspclient/SDP.as
package com.axis.rtspclient { import com.axis.ErrorManager; import com.axis.Logger; import flash.utils.ByteArray; import mx.utils.StringUtil; public class SDP { private var version:int = -1; private var origin:Object; private var sessionName:String; private var timing:Object; private va...
package com.axis.rtspclient { import com.axis.ErrorManager; import com.axis.Logger; import flash.utils.ByteArray; import mx.utils.StringUtil; public class SDP { private var version:int = -1; private var origin:Object; private var sessionName:String; private var timing:Object; private va...
Debug log the SDP file
SDP: Debug log the SDP file
ActionScript
bsd-3-clause
gaetancollaud/locomote-video-player,AxisCommunications/locomote-video-player
f3c816c625f8d95a739bf625d9f3e092407b17e6
src/org/jivesoftware/xiff/core/XMPPBOSHConnection.as
src/org/jivesoftware/xiff/core/XMPPBOSHConnection.as
package org.jivesoftware.xiff.core { import flash.events.ErrorEvent; import flash.events.TimerEvent; import flash.utils.Timer; import flash.xml.XMLDocument; import flash.xml.XMLNode; import mx.rpc.events.FaultEvent; import mx.rpc.events.ResultEvent; import mx.rpc.http.HTTPService; import org.jivesoftware.x...
package org.jivesoftware.xiff.core { import flash.events.ErrorEvent; import flash.events.TimerEvent; import flash.utils.Timer; import flash.xml.XMLDocument; import flash.xml.XMLNode; import mx.rpc.events.FaultEvent; import mx.rpc.events.ResultEvent; import mx.rpc.http.HTTPService; import org.jivesoftware.x...
Make use of Plain conditional on no other mechanisms being found... really I think this should be deleted, but I need to investigate that
Make use of Plain conditional on no other mechanisms being found... really I think this should be deleted, but I need to investigate that git-svn-id: c197267f952b24206666de142881703007ca05d5@9930 b35dd754-fafc-0310-a699-88a17e54d16e
ActionScript
apache-2.0
nazoking/xiff
daa793ed7896b136ed0cb8c85ec02689cafd293a
src/swf2png.as
src/swf2png.as
package { import com.adobe.images.PNGEncoder; import flash.desktop.NativeApplication; import flash.display.BitmapData; import flash.display.Loader; import flash.display.MovieClip; import flash.display.Sprite; import flash.events.Event; import flash.events.InvokeEvent; import flash.events.TimerEvent; import ...
package { import com.adobe.images.PNGEncoder; import flash.desktop.NativeApplication; import flash.display.BitmapData; import flash.display.Loader; import flash.display.MovieClip; import flash.display.Sprite; import flash.events.Event; import flash.events.InvokeEvent; import flash.events.TimerEvent; import ...
Align interface.
Align interface.
ActionScript
mit
mdahlstrand/swf2png
a75c4e05fdad7bb534a996b5f197fcfcd713472b
src/com/google/analytics/GATracker.as
src/com/google/analytics/GATracker.as
/* * Copyright 2008 Adobe Systems Inc., 2008 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
/* * Copyright 2008 Adobe Systems Inc., 2008 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
replace class Version by core.version
replace class Version by core.version
ActionScript
apache-2.0
jeremy-wischusen/gaforflash,soumavachakraborty/gaforflash,dli-iclinic/gaforflash,Miyaru/gaforflash,soumavachakraborty/gaforflash,Vigmar/gaforflash,DimaBaliakin/gaforflash,drflash/gaforflash,jisobkim/gaforflash,Miyaru/gaforflash,Vigmar/gaforflash,mrthuanvn/gaforflash,jeremy-wischusen/gaforflash,mrthuanvn/gaforflash,Dima...
822816d2a60243d5afa426e42e691a9fa39ce91f
runtime/src/main/as/flump/xfl/XflKeyframe.as
runtime/src/main/as/flump/xfl/XflKeyframe.as
// // Flump - Copyright 2012 Three Rings Design package flump.xfl { import flash.geom.Matrix; import flump.MatrixUtil; public class XflKeyframe extends XflComponent { use namespace xflns; public var index :int; /** The length of this keyframe in frames. */ public var duration :Number; /** The...
// // Flump - Copyright 2012 Three Rings Design package flump.xfl { import flash.geom.Matrix; import flump.MatrixUtil; public class XflKeyframe extends XflComponent { use namespace xflns; public var index :int; /** The length of this keyframe in frames. */ public var duration :Number; /** The...
Include the pivot point in the JSON export.
Include the pivot point in the JSON export.
ActionScript
mit
mathieuanthoine/flump,funkypandagame/flump,tconkling/flump,mathieuanthoine/flump,mathieuanthoine/flump,tconkling/flump,funkypandagame/flump
981bc9370a1dd0c7c8065883e5184269b54ea9f6
snowplow-as3-tracker/src/com/snowplowanalytics/snowplow/tracker/emitter/Emitter.as
snowplow-as3-tracker/src/com/snowplowanalytics/snowplow/tracker/emitter/Emitter.as
/* * Copyright (c) 2015 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. * You may obtain a copy of the Apache License Version 2.0 at http://www.apache.org/lice...
/* * Copyright (c) 2015 Snowplow Analytics Ltd. All rights reserved. * * This program is licensed to you under the Apache License Version 2.0, * and you may not use this file except in compliance with the Apache License Version 2.0. * You may obtain a copy of the Apache License Version 2.0 at http://www.apache.org/lice...
change Emitter default protocol back to HTTP
change Emitter default protocol back to HTTP
ActionScript
apache-2.0
snowplow/snowplow-actionscript3-tracker,snowplow/snowplow-actionscript3-tracker,snowplow/snowplow-actionscript3-tracker
06ccaabe86edbc093479b6a481f1985a7a775b70
src/com/mangui/HLS/muxing/TS.as
src/com/mangui/HLS/muxing/TS.as
package com.mangui.HLS.muxing { import com.mangui.HLS.muxing.*; import com.mangui.HLS.utils.Log; import flash.events.Event; import flash.events.EventDispatcher; import flash.events.TimerEvent; import flash.utils.ByteArray; import flash.utils.Timer; /** Representation of an MPEG transport stream. **/ ...
package com.mangui.HLS.muxing { import com.mangui.HLS.muxing.*; import com.mangui.HLS.utils.Log; import flash.events.Event; import flash.events.EventDispatcher; import flash.events.TimerEvent; import flash.utils.ByteArray; import flash.utils.Timer; /** Representation of an MPEG transport stream. **/ ...
fix initial pid value, should be undefined (-1)
fix initial pid value, should be undefined (-1)
ActionScript
mpl-2.0
desaintmartin/hlsprovider,desaintmartin/hlsprovider,desaintmartin/hlsprovider
ec79768cc82658b8cf7586c3c61f92ebca313ae3
src/aerys/minko/type/enum/Blending.as
src/aerys/minko/type/enum/Blending.as
package aerys.minko.type.enum { import aerys.minko.ns.minko_render; import flash.display3D.Context3DBlendFactor; /** * The Blending class is an enumeration of the most common values possible * for the Shader.blending property and the BlendingShaderPart.blend() method. * * @author Jean-Marc Le Roux * ...
package aerys.minko.type.enum { import aerys.minko.ns.minko_render; import flash.display3D.Context3DBlendFactor; /** * The Blending class is an enumeration of the most common values possible * for the Shader.blending property and the BlendingShaderPart.blend() method. * * @author Jean-Marc Le Roux * ...
rename Blending.NORMAL to Blending.OPAQUE
rename Blending.NORMAL to Blending.OPAQUE
ActionScript
mit
aerys/minko-as3
3f1092377c3eb6c88da66b0fb8ccfa8a38700544
src/org/hola/JSURLStream.as
src/org/hola/JSURLStream.as
/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ package org.hola { import flash.events.Event; import flash.events.IOErrorEvent; import flash.events.Pro...
/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ package org.hola { import flash.events.Event; import flash.events.IOErrorEvent; import flash.events.Pro...
support base64 decoding in a worker
support base64 decoding in a worker
ActionScript
mpl-2.0
hola/flashls,hola/flashls
b185c1b800213dfccd253279aae99dae3555f840
frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/beads/layouts/LayoutChangeNotifier.as
frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/beads/layouts/LayoutChangeNotifier.as
//////////////////////////////////////////////////////////////////////////////// // // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. // The ASF license...
//////////////////////////////////////////////////////////////////////////////// // // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. // The ASF license...
add initial value to prevent a few unnecessary layout passes
add initial value to prevent a few unnecessary layout passes
ActionScript
apache-2.0
greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs
f61062e7023a8f6040e4414cd1d329d8c8792712
src/aerys/minko/type/math/Vector4.as
src/aerys/minko/type/math/Vector4.as
package aerys.minko.type.math { import aerys.minko.ns.minko_math; import aerys.minko.type.Factory; import aerys.minko.type.Signal; import aerys.minko.type.binding.IWatchable; import flash.geom.Vector3D; public class Vector4 implements IWatchable { use namespace minko_math; public static const X_AXIS ...
package aerys.minko.type.math { import aerys.minko.ns.minko_math; import aerys.minko.type.Factory; import aerys.minko.type.Signal; import aerys.minko.type.binding.IWatchable; import flash.geom.Vector3D; public class Vector4 implements IWatchable { use namespace minko_math; public static const X_AXIS ...
add Vector4.lerp() and remove Vector4::copy(), use new Vector4().copyFrom() instead
add Vector4.lerp() and remove Vector4::copy(), use new Vector4().copyFrom() instead
ActionScript
mit
aerys/minko-as3
113d1ca27cfabb7aa6ef5e46019d17c05b1388a9
src/aerys/minko/type/math/Vector4.as
src/aerys/minko/type/math/Vector4.as
package aerys.minko.type.math { import aerys.minko.ns.minko_math; import aerys.minko.type.Factory; import aerys.minko.type.Signal; import aerys.minko.type.binding.IWatchable; import flash.geom.Vector3D; final public class Vector4 implements IWatchable { use namespace minko_math; public static const X_A...
package aerys.minko.type.math { import aerys.minko.ns.minko_math; import aerys.minko.type.Factory; import aerys.minko.type.Signal; import aerys.minko.type.binding.IWatchable; import flash.geom.Vector3D; final public class Vector4 implements IWatchable { use namespace minko_math; public static const X_A...
Add Vector4.fromVector3D().
Add Vector4.fromVector3D().
ActionScript
mit
aerys/minko-as3
99144865d9ad60c055960f32098bb9da4909524f
src/aerys/minko/scene/SceneIterator.as
src/aerys/minko/scene/SceneIterator.as
package aerys.minko.scene { import aerys.minko.scene.node.Group; import aerys.minko.scene.node.ISceneNode; import aerys.minko.type.binding.DataBindings; import flash.utils.Dictionary; import flash.utils.Proxy; import flash.utils.describeType; import flash.utils.flash_proxy; import flash.utils.getQualifiedClas...
package aerys.minko.scene { import aerys.minko.scene.node.Group; import aerys.minko.scene.node.ISceneNode; import aerys.minko.type.binding.DataBindings; import flash.utils.Dictionary; import flash.utils.Proxy; import flash.utils.describeType; import flash.utils.flash_proxy; import flash.utils.getQualifiedClas...
fix ambigous = operator in if boolean expression to comply with ASC 2.0 compiler
fix ambigous = operator in if boolean expression to comply with ASC 2.0 compiler
ActionScript
mit
aerys/minko-as3
ff274735a9cefd48eef08ab2ea8d125cda7b68bf
src/as/com/threerings/io/TypedArray.as
src/as/com/threerings/io/TypedArray.as
package com.threerings.io { import com.threerings.util.ClassUtil; import com.threerings.util.Cloneable; public dynamic class TypedArray extends Array implements Cloneable { /** * Create a TypedArray * * @param jtype The java classname of this array, for example "[I" to * represent an int[]...
package com.threerings.io { import flash.utils.ByteArray; import com.threerings.util.ClassUtil; import com.threerings.util.Cloneable; public dynamic class TypedArray extends Array implements Cloneable { /** * Create a TypedArray * * @param jtype The java classname of this array, for example "[...
Allow creation of an array of arrays of bytes...
Allow creation of an array of arrays of bytes... git-svn-id: a1a4b28b82a3276cc491891159dd9963a0a72fae@4332 542714f4-19e9-0310-aa3c-eee0fc999fb1
ActionScript
lgpl-2.1
threerings/narya,threerings/narya,threerings/narya,threerings/narya,threerings/narya
dbdedf7359708f79d0a5dbdad1af6ad4842e9bd2
src/fm/wavesurfer/audio/AudioLoader.as
src/fm/wavesurfer/audio/AudioLoader.as
package fm.wavesurfer.audio { import fm.wavesurfer.audio.events.LoadProgressEvent; import flash.events.ProgressEvent; import fm.wavesurfer.audio.events.LoadErrorEvent; import flash.events.IOErrorEvent; import fm.wavesurfer.audio.events.LoadedEvent; import flash.events.Event; import flash.events.EventDispatcher;...
package fm.wavesurfer.audio { import fm.wavesurfer.audio.events.LoadProgressEvent; import flash.events.ProgressEvent; import fm.wavesurfer.audio.events.LoadErrorEvent; import flash.events.IOErrorEvent; import fm.wavesurfer.audio.events.LoadedEvent; import flash.events.Event; import flash.events.EventDispatcher;...
Load crossdomain by default
Load crossdomain by default
ActionScript
mit
laurentvd/wavesurfer.swf,laurentvd/wavesurfer.swf
70c8b3cae14fe3fdf7c0ed31393fb54b44d2a4e9
src/flash/utils/FlashUtilScript.as
src/flash/utils/FlashUtilScript.as
package flash.utils { import avmplus.FLASH10_FLAGS; public function describeType(value):XML { return avmplus.describeType(value, FLASH10_FLAGS); } [native("FlashUtilScript::getAliasName")] public native function getAliasName(value):String; public function getQualifiedClassName(value):String { return avmplus.getQ...
/* * Copyright 2014 Mozilla Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
Add license header to flash/utils/FlashUtilScript.as
Add license header to flash/utils/FlashUtilScript.as
ActionScript
apache-2.0
mbebenita/shumway,mozilla/shumway,tschneidereit/shumway,mozilla/shumway,tschneidereit/shumway,yurydelendik/shumway,yurydelendik/shumway,yurydelendik/shumway,mbebenita/shumway,mozilla/shumway,tschneidereit/shumway,mbebenita/shumway,tschneidereit/shumway,mozilla/shumway,mbebenita/shumway,tschneidereit/shumway,yurydelendi...
260494accc36d64989625301b05d14b6abbc4594
WeaveUI/src/weave/ui/JavaScriptCanvas.as
WeaveUI/src/weave/ui/JavaScriptCanvas.as
package weave.ui { import weave.compiler.StandardLib; import weave.api.core.ILinkableObject; import mx.containers.Canvas; import mx.controls.Image; import flash.events.Event; import flash.utils.Timer; import flash.utils.getTimer; import flash.events.TimerEvent; public class JavaScriptCanvas extends Canvas i...
package weave.ui { import weave.compiler.StandardLib; import weave.api.core.ILinkableObject; import weave.core.LinkableString; import weave.api.newLinkableChild; import mx.containers.Canvas; import mx.controls.Image; import flash.events.Event; import flash.utils.Timer; import flash.utils.getTimer; import fl...
Make JavaScriptCanvas linkable
Make JavaScriptCanvas linkable
ActionScript
mpl-2.0
WeaveTeam/WeaveJS,WeaveTeam/WeaveJS,WeaveTeam/WeaveJS,WeaveTeam/WeaveJS
f8cfdc7dfe7d887e7751f42791a1cac1252f1a58
dolly-framework/src/main/actionscript/dolly/Cloner.as
dolly-framework/src/main/actionscript/dolly/Cloner.as
package dolly { import dolly.core.dolly_internal; import dolly.core.errors.CloningError; import dolly.core.metadata.MetadataName; import org.as3commons.reflect.Accessor; import org.as3commons.reflect.Field; import org.as3commons.reflect.IMetadataContainer; import org.as3commons.reflect.Type; import org.as3commons.ref...
package dolly { import dolly.core.dolly_internal; import dolly.core.errors.CloningError; import dolly.core.metadata.MetadataName; import org.as3commons.reflect.Accessor; import org.as3commons.reflect.Field; import org.as3commons.reflect.Type; import org.as3commons.reflect.Variable; use namespace dolly_internal; pub...
Remove checking for marking source as cloneable.
Remove checking for marking source as cloneable.
ActionScript
mit
Yarovoy/dolly
cb9663d1734b0fb943752b8eeb24418aa9049639
src/widgets/Geoprocessing/parameters/FeatureLayerParameter.as
src/widgets/Geoprocessing/parameters/FeatureLayerParameter.as
/////////////////////////////////////////////////////////////////////////// // Copyright (c) 2011 Esri. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http:...
/////////////////////////////////////////////////////////////////////////// // Copyright (c) 2011 Esri. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http:...
Configure FeatureLayerParam out fields & layer definition fields.
Configure FeatureLayerParam out fields & layer definition fields.
ActionScript
apache-2.0
CanterburyRegionalCouncil/arcgis-viewer-flex,CanterburyRegionalCouncil/arcgis-viewer-flex,Esri/arcgis-viewer-flex,Esri/arcgis-viewer-flex,CanterburyRegionalCouncil/arcgis-viewer-flex
17d64726a42bd82e24ffd3c43e62076f3f59dacd
src/as/com/threerings/flash/Animation.as
src/as/com/threerings/flash/Animation.as
// // $Id$ // // Nenya library - tools for developing networked games // Copyright (C) 2002-2007 Three Rings Design, Inc., All Rights Reserved // http://www.threerings.net/code/nenya/ // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public Licens...
// // $Id$ // // Nenya library - tools for developing networked games // Copyright (C) 2002-2007 Three Rings Design, Inc., All Rights Reserved // http://www.threerings.net/code/nenya/ // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public Licens...
Clarify nature of argument.
Clarify nature of argument. git-svn-id: b675b909355d5cf946977f44a8ec5a6ceb3782e4@315 ed5b42cb-e716-0410-a449-f6a68f950b19
ActionScript
lgpl-2.1
threerings/nenya,threerings/nenya
1af3cf8bb71e9bf7bccacdf4d144680e87170cbb
src/aerys/minko/render/shader/Shader.as
src/aerys/minko/render/shader/Shader.as
package aerys.minko.render.shader { import aerys.minko.Minko; import aerys.minko.ns.minko; import aerys.minko.render.renderer.state.RendererState; import aerys.minko.render.ressource.TextureRessource; import aerys.minko.render.shader.compiler.Compiler; import aerys.minko.render.shader.compiler.allocator.Parameter...
package aerys.minko.render.shader { import aerys.minko.Minko; import aerys.minko.ns.minko; import aerys.minko.render.renderer.state.RendererState; import aerys.minko.render.ressource.TextureRessource; import aerys.minko.render.shader.compiler.Compiler; import aerys.minko.render.shader.compiler.allocator.Parameter...
Fix bug on uploading vector4 arrays shader parameters to renderStates
Fix bug on uploading vector4 arrays shader parameters to renderStates
ActionScript
mit
aerys/minko-as3
d91948e962c34375824688f28fb9aa4df6cf87b2
frameworks/projects/framework/src/mx/core/RuntimeDPIProvider.as
frameworks/projects/framework/src/mx/core/RuntimeDPIProvider.as
//////////////////////////////////////////////////////////////////////////////// // // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. // The ASF license...
//////////////////////////////////////////////////////////////////////////////// // // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. // The ASF license...
UPDATE FIX FLEX-33861 Flex Incorrectly Scaling Down Application set 1024 and 2048 as static vars so that they can be changed if needed
UPDATE FIX FLEX-33861 Flex Incorrectly Scaling Down Application set 1024 and 2048 as static vars so that they can be changed if needed
ActionScript
apache-2.0
shyamalschandra/flex-sdk,SlavaRa/flex-sdk,danteinforno/flex-sdk,SlavaRa/flex-sdk,apache/flex-sdk,apache/flex-sdk,shyamalschandra/flex-sdk,SlavaRa/flex-sdk,apache/flex-sdk,danteinforno/flex-sdk,apache/flex-sdk,shyamalschandra/flex-sdk,SlavaRa/flex-sdk,SlavaRa/flex-sdk,adufilie/flex-sdk,SlavaRa/flex-sdk,adufilie/flex-sdk...
0cd4a12c8ce23d4ab9dc5a8952fcc093536d7823
frameworks/projects/framework/src/mx/core/FlexVersion.as
frameworks/projects/framework/src/mx/core/FlexVersion.as
//////////////////////////////////////////////////////////////////////////////// // // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. // The ASF license...
//////////////////////////////////////////////////////////////////////////////// // // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. // The ASF license...
Make 4.12 the new version
Make 4.12 the new version
ActionScript
apache-2.0
danteinforno/flex-sdk,danteinforno/flex-sdk,shyamalschandra/flex-sdk,SlavaRa/flex-sdk,adufilie/flex-sdk,danteinforno/flex-sdk,adufilie/flex-sdk,apache/flex-sdk,danteinforno/flex-sdk,SlavaRa/flex-sdk,shyamalschandra/flex-sdk,SlavaRa/flex-sdk,shyamalschandra/flex-sdk,apache/flex-sdk,shyamalschandra/flex-sdk,danteinforno/...
88dbd76509787f0f8e9298cb5485c95575d412bb
src/org/mangui/hls/loader/LevelLoader.as
src/org/mangui/hls/loader/LevelLoader.as
/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ package org.mangui.hls.loader { import flash.events.ErrorEvent; import flash.events.Event; import flash...
/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ package org.mangui.hls.loader { import flash.events.ErrorEvent; import flash.events.Event; import flash...
fix manifest load retry counter not being reset properly after successfull loading related to #308
fix manifest load retry counter not being reset properly after successfull loading related to #308
ActionScript
mpl-2.0
loungelogic/flashls,tedconf/flashls,neilrackett/flashls,jlacivita/flashls,fixedmachine/flashls,dighan/flashls,vidible/vdb-flashls,codex-corp/flashls,NicolasSiver/flashls,fixedmachine/flashls,hola/flashls,tedconf/flashls,JulianPena/flashls,Boxie5/flashls,aevange/flashls,dighan/flashls,vidible/vdb-flashls,Corey600/flashl...
cc034862ab8ee7b20c766773eb280d8dee49fde4
HLSPlugin/src/com/kaltura/hls/manifest/HLSManifestEncryptionKey.as
HLSPlugin/src/com/kaltura/hls/manifest/HLSManifestEncryptionKey.as
package com.kaltura.hls.manifest { import com.hurlant.util.Hex; import com.kaltura.hls.crypto.FastAESKey; import flash.events.Event; import flash.events.EventDispatcher; import flash.net.URLLoader; import flash.net.URLLoaderDataFormat; import flash.net.URLRequest; import flash.utils.ByteArray; import flash.u...
package com.kaltura.hls.manifest { import com.hurlant.util.Hex; import com.kaltura.hls.crypto.FastAESKey; import flash.events.Event; import flash.events.EventDispatcher; import flash.net.URLLoader; import flash.net.URLLoaderDataFormat; import flash.net.URLRequest; import flash.utils.ByteArray; import flash.u...
Update HLSManifestEncryptionKey.as
Update HLSManifestEncryptionKey.as
ActionScript
agpl-3.0
kaltura/HLS-OSMF,kaltura/HLS-OSMF,kaltura/HLS-OSMF,kaltura/HLS-OSMF
4c695564b07afdd8b5779e349c1ead9d64f8dff7
src/org/jivesoftware/xiff/data/Message.as
src/org/jivesoftware/xiff/data/Message.as
/* * Copyright (C) 2003-2007 * Nick Velloff <nick.velloff@gmail.com> * Derrick Grigg <dgrigg@rogers.com> * Sean Voisen <sean@voisen.org> * Sean Treadway <seant@oncotype.dk> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public ...
/* * Copyright (C) 2003-2007 * Nick Velloff <nick.velloff@gmail.com> * Derrick Grigg <dgrigg@rogers.com> * Sean Voisen <sean@voisen.org> * Sean Treadway <seant@oncotype.dk> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public ...
Fix an off-by-one error due to the way flex deals with dates. Thanks to Bill Bailey for pointing this out :)
Fix an off-by-one error due to the way flex deals with dates. Thanks to Bill Bailey for pointing this out :) git-svn-id: c197267f952b24206666de142881703007ca05d5@8984 b35dd754-fafc-0310-a699-88a17e54d16e
ActionScript
apache-2.0
nazoking/xiff
5f399ec1005c764c6d95daaa76484f67a906ccf6
src/flash/htmlelements/AudioElement.as
src/flash/htmlelements/AudioElement.as
 package htmlelements { import flash.events.Event; import flash.events.IOErrorEvent; import flash.events.ProgressEvent; import flash.events.TimerEvent; import flash.media.ID3Info; import flash.media.Sound; import flash.media.SoundChannel; import flash.media.SoundLoaderContext; import flash.media.SoundTransfo...
 package htmlelements { import flash.events.Event; import flash.events.IOErrorEvent; import flash.events.ProgressEvent; import flash.events.TimerEvent; import flash.media.ID3Info; import flash.media.Sound; import flash.media.SoundChannel; import flash.media.SoundLoaderContext; import flash.media.SoundTransfo...
fix for too many buffering events by tying it to the timer event
fix for too many buffering events by tying it to the timer event
ActionScript
agpl-3.0
libeo/Vibeo,libeo/Vibeo,libeo/Vibeo,libeo/Vibeo
573f4f475930dcc1f464b349e6be6ac17282d1f8
src/aerys/minko/scene/node/Mesh.as
src/aerys/minko/scene/node/Mesh.as
package aerys.minko.scene.node { import aerys.minko.render.Effect; import aerys.minko.render.geometry.Geometry; import aerys.minko.render.material.Material; import aerys.minko.render.material.basic.BasicMaterial; import aerys.minko.render.material.basic.BasicShader; import aerys.minko.scene.controller.AbstractCon...
package aerys.minko.scene.node { import aerys.minko.render.Effect; import aerys.minko.render.geometry.Geometry; import aerys.minko.render.material.Material; import aerys.minko.render.material.basic.BasicMaterial; import aerys.minko.render.material.basic.BasicShader; import aerys.minko.scene.controller.AbstractCon...
Switch arguments in callbacks of the cloned signal
Switch arguments in callbacks of the cloned signal
ActionScript
mit
aerys/minko-as3
47b6fb1cf01fa23f06132ae01dc8cff04d33b6e1
src/ageofai/home/view/HomeView.as
src/ageofai/home/view/HomeView.as
/** * Created by newkrok on 08/04/16. */ package ageofai.home.view { import ageofai.building.base.BaseBuildingView; <<<<<<< Updated upstream import ageofai.home.view.event.HomeViewEvent; import ageofai.villager.event.VillagerEvent; import ageofai.villager.view.VillagerView; ======= import ageofai.map.constant.CM...
/** * Created by newkrok on 08/04/16. */ package ageofai.home.view { import ageofai.building.base.BaseBuildingView; import ageofai.home.view.event.HomeViewEvent; import ageofai.villager.view.VillagerView; import ageofai.map.constant.CMap; public class HomeView extends BaseBuildingView { public function Home...
Fix merge problem
Fix merge problem Fix merge problem
ActionScript
apache-2.0
goc-flashplusplus/ageofai
06530fa3290e88cf6b48e030181686d9eee79d43
WEB-INF/lps/lfc/kernel/swf9/LzTimeKernel.as
WEB-INF/lps/lfc/kernel/swf9/LzTimeKernel.as
/** * LzTimeKernel.as * * @copyright Copyright 2001-2009 Laszlo Systems, Inc. All Rights Reserved. * Use is subject to license terms. * * @topic Kernel * @subtopic swf9 */ // Receives and sends timing events final class LzTimeKernelClass { #passthrough (toplevel:true) { import flash...
/** * LzTimeKernel.as * * @copyright Copyright 2001-2009 Laszlo Systems, Inc. All Rights Reserved. * Use is subject to license terms. * * @topic Kernel * @subtopic swf9 */ // Receives and sends timing events final class LzTimeKernelClass { #passthrough (toplevel:true) { import flash...
Change 20091010-bargull-uVg by bargull@dell--p4--2-53 on 2009-10-10 17:05:16 in /home/Admin/src/svn/openlaszlo/trunk for http://svn.openlaszlo.org/openlaszlo/trunk
Change 20091010-bargull-uVg by bargull@dell--p4--2-53 on 2009-10-10 17:05:16 in /home/Admin/src/svn/openlaszlo/trunk for http://svn.openlaszlo.org/openlaszlo/trunk Summary: ensure pooled timers don't reuse UID New Features: Bugs Fixed: LPP-8545 (SWF9: Pooled Timer must not reuse UID) Technical Reviewer: ptw...
ActionScript
epl-1.0
mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo
130b4d59d7e0d4d4cad416e2eba51ebe7264cda2
src/goplayer/ConfigurationParser.as
src/goplayer/ConfigurationParser.as
package goplayer { public class ConfigurationParser { public static const DEFAULT_SKIN_URL : String = "goplayer-skin.swf" public static const DEFAULT_STREAMIO_API_URL : String = "http://staging.streamio.com/api" public static const DEFAULT_STREAMIO_TRACKER_ID : String = "global" public static...
package goplayer { public class ConfigurationParser { public static const DEFAULT_SKIN_URL : String = "goplayer-skin.swf" public static const DEFAULT_STREAMIO_API_URL : String = "http://streamio.com/api" public static const DEFAULT_STREAMIO_TRACKER_ID : String = "global" public static const V...
Change default API URL to <http://streamio.com/api>.
Change default API URL to <http://streamio.com/api>.
ActionScript
mit
dbrock/goplayer,dbrock/goplayer
49b9968026233bdc5a056fc36b0a0e6cff4126f1
src/aerys/minko/scene/controller/light/SpotLightController.as
src/aerys/minko/scene/controller/light/SpotLightController.as
package aerys.minko.scene.controller.light { import aerys.minko.scene.data.LightDataProvider; import aerys.minko.scene.node.Scene; import aerys.minko.scene.node.light.AbstractLight; import aerys.minko.scene.node.light.SpotLight; import aerys.minko.type.math.Matrix4x4; import aerys.minko.type.math.Vector4; /** ...
package aerys.minko.scene.controller.light { import aerys.minko.scene.data.LightDataProvider; import aerys.minko.scene.node.Scene; import aerys.minko.scene.node.light.AbstractLight; import aerys.minko.scene.node.light.SpotLight; import aerys.minko.type.math.Matrix4x4; import aerys.minko.type.math.Vector4; /** ...
fix coding style
fix coding style
ActionScript
mit
aerys/minko-as3
88007477c20c8e2b6d5cf391481d836dee30b6fb
as3/xobjas3/src/com/rpath/xobj/XObjUtils.as
as3/xobjas3/src/com/rpath/xobj/XObjUtils.as
/* # # Copyright (c) 2008 rPath, Inc. # # This program is distributed under the terms of the MIT License as found # in a file called LICENSE. If it is not present, the license # is always available at http://www.opensource.org/licenses/mit-license.php. # # This program is distributed in the hope that it will be useful...
/* # # Copyright (c) 2008 rPath, Inc. # # This program is distributed under the terms of the MIT License as found # in a file called LICENSE. If it is not present, the license # is always available at http://www.opensource.org/licenses/mit-license.php. # # This program is distributed in the hope that it will be useful...
Remove debug trace
Remove debug trace
ActionScript
apache-2.0
sassoftware/xobj,sassoftware/xobj,sassoftware/xobj,sassoftware/xobj
e6b11b136abbf18358d112bb6cf7d100b0a6386b
src/aerys/minko/type/loader/AssetsLibrary.as
src/aerys/minko/type/loader/AssetsLibrary.as
package aerys.minko.type.loader { import aerys.minko.render.geometry.Geometry; import aerys.minko.render.material.Material; import aerys.minko.render.material.basic.BasicMaterial; import aerys.minko.render.resource.texture.TextureResource; import aerys.minko.scene.node.ISceneNode; import aerys.minko.type.Signal; ...
package aerys.minko.type.loader { import aerys.minko.render.geometry.Geometry; import aerys.minko.render.material.Material; import aerys.minko.render.material.basic.BasicMaterial; import aerys.minko.render.resource.texture.TextureResource; import aerys.minko.scene.node.ISceneNode; import aerys.minko.type.Signal; ...
Add datastructure to store layers
Add datastructure to store layers
ActionScript
mit
aerys/minko-as3
5652ba775256800c4e0babb4e24d51b0eb8ff09f
fp9/src/as3isolib/display/scene/IsoScene.as
fp9/src/as3isolib/display/scene/IsoScene.as
/* as3isolib - An open-source ActionScript 3.0 Isometric Library developed to assist in creating isometrically projected content (such as games and graphics) targeted for the Flash player platform http://code.google.com/p/as3isolib/ Copyright (c) 2006 - 2008 J.W.Opitz, All Rights Reserved. Permission is hereby gr...
/* as3isolib - An open-source ActionScript 3.0 Isometric Library developed to assist in creating isometrically projected content (such as games and graphics) targeted for the Flash player platform http://code.google.com/p/as3isolib/ Copyright (c) 2006 - 2008 J.W.Opitz, All Rights Reserved. Permission is hereby gr...
fix for bug #20 - http://code.google.com/p/as3isolib/issues/detail?id=20
fix for bug #20 - http://code.google.com/p/as3isolib/issues/detail?id=20
ActionScript
mit
as3isolib/as3isolib.v1,liuju/as3isolib.v1,dreamsxin/as3isolib.v1,as3isolib/as3isolib.v1,liuju/as3isolib.v1,dreamsxin/as3isolib.v1
79761189cc01d3d37f4ec770636ccd9be5724ced
src/aerys/minko/render/Viewport.as
src/aerys/minko/render/Viewport.as
package aerys.minko.render { import aerys.minko.Minko; import aerys.minko.ns.minko; import aerys.minko.render.effect.IEffect; import aerys.minko.render.effect.basic.BasicEffect; import aerys.minko.render.renderer.DefaultRenderer; import aerys.minko.render.renderer.IRenderer; import aerys.minko.scene.data.LocalDa...
package aerys.minko.render { import aerys.minko.Minko; import aerys.minko.ns.minko; import aerys.minko.render.effect.IEffect; import aerys.minko.render.effect.basic.BasicEffect; import aerys.minko.render.renderer.DefaultRenderer; import aerys.minko.render.renderer.IRenderer; import aerys.minko.scene.data.LocalDa...
Add a getter to get the frameId from the viewport
Add a getter to get the frameId from the viewport
ActionScript
mit
aerys/minko-as3
eaf875209dd9ecde954095ad63b559583062e154
exporter/src/test/as/flump/test/TestRunner.as
exporter/src/test/as/flump/test/TestRunner.as
// // Flump - Copyright 2012 Three Rings Design package flump.test { import flash.desktop.NativeApplication; import flash.filesystem.File; import flump.executor.Executor; import flump.executor.Finisher; import flump.executor.Future; import starling.display.Sprite; import com.threerings.util.Log; import com.threeri...
// // Flump - Copyright 2012 Three Rings Design package flump.test { import flash.desktop.NativeApplication; import flash.filesystem.File; import flump.executor.Executor; import flump.executor.Finisher; import flump.executor.Future; import starling.display.Sprite; import com.threerings.util.Log; import com.threeri...
Halt tests after a failure
Halt tests after a failure
ActionScript
mit
funkypandagame/flump,funkypandagame/flump,tconkling/flump,mathieuanthoine/flump,tconkling/flump,mathieuanthoine/flump,mathieuanthoine/flump
562e0ca3a34148bd90569dfab0f5d7218f9a7830
runtime/src/main/as/flump/display/Movie.as
runtime/src/main/as/flump/display/Movie.as
// // Flump - Copyright 2012 Three Rings Design package flump.display { import flump.mold.MovieMold; import org.osflash.signals.Signal; import starling.core.Starling; import starling.display.DisplayObject; import starling.display.Sprite; import starling.events.Event; public class Movie extends Sprite { public ...
// // Flump - Copyright 2012 Three Rings Design package flump.display { import flump.mold.MovieMold; import org.osflash.signals.Signal; import starling.core.Starling; import starling.display.DisplayObject; import starling.display.Sprite; import starling.events.Event; public class Movie extends Sprite { public ...
Remove the juggler when removed
Remove the juggler when removed
ActionScript
mit
mathieuanthoine/flump,funkypandagame/flump,tconkling/flump,mathieuanthoine/flump,funkypandagame/flump,mathieuanthoine/flump,tconkling/flump
d58eaedee98ff229bf8f908fdc1e655379739d01
src/milkshape/media/flash/src/Main.as
src/milkshape/media/flash/src/Main.as
package { import cc.milkshape.framework.Application; import cc.milkshape.main.*; import cc.milkshape.preloader.PreloaderKb; import cc.milkshape.preloader.events.PreloaderEvent; import cc.milkshape.register.Register; import cc.milkshape.user.Login; import cc.milkshape.utils.Constance; import cc.milkshape.utils....
package { import cc.milkshape.main.*; import cc.milkshape.preloader.PreloaderKb; import cc.milkshape.preloader.events.PreloaderEvent; import cc.milkshape.register.Register; import cc.milkshape.user.Login; import cc.milkshape.utils.Constance; import cc.milkshape.utils.MilkshapeMenu; import cc.milkshape.utils.Ta...
fix Main
fix Main
ActionScript
mit
thoas/i386,thoas/i386,thoas/i386,thoas/i386
500239366c01a3158e1e36101ff6cdb9aae42e17
src/avm2/tests/regress/correctness/prot-2.as
src/avm2/tests/regress/correctness/prot-2.as
class A { static protected function get staticGetA() { return 10; } protected function get getA() { return 0; } static protected function set staticSetA(v) { trace ("staticSetA " + v); } } class B extends A { static protected function get staticGetB() { return 11; } protected function ...
class A { static protected function get staticGetA() { return 10; } protected function get getA() { return 0; } protected function set setA(v) { trace ("setA " + v); } static protected function set staticSetA(v) { trace ("staticSetA " + v); } } class B extends A { static protected func...
Update test case.
Update test case.
ActionScript
apache-2.0
mozilla/shumway,mozilla/shumway,tschneidereit/shumway,yurydelendik/shumway,tschneidereit/shumway,mbebenita/shumway,yurydelendik/shumway,mbebenita/shumway,mbebenita/shumway,mozilla/shumway,mbebenita/shumway,yurydelendik/shumway,mozilla/shumway,tschneidereit/shumway,yurydelendik/shumway,mozilla/shumway,tschneidereit/shum...
0fe8c0473ebe3e07a5dbf661e996a353fd7898e4
KalturaHLSPlugin/src/KalturaHLSPlugin.as
KalturaHLSPlugin/src/KalturaHLSPlugin.as
package { import com.kaltura.hls.HLSPluginInfo; import com.kaltura.kdpfl.model.MediaProxy; import com.kaltura.kdpfl.plugin.IPlugin; import com.kaltura.kdpfl.plugin.IPluginFactory; import flash.utils.getDefinitionByName; import org.osmf.events.MediaFactoryEvent; import org.osmf.media.MediaF...
package { import com.kaltura.hls.HLSPluginInfo; import com.kaltura.kdpfl.model.MediaProxy; import com.kaltura.kdpfl.plugin.IPlugin; import com.kaltura.kdpfl.plugin.IPluginFactory; import flash.utils.getDefinitionByName; import org.osmf.events.MediaFactoryEvent; import org.osmf.media.MediaF...
Fix plugin loaded events
Fix plugin loaded events
ActionScript
agpl-3.0
kaltura/HLS-OSMF,kaltura/HLS-OSMF,kaltura/HLS-OSMF,kaltura/HLS-OSMF
0358d0bc14c1a6318854e6003fdf81cdcb2728b7
frameworks/as/projects/FlexJSUI/src/org/apache/flex/core/SimpleCSSValuesImpl.as
frameworks/as/projects/FlexJSUI/src/org/apache/flex/core/SimpleCSSValuesImpl.as
//////////////////////////////////////////////////////////////////////////////// // // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. // The ASF license...
//////////////////////////////////////////////////////////////////////////////// // // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. // The ASF license...
support inline styles
support inline styles
ActionScript
apache-2.0
greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs
cf2fb19a5aa7663f02f1503379dfe3a73cb57c9b
src/com/mangui/HLS/streaming/Buffer.as
src/com/mangui/HLS/streaming/Buffer.as
package com.mangui.HLS.streaming { import com.mangui.HLS.*; import com.mangui.HLS.muxing.*; import com.mangui.HLS.streaming.*; import com.mangui.HLS.parsing.*; import com.mangui.HLS.utils.*; import flash.media.*; import flash.net.*; import flash.utils.*; /** Class that keeps the...
package com.mangui.HLS.streaming { import com.mangui.HLS.*; import com.mangui.HLS.muxing.*; import com.mangui.HLS.streaming.*; import com.mangui.HLS.parsing.*; import com.mangui.HLS.utils.*; import flash.media.*; import flash.net.*; import flash.utils.*; /** Class that keeps the...
put state update after stream action in resume/pause, also deal with last fragment duration that can be smaller than average duration.
put state update after stream action in resume/pause, also deal with last fragment duration that can be smaller than average duration. State update event must occur after real state update (otherwise, e.g. if I want prevent hls from pausing I can't do that: I receive event, call resume, but than _stream.pause() is exe...
ActionScript
mpl-2.0
desaintmartin/hlsprovider,desaintmartin/hlsprovider,desaintmartin/hlsprovider
57dbe161efc9dd46021ccf7bae5e8f98fe35c4d0
frameworks/projects/HTML/as/src/org/apache/flex/html/beads/DownArrowButtonView.as
frameworks/projects/HTML/as/src/org/apache/flex/html/beads/DownArrowButtonView.as
//////////////////////////////////////////////////////////////////////////////// // // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. // The ASF license...
//////////////////////////////////////////////////////////////////////////////// // // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. // The ASF license...
use black like up button
use black like up button
ActionScript
apache-2.0
greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs
f1e92f36969cb1f9c0bfff60cfcab18d30300759
src/aerys/minko/type/clone/CloneOptions.as
src/aerys/minko/type/clone/CloneOptions.as
package aerys.minko.type.clone { import aerys.minko.scene.controller.AbstractController; import aerys.minko.scene.controller.AnimationController; import aerys.minko.scene.controller.TransformController; import aerys.minko.scene.controller.camera.CameraController; import aerys.minko.scene.controller.light.Direction...
package aerys.minko.type.clone { import aerys.minko.scene.controller.AbstractController; import aerys.minko.scene.controller.AnimationController; import aerys.minko.scene.controller.TransformController; import aerys.minko.scene.controller.camera.CameraController; import aerys.minko.scene.controller.light.Direction...
fix typo
fix typo
ActionScript
mit
aerys/minko-as3
3eb7ac3d5d2bb04dfc2fdbfa5dc29b403c8413ad
src/aerys/minko/type/math/HLSAMatrix4x4.as
src/aerys/minko/type/math/HLSAMatrix4x4.as
package aerys.minko.type.math { public class HLSAMatrix4x4 extends Matrix4x4 { private static const TMP_NUMBERS : Vector.<Number> = new Vector.<Number>(16, true); private static const TMP_MATRIX : Matrix4x4 = new Matrix4x4(); private static const TMP_VECTOR4 : Vector4 = new Vector4(); private static con...
package aerys.minko.type.math { public class HLSAMatrix4x4 extends Matrix4x4 { private static const TMP_NUMBERS : Vector.<Number> = new Vector.<Number>(16, true); private static const TMP_MATRIX : Matrix4x4 = new Matrix4x4(); private static const TMP_VECTOR4 : Vector4 = new Vector4(); private static con...
fix HLSAMatrix4x4.updateDiffuseColorMatrix() to use Matrix4x4.setColumn() instead of Matrix4x4.appendTranslation() to handle alpha and override HLSAMatrix4x4.clone() to return an HLSAMatrix4x4 instance
fix HLSAMatrix4x4.updateDiffuseColorMatrix() to use Matrix4x4.setColumn() instead of Matrix4x4.appendTranslation() to handle alpha and override HLSAMatrix4x4.clone() to return an HLSAMatrix4x4 instance
ActionScript
mit
aerys/minko-as3
1ef811ce32b00e36994297c7114bef70ae46030d
src/com/esri/builder/controllers/supportClasses/StartupWidgetTypeLoader.as
src/com/esri/builder/controllers/supportClasses/StartupWidgetTypeLoader.as
//////////////////////////////////////////////////////////////////////////////// // Copyright (c) 2008-2013 Esri. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // /...
//////////////////////////////////////////////////////////////////////////////// // Copyright (c) 2008-2013 Esri. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // /...
Store pending widget type loaders separately to avoid messing load order.
Store pending widget type loaders separately to avoid messing load order.
ActionScript
apache-2.0
Esri/arcgis-viewer-builder-flex
c9519feec79d53ad3f7cc903cf47bd214cc47b88
frameworks/projects/HTML/as/src/org/apache/flex/html/beads/TextInputView.as
frameworks/projects/HTML/as/src/org/apache/flex/html/beads/TextInputView.as
// // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. // The ASF licenses this file to You under the Apache License, Version 2.0 // (the "License"); you...
// // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. // The ASF licenses this file to You under the Apache License, Version 2.0 // (the "License"); you...
adjust default TextInput width
adjust default TextInput width
ActionScript
apache-2.0
greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs
2b87aa9028c193fdf0723a13e7d0713cdbdd9ea4
src/aerys/minko/type/stream/iterator/VertexIterator.as
src/aerys/minko/type/stream/iterator/VertexIterator.as
package aerys.minko.type.stream.iterator { import aerys.minko.ns.minko_stream; import aerys.minko.type.stream.IVertexStream; import aerys.minko.type.stream.IndexStream; import aerys.minko.type.stream.format.VertexComponent; import flash.utils.Proxy; import flash.utils.flash_proxy; /** * VertexIterator allo...
package aerys.minko.type.stream.iterator { import aerys.minko.ns.minko_stream; import aerys.minko.type.stream.IVertexStream; import aerys.minko.type.stream.IndexStream; import aerys.minko.type.stream.format.VertexComponent; import flash.utils.Proxy; import flash.utils.flash_proxy; /** * VertexIterator allo...
Resolve conflict
Resolve conflict
ActionScript
mit
aerys/minko-as3
edfe538571ecf69b070a89b1696d0ded9d6b6a90
frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/accessories/CurrencyFormatter.as
frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/accessories/CurrencyFormatter.as
//////////////////////////////////////////////////////////////////////////////// // // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. // The ASF license...
//////////////////////////////////////////////////////////////////////////////// // // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. // The ASF license...
fix currencyformatter
fix currencyformatter
ActionScript
apache-2.0
greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs
1f8f164a5da1b709ed44c2247481ca969f17c8ba
software/sasFlex/src/gov/nih/nci/cbiit/casas/components/FormulaEditor.as
software/sasFlex/src/gov/nih/nci/cbiit/casas/components/FormulaEditor.as
package gov.nih.nci.cbiit.casas.components { import fl.core.UIComponent; import flash.display.MovieClip; import flash.events.KeyboardEvent; import flash.utils.Timer; import learnmath.mathml.components.MathMLEditor; import learnmath.mathml.formula.Constants; import learnmath.windows.ConfigManag...
package gov.nih.nci.cbiit.casas.components { import fl.core.UIComponent; import flash.display.MovieClip; import flash.events.KeyboardEvent; import flash.events.TimerEvent; import flash.utils.Timer; import learnmath.mathml.components.MathMLEditor; import learnmath.mathml.formula.Constants; im...
use creationCompletion event
use creationCompletion event SVN-Revision: 3128
ActionScript
bsd-3-clause
NCIP/caadapter,NCIP/caadapter,NCIP/caadapter
133d83ab5e0f012bdd44c2d772e166b29b93ee1f
src/org/mangui/hls/HLS.as
src/org/mangui/hls/HLS.as
/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ package org.mangui.hls { import flash.display.Stage; import flash.events.Event; import flash.events.Ev...
/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ package org.mangui.hls { import flash.display.Stage; import flash.events.Event; import flash.events.Ev...
fix typo
fix typo
ActionScript
mpl-2.0
hola/flashls,hola/flashls,NicolasSiver/flashls,vidible/vdb-flashls,mangui/flashls,clappr/flashls,mangui/flashls,neilrackett/flashls,tedconf/flashls,NicolasSiver/flashls,vidible/vdb-flashls,fixedmachine/flashls,fixedmachine/flashls,neilrackett/flashls,jlacivita/flashls,codex-corp/flashls,tedconf/flashls,codex-corp/flash...
7f96dcd37dc4f9c39cc515ebdcefc86b509b4665
as3/com/netease/protobuf/ReadUtils.as
as3/com/netease/protobuf/ReadUtils.as
// vim: tabstop=4 shiftwidth=4 // Copyright (c) 2010 , NetEase.com,Inc. All rights reserved. // Copyright (c) 2012 , Yang Bo. All rights reserved. // // Author: Yang Bo (pop.atry@gmail.com) // // Use, modification and distribution are subject to the "New BSD License" // as listed at <url: http://www.opensource.org/lic...
// vim: tabstop=4 shiftwidth=4 // Copyright (c) 2010 , NetEase.com,Inc. All rights reserved. // Copyright (c) 2012 , Yang Bo. All rights reserved. // // Author: Yang Bo (pop.atry@gmail.com) // // Use, modification and distribution are subject to the "New BSD License" // as listed at <url: http://www.opensource.org/lic...
Fix #35
Fix #35
ActionScript
bsd-2-clause
tconkling/protoc-gen-as3
33d86e27c5c3b8bc377f32b387eb546482d8c0bd
src/ageofai/unit/base/BaseUnitView.as
src/ageofai/unit/base/BaseUnitView.as
package ageofai.unit.base { import ageofai.map.constant.CMap; import ageofai.unit.view.LifeBarView; import ageofai.unit.vo.UnitVO; import caurina.transitions.Tweener; import common.mvc.view.base.ABaseView; import common.utils.MathUtil; import flash.display.DisplayObject; import flash....
package ageofai.unit.base { import ageofai.map.constant.CMap; import ageofai.unit.view.LifeBarView; import ageofai.unit.vo.UnitVO; import caurina.transitions.Tweener; import common.mvc.view.base.ABaseView; import common.utils.MathUtil; import flash.display.DisplayObject; import flash....
scale fix
scale fix scale fix ó
ActionScript
apache-2.0
goc-flashplusplus/ageofai
6aecd6f28adf454e2c649b773b2b30fbbd0e0af9
src/aerys/minko/scene/node/Mesh.as
src/aerys/minko/scene/node/Mesh.as
package aerys.minko.scene.node { import aerys.minko.ns.minko_scene; import aerys.minko.render.Effect; import aerys.minko.render.geometry.Geometry; import aerys.minko.render.material.Material; import aerys.minko.render.material.basic.BasicMaterial; import aerys.minko.render.material.basic.BasicShader; import aery...
package aerys.minko.scene.node { import aerys.minko.ns.minko_scene; import aerys.minko.render.geometry.Geometry; import aerys.minko.render.material.Material; import aerys.minko.render.material.basic.BasicMaterial; import aerys.minko.scene.controller.AbstractController; import aerys.minko.scene.controller.mesh.Mes...
remove controllers from Mesh variadic constructor and replace them with a name : String optional argument
remove controllers from Mesh variadic constructor and replace them with a name : String optional argument
ActionScript
mit
aerys/minko-as3
a30ece9065274bfbfe6220bae13199851a6d3f45
actionscript-cafe/src/main/flex/org/servebox/cafe/core/signal/SignalAggregator.as
actionscript-cafe/src/main/flex/org/servebox/cafe/core/signal/SignalAggregator.as
/* * actionscript-cafe SignalAggregator 18 avr. 2011 adesmarais * * Created by Servebox * Copyright 2010 Servebox (c) All rights reserved. You may not use, distribute * or modify this code under its source or binary form * without the express authorization of ServeBox. Contact : info@servebox.com */ package org.serve...
/* * actionscript-cafe SignalAggregator 18 avr. 2011 adesmarais * * Created by Servebox * Copyright 2010 Servebox (c) All rights reserved. You may not use, distribute * or modify this code under its source or binary form * without the express authorization of ServeBox. Contact : info@servebox.com */ package org.serve...
add lOgger.
add lOgger.
ActionScript
mit
servebox/as-cafe
c04048c677a1b703b3ec2d80921eeeb86561db60
krew-framework/krewfw/core_internal/KrewResourceManager.as
krew-framework/krewfw/core_internal/KrewResourceManager.as
package krewfw.core_internal { import flash.media.Sound; import starling.display.Image; import starling.textures.Texture; import starling.utils.AssetManager; import krewfw.KrewConfig; import krewfw.utils.krew; //------------------------------------------------------------ public clas...
package krewfw.core_internal { import flash.media.Sound; import starling.display.Image; import starling.textures.Texture; import starling.utils.AssetManager; import krewfw.KrewConfig; import krewfw.utils.krew; //------------------------------------------------------------ public clas...
Modify resource manager
Modify resource manager
ActionScript
mit
tatsuya-koyama/krewFramework,tatsuya-koyama/krewFramework,tatsuya-koyama/krewFramework
ff7e1131567519b6412f197d01fc74566274c70a
frameworks/projects/mobiletheme/src/spark/skins/ios7/BusyIndicatorSkin.as
frameworks/projects/mobiletheme/src/spark/skins/ios7/BusyIndicatorSkin.as
//////////////////////////////////////////////////////////////////////////////// // // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. // The ASF license...
//////////////////////////////////////////////////////////////////////////////// // // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. // The ASF license...
Use legacy BusyIndicator default sizes (new sizes were breaking Mustella tests)
Use legacy BusyIndicator default sizes (new sizes were breaking Mustella tests)
ActionScript
apache-2.0
SlavaRa/flex-sdk,SlavaRa/flex-sdk,adufilie/flex-sdk,apache/flex-sdk,shyamalschandra/flex-sdk,adufilie/flex-sdk,SlavaRa/flex-sdk,adufilie/flex-sdk,adufilie/flex-sdk,SlavaRa/flex-sdk,danteinforno/flex-sdk,apache/flex-sdk,SlavaRa/flex-sdk,apache/flex-sdk,apache/flex-sdk,danteinforno/flex-sdk,shyamalschandra/flex-sdk,Slava...
7c7b4fdd105a5ee5e18cf65dc81a4fc01bc65d27
src/as/com/threerings/flex/PlayerList.as
src/as/com/threerings/flex/PlayerList.as
// // $Id$ // // Nenya library - tools for developing networked games // Copyright (C) 2002-2007 Three Rings Design, Inc., All Rights Reserved // http://www.threerings.net/code/nenya/ // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public Licens...
// // $Id$ // // Nenya library - tools for developing networked games // Copyright (C) 2002-2007 Three Rings Design, Inc., All Rights Reserved // http://www.threerings.net/code/nenya/ // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public Licens...
Add clear() functionality
Add clear() functionality git-svn-id: b675b909355d5cf946977f44a8ec5a6ceb3782e4@482 ed5b42cb-e716-0410-a449-f6a68f950b19
ActionScript
lgpl-2.1
threerings/nenya,threerings/nenya
213ed4ac1c267f053ce209e210c693ac7e973d9f
src/org/mangui/osmf/plugins/HLSPlugin.as
src/org/mangui/osmf/plugins/HLSPlugin.as
/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ package org.mangui.osmf.plugins { import org.mangui.hls.utils.Params2Settings; import org.mangui.osmf.plug...
/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ package org.mangui.osmf.plugins { import org.mangui.hls.utils.Params2Settings; import org.mangui.osmf.plug...
Fix a couple of typos in comments.
Fix a couple of typos in comments.
ActionScript
mpl-2.0
neilrackett/flashls,neilrackett/flashls,clappr/flashls,clappr/flashls,mangui/flashls,mangui/flashls
552c5b4edf92101086d57f548e7e5a65b1a36e1a
microphone/src/test/flex/TestApp.as
microphone/src/test/flex/TestApp.as
package { import com.marstonstudio.crossusermedia.encoder.Encoder; import flash.display.DisplayObjectContainer; import flash.events.Event; import flash.utils.ByteArray; import flash.utils.getTimer; import mx.core.ByteArrayAsset; import mx.core.UIComponent; import org.flexunit.asserts.assertNotNull; import org.fle...
package { import com.marstonstudio.crossusermedia.encoder.Encoder; import flash.display.DisplayObjectContainer; import flash.events.Event; import flash.utils.ByteArray; import flash.utils.getTimer; import mx.core.ByteArrayAsset; import mx.core.UIComponent; import org.flexunit.asserts.assertNotNull; import org.fle...
add sleep to test for console output
add sleep to test for console output
ActionScript
mit
marstonstudio/crossUserMedia,marstonstudio/crossUserMedia,marstonstudio/crossUserMedia,marstonstudio/crossUserMedia,marstonstudio/crossUserMedia
6fe7c695c0e4f40202095dd4b4724fa7cebb865d
src/aerys/minko/render/geometry/primitive/QuadGeometry.as
src/aerys/minko/render/geometry/primitive/QuadGeometry.as
package aerys.minko.render.geometry.primitive { import aerys.minko.render.geometry.Geometry; import aerys.minko.render.geometry.stream.IVertexStream; import aerys.minko.render.geometry.stream.IndexStream; import aerys.minko.render.geometry.stream.VertexStream; import aerys.minko.render.geometry.stream.format.Verte...
package aerys.minko.render.geometry.primitive { import aerys.minko.render.geometry.Geometry; import aerys.minko.render.geometry.stream.IVertexStream; import aerys.minko.render.geometry.stream.IndexStream; import aerys.minko.render.geometry.stream.VertexStream; import aerys.minko.render.geometry.stream.format.Verte...
add QuadGeometry.doubleSidedQuadGeometry
add QuadGeometry.doubleSidedQuadGeometry
ActionScript
mit
aerys/minko-as3
6f358a82c44fd7f7c52f8d09f209396d682f16bd
src/com/esri/builder/views/supportClasses/TextFlowUtil.as
src/com/esri/builder/views/supportClasses/TextFlowUtil.as
//////////////////////////////////////////////////////////////////////////////// // Copyright (c) 2008-2013 Esri. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // /...
//////////////////////////////////////////////////////////////////////////////// // Copyright (c) 2008-2013 Esri. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // /...
Fix double-encoding caused by encoding URL TextFlow.
Fix double-encoding caused by encoding URL TextFlow.
ActionScript
apache-2.0
Esri/arcgis-viewer-builder-flex
a2e4a47eff38fbf70e659dc39acb94334b6bca25
HLSPlugin/src/org/denivip/osmf/elements/m3u8Classes/M3U8PlaylistParser.as
HLSPlugin/src/org/denivip/osmf/elements/m3u8Classes/M3U8PlaylistParser.as
package org.denivip.osmf.elements.m3u8Classes { import flash.events.EventDispatcher; import org.denivip.osmf.net.HLSDynamicStreamingResource; import org.osmf.events.ParseEvent; import org.osmf.logging.Log; import org.osmf.logging.Logger; import org.osmf.media.MediaResourceBase; import org.osmf.media.MediaType;...
package org.denivip.osmf.elements.m3u8Classes { import flash.events.EventDispatcher; import org.denivip.osmf.net.HLSDynamicStreamingResource; import org.osmf.events.ParseEvent; import org.osmf.logging.Log; import org.osmf.logging.Logger; import org.osmf.media.MediaResourceBase; import org.osmf.media.MediaType;...
Set initial stream to be played to first entry in M3U8 playlist
Set initial stream to be played to first entry in M3U8 playlist According to HLS especficiation we should play initially the first item in the m3u8 playlist: "The first entry in the variant playlist is played when a user joins the stream and is used as part of a test to determine which stream is most appropriate. The ...
ActionScript
isc
mruse/osmf-hls-plugin,denivip/osmf-hls-plugin,mruse/osmf-hls-plugin,denivip/osmf-hls-plugin