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
08e116ebac192c66e1b7e003f8aebdbd4dbd5437
as3/xobjas3/src/com/rpath/xobj/XObjArrayCollection.as
as3/xobjas3/src/com/rpath/xobj/XObjArrayCollection.as
/* # # Copyright (c) 2007-2011 rPath, Inc. # # All rights reserved # */ package com.rpath.xobj { import flash.utils.Dictionary; import mx.collections.ArrayCollection; public class XObjArrayCollection extends ArrayCollection implements IXObjCollection { public function XObjArrayCollection(source:Array=null, typeM...
/* # # Copyright (c) 2007-2011 rPath, Inc. # # All rights reserved # */ package com.rpath.xobj { import flash.utils.Dictionary; import mx.collections.ArrayCollection; public class XObjArrayCollection extends ArrayCollection implements IXObjCollection { public function XObjArrayCollection(source:Array=null, typeM...
Fix bug in new XObjArrayCollection class
Fix bug in new XObjArrayCollection class
ActionScript
apache-2.0
sassoftware/xobj,sassoftware/xobj,sassoftware/xobj,sassoftware/xobj
dd97cba16dbc908650eac8bab1bae7efd4092703
src/aerys/minko/type/loader/parser/ParserOptions.as
src/aerys/minko/type/loader/parser/ParserOptions.as
package aerys.minko.type.loader.parser { import aerys.minko.render.effect.Effect; import aerys.minko.type.loader.ILoader; import aerys.minko.type.loader.SceneLoader; import aerys.minko.type.loader.TextureLoader; import flash.net.URLRequest; /** * ParserOptions objects provide properties and function referen...
package aerys.minko.type.loader.parser { import aerys.minko.render.effect.Effect; import aerys.minko.scene.node.mesh.Mesh; import aerys.minko.type.loader.ILoader; import aerys.minko.type.loader.SceneLoader; import aerys.minko.type.loader.TextureLoader; import flash.net.URLRequest; /** * ParserOptions objec...
use Mesh.DEFAULT_EFFECT as the fallback value for ParserOptions.effect
use Mesh.DEFAULT_EFFECT as the fallback value for ParserOptions.effect
ActionScript
mit
aerys/minko-as3
d220085ead39052666e27908e52008a88e8d27c5
src/aerys/minko/scene/controller/AnimationController.as
src/aerys/minko/scene/controller/AnimationController.as
package aerys.minko.scene.controller { import aerys.minko.scene.node.Group; import aerys.minko.scene.node.ISceneNode; import aerys.minko.type.Signal; import aerys.minko.type.animation.TimeLabel; import aerys.minko.type.animation.timeline.ITimeline; import flash.utils.getTimer; /** * The AnimationController ...
package aerys.minko.scene.controller { import aerys.minko.scene.node.Group; import aerys.minko.scene.node.ISceneNode; import aerys.minko.type.Signal; import aerys.minko.type.animation.TimeLabel; import aerys.minko.type.animation.timeline.ITimeline; import flash.utils.getTimer; /** * The AnimationController ...
Fix double getter on totalTime and isPlaying after the merge
Fix double getter on totalTime and isPlaying after the merge
ActionScript
mit
aerys/minko-as3
dbe2882453b2d7f2d7ac59812650b9005c7b97f9
Agent.as
Agent.as
package { import flash.display.Sprite; import flash.events.Event; import flash.events.DataEvent; import flash.events.IOErrorEvent; import flash.events.ProgressEvent; import flash.events.SecurityErrorEvent; import flash.events.TimerEvent; import flash.net.Socket; import flash.sys...
package { import flash.display.Sprite; import flash.events.Event; import flash.events.DataEvent; import flash.events.IOErrorEvent; import flash.events.ProgressEvent; import flash.events.SecurityErrorEvent; import flash.events.TimerEvent; import flash.net.Socket; import flash.sys...
use getTime() since its accurate.
use getTime() since its accurate.
ActionScript
apache-2.0
osi/flash-profiler
2bbd1a4c048c55eee52d21e9af54e1e2e0aa15cb
src/org/mangui/hls/loader/AltAudioLevelLoader.as
src/org/mangui/hls/loader/AltAudioLevelLoader.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 org.mangui.hls.model.Level; import flash.utils.getTimer; import...
/* 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 org.mangui.hls.model.Level; import flash.utils.getTimer; import...
set timeout to reload alt-audio playlists
set timeout to reload alt-audio playlists
ActionScript
mpl-2.0
jlacivita/flashls,jlacivita/flashls,clappr/flashls,codex-corp/flashls,dighan/flashls,NicolasSiver/flashls,vidible/vdb-flashls,clappr/flashls,mangui/flashls,tedconf/flashls,aevange/flashls,tedconf/flashls,dighan/flashls,Peer5/flashls,Corey600/flashls,hola/flashls,fixedmachine/flashls,mangui/flashls,NicolasSiver/flashls,...
7206841b980f7b4399fa378d1c115d3c5bbeba6c
src/renderers/FlashCommon.as
src/renderers/FlashCommon.as
/* * Copyright 2016 Google Inc. 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://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicabl...
/* * Copyright 2016 Google Inc. 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://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicabl...
Fix cross-domain image loading on Flash.
Fix cross-domain image loading on Flash. In order to programmatically access the pixels of cross-domain images, Flash requires us to pass a LoaderContext with the checkPolicyFile option set into the loader. Otherwise, cross-domain image requests made by Flash will fail with a cryptic error.
ActionScript
apache-2.0
google/marzipano,google/marzipano,google/marzipano
136af2a6b90ed75af240b3f8ab037f01a5f058a6
src/as/com/threerings/crowd/chat/data/ChatChannel.as
src/as/com/threerings/crowd/chat/data/ChatChannel.as
// // $Id$ // // Narya library - tools for developing networked games // Copyright (C) 2002-2008 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-2008 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...
Implement equals() with compareTo().
Implement equals() with compareTo(). git-svn-id: a1a4b28b82a3276cc491891159dd9963a0a72fae@5379 542714f4-19e9-0310-aa3c-eee0fc999fb1
ActionScript
lgpl-2.1
threerings/narya,threerings/narya,threerings/narya,threerings/narya,threerings/narya
596ef3faa8141de70ea47aebaaacc586cb6f2c63
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...
Add a little padding on BOSH polling; sacrifices a tiny bit of responsiveness for some safety, HOPEFULLY fixing XIFF-31. r=Daniel
Add a little padding on BOSH polling; sacrifices a tiny bit of responsiveness for some safety, HOPEFULLY fixing XIFF-31. r=Daniel
ActionScript
apache-2.0
igniterealtime/XIFF
5d3330d548377f95434d9749c87bb8a8ace61a87
src/aerys/minko/render/geometry/stream/iterator/TriangleIterator.as
src/aerys/minko/render/geometry/stream/iterator/TriangleIterator.as
package aerys.minko.render.geometry.stream.iterator { import aerys.minko.ns.minko_stream; import aerys.minko.render.geometry.stream.IVertexStream; import aerys.minko.render.geometry.stream.IndexStream; import flash.utils.Proxy; import flash.utils.flash_proxy; /** * TriangleIterator allow per-triangle access ...
package aerys.minko.render.geometry.stream.iterator { import aerys.minko.ns.minko_stream; import aerys.minko.render.geometry.stream.IVertexStream; import aerys.minko.render.geometry.stream.IndexStream; import flash.utils.Proxy; import flash.utils.flash_proxy; /** * TriangleIterator allow per-triangle access ...
fix TriangleIterator to use IVertexStream.deleteTriangle()
fix TriangleIterator to use IVertexStream.deleteTriangle()
ActionScript
mit
aerys/minko-as3
e05dbacdc0756c85478527f8ce961372069f26da
src/Player.as
src/Player.as
package { import org.flixel.FlxG; import org.flixel.FlxObject; import org.flixel.FlxPoint; import org.flixel.FlxSprite; import org.flixel.FlxTimer; import org.flixel.FlxU; import org.flixel.system.FlxAnim; // Player that has more complex running and jumping abilities. // It makes use of an animation ...
package { import org.flixel.FlxG; import org.flixel.FlxObject; import org.flixel.FlxPoint; import org.flixel.FlxSprite; import org.flixel.FlxTimer; import org.flixel.FlxU; import org.flixel.system.FlxAnim; // Player that has more complex running and jumping abilities. // It makes use of an animation ...
Fix bug with camera follow stopping glitchiness.
Fix bug with camera follow stopping glitchiness.
ActionScript
artistic-2.0
hlfcoding/morning-stroll
1995eae20cc7bd93a7d4c3c2d6e74497a7513527
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.events.Event; import flash.events.IOErrorEvent; import flash.events.ProgressEv...
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.events.Event; import flash.events.IOErrorEvent; import flash.events.ProgressEv...
Add a leaky bucket bandwidth limiter.
Add a leaky bucket bandwidth limiter.
ActionScript
mit
arlolra/flashproxy,infinity0/flashproxy,arlolra/flashproxy,infinity0/flashproxy,arlolra/flashproxy,infinity0/flashproxy,arlolra/flashproxy,infinity0/flashproxy,glamrock/flashproxy,glamrock/flashproxy,glamrock/flashproxy,infinity0/flashproxy,glamrock/flashproxy,arlolra/flashproxy,glamrock/flashproxy,glamrock/flashproxy,...
3a6d0d09721b04d4846f0918cae2b3da312a9f4c
src/as/com/threerings/flex/CommandMenu.as
src/as/com/threerings/flex/CommandMenu.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...
Extend the flexlib scrolling menu.
Extend the flexlib scrolling menu. git-svn-id: b675b909355d5cf946977f44a8ec5a6ceb3782e4@184 ed5b42cb-e716-0410-a449-f6a68f950b19
ActionScript
lgpl-2.1
threerings/nenya,threerings/nenya
ab544f4d51df872623b2440382a9109fd121d074
src/net/manaca/loaderqueue/LoaderQueue.as
src/net/manaca/loaderqueue/LoaderQueue.as
/* * Copyright (c) 2011, wersling.com All rights reserved. */ package net.manaca.loaderqueue { import flash.events.EventDispatcher; import flash.events.TimerEvent; import flash.utils.Dictionary; import flash.utils.Timer; /** * 任务队列全部完成后派发 * @eventType net.manaca.loaderqueue.LoaderQueueEvent.TASK_QUEUE_...
/* * Copyright (c) 2011, wersling.com All rights reserved. */ package net.manaca.loaderqueue { import flash.events.EventDispatcher; import flash.events.TimerEvent; import flash.utils.Dictionary; import flash.utils.Timer; /** * 任务队列全部完成后派发 * @eventType net.manaca.loaderqueue.LoaderQueueEvent.TASK_QUEUE_...
Format LoaderQueue code
Format LoaderQueue code
ActionScript
mit
wersling/manaca,wersling/manaca
1f4349c37687697208a63b2e19771a81f9305155
vendors/VASTNew/org/osmf/vast/media/VAST2MediaGenerator.as
vendors/VASTNew/org/osmf/vast/media/VAST2MediaGenerator.as
/***************************************************** * * Copyright 2010 Eyewonder, LLC. All Rights Reserved. * ***************************************************** * The contents of this file are subject to the Mozilla Public License * Version 1.1 (the "License"); you may not use this file except in *...
/***************************************************** * * Copyright 2010 Eyewonder, LLC. All Rights Reserved. * ***************************************************** * The contents of this file are subject to the Mozilla Public License * Version 1.1 (the "License"); you may not use this file except in *...
allow fallback to a supported mediaFile, if mediaFiles list contains unsupported one (such as webm).
vast: allow fallback to a supported mediaFile, if mediaFiles list contains unsupported one (such as webm).
ActionScript
agpl-3.0
kaltura/kdp,kaltura/kdp,shvyrev/kdp,shvyrev/kdp,shvyrev/kdp,kaltura/kdp
630a4f8b2e89d9455c2c8ceec500c72ee5333880
tests/GAv4/com/google/analytics/utils/FakeEnvironment.as
tests/GAv4/com/google/analytics/utils/FakeEnvironment.as
 package com.google.analytics.utils { public class FakeEnvironment extends Environment { private var _appName:String; private var _appVersion:Version; private var _url:String; private var _referrer:String; private var _documentTitle:String; private var _doma...
 package com.google.analytics.utils { import core.version; public class FakeEnvironment extends Environment { private var _appName:String; private var _appVersion:version; private var _url:String; private var _referrer:String; private var _documentTitle:String; ...
replace class Version by core.version
replace class Version by core.version
ActionScript
apache-2.0
nsdevaraj/gaforflash,minimedj/gaforflash,minimedj/gaforflash,nsdevaraj/gaforflash
aad3cfb01ab73053bd31c749489fa3e47c2f9363
src/com/mangui/HLS/streaming/Getter.as
src/com/mangui/HLS/streaming/Getter.as
package com.mangui.HLS.streaming { import com.mangui.HLS.*; import com.mangui.HLS.parsing.*; import com.mangui.HLS.utils.*; import flash.events.*; import flash.net.*; import flash.utils.*; /** Loader for hls streaming manifests. **/ public class Getter { /** Reference to th...
package com.mangui.HLS.streaming { import com.mangui.HLS.*; import com.mangui.HLS.parsing.*; import com.mangui.HLS.utils.*; import flash.events.*; import flash.net.*; import flash.utils.*; /** Loader for hls streaming manifests. **/ public class Getter { /** Reference to th...
use #EXT-X-TARGETDURATION for live playlist timer
use #EXT-X-TARGETDURATION for live playlist timer
ActionScript
mpl-2.0
desaintmartin/hlsprovider,desaintmartin/hlsprovider,desaintmartin/hlsprovider
3eb37406523487d71e9f8e41915b778955e46222
WeaveUI/src/weave/utils/ProbeTextUtils.as
WeaveUI/src/weave/utils/ProbeTextUtils.as
/* Weave (Web-based Analysis and Visualization Environment) Copyright (C) 2008-2011 University of Massachusetts Lowell This file is a part of Weave. Weave is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License, Version 3, as publish...
/* Weave (Web-based Analysis and Visualization Environment) Copyright (C) 2008-2011 University of Massachusetts Lowell This file is a part of Weave. Weave is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License, Version 3, as publish...
Fix Bug#283 Stop bar chart from showing "Undefined" column in probe
Fix Bug#283 Stop bar chart from showing "Undefined" column in probe
ActionScript
mpl-2.0
WeaveTeam/WeaveJS,WeaveTeam/WeaveJS,WeaveTeam/WeaveJS,WeaveTeam/WeaveJS
e5b6a0c5f9543fc2f9b5224748cf45a57b26c103
WEB-INF/lps/lfc/kernel/swf/LzMakeLoadSprite.as
WEB-INF/lps/lfc/kernel/swf/LzMakeLoadSprite.as
/** * LzMakeLoadSprite.as * * @copyright Copyright 2001-2008 Laszlo Systems, Inc. All Rights Reserved. * Use is subject to license terms. * * @topic Kernel * @subtopic AS2 */ /** * @access private */ var LzMakeLoadSprite = {}; /** * Makes the given view able to load a remote resource...
/** * LzMakeLoadSprite.as * * @copyright Copyright 2001-2008 Laszlo Systems, Inc. All Rights Reserved. * Use is subject to license terms. * * @topic Kernel * @subtopic AS2 */ /** * @access private */ var LzMakeLoadSprite = {}; /** * Makes the given view able to load a remote resource...
Change 20081211-maxcarlson-I by maxcarlson@Bank.lan on 2008-12-11 01:08:07 PST in /Users/maxcarlson/openlaszlo/trunk-clean for http://svn.openlaszlo.org/openlaszlo/trunk
Change 20081211-maxcarlson-I by maxcarlson@Bank.lan on 2008-12-11 01:08:07 PST in /Users/maxcarlson/openlaszlo/trunk-clean for http://svn.openlaszlo.org/openlaszlo/trunk Summary: Avoid hiding suring setSource for clickable sprites Bugs Fixed: LPP-4957 - onclick event lost after doing setSource onmouseover Te...
ActionScript
epl-1.0
mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo
5ab41e5f66d3724c7156cc86b2431e4eeca7bee7
src/aerys/minko/render/shader/node/leaf/Sampler.as
src/aerys/minko/render/shader/node/leaf/Sampler.as
package aerys.minko.render.shader.node.leaf { import aerys.minko.render.shader.compiler.visitor.IShaderNodeVisitor; import aerys.minko.render.shader.node.IFragmentNode; import aerys.minko.render.shader.node.INode; public class Sampler extends AbstractLeaf implements IFragmentNode { public static const _SAMPLER...
package aerys.minko.render.shader.node.leaf { import aerys.minko.render.shader.node.IFragmentNode; import aerys.minko.render.shader.node.INode; public class Sampler extends AbstractLeaf implements IFragmentNode { public static const _SAMPLER_FILTER_STRINGS:Vector.<String> = Vector.<String>(['nearest', 'linea...
Remove unused import
Remove unused import
ActionScript
mit
aerys/minko-as3
acae4cba19bf1be697d25850f7f010557e8e3406
build-aux/base.as
build-aux/base.as
## -*- shell-script -*- ## base.as: This file is part of build-aux. ## Copyright (C) Gostai S.A.S., 2006-2008. ## ## This software is provided "as is" without warranty of any kind, ## either expressed or implied, including but not limited to the ## implied warrant...
## -*- shell-script -*- ## base.as: This file is part of build-aux. ## Copyright (C) Gostai S.A.S., 2006-2008. ## ## This software is provided "as is" without warranty of any kind, ## either expressed or implied, including but not limited to the ## implied warrant...
Fix fatal (not the converse).
Fix fatal (not the converse). * build-aux/base.as (fatal): Beware of M4 quotation.
ActionScript
bsd-3-clause
aldebaran/libport,aldebaran/libport,aldebaran/libport,aldebaran/libport,aldebaran/libport
95a41b2f8e781fb8fe099da928173079f0da4df0
as3/smartform/src/com/rpath/raf/util/ValidationHelper.as
as3/smartform/src/com/rpath/raf/util/ValidationHelper.as
/* # # Copyright (c) 2005-2009 rPath, Inc. # # All rights reserved # */ /* # # Copyright (c) 2009 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-licens...
/* # # Copyright (c) 2005-2009 rPath, Inc. # # All rights reserved # */ /* # # Copyright (c) 2009 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-licens...
Fix for nasty bug in ValidationHelper. GC was collecting the Binding before it could be triggered
Fix for nasty bug in ValidationHelper. GC was collecting the Binding before it could be triggered
ActionScript
apache-2.0
sassoftware/smartform
47ba48950a0c04ec0f366e6db4501cdf542e9f79
WEB-INF/lps/lfc/kernel/swf9/LzTextSprite.as
WEB-INF/lps/lfc/kernel/swf9/LzTextSprite.as
/** * LzTextSprite.as * * @copyright Copyright 2007, 2008 Laszlo Systems, Inc. All Rights Reserved. * Use is subject to license terms. * * @topic Kernel * @subtopic swf9 * @author Henry Minsky &lt;hminsky@laszlosystems.com&gt; */ public class LzTextSprite extends LzSprite { #pass...
/** * LzTextSprite.as * * @copyright Copyright 2007, 2008 Laszlo Systems, Inc. All Rights Reserved. * Use is subject to license terms. * * @topic Kernel * @subtopic swf9 * @author Henry Minsky &lt;hminsky@laszlosystems.com&gt; */ public class LzTextSprite extends LzSprite { #pass...
Change 20080927-hqm-D by hqm@badtzmaru.home on 2008-09-27 22:22:01 EDT in /Users/hqm/openlaszlo/trunk for http://svn.openlaszlo.org/openlaszlo/trunk
Change 20080927-hqm-D by hqm@badtzmaru.home on 2008-09-27 22:22:01 EDT in /Users/hqm/openlaszlo/trunk for http://svn.openlaszlo.org/openlaszlo/trunk Summary: enable advanced antialiasing on swf9 text by default New Features: Bugs Fixed: Technical Reviewer: dtemkin QA Reviewer: (pending) Doc Reviewer: (pendi...
ActionScript
epl-1.0
mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo
1b99ffee5f6fc7b194106ea9ffeab1b7269a2d3e
swfcat.as
swfcat.as
package { import flash.display.Sprite; import flash.text.TextField; import flash.net.Socket; import flash.events.Event; import flash.events.IOErrorEvent; import flash.events.ProgressEvent; import flash.events.SecurityErrorEvent; import flash.utils.ByteArray; import flash.utils.setTim...
package { import flash.display.Sprite; import flash.text.TextField; import flash.net.Socket; import flash.events.Event; import flash.events.IOErrorEvent; import flash.events.ProgressEvent; import flash.events.SecurityErrorEvent; import flash.utils.ByteArray; import flash.utils.setTim...
Add missing period for uniformity.
Add missing period for uniformity.
ActionScript
mit
arlolra/flashproxy,infinity0/flashproxy,arlolra/flashproxy,glamrock/flashproxy,infinity0/flashproxy,glamrock/flashproxy,infinity0/flashproxy,infinity0/flashproxy,glamrock/flashproxy,arlolra/flashproxy,arlolra/flashproxy,glamrock/flashproxy,glamrock/flashproxy,glamrock/flashproxy,arlolra/flashproxy,infinity0/flashproxy,...
d1d9cde9164578a8db082fe4b4230d63350c39fa
frameworks/projects/HTML/as/src/org/apache/flex/html/beads/NumericStepperView.as
frameworks/projects/HTML/as/src/org/apache/flex/html/beads/NumericStepperView.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 sizing of NS
fix sizing of NS
ActionScript
apache-2.0
greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs
bb50ff59431a02de1ccce4f92fc9f0c9996b63f7
application/src/im/siver/logger/controllers/TraceController.as
application/src/im/siver/logger/controllers/TraceController.as
package im.siver.logger.controllers { import flash.display.BitmapData; import flash.events.Event; import flash.events.EventDispatcher; import flash.events.MouseEvent; import flash.geom.Rectangle; import im.siver.logger.models.Constants; import im.siver.logger.utils.LoggerUtils; import ...
package im.siver.logger.controllers { import flash.display.BitmapData; import flash.events.Event; import flash.events.EventDispatcher; import flash.events.MouseEvent; import flash.geom.Rectangle; import im.siver.logger.models.Constants; import im.siver.logger.utils.LoggerUtils; import ...
Improve filtering
Improve filtering
ActionScript
mit
NicolasSiver/as3-logger
fc37f268fbd6562f1846ef4b52c85dd5ce15fc8c
bin/Data/Scripts/Editor/EditorViewDebugIcons.as
bin/Data/Scripts/Editor/EditorViewDebugIcons.as
// Editor debug icons BillboardSet@ debugIconsSetDirectionalLights; BillboardSet@ debugIconsSetSpotLights; BillboardSet@ debugIconsSetPointLights; BillboardSet@ debugIconsSetCameras; BillboardSet@ debugIconsSetSoundSources; BillboardSet@ debugIconsSetSoundSources3D; BillboardSet@ debugIconsSetSoundListeners; Billboard...
// Editor debug icons BillboardSet@ debugIconsSetDirectionalLights; BillboardSet@ debugIconsSetSpotLights; BillboardSet@ debugIconsSetPointLights; BillboardSet@ debugIconsSetCameras; BillboardSet@ debugIconsSetSoundSources; BillboardSet@ debugIconsSetSoundSources3D; BillboardSet@ debugIconsSetSoundListeners; Billboard...
increase update time for splinepath
increase update time for splinepath
ActionScript
mit
rokups/Urho3D,codemon66/Urho3D,victorholt/Urho3D,victorholt/Urho3D,tommy3/Urho3D,299299/Urho3D,henu/Urho3D,codemon66/Urho3D,codedash64/Urho3D,weitjong/Urho3D,xiliu98/Urho3D,bacsmar/Urho3D,luveti/Urho3D,victorholt/Urho3D,fire/Urho3D-1,abdllhbyrktr/Urho3D,MonkeyFirst/Urho3D,tommy3/Urho3D,codemon66/Urho3D,tommy3/Urho3D,lu...
262c6a5cabe512090f48b7045384d427457fbc2d
actionscript/src/com/freshplanet/ane/AirDeviceId/AirDeviceId.as
actionscript/src/com/freshplanet/ane/AirDeviceId/AirDeviceId.as
/* * Copyright 2017 FreshPlanet * 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 agreed to in ...
/* * Copyright 2017 FreshPlanet * 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 agreed to in ...
remove getID() from AS3 side
remove getID() from AS3 side
ActionScript
apache-2.0
freshplanet/ANE-DeviceId,freshplanet/ANE-DeviceId,freshplanet/ANE-DeviceId
b08298095cce86addd36dd63c0f1a94ccaf5a5a7
csi/flash/src/main/flex/org/shypl/biser/csi/client/Client.as
csi/flash/src/main/flex/org/shypl/biser/csi/client/Client.as
package org.shypl.biser.csi.client { import flash.events.EventDispatcher; import org.shypl.biser.csi.Address; import org.shypl.biser.csi.ConnectionCloseReason; import org.shypl.common.lang.IllegalStateException; import org.shypl.common.logging.LogManager; import org.shypl.common.logging.Logger; import org.shypl...
package org.shypl.biser.csi.client { import flash.events.EventDispatcher; import org.shypl.biser.csi.Address; import org.shypl.biser.csi.ConnectionCloseReason; import org.shypl.common.lang.IllegalStateException; import org.shypl.common.logging.LogManager; import org.shypl.common.logging.Logger; import org.shypl...
Fix client disconnect
Fix client disconnect
ActionScript
apache-2.0
shypl/biser
f2e1d94e7aa962fc906fe1700fb8ce08ec2ab3d2
src/as/com/threerings/util/EmbeddedSwfLoader.as
src/as/com/threerings/util/EmbeddedSwfLoader.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...
Comment fix.
Comment fix. git-svn-id: a1a4b28b82a3276cc491891159dd9963a0a72fae@4716 542714f4-19e9-0310-aa3c-eee0fc999fb1
ActionScript
lgpl-2.1
threerings/narya,threerings/narya,threerings/narya,threerings/narya,threerings/narya
c3c2403fe30a100540cfe3449cbdfd9e8ec6e85e
frameworks/projects/Core/as/src/org/apache/flex/utils/Language.as
frameworks/projects/Core/as/src/org/apache/flex/utils/Language.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 trace
fix trace
ActionScript
apache-2.0
greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs
c20791327b41070b5de2d34c49be14eb766be31d
src/avm2/tests/regress/correctness/callsuper7.as
src/avm2/tests/regress/correctness/callsuper7.as
package { class ClassA { public function ClassA() { trace('A'); } protected function foo() : void { trace('a'); } protected function bar() : void { trace('b'); } } class ClassC extends ClassA { public function ClassC() { trace('> C'); ...
package { class ClassA { public function ClassA() { trace('A'); } protected function foo() : void { trace('a'); } protected function bar() : void { trace('b'); } } class ClassC extends ClassA { public function ClassC() { trace('> C'); ...
Fix call super test case.
Fix call super test case.
ActionScript
apache-2.0
mbebenita/shumway,mbebenita/shumway,tschneidereit/shumway,mozilla/shumway,mbebenita/shumway,mozilla/shumway,tschneidereit/shumway,yurydelendik/shumway,mozilla/shumway,mozilla/shumway,mozilla/shumway,yurydelendik/shumway,tschneidereit/shumway,mbebenita/shumway,yurydelendik/shumway,tschneidereit/shumway,mbebenita/shumway...
717e467aa0fbd9f4875ebc2c92b32db5a8c2ebba
Impetus.swf/ImpetusSound.as
Impetus.swf/ImpetusSound.as
package { import flash.media.Sound; import flash.media.SoundChannel; import flash.net.URLRequest; public class ImpetusSound { private var url:String; private var sound:Sound; private var channel:SoundChannel; public function ImpetusSound(url:String):void { ...
package { import flash.media.Sound; import flash.media.SoundChannel; import flash.net.URLRequest; public class ImpetusSound { private var url:String; private var sound:Sound; private var channel:SoundChannel; public function ImpetusSound(url:String):void { ...
Implement ImpetusSound::play()
Implement ImpetusSound::play()
ActionScript
mit
Julow/Impetus
8bf1c1fc45c368583ca376658d48af0d31613f8a
src/aerys/minko/render/DrawCall.as
src/aerys/minko/render/DrawCall.as
package aerys.minko.render { import aerys.minko.ns.minko_render; import aerys.minko.render.geometry.Geometry; import aerys.minko.render.geometry.stream.IVertexStream; import aerys.minko.render.geometry.stream.StreamUsage; import aerys.minko.render.geometry.stream.VertexStream; import aerys.minko.render.geometry.s...
package aerys.minko.render { import aerys.minko.ns.minko_render; import aerys.minko.render.geometry.Geometry; import aerys.minko.render.geometry.stream.IVertexStream; import aerys.minko.render.geometry.stream.StreamUsage; import aerys.minko.render.geometry.stream.VertexStream; import aerys.minko.render.geometry.s...
update DrawCall.updateGeometry() to use default arguments for Geometry.computeTangentsSpace() and Geometry.computeNormals()
update DrawCall.updateGeometry() to use default arguments for Geometry.computeTangentsSpace() and Geometry.computeNormals()
ActionScript
mit
aerys/minko-as3
10d9a660441e9a505132b1810ff8fd751d59d857
src/flash/plupload/src/com/mxi/image/JPEG.as
src/flash/plupload/src/com/mxi/image/JPEG.as
/** * Copyright 2011, Moxiecode Systems AB * Released under GPL License. * * License: http://www.plupload.com/license * Contributing: http://www.plupload.com/contributing */ package com.mxi.image { import com.mxi.BinaryReader; import flash.external.ExternalInterface; import flash.utils.ByteArray;...
/** * Copyright 2011, Moxiecode Systems AB * Released under GPL License. * * License: http://www.plupload.com/license * Contributing: http://www.plupload.com/contributing */ package com.mxi.image { import com.mxi.BinaryReader; import flash.external.ExternalInterface; import flash.utils.ByteArray;...
Remove limit on JPEG format check - performance gain negligible, but in some cases causes wrong IMAGE_FORMAT_ERRORs.
Flash: Remove limit on JPEG format check - performance gain negligible, but in some cases causes wrong IMAGE_FORMAT_ERRORs.
ActionScript
agpl-3.0
vitr/fend005-plupload,envato/plupload,moxiecode/plupload,moxiecode/plupload,envato/plupload,vitr/fend005-plupload
78d71dcef7c44b3335f60ab0d605761e3844a353
lib/src/com/amanitadesign/steam/SteamConstants.as
lib/src/com/amanitadesign/steam/SteamConstants.as
package com.amanitadesign.steam { public class SteamConstants { public static const RESPONSE_OK:int = 1; public static const RESPONSE_FAILED:int = 2; public static const RESPONSE_OnUserStatsReceived:int = 0; public static const RESPONSE_OnUserStatsStored:int = 1; public static const RESPONSE_OnAchievementSt...
package com.amanitadesign.steam { public class SteamConstants { public static const RESPONSE_OK:int = 0; public static const RESPONSE_FAILED:int = 1; public static const RESPONSE_OnUserStatsReceived:int = 0; public static const RESPONSE_OnUserStatsStored:int = 1; public static const RESPONSE_OnAchievementSt...
Fix response values
Fix response values
ActionScript
bsd-2-clause
Ventero/FRESteamWorks,Ventero/FRESteamWorks,Ventero/FRESteamWorks,Ventero/FRESteamWorks
34527c2d24fd548de14e475112d730e9c5036534
frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/beads/layouts/FlexibleFirstChildHorizontalLayout.as
frameworks/as/projects/FlexJSJX/src/org/apache/flex/html/beads/layouts/FlexibleFirstChildHorizontalLayout.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 height calculation
fix height calculation
ActionScript
apache-2.0
greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs
6bddc435b03b1a475974578b3ab34811dd6eb876
mustella/as3/src/mustella/IncludeFileLocation.as
mustella/as3/src/mustella/IncludeFileLocation.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...
Allow -failures to work on AIR on Mac. Might need fixing on Windows, but haven't tried it yet.
Allow -failures to work on AIR on Mac. Might need fixing on Windows, but haven't tried it yet. git-svn-id: 7d913817b0a978d84de757191e4bce372605a781@1402724 13f79535-47bb-0310-9956-ffa450edef68
ActionScript
apache-2.0
shyamalschandra/flex-sdk,SlavaRa/flex-sdk,apache/flex-sdk,danteinforno/flex-sdk,adufilie/flex-sdk,adufilie/flex-sdk,danteinforno/flex-sdk,shyamalschandra/flex-sdk,shyamalschandra/flex-sdk,SlavaRa/flex-sdk,adufilie/flex-sdk,SlavaRa/flex-sdk,SlavaRa/flex-sdk,SlavaRa/flex-sdk,apache/flex-sdk,adufilie/flex-sdk,shyamalschan...
1604e84c787e15d041312d69553e72e7f6463f94
src/net/manaca/utils/Cookie.as
src/net/manaca/utils/Cookie.as
package net.manaca.utils { import flash.net.SharedObject; import flash.utils.Proxy; import flash.utils.flash_proxy; /** * The Cookie carry a proxy provide a more useful SharedObject. * @author v-seanzo * */ dynamic public class Cookie extends Proxy { //=============================================...
package net.manaca.utils { import flash.net.SharedObject; import flash.utils.Proxy; import flash.utils.flash_proxy; /** * The Cookie carry a proxy provide a more useful SharedObject. * @author v-seanzo * */ dynamic public class Cookie extends Proxy { //=============================================...
format code Cookie.as
format code Cookie.as
ActionScript
mit
wersling/manaca,wersling/manaca
ef86f39703cf4850a2c78bbfe25b758efe09a556
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...
Fix for when importDir is an absolute path.
Fix for when importDir is an absolute path. We still need to handle absolute paths, since on Windows you can't have a relative path between different drive letters. Plus, absolute paths may be useful in some cases anyways.
ActionScript
mit
tconkling/flump,mathieuanthoine/flump,tconkling/flump,mathieuanthoine/flump,funkypandagame/flump,mathieuanthoine/flump,funkypandagame/flump
bc0702e3361a353ad75260a04481c686cf4640f9
KalturaHLSPlugin/src/com/kaltura/kdpfl/plugin/KalturaHLSMediator.as
KalturaHLSPlugin/src/com/kaltura/kdpfl/plugin/KalturaHLSMediator.as
package com.kaltura.kdpfl.plugin { import com.kaltura.hls.SubtitleTrait; import com.kaltura.kdpfl.model.MediaProxy; import com.kaltura.kdpfl.model.type.NotificationType; import com.kaltura.kdpfl.view.controls.KTrace; import org.osmf.events.MediaElementEvent; import org.osmf.traits.DVRTrait; import org.osmf.tra...
package com.kaltura.kdpfl.plugin { import com.kaltura.hls.SubtitleTrait; import com.kaltura.kdpfl.model.MediaProxy; import com.kaltura.kdpfl.model.type.NotificationType; import com.kaltura.kdpfl.view.controls.KTrace; import org.osmf.events.MediaElementEvent; import org.osmf.traits.DVRTrait; import org.osmf.tra...
fix for languages labels
fix for languages labels VebVTT captions multi language stream - CC plugin menu was pulled with all the languages traits as eng. FIXED
ActionScript
agpl-3.0
kaltura/HLS-OSMF,kaltura/HLS-OSMF,kaltura/HLS-OSMF,kaltura/HLS-OSMF
042ba312293f0d80f72044425b89b6f891e52485
src/aerys/minko/render/renderer/DefaultRenderer.as
src/aerys/minko/render/renderer/DefaultRenderer.as
package aerys.minko.render.renderer { import aerys.minko.ns.minko; import aerys.minko.ns.minko_render; import aerys.minko.render.Viewport; import aerys.minko.render.renderer.state.RendererState; import aerys.minko.type.Factory; import aerys.minko.type.stream.IndexStream; import flash.display.BitmapData; impor...
package aerys.minko.render.renderer { import aerys.minko.ns.minko; import aerys.minko.ns.minko_render; import aerys.minko.render.Viewport; import aerys.minko.render.renderer.state.RendererState; import aerys.minko.type.Factory; import aerys.minko.type.stream.IndexStream; import flash.display.BitmapData; impor...
Fix rendering when scene is empty (backbuffer cannot be dumped when nothing was drawn on it) [Romain's fix].
Fix rendering when scene is empty (backbuffer cannot be dumped when nothing was drawn on it) [Romain's fix].
ActionScript
mit
aerys/minko-as3
0706fd4e131ab28c9bee5097168ebe8fd59b5a31
WEB-INF/lps/lfc/kernel/swf9/LzXMLTranslator.as
WEB-INF/lps/lfc/kernel/swf9/LzXMLTranslator.as
/** * LzXMLTranslator.lzs * * @copyright Copyright 2001-2008 Laszlo Systems, Inc. All Rights Reserved. * Use is subject to license terms. * * @topic Kernel * @subtopic AS2 */ /** * @shortdesc: Utility for converting native XML DOM object into LzDataNode tree */ public class LzXMLTransl...
/** * LzXMLTranslator.lzs * * @copyright Copyright 2001-2008 Laszlo Systems, Inc. All Rights Reserved. * Use is subject to license terms. * * @topic Kernel * @subtopic AS2 */ /** * @shortdesc: Utility for converting native XML DOM object into LzDataNode tree */ public class LzXMLTransl...
Change 20080601-bargull-Vzq by bargull@dell--p4--2-53 on 2008-06-01 00:56:07 in /home/Admin/src/svn/openlaszlo/trunk for http://svn.openlaszlo.org/openlaszlo/trunk
Change 20080601-bargull-Vzq by bargull@dell--p4--2-53 on 2008-06-01 00:56:07 in /home/Admin/src/svn/openlaszlo/trunk for http://svn.openlaszlo.org/openlaszlo/trunk Summary: Add nsprefix support to swf9 New Features: Bugs Fixed: LPP-6078 Technical Reviewer: hminsky QA Reviewer: (pending) Doc Reviewer: (pend...
ActionScript
epl-1.0
mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo
c49a3d270b1cedaff26b87770119785d428060e6
examples/web/app/classes/server/FMSClient.as
examples/web/app/classes/server/FMSClient.as
package server { dynamic public class FMSClient extends Object { public function FMSClient() { super(); } public function onRegisterUser(user:String, result:Object):void { trace('FMSClient.onRegisterUser:', user, result); } public function onSigninUser(user:String, result:Object):void { trace('FMS...
package server { dynamic public class FMSClient extends Object { public function FMSClient() { super(); } public function onRegisterUser(user:String, result:Object):void { trace('FMSClient.onRegisterUser:', user, result); } public function onSigninUser(user:String, result:Object):void { trace('FMS...
Update FMSClient.as
Update FMSClient.as
ActionScript
apache-2.0
adriancmiranda/flash-compiler,adriancmiranda/flash-compiler,adriancmiranda/flash-compiler,adriancmiranda/flash-compiler,adriancmiranda/flash-compiler,adriancmiranda/flash-compiler,adriancmiranda/flash-compiler,adriancmiranda/flash-compiler
b2104ff064da0c1174047c89f16740b10a57e92e
plugins/akamaiHDPlugin/src/com/kaltura/kdpfl/plugin/akamaiHDMediator.as
plugins/akamaiHDPlugin/src/com/kaltura/kdpfl/plugin/akamaiHDMediator.as
package com.kaltura.kdpfl.plugin { import com.akamai.osmf.utils.AkamaiStrings; import com.kaltura.kdpfl.model.ConfigProxy; import com.kaltura.kdpfl.model.MediaProxy; import com.kaltura.kdpfl.model.type.NotificationType; import com.kaltura.kdpfl.view.media.KMediaPlayerMediator; import org.osmf.events.Med...
package com.kaltura.kdpfl.plugin { import com.akamai.osmf.utils.AkamaiStrings; import com.kaltura.kdpfl.model.ConfigProxy; import com.kaltura.kdpfl.model.MediaProxy; import com.kaltura.kdpfl.model.type.NotificationType; import com.kaltura.kdpfl.view.media.KMediaPlayerMediator; import org.osmf.events.Med...
fix akamai mbr starting index type
fix akamai mbr starting index type
ActionScript
agpl-3.0
kaltura/kdp,kaltura/kdp,shvyrev/kdp,shvyrev/kdp,kaltura/kdp,shvyrev/kdp
08961ed24671a5d536366cb22680787e1762eff1
src/aerys/minko/type/loader/TextureLoader.as
src/aerys/minko/type/loader/TextureLoader.as
package aerys.minko.type.loader { import aerys.minko.render.resource.texture.TextureResource; import aerys.minko.type.Signal; import flash.display.Bitmap; import flash.display.BitmapData; import flash.display.DisplayObject; import flash.display.Loader; import flash.display.LoaderInfo; import flash.events.Even...
package aerys.minko.type.loader { import aerys.minko.render.resource.texture.TextureResource; import aerys.minko.type.Signal; import flash.display.Bitmap; import flash.display.BitmapData; import flash.display.DisplayObject; import flash.display.Loader; import flash.display.LoaderInfo; import flash.events.Even...
Make TextureLoader extendable.
Make TextureLoader extendable.
ActionScript
mit
aerys/minko-as3
43d53e73a88b2e650bbe7d3482b176543b886001
src/as/com/threerings/ezgame/PlayersDisplay.as
src/as/com/threerings/ezgame/PlayersDisplay.as
// // $Id$ // // Vilya library - tools for developing networked games // Copyright (C) 2002-2007 Three Rings Design, Inc., All Rights Reserved // http://www.threerings.net/code/vilya/ // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public Licens...
// // $Id$ // // Vilya library - tools for developing networked games // Copyright (C) 2002-2007 Three Rings Design, Inc., All Rights Reserved // http://www.threerings.net/code/vilya/ // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public Licens...
Fix booches.
Fix booches. git-svn-id: a3e1eb16dde062992de22c830ed8045c8013209a@335 c613c5cb-e716-0410-b11b-feb51c14d237
ActionScript
lgpl-2.1
threerings/vilya,threerings/vilya
6f3e6e0cf6bd1178eb5aa12ccb1e9e179f9c420b
src/flails/mxml/ResourcefulServiceInvoker.as
src/flails/mxml/ResourcefulServiceInvoker.as
package flails.mxml { import com.asfusion.mate.actions.AbstractServiceInvoker; import com.asfusion.mate.actionLists.IScope; import com.asfusion.mate.actions.IAction; import mx.rpc.events.ResultEvent; import mx.rpc.events.FaultEvent; import flails.request.RequestPipe; import flails.resource.Resources; ...
package flails.mxml { import com.asfusion.mate.actions.AbstractServiceInvoker; import com.asfusion.mate.actionLists.IScope; import com.asfusion.mate.actions.IAction; import mx.rpc.events.ResultEvent; import mx.rpc.events.FaultEvent; import flails.request.RequestPipe; import flails.resource.Resources; ...
Set currentInstance on prepare, not on instantiation time.
Set currentInstance on prepare, not on instantiation time.
ActionScript
mit
lancecarlson/flails,lancecarlson/flails
18b61d4da083c6396cd85898473cfc4db5276e2b
frameworks/projects/Core/as/src/org/apache/flex/utils/BeadMetrics.as
frameworks/projects/Core/as/src/org/apache/flex/utils/BeadMetrics.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...
refactor to get style precedence correct
refactor to get style precedence correct
ActionScript
apache-2.0
greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs
9fb221bc39317fa6872da6075545618996efd827
src/com/merlinds/miracle_tool/viewer/ViewerView.as
src/com/merlinds/miracle_tool/viewer/ViewerView.as
/** * User: MerlinDS * Date: 18.07.2014 * Time: 17:42 */ package com.merlinds.miracle_tool.viewer { import com.bit101.components.List; import com.bit101.components.Window; import com.merlinds.debug.log; import com.merlinds.miracle.Miracle; import com.merlinds.miracle.animations.AnimationHelper; import com.mer...
/** * User: MerlinDS * Date: 18.07.2014 * Time: 17:42 */ package com.merlinds.miracle_tool.viewer { import com.bit101.components.List; import com.bit101.components.PushButton; import com.merlinds.miracle.Miracle; import com.merlinds.miracle.animations.AnimationHelper; import com.merlinds.miracle.display.Miracl...
Fix viewer
Fix viewer
ActionScript
mit
MerlinDS/miracle_tool
d54fb8c4700b0eeb3ea3ed31b19708648bdd3e96
src/com/merlinds/miracle_tool/viewer/ViewerView.as
src/com/merlinds/miracle_tool/viewer/ViewerView.as
/** * User: MerlinDS * Date: 18.07.2014 * Time: 17:42 */ package com.merlinds.miracle_tool.viewer { import com.bit101.components.List; import com.bit101.components.Window; import com.merlinds.debug.log; import com.merlinds.miracle.Miracle; import com.merlinds.miracle.animations.AnimationHelper; import com.mer...
/** * User: MerlinDS * Date: 18.07.2014 * Time: 17:42 */ package com.merlinds.miracle_tool.viewer { import com.bit101.components.List; import com.bit101.components.Window; import com.merlinds.debug.log; import com.merlinds.miracle.Miracle; import com.merlinds.miracle.animations.AnimationHelper; import com.mer...
rename currentScene to scene
rename currentScene to scene
ActionScript
mit
MerlinDS/miracle_tool
faa885add0a8557a3a4d157eaccc4adc8e3cd470
WeaveUI/src/weave/visualization/tools/ExternalTool.as
WeaveUI/src/weave/visualization/tools/ExternalTool.as
/* Weave (Web-based Analysis and Visualization Environment) Copyright (C) 2008-2011 University of Massachusetts Lowell This file is a part of Weave. Weave is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License, Version 3, as published by the Free Software ...
/* Weave (Web-based Analysis and Visualization Environment) Copyright (C) 2008-2011 University of Massachusetts Lowell This file is a part of Weave. Weave is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License, Version 3, as published by the Free Software ...
Switch to immediate callback for toolPropertiesChanged
ExternalTool: Switch to immediate callback for toolPropertiesChanged
ActionScript
mpl-2.0
WeaveTeam/WeaveJS,WeaveTeam/WeaveJS,WeaveTeam/WeaveJS,WeaveTeam/WeaveJS
d407ace801f3843a9a01acd7da96fbed75dcb93e
src/com/mangui/HLS/streaming/ManifestLoader.as
src/com/mangui/HLS/streaming/ManifestLoader.as
package com.mangui.HLS.streaming { import com.mangui.HLS.*; import com.mangui.HLS.parsing.*; import com.mangui.HLS.utils.*; import flash.events.*; import flash.net.*; import flash.utils.*; /** Loader for hls manifests. **/ public class ManifestLoader { /** Reference to the ...
package com.mangui.HLS.streaming { import com.mangui.HLS.*; import com.mangui.HLS.parsing.*; import com.mangui.HLS.utils.*; import flash.events.*; import flash.net.*; import flash.utils.*; /** Loader for hls manifests. **/ public class ManifestLoader { /** Reference to the ...
fix reload timer too small
fix reload timer too small
ActionScript
mpl-2.0
desaintmartin/hlsprovider,desaintmartin/hlsprovider,desaintmartin/hlsprovider
65a887817fb425dc899602dbd470b6457fcef06f
actionscript/src/com/freshplanet/ane/AirInAppPurchase/InAppPurchase.as
actionscript/src/com/freshplanet/ane/AirInAppPurchase/InAppPurchase.as
////////////////////////////////////////////////////////////////////////////////////// // // Copyright 2012 Freshplanet (http://freshplanet.com | opensource@freshplanet.com) // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // ...
////////////////////////////////////////////////////////////////////////////////////// // // Copyright 2012 Freshplanet (http://freshplanet.com | opensource@freshplanet.com) // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // ...
allow subscriptions for ios
allow subscriptions for ios
ActionScript
apache-2.0
freshplanet/ANE-In-App-Purchase,freshplanet/ANE-In-App-Purchase,freshplanet/ANE-In-App-Purchase
e1511d0de6715fe6382bc8e2a775258e04f60e69
src/org/mangui/HLS/streaming/ManifestLoader.as
src/org/mangui/HLS/streaming/ManifestLoader.as
package org.mangui.HLS.streaming { import org.mangui.HLS.*; import org.mangui.HLS.parsing.*; import org.mangui.HLS.utils.*; import flash.events.*; import flash.net.*; import flash.utils.*; /** Loader for hls manifests. **/ public class ManifestLoader { /** Reference to the hls ...
package org.mangui.HLS.streaming { import org.mangui.HLS.*; import org.mangui.HLS.parsing.*; import org.mangui.HLS.utils.*; import flash.events.*; import flash.net.*; import flash.utils.*; /** Loader for hls manifests. **/ public class ManifestLoader { /** Reference to the hls ...
move methods to private
move methods to private
ActionScript
mpl-2.0
desaintmartin/hlsprovider,desaintmartin/hlsprovider,desaintmartin/hlsprovider
c56dea832e2936755a6299b86f7adacf23682433
src/aerys/minko/scene/node/Group.as
src/aerys/minko/scene/node/Group.as
package aerys.minko.scene.node { import aerys.minko.ns.minko_scene; import aerys.minko.scene.SceneIterator; import aerys.minko.type.Signal; import aerys.minko.type.Sort; import aerys.minko.type.loader.ILoader; import aerys.minko.type.loader.SceneLoader; import aerys.minko.type.loader.parser.ParserOptions; impor...
package aerys.minko.scene.node { import aerys.minko.ns.minko_scene; import aerys.minko.scene.SceneIterator; import aerys.minko.type.Signal; import aerys.minko.type.Sort; import aerys.minko.type.loader.ILoader; import aerys.minko.type.loader.SceneLoader; import aerys.minko.type.loader.parser.ParserOptions; impor...
fix typo in error message
fix typo in error message
ActionScript
mit
aerys/minko-as3
0d8e8bfda485582ceb975979073f42d6a160f9c6
src/aerys/minko/scene/controller/AbstractScriptController.as
src/aerys/minko/scene/controller/AbstractScriptController.as
package aerys.minko.scene.controller { import aerys.minko.ns.minko_scene; import aerys.minko.render.Viewport; import aerys.minko.scene.node.ISceneNode; import aerys.minko.scene.node.Scene; import aerys.minko.type.KeyboardManager; import aerys.minko.type.MouseManager; import flash.display.BitmapData; import fl...
package aerys.minko.scene.controller { import aerys.minko.ns.minko_scene; import aerys.minko.render.Viewport; import aerys.minko.scene.node.ISceneNode; import aerys.minko.scene.node.Scene; import aerys.minko.type.KeyboardManager; import aerys.minko.type.MouseManager; import flash.display.BitmapData; import fl...
Fix invalid NaN comparison.
Fix invalid NaN comparison.
ActionScript
mit
aerys/minko-as3
bcf53bb3e4f020fec8d29c9a4a360b386a774acd
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.geometry.Geometry; import aerys.minko.render.material.Material; import aerys.minko.render.material.basic.BasicMaterial; import aerys.minko.scene.controller.mesh.VisibilityController; import aerys.minko.type.Signal; impo...
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.mesh.VisibilityController; import aerys.minko.type.Signal; impo...
update Mesh.geometry setter to listen to the Geometry.changed signal and execute Mesh.geometryChanged when it's triggered
update Mesh.geometry setter to listen to the Geometry.changed signal and execute Mesh.geometryChanged when it's triggered
ActionScript
mit
aerys/minko-as3
3c8b087281c79af445de51ec3e8c3dfac660ac19
frameworks/projects/Charts/asjs/src/org/apache/flex/charts/supportClasses/BoxItemRenderer.as
frameworks/projects/Charts/asjs/src/org/apache/flex/charts/supportClasses/BoxItemRenderer.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...
Handle case where fill could be a LinearGradient or a SolidColor
Handle case where fill could be a LinearGradient or a SolidColor
ActionScript
apache-2.0
greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs
a4a58ae1d8308bd96d364c96b7a2d4d5c8106ea8
frameworks/projects/HTML/as/src/org/apache/flex/html/ImageAndTextButton.as
frameworks/projects/HTML/as/src/org/apache/flex/html/ImageAndTextButton.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 ImageAndTextButton
fix ImageAndTextButton
ActionScript
apache-2.0
greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs
19c690b942e7ddcddf2ada553bc2ce690bdf67fd
src/aerys/minko/scene/node/camera/AbstractCamera.as
src/aerys/minko/scene/node/camera/AbstractCamera.as
package aerys.minko.scene.node.camera { import aerys.minko.scene.controller.camera.CameraController; import aerys.minko.scene.data.CameraDataProvider; import aerys.minko.scene.node.AbstractSceneNode; import aerys.minko.scene.node.Scene; import aerys.minko.type.Signal; import aerys.minko.type.binding.DataBindings;...
package aerys.minko.scene.node.camera { import aerys.minko.scene.controller.camera.CameraController; import aerys.minko.scene.data.CameraDataProvider; import aerys.minko.scene.node.AbstractSceneNode; import aerys.minko.scene.node.Scene; import aerys.minko.type.Signal; import aerys.minko.type.binding.DataBindings;...
fix typo
fix typo
ActionScript
mit
aerys/minko-as3
f8c96b92408f16db74cff773af30da6642fbbc7c
src/stdio/StandardProcess.as
src/stdio/StandardProcess.as
package stdio { import flash.display.* import flash.events.* import flash.utils.* import flash.net.* public class StandardProcess implements Process { private const buffered_stdin: BufferedStream = new BufferedStream private const stdin_socket: SocketStream = new SocketStream private const readli...
package stdio { import flash.display.* import flash.events.* import flash.utils.* import flash.net.* public class StandardProcess implements Process { private const buffered_stdin: BufferedStream = new BufferedStream private const stdin_socket: SocketStream = new SocketStream private const readli...
Change `process.exec` to pass an Error instance to its errback.
Change `process.exec` to pass an Error instance to its errback.
ActionScript
mit
dbrock/stdio.as,dbrock/stdio.as,dbrock/stdio.as
bd2ab4d997cb0b973dc1bd5e5f1db46c8e15c4a3
src/aerys/minko/scene/controller/light/PointLightController.as
src/aerys/minko/scene/controller/light/PointLightController.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.PointLight; import aerys.minko.type.enum.ShadowMappingType; import aerys.minko.type.math.Matrix4...
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.PointLight; import aerys.minko.type.enum.ShadowMappingType; import aerys.minko.type.math.Matrix4...
Remove a point light remove signal properly
Remove a point light remove signal properly
ActionScript
mit
aerys/minko-as3
3889814e66757d19e1d94e63d61fcf067d22c366
frameworks/as/projects/FlexJSUI/src/org/apache/flex/binding/SimpleBinding.as
frameworks/as/projects/FlexJSUI/src/org/apache/flex/binding/SimpleBinding.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...
allow override of desitination so SimpleBinding can be used for non-strands
allow override of desitination so SimpleBinding can be used for non-strands
ActionScript
apache-2.0
greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs
29b25381a73d3e034c97baaa7ec077ffb2bad0f3
src/aerys/minko/scene/visitor/data/LocalData.as
src/aerys/minko/scene/visitor/data/LocalData.as
package aerys.minko.scene.visitor.data { import aerys.minko.type.math.Matrix4x4; public final class LocalData { public static const VIEW : String = 'view'; public static const WORLD : String = 'world'; public static const PROJECTION : String = 'projection'; public static const WORLD_INVERSE...
package aerys.minko.scene.visitor.data { import aerys.minko.type.math.Matrix4x4; public final class LocalData { private static const _SCREEN_TO_UV : Matrix4x4 = new Matrix4x4( 0.5, 0.0, 0.0, 0.0, 0.0, -0.5, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.5, 0.5, 0.0, 1.0 ); public static const VIEW ...
Update LocalData class to use cache the same way IWorldData's implementations do
Update LocalData class to use cache the same way IWorldData's implementations do
ActionScript
mit
aerys/minko-as3
309d5d11003b95d806b48d3e52c85294a92e8c97
asn_visualization/ProgressBar.as
asn_visualization/ProgressBar.as
package { import flare.display.TextSprite; import flash.display.Shape; import flash.display.Sprite; import flash.events.Event; import flash.events.IOErrorEvent; import flash.events.ProgressEvent; import flash.events.SecurityErrorEvent; import flash.events.TimerEvent; import flash.net.URLLoader; import flash...
package { import flare.display.TextSprite; import flash.display.Shape; import flash.display.Sprite; import flash.events.Event; import flash.events.IOErrorEvent; import flash.events.ProgressEvent; import flash.events.SecurityErrorEvent; import flash.events.TimerEvent; import flash.net.URLLoader; import flash...
Add error message.
Add error message.
ActionScript
bsd-3-clause
berkmancenter/netmaps-visualization,berkmancenter/netmaps-visualization,berkmancenter/netmaps-visualization
43cc4fae1600c805db15d51033eb5f13a611c4cf
src/widgets/supportClasses/ResultAttributes.as
src/widgets/supportClasses/ResultAttributes.as
package widgets.supportClasses { import com.esri.ags.FeatureSet; import com.esri.ags.Graphic; import com.esri.ags.layers.FeatureLayer; import com.esri.ags.layers.supportClasses.CodedValue; import com.esri.ags.layers.supportClasses.CodedValueDomain; import com.esri.ags.layers.supportClasses.FeatureType; import com.esri...
package widgets.supportClasses { import com.esri.ags.FeatureSet; import com.esri.ags.Graphic; import com.esri.ags.layers.FeatureLayer; import com.esri.ags.layers.supportClasses.CodedValue; import com.esri.ags.layers.supportClasses.CodedValueDomain; import com.esri.ags.layers.supportClasses.FeatureType; import com.esri...
Fix ResultAttributes useUTC assignment.
Fix ResultAttributes useUTC assignment.
ActionScript
apache-2.0
Esri/arcgis-viewer-flex,CanterburyRegionalCouncil/arcgis-viewer-flex,CanterburyRegionalCouncil/arcgis-viewer-flex,CanterburyRegionalCouncil/arcgis-viewer-flex,Esri/arcgis-viewer-flex
f03caf98fefc6c5de64c9ff3f19961a5920d69ba
src/as/com/threerings/util/SortedHashMap.as
src/as/com/threerings/util/SortedHashMap.as
// // $Id: HashMap.as 4848 2007-10-18 23:55:26Z ray $ // // 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 te...
// // $Id: HashMap.as 4848 2007-10-18 23:55:26Z ray $ // // 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 te...
Use Util.adapt(). Look at this functional programming masterpiece. I'm not sure how much actual utility is here, and how much I just like the gee-whiz factor.
Use Util.adapt(). Look at this functional programming masterpiece. I'm not sure how much actual utility is here, and how much I just like the gee-whiz factor. git-svn-id: a1a4b28b82a3276cc491891159dd9963a0a72fae@5731 542714f4-19e9-0310-aa3c-eee0fc999fb1
ActionScript
lgpl-2.1
threerings/narya,threerings/narya,threerings/narya,threerings/narya,threerings/narya
d1044e9601b3390afe5d13a1f5e304c846e85b4b
exporter/src/main/as/flump/xfl/XflLibrary.as
exporter/src/main/as/flump/xfl/XflLibrary.as
// // Flump - Copyright 2013 Flump Authors package flump.xfl { import flash.filesystem.File; import flash.utils.ByteArray; import flash.utils.Dictionary; import com.adobe.crypto.MD5; import flump.SwfTexture; import flump.Util; import flump.executor.Executor; import flump.executor.Future; import flump.executor.Futur...
// // Flump - Copyright 2013 Flump Authors package flump.xfl { import flash.filesystem.File; import flash.utils.ByteArray; import flash.utils.Dictionary; import com.adobe.crypto.MD5; import flump.SwfTexture; import flump.Util; import flump.executor.Executor; import flump.executor.Future; import flump.executor.Futur...
Apply the keyframe pivot to flipbooks too.
Apply the keyframe pivot to flipbooks too. Fixes #36. @tconkling, could you please verify and do an exporter release?
ActionScript
mit
funkypandagame/flump,mathieuanthoine/flump,tconkling/flump,funkypandagame/flump,mathieuanthoine/flump,mathieuanthoine/flump,tconkling/flump
8ac757c4f635cd40ed8becee61cb91ded2907373
fp10/src/as3isolib/display/scene/IsoScene.as
fp10/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,dreamsxin/as3isolib.v1,liuju/as3isolib.v1,as3isolib/as3isolib.v1,dreamsxin/as3isolib.v1,liuju/as3isolib.v1
f71b7947120a808d94399c78547fc11658d31323
krew-framework/krewfw/utils/as3/KrewAsync.as
krew-framework/krewfw/utils/as3/KrewAsync.as
package krewfw.utils.as3 { /** * Flexible asynchronous tasker. * * Usage: * <pre> * //--- Basic sequential task * var async:KrewAsync = new KrewAsync({ * serial : [function_1, function_2, function_3], * error : _onErrorHandler, * anyway ...
package krewfw.utils.as3 { /** * Flexible asynchronous tasker. * @see http://docs.tatsuya-koyama.com/krew-framework/samples/krewasync/ * * Usage: * <pre> * //--- Basic sequential task * var async:KrewAsync = new KrewAsync({ * serial : [function_1, function_2,...
Add comment to KrewAsync
Add comment to KrewAsync
ActionScript
mit
tatsuya-koyama/krewFramework,tatsuya-koyama/krewFramework,tatsuya-koyama/krewFramework
32597c8c41dbb2de496e0951ed62268bc5741715
FlexUnit4/src/org/flexunit/internals/runners/FlexUnit1ClassRunner.as
FlexUnit4/src/org/flexunit/internals/runners/FlexUnit1ClassRunner.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 for JIRA issue http://bugs.adobe.com/jira/browse/FXU-37
Fix for JIRA issue http://bugs.adobe.com/jira/browse/FXU-37 git-svn-id: 9278a788294a4258aac04586390fc35fb4a5f335@6909 a9308255-753e-0410-a2e9-80b3fbc4fff6
ActionScript
apache-2.0
apache/flex-flexunit,SlavaRa/flex-flexunit,SlavaRa/flex-flexunit,apache/flex-flexunit,SlavaRa/flex-flexunit,apache/flex-flexunit,SlavaRa/flex-flexunit,apache/flex-flexunit
7bd1ec48016cadfbc3a7d5141d4a9e51b2760404
src/com/google/analytics/v4/Configuration.as
src/com/google/analytics/v4/Configuration.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...
remove params related to idle timer
remove params related to idle timer
ActionScript
apache-2.0
DimaBaliakin/gaforflash,soumavachakraborty/gaforflash,jeremy-wischusen/gaforflash,jeremy-wischusen/gaforflash,drflash/gaforflash,Miyaru/gaforflash,jisobkim/gaforflash,Vigmar/gaforflash,jisobkim/gaforflash,mrthuanvn/gaforflash,dli-iclinic/gaforflash,mrthuanvn/gaforflash,Vigmar/gaforflash,soumavachakraborty/gaforflash,Mi...
ad990ea02ecb2a7825e2f8733f40cc937343a6fb
src/com/esri/builder/controllers/WidgetSyncController.as
src/com/esri/builder/controllers/WidgetSyncController.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 // /...
Simplify WidgetSyncController logic.
Simplify WidgetSyncController logic.
ActionScript
apache-2.0
Esri/arcgis-viewer-builder-flex
86f0387ed9e354ce5dbbde9f990da585b887c359
src/com/benoitfreslon/layoutmanager/LayoutLoader.as
src/com/benoitfreslon/layoutmanager/LayoutLoader.as
package com.benoitfreslon.layoutmanager { import flash.display.MovieClip; import flash.events.Event; import flash.utils.getDefinitionByName; import starling.display.Button; import starling.display.DisplayObject; import starling.display.DisplayObjectContainer; import starling.display.Image; import starling.dis...
package com.benoitfreslon.layoutmanager { import flash.display.MovieClip; import flash.events.Event; import flash.utils.getDefinitionByName; import starling.display.Button; import starling.display.DisplayObject; import starling.display.DisplayObjectContainer; import starling.display.Image; import starling.dis...
Remove trace
Remove trace
ActionScript
mit
BenoitFreslon/benoitfreslon-layoutmanager
724c7a1fc808eeee6e4ca2df636e92347abf0bbc
dolly-framework/src/test/actionscript/dolly/CopierTest.as
dolly-framework/src/test/actionscript/dolly/CopierTest.as
package dolly { import dolly.core.dolly_internal; import dolly.data.ClassLevelCopyable; import dolly.data.PropertyLevelCopyable; import org.as3commons.reflect.Field; import org.as3commons.reflect.Type; import org.flexunit.asserts.assertEquals; import org.flexunit.asserts.assertNotNull; import org.flexunit.asserts.asse...
package dolly { import dolly.core.dolly_internal; import dolly.data.ClassLevelCopyable; import dolly.data.ClassLevelCopyableCloneable; import dolly.data.PropertyLevelCopyable; import dolly.data.PropertyLevelCopyableCloneable; import org.as3commons.reflect.Field; import org.as3commons.reflect.Type; import org.flexunit....
Test classes ClassLevelCopyableCloneable and PropertyLevelCopyableCloneable in CopierTest.
Test classes ClassLevelCopyableCloneable and PropertyLevelCopyableCloneable in CopierTest.
ActionScript
mit
Yarovoy/dolly
010ca426b22a1a85ccdf1dcfb2a23b6c2a63583d
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.NativeWindow; import flash.display.Stage; import flash.display.StageQuality; import flash.events.Event; import flash.events.MouseEvent; import flash.filesystem.File; import flash.net.Sha...
// // Flump - Copyright 2012 Three Rings Design package flump.export { import flash.desktop.NativeApplication; import flash.display.NativeWindow; import flash.display.Stage; import flash.display.StageQuality; import flash.events.Event; import flash.events.MouseEvent; import flash.filesystem.File; import flash.net.Sha...
update the Preview and Export buttons when the "valid" status changes
update the Preview and Export buttons when the "valid" status changes
ActionScript
mit
tconkling/flump,funkypandagame/flump,tconkling/flump,funkypandagame/flump,mathieuanthoine/flump,mathieuanthoine/flump,mathieuanthoine/flump
d1275ddb89278d6aa35fdf3e312f2b5859998442
src/SoundManager2_SMSound_AS3.as
src/SoundManager2_SMSound_AS3.as
/* SoundManager 2: Javascript Sound for the Web ---------------------------------------------- http://schillmania.com/projects/soundmanager2/ Copyright (c) 2007, Scott Schiller. All rights reserved. Code licensed under the BSD License: http://www.schillmania.com/projects/soundmanager2/license.txt ...
/* SoundManager 2: Javascript Sound for the Web ---------------------------------------------- http://schillmania.com/projects/soundmanager2/ Copyright (c) 2007, Scott Schiller. All rights reserved. Code licensed under the BSD License: http://www.schillmania.com/projects/soundmanager2/license.txt ...
Fix pause issue. When track is played and then paused, paused state was not reset.
Fix pause issue. When track is played and then paused, paused state was not reset.
ActionScript
bsd-3-clause
snowman1ng/SoundManager2-Seek-Reverse,Nona-Creative/SoundManager2,Shinobi881/SoundManager2,josephsavona/SoundManager2,minorgod/SoundManager2,minorgod/SoundManager2,ubergrafik/SoundManager2,Shinobi881/SoundManager2,thecocce/SoundManager2,2947721120/SoundManager2,snowman1ng/SoundManager2-Seek-Reverse,ubergrafik/SoundMana...
18eea70bae1d2f2a86ac67c17c093577ab30187d
src/main/actionscript/com/dotfold/dotvimstat/view/summary/VideosSummary.as
src/main/actionscript/com/dotfold/dotvimstat/view/summary/VideosSummary.as
package com.dotfold.dotvimstat.view.summary { import asx.string.empty; import com.dotfold.dotvimstat.net.service.VimeoBasicService; import com.dotfold.dotvimstat.view.IView; import modena.core.Element; import modena.core.ElementContent; import modena.ui.Label; /** * VideosSummary view shows the count of ...
package com.dotfold.dotvimstat.view.summary { import asx.string.empty; import com.dotfold.dotvimstat.net.service.VimeoBasicService; import com.dotfold.dotvimstat.view.IView; import com.greensock.TweenLite; import modena.core.Element; import modena.core.ElementContent; import modena.ui.Label; /** * Video...
add animation to VideosSummary
[feat] add animation to VideosSummary
ActionScript
mit
dotfold/dotvimstat
cb750d78c2709227f2093a170433f0092eae1eef
src/aerys/minko/render/shader/compiler/Serializer.as
src/aerys/minko/render/shader/compiler/Serializer.as
package aerys.minko.render.shader.compiler { import aerys.minko.ns.minko_math; import aerys.minko.type.math.Matrix4x4; import aerys.minko.type.math.Vector4; import avmplus.getQualifiedClassName; import flash.geom.Point; import flash.geom.Vector3D; /** * The Serializer class provides a set of static method...
package aerys.minko.render.shader.compiler { import aerys.minko.ns.minko_math; import aerys.minko.type.math.Matrix4x4; import aerys.minko.type.math.Vector4; import flash.geom.Point; import flash.geom.Vector3D; import flash.utils.getQualifiedClassName; /** * The Serializer class provides a set of static meth...
fix wrong import for getQualifiedClassName()
fix wrong import for getQualifiedClassName()
ActionScript
mit
aerys/minko-as3
2db82a30c5c3e50ce15a849d87f06c8bc8eb821c
exporter/src/main/as/flump/export/FlaLoader.as
exporter/src/main/as/flump/export/FlaLoader.as
// // Flump - Copyright 2012 Three Rings Design package flump.export { import flash.filesystem.File; import flash.utils.ByteArray; import deng.fzip.FZip; import deng.fzip.FZipFile; import flump.executor.Executor; import flump.executor.Future; import flump.executor.VisibleFuture; import flump.xfl.ParseError; import ...
// // Flump - Copyright 2012 Three Rings Design package flump.export { import flash.filesystem.File; import flash.utils.ByteArray; import deng.fzip.FZip; import deng.fzip.FZipFile; import flump.executor.Executor; import flump.executor.Future; import flump.executor.VisibleFuture; import flump.xfl.ParseError; import ...
load "MyFla.swf", not "MyFla.fla.swf"
FlaLoader: load "MyFla.swf", not "MyFla.fla.swf"
ActionScript
mit
mathieuanthoine/flump,funkypandagame/flump,mathieuanthoine/flump,tconkling/flump,mathieuanthoine/flump,funkypandagame/flump,tconkling/flump
d6fab14e32a7a23a8de6cfb259ccf1f5f5ebfc61
Bin/Data/Scripts/Vehicle.as
Bin/Data/Scripts/Vehicle.as
Scene@ testScene; Camera@ camera; Node@ cameraNode; Node@ vehicleHullNode; float yaw = 0.0; float pitch = 0.0; int drawDebug = 0; void Start() { if (!engine.headless) { InitConsole(); InitUI(); } else OpenConsoleWindow(); InitScene(); InitVehicle();...
Scene@ testScene; Camera@ camera; Node@ cameraNode; Node@ vehicleHullNode; float yaw = 0.0; float pitch = 0.0; int drawDebug = 0; void Start() { if (!engine.headless) { InitConsole(); InitUI(); } else OpenConsoleWindow(); InitScene(); InitVehicle();...
Align downforce to vehicle hull orientation.
Align downforce to vehicle hull orientation.
ActionScript
mit
codemon66/Urho3D,carnalis/Urho3D,abdllhbyrktr/Urho3D,codedash64/Urho3D,SuperWangKai/Urho3D,MonkeyFirst/Urho3D,abdllhbyrktr/Urho3D,tommy3/Urho3D,weitjong/Urho3D,codedash64/Urho3D,rokups/Urho3D,299299/Urho3D,MonkeyFirst/Urho3D,rokups/Urho3D,henu/Urho3D,SuperWangKai/Urho3D,helingping/Urho3D,kostik1337/Urho3D,kostik1337/Ur...
9c18db35aac41b22e5ca828548a2e0b652930907
src/aerys/minko/scene/controller/camera/CameraController.as
src/aerys/minko/scene/controller/camera/CameraController.as
package aerys.minko.scene.controller.camera { import aerys.minko.ns.minko_scene; import aerys.minko.scene.controller.AbstractController; import aerys.minko.scene.data.CameraDataProvider; import aerys.minko.scene.node.ISceneNode; import aerys.minko.scene.node.Scene; import aerys.minko.scene.node.camera.AbstractCam...
package aerys.minko.scene.controller.camera { import aerys.minko.ns.minko_scene; import aerys.minko.scene.controller.AbstractController; import aerys.minko.scene.data.CameraDataProvider; import aerys.minko.scene.node.ISceneNode; import aerys.minko.scene.node.Scene; import aerys.minko.scene.node.camera.AbstractCam...
fix multiple cameras switch by patching CameraController to make sure the 'old' camera is deactivated and it's data provider out of the scene bindings before adding the data provider of the 'new' one
fix multiple cameras switch by patching CameraController to make sure the 'old' camera is deactivated and it's data provider out of the scene bindings before adding the data provider of the 'new' one
ActionScript
mit
aerys/minko-as3
a9ae90962a05238917630cacc2f94e438472397a
src/com/jonas/net/Multipart.as
src/com/jonas/net/Multipart.as
package com.jonas.net { import flash.net.URLRequest; import flash.net.URLRequestMethod; import flash.net.URLRequestHeader; import flash.utils.ByteArray; /** * * Based on RFC 1867 + real case observation * * RFC 1867 * https://tools.ietf.org/html/rfc1867 * */ public class Multipart { private var...
package com.jonas.net { import flash.net.URLRequest; import flash.net.URLRequestMethod; import flash.net.URLRequestHeader; import flash.utils.ByteArray; /** * * Based on RFC 1867 + real case observation * * RFC 1867 * https://tools.ietf.org/html/rfc1867 * */ public class Multipart { private var...
Support for not ascii compliant encodings. Also utf-8 as default encoding.
Support for not ascii compliant encodings. Also utf-8 as default encoding.
ActionScript
apache-2.0
jimojon/Multipart.as
4c1b7d4f3b56cdb7e74e1ee618c1b7ce736a60df
assets/scripts/entities/player.as
assets/scripts/entities/player.as
#include "entity.as" class player : entity { player(const glm::vec3& in position, const glm::quat& in rotation, const glm::vec3& in scale, const string& in mesh, const string& in skeleton) { super(position, rotation, scale); impl_.add_animation_component(mesh, skeleton); impl_.add_c...
#include "entity.as" class player : entity { player(const glm::vec3& in position, const glm::quat& in rotation, const glm::vec3& in scale, const string& in mesh, const string& in skeleton) { super(position, rotation, scale); impl_.add_animation_component(mesh, skeleton); impl_.add_c...
Set initial player state in players ctor.
Set initial player state in players ctor.
ActionScript
mit
kasoki/project-zombye,kasoki/project-zombye,kasoki/project-zombye
b4c5370b98f802008211988df5f393a87a5f330f
frameworks/projects/charts/src/mx/charts/styles/HaloDefaults.as
frameworks/projects/charts/src/mx/charts/styles/HaloDefaults.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 for FLEX-34728
fix for FLEX-34728
ActionScript
apache-2.0
apache/flex-sdk,apache/flex-sdk,apache/flex-sdk,apache/flex-sdk,adufilie/flex-sdk,adufilie/flex-sdk,adufilie/flex-sdk,adufilie/flex-sdk,apache/flex-sdk,adufilie/flex-sdk,apache/flex-sdk,adufilie/flex-sdk
6baad29b2f8f622446622dd15ed517b5b08f2841
src/flexlib/containers/AdvancedForm.as
src/flexlib/containers/AdvancedForm.as
/* Copyright (c) 2007 FlexLib Contributors. See: http://code.google.com/p/flexlib/wiki/ProjectContributors 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 witho...
/* Copyright (c) 2007 FlexLib Contributors. See: http://code.google.com/p/flexlib/wiki/ProjectContributors 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 witho...
Test commit rights, added a space in a comment.
Test commit rights, added a space in a comment.
ActionScript
mit
Acidburn0zzz/flexlib
910e2172b2987f35be2a8ae6f15f37a77d8cd582
swfcat.as
swfcat.as
package { import flash.display.Sprite; import flash.text.TextField; import flash.net.Socket; import flash.events.Event; import flash.events.IOErrorEvent; import flash.events.ProgressEvent; import flash.events.SecurityErrorEvent; import flash.utils.ByteArray; public class swfcat exte...
package { import flash.display.Sprite; import flash.text.TextField; import flash.net.Socket; import flash.events.Event; import flash.events.IOErrorEvent; import flash.events.ProgressEvent; import flash.events.SecurityErrorEvent; import flash.utils.ByteArray; public class swfcat exte...
Handle the Tor relay address as an instance variable.
Handle the Tor relay address as an instance variable. Comment the hardcoded relay address.
ActionScript
mit
arlolra/flashproxy,arlolra/flashproxy,glamrock/flashproxy,glamrock/flashproxy,infinity0/flashproxy,infinity0/flashproxy,glamrock/flashproxy,infinity0/flashproxy,infinity0/flashproxy,arlolra/flashproxy,infinity0/flashproxy,infinity0/flashproxy,arlolra/flashproxy,glamrock/flashproxy,arlolra/flashproxy,glamrock/flashproxy...
f9e0873b48c3c91674c43e437676b3e81669d3f3
src/aerys/minko/render/shader/compiler/DebugCompiler.as
src/aerys/minko/render/shader/compiler/DebugCompiler.as
package aerys.minko.render.shader.compiler { import aerys.minko.render.shader.compiler.allocator.Allocation; import aerys.minko.render.shader.compiler.allocator.ParameterAllocation; import aerys.minko.render.shader.compiler.visitor.writer.WriteAgal; import aerys.minko.render.shader.compiler.visitor.writer.WriteDot;...
package aerys.minko.render.shader.compiler { import aerys.minko.render.shader.compiler.allocator.Allocation; import aerys.minko.render.shader.compiler.allocator.ParameterAllocation; import aerys.minko.render.shader.compiler.visitor.writer.WriteAgal; import aerys.minko.render.shader.compiler.visitor.writer.WriteDot;...
Fix bug in debug compiler when creating a constant allocation summary with 4 sized allocations
Fix bug in debug compiler when creating a constant allocation summary with 4 sized allocations
ActionScript
mit
aerys/minko-as3
7bb45cdf7203272b88d2361ce6d3fbb936dcd72c
src/aerys/minko/type/Signal.as
src/aerys/minko/type/Signal.as
package aerys.minko.type { public final class Signal { private var _name : String = null; private var _callbacks : Array = []; private var _numCallbacks : uint = 0; private var _executed : Boolean = false; private var _numAdded : uint = 0; private var _toAdd : Array = null; private var ...
package aerys.minko.type { public final class Signal { private var _name : String = null; private var _callbacks : Array = []; private var _numCallbacks : uint = 0; private var _executed : Boolean = false; private var _numAdded : uint = 0; private var _toAdd : Array = null; private var ...
check the callack actually exists at the begining of Signal.removeCallback()
check the callack actually exists at the begining of Signal.removeCallback()
ActionScript
mit
aerys/minko-as3
7445596fc42ff05ad4a37f84329c903afbfbff1c
Arguments/src/logic/ModusPonens.as
Arguments/src/logic/ModusPonens.as
package logic { /** AGORA - an interactive and web-based argument mapping tool that stimulates reasoning, reflection, critique, deliberation, and creativity in individual argument construction and in collaborative or adversarial settings. Copyright (C) 2011 Georgia Institute of Technology This program ...
package logic { /** AGORA - an interactive and web-based argument mapping tool that stimulates reasoning, reflection, critique, deliberation, and creativity in individual argument construction and in collaborative or adversarial settings. Copyright (C) 2011 Georgia Institute of Technology This program ...
Fix obvious semicolon error
Fix obvious semicolon error
ActionScript
agpl-3.0
mbjornas3/AGORA,mbjornas3/AGORA,MichaelHoffmann/AGORA,MichaelHoffmann/AGORA,MichaelHoffmann/AGORA
b7ffc487535ea54e7536eef5b8dbcb56ecb45d92
src/MorningStroll.as
src/MorningStroll.as
package { import flash.text.TextField; import org.flixel.FlxG; import org.flixel.FlxGame; import org.flixel.FlxU; [SWF(width=416, height=600, backgroundColor="#000000")] [Frame(factoryClass="Preloader")] // Custom FlxGame extensions. public class MorningStroll extends FlxGame { public functi...
package { import flash.text.TextField; import org.flixel.FlxG; import org.flixel.FlxGame; import org.flixel.FlxU; [SWF(width=416, height=600, backgroundColor="#000000")] [Frame(factoryClass="Preloader")] // Custom FlxGame extensions. public class MorningStroll extends FlxGame { public functi...
Update instructions on pause screen.
Update instructions on pause screen.
ActionScript
artistic-2.0
hlfcoding/morning-stroll
25932820c8ec3316a6569ed4fd5cbb1f6496f5e3
assets/scripts/character_states/stand.as
assets/scripts/character_states/stand.as
void enter(entity_impl& out owner) { owner.get_animation_component().play_ani("stand"); } void update(float delta_time, entity_impl& out owner) { } void leave(entity_impl& out owner) { }
void enter(entity_impl& out owner) { owner.get_animation_component().play_ani("stand"); owner.get_character_physics_component().velocity(0); owner.get_character_physics_component().angular_velocity(0); } void update(float delta_time, entity_impl& out owner) { } void leave(entity_impl& out owner) { }
set velocity to zero in 'stand'-states enter function.
set velocity to zero in 'stand'-states enter function.
ActionScript
mit
kasoki/project-zombye,kasoki/project-zombye,kasoki/project-zombye
ba3be6f30e19d58eb058a8c5c429ba5ffbc51f4e
Arguments/src/Controller/logic/NotAllSyllogism.as
Arguments/src/Controller/logic/NotAllSyllogism.as
package Controller.logic { import Model.AGORAModel; import Model.ArgumentTypeModel; import Model.InferenceModel; import Model.SimpleStatementModel; import Model.StatementModel; import ValueObjects.AGORAParameters; import components.ArgSelector; import components.ArgumentPanel; import components.MenuPanel;...
package Controller.logic { import Model.AGORAModel; import Model.ArgumentTypeModel; import Model.InferenceModel; import Model.SimpleStatementModel; import Model.StatementModel; import ValueObjects.AGORAParameters; import components.ArgSelector; import components.ArgumentPanel; import components.MenuPanel;...
clean up
clean up
ActionScript
agpl-3.0
MichaelHoffmann/AGORA,MichaelHoffmann/AGORA,MichaelHoffmann/AGORA,mbjornas3/AGORA,mbjornas3/AGORA
21e7e214748cbe2a1b6c87d5b9eacb76b4eb9f5e
project/PinkPlayer/src/com/fenhongxiang/cue/CuePoint.as
project/PinkPlayer/src/com/fenhongxiang/cue/CuePoint.as
//------------------------------------------------------------------------------ // // Copyright 2016 www.fenhongxiang.com // All rights reserved. // By :ljh // //------------------------------------------------------------------------------ package com.fenhongxiang.cue { import com.fenhongxiang.event.FResiz...
//------------------------------------------------------------------------------ // // Copyright 2016 www.fenhongxiang.com // All rights reserved. // By :ljh // //------------------------------------------------------------------------------ package com.fenhongxiang.cue { import com.fenhongxiang.event.FResiz...
update style
update style
ActionScript
mit
luojianghong/HLSPlayer,luojianghong/HLSPlayer
cc3976a213e597aa1a858617ddc39859315c9e2a
src/as/com/threerings/ezgame/client/EZGameController.as
src/as/com/threerings/ezgame/client/EZGameController.as
// // $Id$ // // Vilya library - tools for developing networked games // Copyright (C) 2002-2007 Three Rings Design, Inc., All Rights Reserved // http://www.threerings.net/code/vilya/ // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public Licens...
// // $Id$ // // Vilya library - tools for developing networked games // Copyright (C) 2002-2007 Three Rings Design, Inc., All Rights Reserved // http://www.threerings.net/code/vilya/ // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public Licens...
Use playerInRoom() to let the game manager know we've arrived but aren't ready to start the game yet.
Use playerInRoom() to let the game manager know we've arrived but aren't ready to start the game yet. git-svn-id: a3e1eb16dde062992de22c830ed8045c8013209a@419 c613c5cb-e716-0410-b11b-feb51c14d237
ActionScript
lgpl-2.1
threerings/vilya,threerings/vilya
3e220b05c270eaf33518a92fb36005e1665edf14
as3/smartform/src/com/rpath/raf/util/LifecycleObject.as
as3/smartform/src/com/rpath/raf/util/LifecycleObject.as
/* # # Copyright (c) 2008-2010 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 u...
/* # # Copyright (c) 2008-2010 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 u...
Make LifeCycleObject subclass of EventDispatcher
Make LifeCycleObject subclass of EventDispatcher
ActionScript
apache-2.0
sassoftware/smartform
41ea9389ae9e00157404174abbf3f3d47a0fc288
src/com/phylake/fsm/impl/Fsm.as
src/com/phylake/fsm/impl/Fsm.as
package com.phylake.fsm.impl { import com.phylake.fsm.core.*; import flash.errors.IllegalOperationError; import flash.utils.Dictionary; public class Fsm implements IFsm { private var _events:Vector.<IEvent> = new Vector.<IEvent>(); private var _currentState:IState; ...
package com.phylake.fsm.impl { import com.phylake.fsm.core.*; import flash.errors.IllegalOperationError; import flash.utils.Dictionary; public class Fsm implements IFsm { private var _events:Vector.<IEvent> = new Vector.<IEvent>(); private var _currentState:IState; ...
break instead
break instead
ActionScript
mit
phylake/stratum
e36fddc2eb8bff647b4bfdcbde3064e4c9dbf40f
src/aerys/minko/scene/controller/AnimationController.as
src/aerys/minko/scene/controller/AnimationController.as
package aerys.minko.scene.controller { import aerys.minko.scene.node.Group; import aerys.minko.scene.node.ISceneNode; import aerys.minko.type.Signal; import aerys.minko.type.animation.TimeLabel; import aerys.minko.type.animation.timeline.ITimeline; import flash.utils.getTimer; public class AnimationController...
package aerys.minko.scene.controller { import aerys.minko.scene.node.Group; import aerys.minko.scene.node.ISceneNode; import aerys.minko.type.Signal; import aerys.minko.type.animation.TimeLabel; import aerys.minko.type.animation.timeline.ITimeline; import flash.utils.getTimer; public class AnimationController...
Add getter on totalTime, currentTime and isPlaying properties
Add getter on totalTime, currentTime and isPlaying properties
ActionScript
mit
aerys/minko-as3
35467eee681cd5fa69981df303800d2c2daee6ea
src/aerys/minko/render/shader/part/phong/LightAwareDiffuseShaderPart.as
src/aerys/minko/render/shader/part/phong/LightAwareDiffuseShaderPart.as
package aerys.minko.render.shader.part.phong { import aerys.minko.render.material.basic.BasicProperties; import aerys.minko.render.shader.SFloat; import aerys.minko.render.shader.Shader; import aerys.minko.type.enum.SamplerFiltering; import aerys.minko.type.enum.SamplerMipMapping; import aerys.minko.type.enum.Sam...
package aerys.minko.render.shader.part.phong { import aerys.minko.render.material.basic.BasicProperties; import aerys.minko.render.shader.SFloat; import aerys.minko.render.shader.Shader; import aerys.minko.type.enum.SamplerFiltering; import aerys.minko.type.enum.SamplerFormat; import aerys.minko.type.enum.Sampler...
fix LightAwareDiffuseShaderPart.getDiffuseColor() to use the BasicProperties.DIFFUSE_MAP_FORMAT mesh binding
fix LightAwareDiffuseShaderPart.getDiffuseColor() to use the BasicProperties.DIFFUSE_MAP_FORMAT mesh binding
ActionScript
mit
aerys/minko-as3
6d4b58dd97f2998a2d7c24fb6200bfdf815a4959
src/Player.as
src/Player.as
package { import flash.display.Loader; import flash.display.Sprite; import flash.display.StageAlign; import flash.display.StageScaleMode; import flash.events.Event; import flash.events.NetStatusEvent; import flash.external.ExternalInterface; import flash.media.SoundTransform; import flash.media.Video...
package { import flash.display.Loader; import flash.display.Sprite; import flash.display.StageAlign; import flash.display.StageScaleMode; import flash.events.Event; import flash.events.NetStatusEvent; import flash.external.ExternalInterface; import flash.media.SoundTransform; import flash.media.Video...
add onReady callback
add onReady callback
ActionScript
mit
cameronhunter/divine-player