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
ac2108704aefa713573fc381f9d8db52853a4e5c
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.scene.controller.AbstractController; import aerys.minko.type.Signal; import aerys.minko.type.Sort; import aerys.minko.type.loader.ILoader; import aerys.minko.type.loader.SceneLoader; im...
package aerys.minko.scene.node { import aerys.minko.ns.minko_scene; import aerys.minko.scene.SceneIterator; import aerys.minko.scene.controller.AbstractController; import aerys.minko.type.Signal; import aerys.minko.type.Sort; import aerys.minko.type.loader.ILoader; import aerys.minko.type.loader.SceneLoader; im...
remove dead/commented code
remove dead/commented code
ActionScript
mit
aerys/minko-as3
4fe22770a2c4be443f4dfdda60b4f4638bfa63ba
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; private var volume:int; public function Impetus...
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; private var volume:int; private var balance:int;...
Add balance system
Add balance system
ActionScript
mit
Julow/Impetus
99a16145993037bef4b84ee36b4e9bac7208a813
src/org/mangui/hls/demux/DemuxHelper.as
src/org/mangui/hls/demux/DemuxHelper.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.demux { import flash.utils.ByteArray; import org.mangui.hls.model.Level; CONFI...
/* 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.demux { import flash.utils.ByteArray; import org.mangui.hls.model.Level; CONFI...
Revert "[Mangui.DemuxHelper] Make probe Level parameter optional"
Revert "[Mangui.DemuxHelper] Make probe Level parameter optional" This reverts commit 3b6ac534dc61f2d9e09b0ed3e15141b1bb25a64b.
ActionScript
mpl-2.0
codex-corp/flashls,codex-corp/flashls
9edd0cb4b7c34899a47143f6e9de7592b9fc1258
src/org/mangui/HLS/muxing/ID3.as
src/org/mangui/HLS/muxing/ID3.as
package org.mangui.HLS.muxing { import flash.utils.ByteArray; import org.mangui.HLS.utils.Log; public class ID3 { public var len:Number; public var hasTimestamp:Boolean = false; public var timestamp:Number; /* create ID3 object by parsing ByteArray, looking for ID3 tag length, ...
package org.mangui.HLS.muxing { import flash.utils.ByteArray; //import org.mangui.HLS.utils.Log; public class ID3 { public var len:Number; public var hasTimestamp:Boolean = false; public var timestamp:Number; /* create ID3 object by parsing ByteArray, looking for ID3 tag length...
remove unused import
remove unused import
ActionScript
mpl-2.0
desaintmartin/hlsprovider,desaintmartin/hlsprovider,desaintmartin/hlsprovider
473dde47921b76bda1d75e65b2f859c5ff12e07b
src/avm2/builtin/actionscript.lang.as
src/avm2/builtin/actionscript.lang.as
/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * 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 compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * ...
/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * 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 compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * ...
Fix top-level NaN constant.
Fix top-level NaN constant.
ActionScript
apache-2.0
mbebenita/shumway,tschneidereit/shumway,yurydelendik/shumway,mbebenita/shumway,mbebenita/shumway,mozilla/shumway,mozilla/shumway,mozilla/shumway,tschneidereit/shumway,tschneidereit/shumway,mbebenita/shumway,yurydelendik/shumway,yurydelendik/shumway,tschneidereit/shumway,yurydelendik/shumway,yurydelendik/shumway,mbebeni...
32da3ad433edf282e8b4b3d2bd28fab0e5a658ee
src/aerys/minko/render/shader/part/projection/BlinnNewellProjectionShaderPart.as
src/aerys/minko/render/shader/part/projection/BlinnNewellProjectionShaderPart.as
package aerys.minko.render.shader.part.projection { import aerys.minko.render.shader.SFloat; import aerys.minko.render.shader.Shader; import aerys.minko.render.shader.part.ShaderPart; import aerys.minko.render.shader.part.coordinates.SphericalCoordinatesShaderPart; import flash.geom.Rectangle; /** * Blinn-N...
package aerys.minko.render.shader.part.projection { import aerys.minko.render.shader.SFloat; import aerys.minko.render.shader.Shader; import aerys.minko.render.shader.part.ShaderPart; import aerys.minko.render.shader.part.coordinates.SphericalCoordinatesShaderPart; import flash.geom.Rectangle; /** * Blinn-N...
fix minor coding style issues
fix minor coding style issues
ActionScript
mit
aerys/minko-as3
510247e755aa4d15eeda594250ea6f46e87d0fb6
lib/streamio/Stat.as
lib/streamio/Stat.as
package streamio { import flash.events.* import flash.net.* import goplayer.StreamioAPI public class Stat { public static var trackerId:String = "global" public static function view(movieId:String) { update(movieId, "views") } public static function play(movieId:String)...
// XXX: Make this file conform to Goplayer code style. package streamio { import flash.events.* import flash.net.* import goplayer.StreamioAPI public class Stat { public static var trackerId:String = "global" public static function view(movieId:String) : void { update(movieId, "v...
Fix problems and warnings in Stat.as.
Fix problems and warnings in Stat.as.
ActionScript
mit
dbrock/goplayer,dbrock/goplayer
3fa6608cecd6cf82cbbc1adb4419790507cf5821
vivified/core/vivi_initialize.as
vivified/core/vivi_initialize.as
/* Vivified * Copyright (C) 2007 Benjamin Otte <otte@gnome.org> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later ...
/* Vivified * Copyright (C) 2007 Benjamin Otte <otte@gnome.org> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later ...
print the value the variable will be set to
print the value the variable will be set to
ActionScript
lgpl-2.1
mltframework/swfdec,freedesktop-unofficial-mirror/swfdec__swfdec,mltframework/swfdec,freedesktop-unofficial-mirror/swfdec__swfdec,freedesktop-unofficial-mirror/swfdec__swfdec
dabfe03e024e9f940391f2b5c8c5ed1df1bb6251
RTMFPSocket.as
RTMFPSocket.as
/* The RTMFPSocket class provides a socket-like interface around RTMFP NetConnection and NetStream. Each RTMFPSocket contains one NetConnection and two NetStreams, one for reading and one for writing. To create a listening socket: var rs:RTMFPSocket = new RTMFPSocket(url, key); rs.addEventListener(Event.COMPLE...
/* The RTMFPSocket class provides a socket-like interface around RTMFP NetConnection and NetStream. Each RTMFPSocket contains one NetConnection and two NetStreams, one for reading and one for writing. To create a listening socket: var rs:RTMFPSocket = new RTMFPSocket(url, key); rs.addEventListener(Event.COMPLE...
Reset the "connected" property on NetConnection.Connect.Closed.
Reset the "connected" property on NetConnection.Connect.Closed.
ActionScript
mit
infinity0/flashproxy,infinity0/flashproxy,infinity0/flashproxy,arlolra/flashproxy,arlolra/flashproxy,arlolra/flashproxy,arlolra/flashproxy,arlolra/flashproxy,glamrock/flashproxy,infinity0/flashproxy,glamrock/flashproxy,glamrock/flashproxy,glamrock/flashproxy,glamrock/flashproxy,infinity0/flashproxy,arlolra/flashproxy,a...
8d68d025912b7563318979b2464f9c7f8ea85fd6
src/aerys/minko/scene/controller/AbstractController.as
src/aerys/minko/scene/controller/AbstractController.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.Signal; import flash.display.BitmapData; import flash.utils.getQualifiedClassName; /** * Contr...
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.Signal; import flash.display.BitmapData; import flash.utils.getQualifiedClassName; /** * Contr...
remove deprecated AbstractController._ticked : Signal
remove deprecated AbstractController._ticked : Signal
ActionScript
mit
aerys/minko-as3
ab59c19e1b31a281e652d2d80490be4b52c9d18d
src/com/google/analytics/utils/Environment.as
src/com/google/analytics/utils/Environment.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...
fix comment for asdoc
fix comment for asdoc
ActionScript
apache-2.0
jeremy-wischusen/gaforflash,jisobkim/gaforflash,mrthuanvn/gaforflash,DimaBaliakin/gaforflash,dli-iclinic/gaforflash,mrthuanvn/gaforflash,Vigmar/gaforflash,Vigmar/gaforflash,DimaBaliakin/gaforflash,dli-iclinic/gaforflash,soumavachakraborty/gaforflash,jeremy-wischusen/gaforflash,Miyaru/gaforflash,soumavachakraborty/gafor...
51e191e5e42b3f7d45b42a2040c9828a95b8cd4b
SoundMain.as
SoundMain.as
package { import flash.display.Sprite; import flash.events.Event; import flash.events.SampleDataEvent; import flash.external.ExternalInterface; import flash.media.Sound; import flash.media.SoundChannel; import flash.net.URLRequest; import flash.utils.ByteArray; import flash.utils.Endian; import flash.utils.getQualifie...
package { import flash.display.Sprite; import flash.events.Event; import flash.events.SampleDataEvent; import flash.external.ExternalInterface; import flash.media.Sound; import flash.media.SoundChannel; import flash.net.URLRequest; import flash.utils.ByteArray; import flash.utils.Endian; import flash.utils.getQualifie...
Set channel to null when sound stops playing
Set channel to null when sound stops playing
ActionScript
bsd-3-clause
luciferous/Sound
598979fa0848921961ef97f001b5021863f78806
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...
Cut logging back to INFO by default
Cut logging back to INFO by default
ActionScript
mit
funkypandagame/flump,mathieuanthoine/flump,funkypandagame/flump,mathieuanthoine/flump,mathieuanthoine/flump,tconkling/flump,tconkling/flump
1f690495728e604df4b3c2ada00018578ef284aa
src/aerys/minko/scene/controller/TransformController.as
src/aerys/minko/scene/controller/TransformController.as
package aerys.minko.scene.controller { import aerys.minko.ns.minko_math; import aerys.minko.render.Viewport; import aerys.minko.scene.node.Group; import aerys.minko.scene.node.ISceneNode; import aerys.minko.scene.node.Scene; import aerys.minko.type.math.Matrix4x4; import flash.display.BitmapData; import flash...
package aerys.minko.scene.controller { import aerys.minko.ns.minko_math; import aerys.minko.render.Viewport; import aerys.minko.scene.node.Group; import aerys.minko.scene.node.ISceneNode; import aerys.minko.scene.node.Scene; import aerys.minko.type.math.Matrix4x4; import flash.display.BitmapData; import flash...
fix TransformController.updateLocalToWorld() to use !_localToWorldTransformsInitialized[childId] instead of _localToWorldTransformsInitialized[childId] to check if the child is dirty
fix TransformController.updateLocalToWorld() to use !_localToWorldTransformsInitialized[childId] instead of _localToWorldTransformsInitialized[childId] to check if the child is dirty
ActionScript
mit
aerys/minko-as3
dca4680d87577951eb0e72ca4215330a4dd7df42
frameworks/projects/framework/src/mx/utils/AndroidPlatformVersionOverride.as
frameworks/projects/framework/src/mx/utils/AndroidPlatformVersionOverride.as
package mx.utils { import flash.display.DisplayObject; import flash.system.Capabilities; import mx.core.mx_internal; [Mixin] public class AndroidPlatformVersionOverride { public static function init(root:DisplayObject):void { var c:Class = Capabilities; //Set this override value on if we are // a...
//////////////////////////////////////////////////////////////////////////////// // // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. // The ASF license...
Add Apache license header
Add Apache license header
ActionScript
apache-2.0
apache/flex-sdk,apache/flex-sdk,danteinforno/flex-sdk,SlavaRa/flex-sdk,shyamalschandra/flex-sdk,adufilie/flex-sdk,adufilie/flex-sdk,shyamalschandra/flex-sdk,adufilie/flex-sdk,SlavaRa/flex-sdk,SlavaRa/flex-sdk,SlavaRa/flex-sdk,adufilie/flex-sdk,danteinforno/flex-sdk,adufilie/flex-sdk,apache/flex-sdk,shyamalschandra/flex...
a0a19059f3cea08899eb57b25542231085d8c14b
src/aerys/minko/type/loader/SceneLoader.as
src/aerys/minko/type/loader/SceneLoader.as
package aerys.minko.type.loader { import aerys.minko.render.resource.texture.TextureResource; import aerys.minko.scene.node.AbstractSceneNode; import aerys.minko.scene.node.Group; import aerys.minko.scene.node.ISceneNode; import aerys.minko.type.Signal; import aerys.minko.type.loader.parser.IParser; import aerys...
package aerys.minko.type.loader { import aerys.minko.render.resource.texture.TextureResource; import aerys.minko.scene.node.AbstractSceneNode; import aerys.minko.scene.node.Group; import aerys.minko.scene.node.ISceneNode; import aerys.minko.type.Signal; import aerys.minko.type.loader.parser.IParser; import aerys...
update SceneLoader.parseCompleteHandler() to use setTimeout() and enforce asynchronous-like signals even when loading/parsing is synchronous for the sake of consistency
update SceneLoader.parseCompleteHandler() to use setTimeout() and enforce asynchronous-like signals even when loading/parsing is synchronous for the sake of consistency
ActionScript
mit
aerys/minko-as3
b07522d56449eaa54de1ec2064f3843458d4c1db
com/segonquart/Entrar.as
com/segonquart/Entrar.as
import mx.events.EventDispatcher; import mx.utils.Delegate; import mx.transitions.easing.*; import flash.filters.GlowFilter; import com.mosesSupposes.fuse.*; class com.segonquart.Entrar extends MovieClip { public var click_mc:MovieClip; public var entrar_mc:MovieClip; public var down:MovieClip; public ...
import mx.events.EventDispatcher; import mx.utils.Delegate; import mx.transitions.easing.*; import flash.filters.GlowFilter; import com.mosesSupposes.fuse.*; class com.segonquart.Entrar extends MovieClip { public var click_mc:MovieClip; public var entrar_mc:MovieClip; public var down:MovieClip; public ...
refactor v2
refactor v2
ActionScript
bsd-3-clause
delfiramirez/web-talking-wear,delfiramirez/web-talking-wear,delfiramirez/web-talking-wear
a340a01ce0faa0603b6d40be6aad30beaeb6aefc
web/src/com/esri/ags/samples/GPXFeed.as
web/src/com/esri/ags/samples/GPXFeed.as
// Used by TemporalRenderer_FeatureCollection.mxml package com.esri.ags.samples { import com.esri.ags.Graphic; import com.esri.ags.Map; import com.esri.ags.TimeExtent; import com.esri.ags.components.TimeSlider; import com.esri.ags.events.ExtentEvent; import com.esri.ags.geometry.MapPoint; import com.esri.ags.layers.Fe...
// Used by TemporalRenderer_FeatureCollection.mxml package com.esri.ags.samples { import com.esri.ags.Graphic; import com.esri.ags.Map; import com.esri.ags.TimeExtent; import com.esri.ags.components.TimeSlider; import com.esri.ags.events.ExtentEvent; import com.esri.ags.geometry.MapPoint; import com.esri.ags.layers.Fe...
Add alert messages when errors occur loading the file resource.
Add alert messages when errors occur loading the file resource.
ActionScript
apache-2.0
Esri/arcgis-samples-flex
dce6caf2eed64e4785d5f6a4d878bdb83d553327
src/utils/TextureUtil.as
src/utils/TextureUtil.as
package utils { import flash.geom.Rectangle; /** * For place texture */ public final class TextureUtil { private static const HIGHEST:uint = 0xFFFFFFFF; /** * Place textures by textureAtlasXML data */ public static function packTextures(widthDefault:uint, padding:uint, rectMap:Object, vertical...
package utils { import flash.geom.Rectangle; /** * For place texture */ public final class TextureUtil { private static const HIGHEST:uint = 0xFFFFFFFF; /** * Place textures by textureAtlasXML data */ public static function packTextures(widthDefault:uint, padding:uint, rectMap:Object, vertical...
fix get TextureAtlas width bug
fix get TextureAtlas width bug
ActionScript
mit
DragonBones/DesignPanel
882a810f9204e38d035988a8506280c899b8c079
sdk-remote/src/tests/liburbi-check.as
sdk-remote/src/tests/liburbi-check.as
m4_pattern_allow([^URBI_SERVER$]) -*- shell-script -*- AS_INIT()dnl URBI_PREPARE() set -e case $VERBOSE in x) set -x;; esac # Avoid zombies and preserve debugging information. cleanup () { exit_status=$? # In case we were caught by set -e, kill the children. children_kill children_harvest chi...
m4_pattern_allow([^URBI_(PATH|SERVER)$]) -*- shell-script -*- AS_INIT()dnl URBI_PREPARE() set -e case $VERBOSE in x) set -x;; esac # Avoid zombies and preserve debugging information. cleanup () { exit_status=$? # In case we were caught by set -e, kill the children. children_kill children_harvest ...
Fix make check to use the shipped kernel.
Fix make check to use the shipped kernel. * src/tests/liburbi-check.as: If we are part of a shipped Kernel, set the appropriate URBI_PATH.
ActionScript
bsd-3-clause
urbiforge/urbi,urbiforge/urbi,aldebaran/urbi,urbiforge/urbi,urbiforge/urbi,aldebaran/urbi,urbiforge/urbi,aldebaran/urbi,aldebaran/urbi,urbiforge/urbi,aldebaran/urbi,aldebaran/urbi,aldebaran/urbi,urbiforge/urbi,urbiforge/urbi,aldebaran/urbi,urbiforge/urbi
57811f80190f5f421b5c93c45186a40752f559a1
exporter/src/main/as/flump/export/PreviewController.as
exporter/src/main/as/flump/export/PreviewController.as
// // Flump - Copyright 2012 Three Rings Design package flump.export { import flash.display.Sprite; import flash.events.Event; import flash.events.MouseEvent; import flash.geom.Rectangle; import flash.text.TextField; import flump.Util; import flump.display.Movie; import flump.mold.MovieMold; import flump.xfl.XflLibr...
// // Flump - Copyright 2012 Three Rings Design package flump.export { import flash.display.Sprite; import flash.events.Event; import flash.events.MouseEvent; import flash.geom.Rectangle; import flash.text.TextField; import flump.Util; import flump.display.Movie; import flump.mold.MovieMold; import flump.xfl.XflLibr...
Fix animation re-centering on window resize
Fix animation re-centering on window resize
ActionScript
mit
tconkling/flump,funkypandagame/flump,funkypandagame/flump,mathieuanthoine/flump,mathieuanthoine/flump,mathieuanthoine/flump,tconkling/flump
a6ecf3e95647ba5b88ae1b7a0cc203de634e9fde
HLSPlugin/src/com/kaltura/hls/SubtitleTrait.as
HLSPlugin/src/com/kaltura/hls/SubtitleTrait.as
package com.kaltura.hls { import com.kaltura.hls.manifest.HLSManifestPlaylist; import com.kaltura.hls.manifest.HLSManifestParser; import com.kaltura.hls.subtitles.SubTitleParser; import com.kaltura.hls.subtitles.TextTrackCue; import com.kaltura.hls.HLSDVRTimeTrait; import org.osmf.traits.MediaTraitBase; import ...
package com.kaltura.hls { import com.kaltura.hls.manifest.HLSManifestPlaylist; import com.kaltura.hls.manifest.HLSManifestParser; import com.kaltura.hls.subtitles.SubTitleParser; import com.kaltura.hls.subtitles.TextTrackCue; import com.kaltura.hls.HLSDVRTimeTrait; import org.osmf.traits.MediaTraitBase; import ...
Address seeking issues.
Address seeking issues.
ActionScript
agpl-3.0
kaltura/HLS-OSMF,kaltura/HLS-OSMF,kaltura/HLS-OSMF,kaltura/HLS-OSMF
28e08a415830f26d342df6d83b716176b987f3d7
src/flails/resource/RailsResource.as
src/flails/resource/RailsResource.as
/** * Copyright (c) 2009 Lance Carlson * See LICENSE for full license information. */ package flails.resource { import flash.events.EventDispatcher; import flails.clients.HTTPClientBase; import flails.clients.RailsClient; import flails.clients.ResourceClient; import flails.request.HTTPFilter; import fla...
/** * Copyright (c) 2009 Lance Carlson * See LICENSE for full license information. */ package flails.resource { import flash.events.EventDispatcher; import flails.clients.HTTPClientBase; import flails.clients.RailsClient; import flails.clients.ResourceClient; import flails.request.HTTPFilter; import fla...
Handle RequestConfig.
Handle RequestConfig.
ActionScript
mit
lancecarlson/flails,lancecarlson/flails
bfaf1d6852d35a648b7316e8764c475a79c7bb07
src/org/hola/JSURLStream.as
src/org/hola/JSURLStream.as
/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ package org.hola { import flash.events.*; import flash.external.ExternalInterface; import org.hola.ZExt...
/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ package org.hola { import flash.events.*; import flash.external.ExternalInterface; import org.hola.ZExt...
fix bug set managed mode after init + don't throw on req_id not found
fix bug set managed mode after init + don't throw on req_id not found
ActionScript
mpl-2.0
hola/flashls,hola/flashls
30e5a25202f9c5191e366c8fb9f87cee1acd0255
src/aerys/minko/render/geometry/primitive/ConeGeometry.as
src/aerys/minko/render/geometry/primitive/ConeGeometry.as
package aerys.minko.render.geometry.primitive { import aerys.minko.render.geometry.Geometry; import aerys.minko.render.geometry.stream.IVertexStream; import aerys.minko.render.geometry.stream.IndexStream; import aerys.minko.render.geometry.stream.StreamUsage; import aerys.minko.render.geometry.stream.VertexStream;...
package aerys.minko.render.geometry.primitive { import aerys.minko.render.geometry.Geometry; import aerys.minko.render.geometry.stream.IVertexStream; import aerys.minko.render.geometry.stream.IndexStream; import aerys.minko.render.geometry.stream.StreamUsage; import aerys.minko.render.geometry.stream.VertexStream;...
update ConeGeometry to create a cone with a radius = 0.5 instead of radius = 1
update ConeGeometry to create a cone with a radius = 0.5 instead of radius = 1
ActionScript
mit
aerys/minko-as3
63d7fc417c7fe7f6b681b1e8edfe8257ab2b29d8
test/org/igniterealtime/xiff/util/DateTimeParserTest.as
test/org/igniterealtime/xiff/util/DateTimeParserTest.as
/* * Copyright (C) 2003-2011 Igniterealtime Community Contributors * * Daniel Henninger * Derrick Grigg <dgrigg@rogers.com> * Juga Paazmaya <olavic@gmail.com> * Nick Velloff <nick.velloff@gmail.com> * Sean Treadway <seant@oncotype.dk> * Sean Voisen <sean@voisen.org> * Mark Walters <mark@y...
/* * Copyright (C) 2003-2011 Igniterealtime Community Contributors * * Daniel Henninger * Derrick Grigg <dgrigg@rogers.com> * Juga Paazmaya <olavic@gmail.com> * Nick Velloff <nick.velloff@gmail.com> * Sean Treadway <seant@oncotype.dk> * Sean Voisen <sean@voisen.org> * Mark Walters <mark@y...
Revert of commit test.
Revert of commit test.
ActionScript
apache-2.0
igniterealtime/XIFF
82ef6d541e91c88c29707f17e1dbfb87e4f12d50
frameworks/as/projects/FlexJSUI/src/FlexJSUIClasses.as
frameworks/as/projects/FlexJSUI/src/FlexJSUIClasses.as
//////////////////////////////////////////////////////////////////////////////// // // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. // The ASF license...
//////////////////////////////////////////////////////////////////////////////// // // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. // The ASF license...
add chainbinding
add chainbinding
ActionScript
apache-2.0
greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs
cbc1d47ff92096b05b11d483423fda567dee6c28
flexEditor/src/org/arisgames/editor/util/AppConstants.as
flexEditor/src/org/arisgames/editor/util/AppConstants.as
package org.arisgames.editor.util { public class AppConstants { //Server URL //public static const APPLICATION_ENVIRONMENT_ROOT_URL:String = "http://arisgames.org/stagingserver1"; //For other URL's to append to- Staging public static const APPLICATION_ENVIRONMENT_ROOT_URL:String = "http://atsosxdev.doit.wisc.edu/ari...
package org.arisgames.editor.util { public class AppConstants { //Server URL //public static const APPLICATION_ENVIRONMENT_ROOT_URL:String = "http://arisgames.org/stagingserver1"; //For other URL's to append to- Staging public static const APPLICATION_ENVIRONMENT_ROOT_URL:String = "http://atsosxdev.doit.wisc.edu/ari...
Set constant of Folder ID to -1
Set constant of Folder ID to -1
ActionScript
mit
inesaloulou21/arisgames,augustozuniga/arisgames,inesaloulou21/arisgames,augustozuniga/arisgames,inesaloulou21/arisgames,inesaloulou21/arisgames,augustozuniga/arisgames,inesaloulou21/arisgames,augustozuniga/arisgames,inesaloulou21/arisgames,inesaloulou21/arisgames,augustozuniga/arisgames,augustozuniga/arisgames,augustoz...
609ad432ceefd49a856618e2cb4a1d93517c205b
WEB-INF/lps/lfc/kernel/swf9/LzFontManager.as
WEB-INF/lps/lfc/kernel/swf9/LzFontManager.as
/** * LzFontManager.as * * @copyright Copyright 2001-2009 Laszlo Systems, Inc. All Rights Reserved. * Use is subject to license terms. * * @topic Kernel * @subtopic swf9 */ /** Manages the font dictionary. * * @devnote In addition to any fields documented in the section below, these fie...
/** * LzFontManager.as * * @copyright Copyright 2001-2009 Laszlo Systems, Inc. All Rights Reserved. * Use is subject to license terms. * * @topic Kernel * @subtopic swf9 */ /** Manages the font dictionary. * * @devnote In addition to any fields documented in the section below, these fie...
Change 20090401-hqm-L by hqm@badtzmaru.home on 2009-04-01 19:01:21 EDT in /Users/hqm/openlaszlo/trunk/WEB-INF/lps/lfc for http://svn.openlaszlo.org/openlaszlo/trunk/WEB-INF/lps/lfc
Change 20090401-hqm-L by hqm@badtzmaru.home on 2009-04-01 19:01:21 EDT in /Users/hqm/openlaszlo/trunk/WEB-INF/lps/lfc for http://svn.openlaszlo.org/openlaszlo/trunk/WEB-INF/lps/lfc Summary: fix swf9 embedded font declarations New Features: Bugs Fixed: LPP-8011 Technical Reviewer: ptw QA Reviewer: (pending...
ActionScript
epl-1.0
mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo
8cddf9ef1baace35e1ede47f109ab94b737cd3e4
src/as/com/threerings/flash/DisplayUtil.as
src/as/com/threerings/flash/DisplayUtil.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...
Allow Flash to throw an exception if the input is invalid
Allow Flash to throw an exception if the input is invalid git-svn-id: b675b909355d5cf946977f44a8ec5a6ceb3782e4@766 ed5b42cb-e716-0410-a449-f6a68f950b19
ActionScript
lgpl-2.1
threerings/nenya,threerings/nenya
32c4eeeb44055c8139df7060112123a3c919d52f
src/org/mangui/hls/HLSSettings.as
src/org/mangui/hls/HLSSettings.as
/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ package org.mangui.hls { import org.mangui.hls.constant.HLSSeekMode; import org.mangui.hls.constant.HLSMaxL...
/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ package org.mangui.hls { import org.mangui.hls.constant.HLSSeekMode; import org.mangui.hls.constant.HLSMaxL...
Add HLSSettings.recoverFromNonIDRStartFragment
[HLSSettings] Add HLSSettings.recoverFromNonIDRStartFragment
ActionScript
mpl-2.0
codex-corp/flashls,codex-corp/flashls
e81537762a0a42a161685b7846c5b04b4389e282
src/battlecode/client/viewer/render/DrawHUDResearch.as
src/battlecode/client/viewer/render/DrawHUDResearch.as
package battlecode.client.viewer.render { import battlecode.common.ResearchType; import flash.utils.getTimer; import mx.containers.Canvas; import mx.controls.Image; public class DrawHUDResearch extends Canvas { private var image:Image; private var type:String; ...
package battlecode.client.viewer.render { import battlecode.common.ResearchType; import flash.utils.getTimer; import mx.containers.Canvas; import mx.controls.Image; public class DrawHUDResearch extends Canvas { private var image:Image; private var type:String; ...
add tooltips for research progress indicators
add tooltips for research progress indicators
ActionScript
mit
trun/battlecode-webclient
6a7dee98e7eac1448d84836b18f7c594c9c74b02
plugins/akamaiMediaAnalyticsPlugin/src/com/kaltura/kdpfl/plugin/akamaiMediaAnalyticsMediator.as
plugins/akamaiMediaAnalyticsPlugin/src/com/kaltura/kdpfl/plugin/akamaiMediaAnalyticsMediator.as
package com.kaltura.kdpfl.plugin { import com.akamai.playeranalytics.AnalyticsPluginLoader; import com.kaltura.kdpfl.model.ConfigProxy; import com.kaltura.kdpfl.model.MediaProxy; import com.kaltura.kdpfl.model.type.NotificationType; import com.kaltura.kdpfl.model.type.StreamerType; import com.kaltura.types...
package com.kaltura.kdpfl.plugin { import com.akamai.playeranalytics.AnalyticsPluginLoader; import com.kaltura.kdpfl.model.ConfigProxy; import com.kaltura.kdpfl.model.MediaProxy; import com.kaltura.kdpfl.model.type.NotificationType; import com.kaltura.kdpfl.model.type.StreamerType; import com.kaltura.types...
fix names
qnd: fix names git-svn-id: 3f608e5a9a704dd448217c0a64c508e7f145cfa1@87235 6b8eccd3-e8c5-4e7d-8186-e12b5326b719
ActionScript
agpl-3.0
shvyrev/kdp,shvyrev/kdp,kaltura/kdp,kaltura/kdp,kaltura/kdp,shvyrev/kdp
40053fa13ffd1f80d23a0c4a023c9087a88041a6
library/src/flexlib/styles/StyleDeclarationHelper.as
library/src/flexlib/styles/StyleDeclarationHelper.as
package flexlib.styles { import flash.utils.getQualifiedClassName; import mx.core.FlexVersion; public class StyleDeclarationHelper { /** * Gets the style selector for the specified class. * @see getStyleSelectorForClassName * * @param c The component class to get the style selector for * @re...
package flexlib.styles { import flash.utils.getQualifiedClassName; import mx.core.FlexVersion; public class StyleDeclarationHelper { /** * Gets the style selector for the specified class. * @see getStyleSelectorForClassName * * @param c The component class to get the style selector for * @re...
Fix asdoc generation broken
Fix asdoc generation broken
ActionScript
mit
Acidburn0zzz/flexlib
4c0337a4fcdc5da593e5eef7218d0f012bcee8fb
src/aerys/minko/render/shader/compiler/graph/ShaderGraph.as
src/aerys/minko/render/shader/compiler/graph/ShaderGraph.as
package aerys.minko.render.shader.compiler.graph { import aerys.minko.Minko; import aerys.minko.render.geometry.stream.format.VertexComponent; import aerys.minko.render.resource.Program3DResource; import aerys.minko.render.resource.texture.ITextureResource; import aerys.minko.render.shader.Signature; import aerys...
package aerys.minko.render.shader.compiler.graph { import aerys.minko.Minko; import aerys.minko.render.geometry.stream.format.VertexComponent; import aerys.minko.render.resource.Program3DResource; import aerys.minko.render.resource.texture.ITextureResource; import aerys.minko.render.shader.Signature; import aerys...
disable RemoveUselessComputation shader graph visitor to fix multiple minor issues
disable RemoveUselessComputation shader graph visitor to fix multiple minor issues
ActionScript
mit
aerys/minko-as3
419b3eda2264f6c2064bb1fb3c86d3b6aeadcb99
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.messaging.messages.HTTPRequestMessage; import mx.rpc.events.FaultEvent; import mx.rpc.events.ResultEvent; import mx....
package org.jivesoftware.xiff.core { 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.xiff.auth.Anonymous; import org.j...
Add an accessor for whether or not we are using https. r=Armando
Add an accessor for whether or not we are using https. r=Armando
ActionScript
apache-2.0
igniterealtime/XIFF
9f6505358e051cf59606b80721a10ac37f4e9b5c
actionscript/src/com/freshplanet/ane/AirAACPlayer/AirAACPlayer.as
actionscript/src/com/freshplanet/ane/AirAACPlayer/AirAACPlayer.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. // ...
Convert ACC ane to instantiable from singleton
Convert ACC ane to instantiable from singleton
ActionScript
apache-2.0
freshplanet/ANE-AACPlayer,freshplanet/ANE-AACPlayer,freshplanet/ANE-AACPlayer
660090bd175a6acc4e2908f17088096a2f575c9f
sdk-remote/src/tests/liburbi-check.as
sdk-remote/src/tests/liburbi-check.as
m4_pattern_allow([^URBI_(PATH|SERVER)$]) -*- shell-script -*- AS_INIT()dnl URBI_PREPARE() set -e case $VERBOSE in x) set -x;; esac # Avoid zombies and preserve debugging information. cleanup () { exit_status=$? # In case we were caught by set -e, kill the children. children_kill children_harvest ...
m4_pattern_allow([^URBI_(PATH|SERVER)$]) -*- shell-script -*- AS_INIT()dnl URBI_PREPARE() set -e case $VERBOSE in x) set -x;; esac # Avoid zombies and preserve debugging information. cleanup () { exit_status=$? # In case we were caught by set -e, kill the children. children_kill children_harvest ...
Fix embed SDK-Remote test suite.
Fix embed SDK-Remote test suite. * src/tests/liburbi-check.as: Also define URBI_PATH. Be sure to issue messages when embedded urbi-console is not found.
ActionScript
bsd-3-clause
urbiforge/urbi,aldebaran/urbi,aldebaran/urbi,urbiforge/urbi,urbiforge/urbi,aldebaran/urbi,aldebaran/urbi,urbiforge/urbi,aldebaran/urbi,aldebaran/urbi,urbiforge/urbi,urbiforge/urbi,urbiforge/urbi,aldebaran/urbi,urbiforge/urbi,urbiforge/urbi,aldebaran/urbi
eaeb4135a26fa38646b49e00bf0bb5be843e049a
microphone/src/test/flex/TestApp.as
microphone/src/test/flex/TestApp.as
package { import com.marstonstudio.crossusermedia.encoder.Encoder; import flash.display.DisplayObjectContainer; import flash.display.Sprite; import flash.events.Event; import flash.utils.ByteArray; import flash.utils.getTimer; import mx.core.ByteArrayAsset; import mx.core.UIComponent; import org.flexunit.asserts.a...
package { import com.marstonstudio.crossusermedia.encoder.Encoder; import flash.display.DisplayObjectContainer; import flash.display.Sprite; import flash.events.Event; import flash.utils.ByteArray; import flash.utils.getTimer; import mx.core.ByteArrayAsset; import mx.core.UIComponent; import org.flexunit.asserts.a...
clean up test
clean up test
ActionScript
mit
marstonstudio/crossUserMedia,marstonstudio/crossUserMedia,marstonstudio/crossUserMedia,marstonstudio/crossUserMedia,marstonstudio/crossUserMedia
2db51fe5a466f50b2bd5caa09987902b8f2f4356
Arguments/src/ValueObjects/AGORAParameters.as
Arguments/src/ValueObjects/AGORAParameters.as
package ValueObjects { public class AGORAParameters { public static var reference:AGORAParameters; public var listMapsURL:String; public var myMapsURL:String; public var loginURL:String; public var registrationURL:String; public var mapRemoveURL:String; public var insertURL:String; public var loadMap...
package ValueObjects { public class AGORAParameters { public static var reference:AGORAParameters; public var listMapsURL:String; public var myMapsURL:String; public var loginURL:String; public var registrationURL:String; public var mapRemoveURL:String; public var insertURL:String; public var loadMap...
Remove unnecessary duplicate spaces to clean up code
Remove unnecessary duplicate spaces to clean up code
ActionScript
agpl-3.0
mbjornas3/AGORA,MichaelHoffmann/AGORA,mbjornas3/AGORA,MichaelHoffmann/AGORA,MichaelHoffmann/AGORA
a143acdb7d67cdbca9245d92243e8d7a824a11f4
src/com/axis/httpclient/HTTPClient.as
src/com/axis/httpclient/HTTPClient.as
package com.axis.httpclient { import com.axis.ClientEvent; import com.axis.NetStreamClient; import com.axis.ErrorManager; import com.axis.IClient; import com.axis.Logger; import flash.events.Event; import flash.events.EventDispatcher; import flash.events.NetStatusEvent; import flash.media.Video; im...
package com.axis.httpclient { import com.axis.ClientEvent; import com.axis.NetStreamClient; import com.axis.ErrorManager; import com.axis.IClient; import com.axis.Logger; import flash.events.Event; import flash.events.EventDispatcher; import flash.events.NetStatusEvent; import flash.media.Video; im...
Fix STOPPED event not triggered in a timely fashion
Fix STOPPED event not triggered in a timely fashion The stopped event from the http client was not triggered immediately on clean up but after the connection was closed. If a call to streamStatus would be made between clean up and connection closed event it would throw an exception.
ActionScript
bsd-3-clause
AxisCommunications/locomote-video-player,gaetancollaud/locomote-video-player
8b08cb868a739a59071db619066b479eaad64275
src/org/mangui/hls/loader/LevelLoader.as
src/org/mangui/hls/loader/LevelLoader.as
/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ package org.mangui.hls.loader { import org.mangui.hls.playlist.DataUri; import org.mangui.hls.playlist.AltA...
/* 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.playlist.DataUri; import org.mangui.hls.playlist.AltA...
adjust live playlist reload timer when play position is near the edge of the live playlist related to #198
adjust live playlist reload timer when play position is near the edge of the live playlist related to #198
ActionScript
mpl-2.0
vidible/vdb-flashls,clappr/flashls,thdtjsdn/flashls,Peer5/flashls,aevange/flashls,jlacivita/flashls,codex-corp/flashls,Boxie5/flashls,Boxie5/flashls,aevange/flashls,loungelogic/flashls,NicolasSiver/flashls,suuhas/flashls,fixedmachine/flashls,dighan/flashls,hola/flashls,JulianPena/flashls,Corey600/flashls,tedconf/flashl...
63d7c9eeaa667e01f5c8eb6d8a7eab95e15e6731
lib/src_linux/com/amanitadesign/steam/FRESteamWorks.as
lib/src_linux/com/amanitadesign/steam/FRESteamWorks.as
/* * FRESteamWorks.as * This file is part of FRESteamWorks. * * Created by Ventero <http://github.com/Ventero> * Copyright (c) 2012-2013 Level Up Labs, LLC. All rights reserved. */ package com.amanitadesign.steam { import flash.desktop.NativeProcess; import flash.desktop.NativeProcessStartupInfo; import f...
/* * FRESteamWorks.as * This file is part of FRESteamWorks. * * Created by Ventero <http://github.com/Ventero> * Copyright (c) 2012-2013 Level Up Labs, LLC. All rights reserved. */ package com.amanitadesign.steam { import flash.desktop.NativeProcess; import flash.desktop.NativeProcessStartupInfo; import f...
Clarify comment
Clarify comment
ActionScript
bsd-2-clause
Ventero/FRESteamWorks,Ventero/FRESteamWorks,Ventero/FRESteamWorks,Ventero/FRESteamWorks
ad347a4c8d4dfeab7891e96402db7dbdb104f5d1
src/as/com/threerings/flash/TextFieldUtil.as
src/as/com/threerings/flash/TextFieldUtil.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...
Allow the defaultTextFormat initProps to be specified more conveniently.
Allow the defaultTextFormat initProps to be specified more conveniently. git-svn-id: b675b909355d5cf946977f44a8ec5a6ceb3782e4@478 ed5b42cb-e716-0410-a449-f6a68f950b19
ActionScript
lgpl-2.1
threerings/nenya,threerings/nenya
b7cc2b82506960df6900b9fac52f5aae3e1362c9
as3/xobjas3/src/com/rpath/xobj/XSmartURL.as
as3/xobjas3/src/com/rpath/xobj/XSmartURL.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 usef...
/* # 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 usef...
Handle disparate initialization patterns in XSmartURL
Handle disparate initialization patterns in XSmartURL
ActionScript
apache-2.0
sassoftware/xobj,sassoftware/xobj,sassoftware/xobj,sassoftware/xobj
a3d0ca1e2ac2887a21361f4504d41c3507e84090
src/aerys/minko/render/RenderTarget.as
src/aerys/minko/render/RenderTarget.as
package aerys.minko.render { import aerys.minko.render.resource.texture.ITextureResource; import aerys.minko.render.resource.texture.TextureResource; /** * RenderTarget objects can be used to render in the backbuffer or * in textures. * * @author Jean-Marc Le Roux * * @see aerys.minko.render.resource....
package aerys.minko.render { import aerys.minko.render.resource.texture.ITextureResource; import aerys.minko.render.resource.texture.TextureResource; /** * RenderTarget objects can be used to render in the backbuffer or * in textures. * * @author Jean-Marc Le Roux * * @see aerys.minko.render.resource....
remove useless check for _resource != null in RenderTarget.width and RenderTarget.height setters
remove useless check for _resource != null in RenderTarget.width and RenderTarget.height setters
ActionScript
mit
aerys/minko-as3
08e64434d1378633dcf8b7075bbb88fbd9dcff9f
src/com/mangui/HLS/streaming/Buffer.as
src/com/mangui/HLS/streaming/Buffer.as
package com.mangui.HLS.streaming { import com.mangui.HLS.*; import com.mangui.HLS.muxing.*; import com.mangui.HLS.streaming.*; import com.mangui.HLS.parsing.*; import com.mangui.HLS.utils.*; import flash.media.*; import flash.net.*; import flash.utils.*; /** Class that keeps the...
package com.mangui.HLS.streaming { import com.mangui.HLS.*; import com.mangui.HLS.muxing.*; import com.mangui.HLS.streaming.*; import com.mangui.HLS.parsing.*; import com.mangui.HLS.utils.*; import flash.media.*; import flash.net.*; import flash.utils.*; /** Class that keeps the...
rename variable for sake of clarity
rename variable for sake of clarity
ActionScript
mpl-2.0
desaintmartin/hlsprovider,desaintmartin/hlsprovider,desaintmartin/hlsprovider
d439e32db4f6b5bd440d8da4115eac4d815a248d
src/flash/src/Moxie.as
src/flash/src/Moxie.as
package { import com.*; import com.errors.RuntimeError; import com.events.*; import flash.display.LoaderInfo; import flash.display.Sprite; import flash.display.StageAlign; import flash.display.StageScaleMode; import flash.events.Event; import flash.events.ProgressEvent; import flash.external.ExternalInterfa...
package { import com.*; import com.errors.RuntimeError; import com.events.*; import flash.display.LoaderInfo; import flash.display.Sprite; import flash.display.StageAlign; import flash.display.StageScaleMode; import flash.events.Event; import flash.events.ProgressEvent; import flash.external.ExternalInterfa...
Allow (only) version or timestamp in swf url.
Flash: Allow (only) version or timestamp in swf url.
ActionScript
agpl-3.0
moxiecode/moxie,moxiecode/moxie,moxiecode/moxie,moxiecode/moxie
c927d0cd15813e5f296a30b7b91ac330fd690469
src/com/merlinds/miracle_tool/controllers/PublishCommand.as
src/com/merlinds/miracle_tool/controllers/PublishCommand.as
/** * User: MerlinDS * Date: 18.07.2014 * Time: 15:14 */ package com.merlinds.miracle_tool.controllers { import com.merlinds.debug.log; import com.merlinds.miracle.geom.Transformation; import com.merlinds.miracle_tool.events.ActionEvent; import com.merlinds.miracle_tool.events.DialogEvent; import com.merlinds....
/** * User: MerlinDS * Date: 18.07.2014 * Time: 15:14 */ package com.merlinds.miracle_tool.controllers { import com.merlinds.debug.log; import com.merlinds.miracle.geom.Transformation; import com.merlinds.miracle_tool.events.ActionEvent; import com.merlinds.miracle_tool.events.DialogEvent; import com.merlinds....
Add gestouch extension for miracle
Add gestouch extension for miracle
ActionScript
mit
MerlinDS/miracle_tool
1b86755aa733415d6ef5e63fb0635c2b27839abb
src/aerys/minko/scene/node/Mesh.as
src/aerys/minko/scene/node/Mesh.as
package aerys.minko.scene.node { import aerys.minko.render.Effect; import aerys.minko.render.geometry.Geometry; import aerys.minko.render.material.Material; import aerys.minko.render.material.basic.BasicMaterial; import aerys.minko.render.material.basic.BasicShader; import aerys.minko.scene.controller.AbstractCon...
package aerys.minko.scene.node { import aerys.minko.render.Effect; import aerys.minko.render.geometry.Geometry; import aerys.minko.render.material.Material; import aerys.minko.render.material.basic.BasicMaterial; import aerys.minko.render.material.basic.BasicShader; import aerys.minko.scene.controller.AbstractCon...
remove deprecated effect : Effect argument in Mesh constructor and Mesh.initialize()
remove deprecated effect : Effect argument in Mesh constructor and Mesh.initialize()
ActionScript
mit
aerys/minko-as3
10ce4a34926945f40defb226dd3c34f6bb52b12a
tamarin-central/thane/as3src/flash/utils/Timer.as
tamarin-central/thane/as3src/flash/utils/Timer.as
// // $Id: $ package flash.utils { import flash.events.EventDispatcher; import flash.events.TimerEvent; import de.polygonal.ds.Heap; public class Timer extends EventDispatcher { public function Timer (delay :Number, repeatCount :int = 0) { if (_heap == null) { _heap = new Heap(10000, com...
// // $Id: $ package flash.utils { import flash.events.EventDispatcher; import flash.events.TimerEvent; import de.polygonal.ds.Heap; public class Timer extends EventDispatcher { public function Timer (delay :Number, repeatCount :int = 0) { if (_heap == null) { _heap = new Heap(10000, com...
Tweak the Timer implementation: first, schedule repeat expiration based on the current time, not when the timer was supposed to go off. Second, make 5 ms the minimum actual delay used on a timer. Third, Only pop one timer event off the queue in any Thane heartbeat. This last change is somewhere between audacious and qu...
Tweak the Timer implementation: first, schedule repeat expiration based on the current time, not when the timer was supposed to go off. Second, make 5 ms the minimum actual delay used on a timer. Third, Only pop one timer event off the queue in any Thane heartbeat. This last change is somewhere between audacious and qu...
ActionScript
bsd-2-clause
greyhavens/thane,greyhavens/thane,greyhavens/thane,greyhavens/thane,greyhavens/thane,greyhavens/thane,greyhavens/thane
ebcd3092126282266478ee0ddf83802fb0f6b8d5
examples/web/app/classes/server/FMSBridge.as
examples/web/app/classes/server/FMSBridge.as
package server { import flash.events.EventDispatcher; import flash.events.NetStatusEvent; import flash.events.Event; import flash.net.Responder; public final class FMSBridge extends EventDispatcher { public var connection:FMSConnection; public var client:FMSClient; public function FMSBridge(rtmpAddress:Str...
package server { import flash.events.EventDispatcher; import flash.events.NetStatusEvent; import flash.events.Event; import flash.net.Responder; public final class FMSBridge extends EventDispatcher { public var connection:FMSConnection; public var client:FMSClient; public function FMSBridge(rtmpAddress:Str...
Update FMSBridge.as
Update FMSBridge.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
d16a40bb3f1739a1858c08f1c461d8015ba8c2a4
src/aerys/minko/scene/controller/TransformController.as
src/aerys/minko/scene/controller/TransformController.as
package aerys.minko.scene.controller { import aerys.minko.ns.minko_math; import aerys.minko.render.Viewport; import aerys.minko.scene.node.Group; import aerys.minko.scene.node.ISceneNode; import aerys.minko.scene.node.Scene; import aerys.minko.type.math.Matrix4x4; import flash.display.B...
package aerys.minko.scene.controller { import aerys.minko.ns.minko_math; import aerys.minko.render.Viewport; import aerys.minko.scene.node.Group; import aerys.minko.scene.node.ISceneNode; import aerys.minko.scene.node.Scene; import aerys.minko.type.math.Matrix4x4; import flash.display.B...
fix TransformController.updateLocalToWorld() init. of root to _idToNode[nodeId] instead of _idToNode[childId]
fix TransformController.updateLocalToWorld() init. of root to _idToNode[nodeId] instead of _idToNode[childId]
ActionScript
mit
aerys/minko-as3
b85d020ba519ce95fb2496a65aa6d59ed81bd999
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...
Change to my bridge instead of my relay.
Change to my bridge instead of my relay. The relay started hibernating today; it seems that this causes it to drop out of the directory consensus and the Tor client doesn't want to reconnect to it.
ActionScript
mit
arlolra/flashproxy,infinity0/flashproxy,infinity0/flashproxy,infinity0/flashproxy,arlolra/flashproxy,glamrock/flashproxy,glamrock/flashproxy,arlolra/flashproxy,infinity0/flashproxy,glamrock/flashproxy,infinity0/flashproxy,infinity0/flashproxy,arlolra/flashproxy,glamrock/flashproxy,arlolra/flashproxy,glamrock/flashproxy...
f0683bc243d7ee7bd31308203ceac0f127e779df
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...
Include FACILITATOR_POLL_INTERVAL to 10 s.
Include FACILITATOR_POLL_INTERVAL to 10 s.
ActionScript
mit
infinity0/flashproxy,infinity0/flashproxy,glamrock/flashproxy,arlolra/flashproxy,infinity0/flashproxy,infinity0/flashproxy,arlolra/flashproxy,glamrock/flashproxy,infinity0/flashproxy,arlolra/flashproxy,glamrock/flashproxy,arlolra/flashproxy,infinity0/flashproxy,arlolra/flashproxy,arlolra/flashproxy,glamrock/flashproxy,...
7253a8b05498cc079f4f6e56bfa5740c8114f748
src/aerys/minko/scene/controller/TransformController.as
src/aerys/minko/scene/controller/TransformController.as
package aerys.minko.scene.controller { import aerys.minko.ns.minko_math; import aerys.minko.render.Viewport; import aerys.minko.scene.node.Group; import aerys.minko.scene.node.ISceneNode; import aerys.minko.scene.node.Scene; import aerys.minko.type.math.Matrix4x4; import flash.display.BitmapData; import flash...
package aerys.minko.scene.controller { import aerys.minko.ns.minko_math; import aerys.minko.render.Viewport; import aerys.minko.scene.node.Group; import aerys.minko.scene.node.ISceneNode; import aerys.minko.scene.node.Scene; import aerys.minko.type.math.Matrix4x4; import flash.display.BitmapData; import flash...
Fix update of root localToWorldTransform.
Fix update of root localToWorldTransform.
ActionScript
mit
aerys/minko-as3
e94ec76c18d50881454839ffac87ee19e75acede
src/aerys/minko/scene/controller/mesh/MeshController.as
src/aerys/minko/scene/controller/mesh/MeshController.as
package aerys.minko.scene.controller.mesh { import aerys.minko.scene.controller.AbstractController; import aerys.minko.scene.node.Group; import aerys.minko.scene.node.Mesh; import aerys.minko.scene.node.Scene; import aerys.minko.type.binding.DataProvider; import aerys.minko.type.math.Matrix4x4; public final cl...
package aerys.minko.scene.controller.mesh { import aerys.minko.scene.controller.AbstractController; import aerys.minko.scene.node.Group; import aerys.minko.scene.node.Mesh; import aerys.minko.scene.node.Scene; import aerys.minko.type.binding.DataProvider; import aerys.minko.type.enum.DataProviderUsage; import ae...
fix MeshController to create the mesh transforms data provider with the DataProviderUsage.EXCLUSIVE usage in order to avoid having it added twice on cloned meshes
fix MeshController to create the mesh transforms data provider with the DataProviderUsage.EXCLUSIVE usage in order to avoid having it added twice on cloned meshes
ActionScript
mit
aerys/minko-as3
8f0c69708168aeb7f57cd08c9f889aebc6943a8b
src/aerys/minko/scene/controller/mesh/skinning/AbstractSkinningHelper.as
src/aerys/minko/scene/controller/mesh/skinning/AbstractSkinningHelper.as
package aerys.minko.scene.controller.mesh.skinning { import aerys.minko.Minko; import aerys.minko.ns.minko_math; import aerys.minko.render.geometry.stream.format.VertexComponent; import aerys.minko.render.geometry.stream.format.VertexFormat; import aerys.minko.scene.node.Group; import aerys.minko.scene.node.Mesh;...
package aerys.minko.scene.controller.mesh.skinning { import aerys.minko.Minko; import aerys.minko.ns.minko_math; import aerys.minko.render.geometry.stream.format.VertexComponent; import aerys.minko.render.geometry.stream.format.VertexFormat; import aerys.minko.scene.node.Group; import aerys.minko.scene.node.Mesh;...
add AbstractSkinningHelper.numMeshes property
add AbstractSkinningHelper.numMeshes property
ActionScript
mit
aerys/minko-as3
0f6983b3fe0ee1cc6028d2ec6bc493ada5873673
bin/Data/Scripts/33_Urho2DSpriterAnimation.as
bin/Data/Scripts/33_Urho2DSpriterAnimation.as
// Urho2D sprite example. // This sample demonstrates: // - Creating a 2D scene with spriter animation // - Displaying the scene using the Renderer subsystem // - Handling keyboard to move and zoom 2D camera #include "Scripts/Utilities/Sample.as" Node@ spriterNode; int spriterAnimationIndex = 0; void Sta...
// Urho2D sprite example. // This sample demonstrates: // - Creating a 2D scene with spriter animation // - Displaying the scene using the Renderer subsystem // - Handling keyboard to move and zoom 2D camera #include "Scripts/Utilities/Sample.as" Node@ spriterNode; int spriterAnimationIndex = 0; void Sta...
rename variable.
rename variable.
ActionScript
mit
MonkeyFirst/Urho3D,helingping/Urho3D,299299/Urho3D,rokups/Urho3D,tommy3/Urho3D,kostik1337/Urho3D,victorholt/Urho3D,henu/Urho3D,SuperWangKai/Urho3D,rokups/Urho3D,orefkov/Urho3D,cosmy1/Urho3D,fire/Urho3D-1,PredatorMF/Urho3D,eugeneko/Urho3D,xiliu98/Urho3D,eugeneko/Urho3D,fire/Urho3D-1,urho3d/Urho3D,299299/Urho3D,rokups/Ur...
9d1c3a8c70e249275ae6c1fc556e2acaf4293a68
dolly-framework/src/test/actionscript/dolly/ClonerTest.as
dolly-framework/src/test/actionscript/dolly/ClonerTest.as
package dolly { import dolly.core.dolly_internal; import dolly.data.ClassLevelCloneable; import dolly.data.PropertyLevelCloneable; import org.as3commons.reflect.Field; import org.as3commons.reflect.Type; import org.flexunit.asserts.assertEquals; import org.flexunit.asserts.assertNotNull; import org.flexunit.asserts.as...
package dolly { import dolly.core.dolly_internal; import dolly.data.ClassLevelCloneable; import dolly.data.ClassLevelCopyableCloneable; import dolly.data.PropertyLevelCloneable; import org.as3commons.reflect.Field; import org.as3commons.reflect.Type; import org.flexunit.asserts.assertEquals; import org.flexunit.assert...
Test ClassLevelCopyableCloneable class in ClonerTest.
Test ClassLevelCopyableCloneable class in ClonerTest.
ActionScript
mit
Yarovoy/dolly
8f68e30bb0f8bfefdaf5a0d2d12193cdf58ba3f6
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...
Remove trailing ResultAttributes#toResultAttributes() content newlines.
Remove trailing ResultAttributes#toResultAttributes() content newlines.
ActionScript
apache-2.0
Esri/arcgis-viewer-flex,CanterburyRegionalCouncil/arcgis-viewer-flex,CanterburyRegionalCouncil/arcgis-viewer-flex,CanterburyRegionalCouncil/arcgis-viewer-flex,Esri/arcgis-viewer-flex
f75d46f75fbad01f2955a6a880f49db98c6bc68e
src/as/com/threerings/io/Streamer.as
src/as/com/threerings/io/Streamer.as
// // $Id$ // // Narya library - tools for developing networked games // Copyright (C) 2002-2009 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-2009 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...
Add a better toString, for debugging.
Add a better toString, for debugging. git-svn-id: a1a4b28b82a3276cc491891159dd9963a0a72fae@5963 542714f4-19e9-0310-aa3c-eee0fc999fb1
ActionScript
lgpl-2.1
threerings/narya,threerings/narya,threerings/narya,threerings/narya,threerings/narya
2b9e77607fecc9bf970419f81d78569d95f2e4ad
src/com/pivotshare/hls/loader/FragmentStream.as
src/com/pivotshare/hls/loader/FragmentStream.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 com.pivotshare.hls.loader { import flash.display.DisplayObject; import flash.events.*; 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 com.pivotshare.hls.loader { import flash.display.DisplayObject; import flash.events.*; import ...
Fix destruction
[FragmentStream] Fix destruction
ActionScript
mpl-2.0
codex-corp/flashls,codex-corp/flashls
28d1f6d8d8dc317921e036178742ccf765ed92d3
src/aerys/minko/type/clone/CloneOptions.as
src/aerys/minko/type/clone/CloneOptions.as
package aerys.minko.type.clone { import aerys.minko.scene.controller.AbstractController; import aerys.minko.scene.controller.AnimationController; import aerys.minko.scene.controller.TransformController; import aerys.minko.scene.controller.camera.CameraController; import aerys.minko.scene.controller.mesh.MeshContro...
package aerys.minko.type.clone { import aerys.minko.scene.controller.AbstractController; import aerys.minko.scene.controller.AnimationController; import aerys.minko.scene.controller.TransformController; import aerys.minko.scene.controller.camera.CameraController; import aerys.minko.scene.controller.mesh.MeshContro...
fix coding style
fix coding style
ActionScript
mit
aerys/minko-as3
4ac697f36077555a98b82699a8948e29eaca4f44
src/aerys/minko/render/resource/texture/TextureResource.as
src/aerys/minko/render/resource/texture/TextureResource.as
package aerys.minko.render.resource.texture { import aerys.minko.render.resource.Context3DResource; import flash.display.BitmapData; import flash.display3D.Context3DTextureFormat; import flash.display3D.textures.Texture; import flash.display3D.textures.TextureBase; import flash.geom.Matrix; import flash.utils....
package aerys.minko.render.resource.texture { import aerys.minko.render.resource.Context3DResource; import flash.display.BitmapData; import flash.display3D.Context3DTextureFormat; import flash.display3D.textures.Texture; import flash.display3D.textures.TextureBase; import flash.geom.Matrix; import flash.utils....
Fix for broken TextureResource.setContentForATF()
Fix for broken TextureResource.setContentForATF()
ActionScript
mit
aerys/minko-as3
adcc38dd58f0129912334d0a682119990452facb
src/com/esri/builder/controllers/supportClasses/WidgetTypeLoader.as
src/com/esri/builder/controllers/supportClasses/WidgetTypeLoader.as
//////////////////////////////////////////////////////////////////////////////// // Copyright (c) 2008-2016 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-2016 Esri. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // /...
Fix typo when checking for custom widget config existence.
Fix typo when checking for custom widget config existence.
ActionScript
apache-2.0
Esri/arcgis-viewer-builder-flex
756aeac1c0ccc267c6e3e1bf7ba9c822eaa927f0
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...
allow the use of subdomains, if wished
allow the use of subdomains, if wished git-svn-id: a1a4b28b82a3276cc491891159dd9963a0a72fae@4614 542714f4-19e9-0310-aa3c-eee0fc999fb1
ActionScript
lgpl-2.1
threerings/narya,threerings/narya,threerings/narya,threerings/narya,threerings/narya
f6803d5d744cbf4a75fcf82a5e5563816cae91f2
exporter/src/main/as/flump/export/ExportConf.as
exporter/src/main/as/flump/export/ExportConf.as
// // Flump - Copyright 2013 Flump Authors package flump.export { import aspire.util.Log; import aspire.util.Set; import aspire.util.Sets; import aspire.util.StringUtil; import flash.display.StageQuality; import flash.filesystem.File; import flump.mold.AtlasMold; import flump.mold.optional; import flump.mold.requir...
// // Flump - Copyright 2013 Flump Authors package flump.export { import aspire.util.Log; import aspire.util.Set; import aspire.util.Sets; import aspire.util.StringUtil; import flash.display.StageQuality; import flash.filesystem.File; import flump.mold.AtlasMold; import flump.mold.optional; import flump.mold.requir...
Remove unused code
Remove unused code
ActionScript
mit
funkypandagame/flump,mathieuanthoine/flump,tconkling/flump,tconkling/flump,mathieuanthoine/flump,funkypandagame/flump,mathieuanthoine/flump
c6baab42b3de3e9651be5a9ef0fa0a59135c77e1
test/unit/Suite.as
test/unit/Suite.as
package { import asunit.framework.TestSuite; public class Suite extends TestSuite { public function Suite() { super(); addTest(new PlayerTest("testPass")); } } }
package { import asunit.framework.TestSuite; public class Suite extends TestSuite { public function Suite() { super(); addTest(new PlayerTest("testPass")); addTest(new UriTest("test_isSafe")); } } }
Add URI tests to the asunit test suite
Add URI tests to the asunit test suite
ActionScript
mit
cameronhunter/divine-player-swf
ae517a93d90625f083e58135c9e9bd0ea61559b1
src/as/com/threerings/flex/CommandCheckBox.as
src/as/com/threerings/flex/CommandCheckBox.as
// // $Id: CommandButton.as 408 2008-02-06 01:03:55Z ray $ // // 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 t...
// // $Id: CommandButton.as 408 2008-02-06 01:03:55Z ray $ // // 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 t...
Comment tweak.
Comment tweak. git-svn-id: b675b909355d5cf946977f44a8ec5a6ceb3782e4@736 ed5b42cb-e716-0410-a449-f6a68f950b19
ActionScript
lgpl-2.1
threerings/nenya,threerings/nenya
de8e3fac5d98a2aa87d52d9d98330a310577b64b
src/aerys/minko/render/shader/part/environment/EnvironmentMappingShaderPart.as
src/aerys/minko/render/shader/part/environment/EnvironmentMappingShaderPart.as
package aerys.minko.render.shader.part.environment { import aerys.minko.render.material.environment.EnvironmentMappingProperties; import aerys.minko.render.shader.SFloat; import aerys.minko.render.shader.Shader; import aerys.minko.render.shader.part.BlendingShaderPart; import aerys.minko.render.shader.part.phong.L...
package aerys.minko.render.shader.part.environment { import aerys.minko.render.material.environment.EnvironmentMappingProperties; import aerys.minko.render.shader.SFloat; import aerys.minko.render.shader.Shader; import aerys.minko.render.shader.part.BlendingShaderPart; import aerys.minko.render.shader.part.phong.L...
Fix flipped env map
Fix flipped env map
ActionScript
mit
aerys/minko-as3
47f3fb62a868e9556a2ec5b335d58cac3da86caf
frameworks/projects/Core/as/src/org/apache/flex/events/EventDispatcher.as
frameworks/projects/Core/as/src/org/apache/flex/events/EventDispatcher.as
//////////////////////////////////////////////////////////////////////////////// // // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. // The ASF license...
//////////////////////////////////////////////////////////////////////////////// // // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. // The ASF license...
use goog.events class
use goog.events class
ActionScript
apache-2.0
greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs
8ccdf19a42846313b25a994b4ca625cdaefb0e32
src/as/com/threerings/util/Util.as
src/as/com/threerings/util/Util.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...
Fix docs, clarify.
Fix docs, clarify. git-svn-id: a1a4b28b82a3276cc491891159dd9963a0a72fae@4934 542714f4-19e9-0310-aa3c-eee0fc999fb1
ActionScript
lgpl-2.1
threerings/narya,threerings/narya,threerings/narya,threerings/narya,threerings/narya
4c15dd4ee1405d6559f2df409924ffb629375989
src/aerys/minko/render/shader/part/DiffuseShaderPart.as
src/aerys/minko/render/shader/part/DiffuseShaderPart.as
package aerys.minko.render.shader.part { 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.SamplerWr...
package aerys.minko.render.shader.part { 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.SamplerWr...
add a killOnAlphaThreshold : Boolean argument to DiffuseShaderPart.getDiffuseColor() to enable/disable the kill that is sometime done at a later stage (cf. wireframe)
add a killOnAlphaThreshold : Boolean argument to DiffuseShaderPart.getDiffuseColor() to enable/disable the kill that is sometime done at a later stage (cf. wireframe)
ActionScript
mit
aerys/minko-as3
47d8ed1d631603599abb588515371f3280d43ea3
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...
Allow a custom dispatcher to be provided because the default (dispatching on the stage) only routes commands to the global controller, bypassing the controller for the current place view.
Allow a custom dispatcher to be provided because the default (dispatching on the stage) only routes commands to the global controller, bypassing the controller for the current place view. git-svn-id: b675b909355d5cf946977f44a8ec5a6ceb3782e4@190 ed5b42cb-e716-0410-a449-f6a68f950b19
ActionScript
lgpl-2.1
threerings/nenya,threerings/nenya
8c502aba9254a0930ab08996f93eb78940b0c687
src/com/google/analytics/core/BrowserInfo.as
src/com/google/analytics/core/BrowserInfo.as
/* * Copyright 2008 Adobe Systems Inc., 2008 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
/* * Copyright 2008 Adobe Systems Inc., 2008 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
replace class Version by core.version
replace class Version by core.version
ActionScript
apache-2.0
dli-iclinic/gaforflash,mrthuanvn/gaforflash,drflash/gaforflash,drflash/gaforflash,Miyaru/gaforflash,jisobkim/gaforflash,dli-iclinic/gaforflash,Miyaru/gaforflash,Vigmar/gaforflash,mrthuanvn/gaforflash,jisobkim/gaforflash,jeremy-wischusen/gaforflash,DimaBaliakin/gaforflash,Vigmar/gaforflash,soumavachakraborty/gaforflash,...
fd57d48acf7a14f0bbc5ecfb6677487f9e83703e
tests/test_ad/src/net/iab/vpaid/core/AdData.as
tests/test_ad/src/net/iab/vpaid/core/AdData.as
package net.iab.vpaid.core { /** * Contains ad configuration parameters * @author Andrei Andreev */ public class AdData extends Object { private var _params:Object = {}; /** * * @param params at runtime typically LoaderInfo.parameters */ public function AdData(params:Object = null) { ini...
package net.iab.vpaid.core { /** * Contains ad configuration parameters * @author Andrei Andreev */ public class AdData extends Object { private var _params:Object = {}; /** * * @param params at runtime typically LoaderInfo.parameters */ public function AdData(params:Object = null) { ini...
Recompile for default OVVBeacon location
Recompile for default OVVBeacon location
ActionScript
bsd-3-clause
OBSLabs/openvv,OBSLabs/openvv,jdreetz/openvv,jdreetz/openvv,OBSLabs/openvv,jdreetz/openvv
bbfcf85775ef70d36207687e835ca65040bf621f
src/as/com/threerings/ezgame/client/EZGamePanel.as
src/as/com/threerings/ezgame/client/EZGamePanel.as
package com.threerings.ezgame.client { import flash.display.DisplayObject; import flash.display.DisplayObjectContainer; import flash.events.Event; import flash.utils.Dictionary; import mx.containers.Canvas; import mx.containers.VBox; import mx.core.Container; import mx.core.IChildList; import mx.utils.DisplayUtil...
package com.threerings.ezgame.client { import flash.display.DisplayObject; import flash.display.DisplayObjectContainer; import flash.events.Event; import flash.utils.Dictionary; import mx.containers.Canvas; import mx.containers.VBox; import mx.core.Container; import mx.core.IChildList; import mx.utils.DisplayUtil...
Remove giant obnoxious game-blocking chat display.
Remove giant obnoxious game-blocking chat display. git-svn-id: a3e1eb16dde062992de22c830ed8045c8013209a@134 c613c5cb-e716-0410-b11b-feb51c14d237
ActionScript
lgpl-2.1
threerings/vilya,threerings/vilya
b7da2fa190965d58316f10cb6a70288ea0867305
src/as/com/threerings/media/image/ClassRecord.as
src/as/com/threerings/media/image/ClassRecord.as
// // Nenya library - tools for developing networked games // Copyright (C) 2002-2010 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 License as publis...
// // Nenya library - tools for developing networked games // Copyright (C) 2002-2010 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 License as publis...
Fix bug in getting colorizations by name.
Fix bug in getting colorizations by name. git-svn-id: b675b909355d5cf946977f44a8ec5a6ceb3782e4@967 ed5b42cb-e716-0410-a449-f6a68f950b19
ActionScript
lgpl-2.1
threerings/nenya,threerings/nenya
18950503cdfa37b4cbf25544d98475875c20d6ff
Game/Resources/VoltageScene/Scripts/Mastermind.as
Game/Resources/VoltageScene/Scripts/Mastermind.as
class Mastermind { Hub @hub; Entity @self; Entity@ slot1 = null; Entity@ slot2 = null; Entity@ slot3 = null; Entity@ slot4 = null; Entity@ slot1Key; Entity@ slot2Key; Entity@ slot3Key; Entity@ slot4Key; Entity @light1; Entity @light2; Entity @light3; Entity @light4; Entity ...
class Mastermind { Hub @hub; Entity @self; Entity@ slot1 = null; Entity@ slot2 = null; Entity@ slot3 = null; Entity@ slot4 = null; Entity@ slot1Key; Entity@ slot2Key; Entity@ slot3Key; Entity@ slot4Key; Entity @light1; Entity @light2; Entity @light3; Entity @li...
Clean mastermind script in terms of tabs, spacing, and newlines.
Clean mastermind script in terms of tabs, spacing, and newlines.
ActionScript
mit
Chainsawkitten/LargeGameProjectEngine,Chainsawkitten/LargeGameProjectEngine
3a9b5e2c3fe3971e98283bfe35edc363a3686108
as3/com/netease/protobuf/BaseFieldDescriptor.as
as3/com/netease/protobuf/BaseFieldDescriptor.as
// vim: tabstop=4 shiftwidth=4 // Copyright (c) 2011 , Yang Bo All rights reserved. // // Author: Yang Bo (pop.atry@gmail.com) // // Use, modification and distribution are subject to the "New BSD License" // as listed at <url: http://www.opensource.org/licenses/bsd-license.php >. package com.netease.protobuf { import...
// vim: tabstop=4 shiftwidth=4 // Copyright (c) 2011 , Yang Bo All rights reserved. // // Author: Yang Bo (pop.atry@gmail.com) // // Use, modification and distribution are subject to the "New BSD License" // as listed at <url: http://www.opensource.org/licenses/bsd-license.php >. package com.netease.protobuf { import...
修复bug:tagID应该右移3位
修复bug:tagID应该右移3位
ActionScript
bsd-2-clause
tconkling/protoc-gen-as3
892fd753bdf2dec6a2ee62366cf4033da4e1132e
frameworks/projects/Graphics/as/src/org/apache/flex/core/graphics/GradientBase.as
frameworks/projects/Graphics/as/src/org/apache/flex/core/graphics/GradientBase.as
/** * 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 writing, software * distribu...
/** * 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 writing, software * distribu...
Remove angle property and its getter/setter. The rotation property should be used to specify the gradient's rotation.
Remove angle property and its getter/setter. The rotation property should be used to specify the gradient's rotation.
ActionScript
apache-2.0
greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs
fa808d61710ce4afc2d7e6d584a51ec8bc0e774b
FlexUnit4/src/org/flexunit/runners/Parameterized.as
FlexUnit4/src/org/flexunit/runners/Parameterized.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 use, ...
/** * 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 use, ...
Refactor for performance improvement in order injection of parameterized tests.
Refactor for performance improvement in order injection of parameterized tests.
ActionScript
apache-2.0
apache/flex-flexunit,SlavaRa/flex-flexunit,apache/flex-flexunit,apache/flex-flexunit,SlavaRa/flex-flexunit,SlavaRa/flex-flexunit,apache/flex-flexunit,SlavaRa/flex-flexunit
a7f07875564c2a29ed9424cfd300b9ab75302f85
driver/src/main/flex/org/postgresql/codec/CodecFactory.as
driver/src/main/flex/org/postgresql/codec/CodecFactory.as
package org.postgresql.codec { import org.postgresql.Oid; import flash.utils.Dictionary; import org.postgresql.CodecError; /** * The CodecFactory manages mappings between ActionScript Objects (of certain * Classes) and PostgreSQL column values (of certain oids). A Class can be mapped *...
package org.postgresql.codec { import org.postgresql.Oid; import flash.utils.Dictionary; import org.postgresql.CodecError; /** * The CodecFactory manages mappings between ActionScript Objects (of certain * Classes) and PostgreSQL column values (of certain oids). A Class can be mapped *...
Support for default decoders and encoders; doc cleanup.
Support for default decoders and encoders; doc cleanup.
ActionScript
bsd-3-clause
uhoh-itsmaciek/pegasus
83c9869038ae4fd5447c6cba25cce7233182e8b4
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
7aa849eb3637cd9502b931dcd7816e0cef8d40e5
kdp3Lib/src/com/kaltura/kdpfl/ApplicationFacade.as
kdp3Lib/src/com/kaltura/kdpfl/ApplicationFacade.as
package com.kaltura.kdpfl { import com.kaltura.kdpfl.controller.InitMacroCommand; import com.kaltura.kdpfl.controller.LayoutReadyCommand; import com.kaltura.kdpfl.controller.PlaybackCompleteCommand; import com.kaltura.kdpfl.controller.SequenceItemPlayEndCommand; import com.kaltura.kdpfl.controller.SequenceSk...
package com.kaltura.kdpfl { import com.kaltura.kdpfl.controller.InitMacroCommand; import com.kaltura.kdpfl.controller.LayoutReadyCommand; import com.kaltura.kdpfl.controller.PlaybackCompleteCommand; import com.kaltura.kdpfl.controller.SequenceItemPlayEndCommand; import com.kaltura.kdpfl.controller.SequenceSk...
bump v3.8.2
bump v3.8.2
ActionScript
agpl-3.0
shvyrev/kdp,shvyrev/kdp,kaltura/kdp,shvyrev/kdp,kaltura/kdp,kaltura/kdp
1617436d0b3dcc04e2f3154ba0a737e435472a26
asunit-4.0/src/asunit/core/TextCore.as
asunit-4.0/src/asunit/core/TextCore.as
package asunit.core { import asunit.printers.TextPrinter; import flash.display.DisplayObjectContainer; /** * TextCore is just a simple helper class that * configures the base class AsUnitCore to use the * standard TextPrinter. * * The main idea is that you may want a completely ...
package asunit.core { import asunit.printers.ColorTracePrinter; import asunit.printers.TextPrinter; import flash.display.DisplayObjectContainer; /** * TextCore is just a simple helper class that * configures the base class AsUnitCore to use the * standard TextPrinter. * * The main i...
modify TextCore to use ColorTracePrinter
modify TextCore to use ColorTracePrinter
ActionScript
mit
patternpark/asunit
9699ea3155e5765eeecd54f6284f0de32a629058
src/battlecode/client/viewer/GameCanvas.as
src/battlecode/client/viewer/GameCanvas.as
package battlecode.client.viewer { import battlecode.client.viewer.render.DrawDominationBar; import battlecode.client.viewer.render.DrawHUD; import battlecode.client.viewer.render.DrawMap; import battlecode.client.viewer.render.RenderConfiguration; import battlecode.common.Team; import battleco...
package battlecode.client.viewer { import battlecode.client.viewer.render.DrawDominationBar; import battlecode.client.viewer.render.DrawHUD; import battlecode.client.viewer.render.DrawMap; import battlecode.client.viewer.render.RenderConfiguration; import battlecode.common.Team; import battleco...
remove domination bar from layout
remove domination bar from layout
ActionScript
mit
trun/battlecode-webclient
bba2554ea6e459536a67bef344accf1b84619ed0
HLSPlugin/src/com/kaltura/hls/m2ts/FLVTranscoder.as
HLSPlugin/src/com/kaltura/hls/m2ts/FLVTranscoder.as
package com.kaltura.hls.m2ts { import flash.utils.ByteArray; import flash.net.ObjectEncoding; import flash.utils.ByteArray; import flash.utils.Endian; import flash.utils.IDataInput; import flash.utils.IDataOutput; /** * Responsible for emitting FLV data. Also handles AAC conversion...
package com.kaltura.hls.m2ts { import flash.utils.ByteArray; import flash.net.ObjectEncoding; import flash.utils.ByteArray; import flash.utils.Endian; import flash.utils.IDataInput; import flash.utils.IDataOutput; /** * Responsible for emitting FLV data. Also handles AAC conversion...
Fix for AAC packets getting 0 timestamps.
Fix for AAC packets getting 0 timestamps.
ActionScript
agpl-3.0
kaltura/HLS-OSMF,kaltura/HLS-OSMF,kaltura/HLS-OSMF,kaltura/HLS-OSMF
dbb51ad727b088bf1f538ff662da527295f03ad6
src/com/merlinds/miracle_tool/controllers/PublishCommand.as
src/com/merlinds/miracle_tool/controllers/PublishCommand.as
/** * User: MerlinDS * Date: 18.07.2014 * Time: 15:14 */ package com.merlinds.miracle_tool.controllers { import com.merlinds.debug.log; import com.merlinds.miracle.geom.Transformation; import com.merlinds.miracle_tool.events.ActionEvent; import com.merlinds.miracle_tool.events.DialogEvent; import com.merlinds....
/** * User: MerlinDS * Date: 18.07.2014 * Time: 15:14 */ package com.merlinds.miracle_tool.controllers { import com.merlinds.debug.log; import com.merlinds.miracle.geom.Transformation; import com.merlinds.miracle_tool.events.ActionEvent; import com.merlinds.miracle_tool.events.DialogEvent; import com.merlinds....
Fix bounds scaling
Fix bounds scaling
ActionScript
mit
MerlinDS/miracle_tool
66f76eb954dd7fb4a0d9b92c099a53aa6ef6519a
ImpetusSound.as
ImpetusSound.as
package { import flash.media.Sound; import flash.net.URLRequest; public class ImpetusSound { private var sound:Sound; private var channels:Vector.<ImpetusChannel>; public function ImpetusSound(url:String):void { this.sound = new Sound(); this.c...
package { import flash.media.Sound; import flash.net.URLRequest; public class ImpetusSound { private var url:String; private var sound:Sound; private var channels:Vector.<ImpetusChannel>; public function ImpetusSound(url:String):void { this.url = ur...
Store url & add getUrl() getter
Store url & add getUrl() getter
ActionScript
mit
Julow/Impetus
3748776a63b9971a7c6fd53d02ef060aa3947807
frameworks/projects/framework/src/FrameworkClasses.as
frameworks/projects/framework/src/FrameworkClasses.as
//////////////////////////////////////////////////////////////////////////////// // // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. // The ASF license...
//////////////////////////////////////////////////////////////////////////////// // // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. // The ASF license...
Add AndroidPlatformVersionOverride to FrameworkClasses
Add AndroidPlatformVersionOverride to FrameworkClasses
ActionScript
apache-2.0
apache/flex-sdk,shyamalschandra/flex-sdk,adufilie/flex-sdk,apache/flex-sdk,apache/flex-sdk,adufilie/flex-sdk,adufilie/flex-sdk,adufilie/flex-sdk,SlavaRa/flex-sdk,shyamalschandra/flex-sdk,danteinforno/flex-sdk,shyamalschandra/flex-sdk,SlavaRa/flex-sdk,SlavaRa/flex-sdk,danteinforno/flex-sdk,apache/flex-sdk,SlavaRa/flex-s...
1a83e200b33d172818bc0c3eb52da1b52ec2adf9
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...
handle source changes
handle source changes
ActionScript
apache-2.0
greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs
41696bbe046754faeed4851130459fb9b806574e
krew-framework/krewfw/core/KrewTransition.as
krew-framework/krewfw/core/KrewTransition.as
package krewfw.core { import starling.animation.Transitions; /** * Expand tween transition functions of Starling. */ //------------------------------------------------------------ public class KrewTransition { // Already exists in starling public static const EASE_IN_QUAD :S...
package krewfw.core { import starling.animation.Transitions; /** * Expand tween transition functions of Starling. */ //------------------------------------------------------------ public class KrewTransition { // Already exists in starling public static const EASE_IN_QUAD :S...
Add transition
Add transition
ActionScript
mit
tatsuya-koyama/krewFramework,tatsuya-koyama/krewFramework,tatsuya-koyama/krewFramework
560ad62c0e09575f26cf9d534c5acd9c3d019642
src/aerys/minko/type/loader/AssetsLibrary.as
src/aerys/minko/type/loader/AssetsLibrary.as
package aerys.minko.type.loader { import aerys.minko.render.geometry.Geometry; import aerys.minko.render.material.Material; import aerys.minko.render.material.basic.BasicMaterial; import aerys.minko.render.resource.texture.TextureResource; import aerys.minko.type.Signal; public final class AssetsLibrary { pr...
package aerys.minko.type.loader { import aerys.minko.render.geometry.Geometry; import aerys.minko.render.material.Material; import aerys.minko.render.material.basic.BasicMaterial; import aerys.minko.render.resource.texture.TextureResource; import aerys.minko.scene.node.ISceneNode; import aerys.minko.type.Signal; ...
Add symbols
Add symbols
ActionScript
mit
aerys/minko-as3
0c2ace6f9a84a3df75b40efd193cb2c98030b3d6
OSMF/org/osmf/net/httpstreaming/flv/FLVTag.as
OSMF/org/osmf/net/httpstreaming/flv/FLVTag.as
/***************************************************** * * Copyright 2009 Adobe Systems Incorporated. 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...
/***************************************************** * * Copyright 2009 Adobe Systems Incorporated. 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...
Revert changes to OSMF.
Revert changes to OSMF.
ActionScript
agpl-3.0
kaltura/HLS-OSMF,kaltura/HLS-OSMF,kaltura/HLS-OSMF,kaltura/HLS-OSMF
1ea6a66ecb7ad8e75a8f4af407ef290a329b0249
WEB-INF/lps/lfc/kernel/swf9/LFCApplication.as
WEB-INF/lps/lfc/kernel/swf9/LFCApplication.as
/** * LFCApplication.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 LFCApplication extends Sprite { // This...
/** * LFCApplication.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 LFCApplication extends Sprite { // This...
Change 20080429-maxcarlson-I by maxcarlson@Roboto on 2008-04-29 10:54:55 PDT in /Users/maxcarlson/openlaszlo/trunk-clean for http://svn.openlaszlo.org/openlaszlo/trunk
Change 20080429-maxcarlson-I by maxcarlson@Roboto on 2008-04-29 10:54:55 PDT in /Users/maxcarlson/openlaszlo/trunk-clean for http://svn.openlaszlo.org/openlaszlo/trunk Summary: Hide the swf9 debugger until messages need to be shown New Features: Bugs Fixed: Technical Reviewer: hminsky QA Reviewer: promanik ...
ActionScript
epl-1.0
mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo
ac9cdd066f07d83ea5eab5bec29d1d92190425a3
krew-framework/krewfw/starling_utility/TileMapHelper.as
krew-framework/krewfw/starling_utility/TileMapHelper.as
package krewfw.starling_utility { import flash.geom.Point; import starling.display.Image; import starling.textures.Texture; /** * Tiled Map Editor (http://www.mapeditor.org/) の tmx ファイルから * 出力した json をもとに各マスの Image を返すユーティリティ */ //----------------------------------------------------...
package krewfw.starling_utility { import flash.geom.Point; import starling.display.Image; import starling.textures.Texture; import krewfw.utility.KrewUtil; /** * Tiled Map Editor (http://www.mapeditor.org/) の tmx ファイルから * 出力した json をもとに各マスの Image を返すユーティリティ */ //---------------...
Resolve conflict
Resolve conflict
ActionScript
mit
tatsuya-koyama/krewFramework,tatsuya-koyama/krewFramework,tatsuya-koyama/krewFramework
4a10e322153eab122625830b3de976c5b64645fe
src/aerys/minko/scene/controller/TransformController.as
src/aerys/minko/scene/controller/TransformController.as
package aerys.minko.scene.controller { import aerys.minko.ns.minko_math; import aerys.minko.render.Viewport; import aerys.minko.scene.node.Group; import aerys.minko.scene.node.ISceneNode; import aerys.minko.scene.node.Scene; import aerys.minko.type.math.Matrix4x4; import flash.display.BitmapData; import flash...
package aerys.minko.scene.controller { import aerys.minko.ns.minko_math; import aerys.minko.render.Viewport; import aerys.minko.scene.node.Group; import aerys.minko.scene.node.ISceneNode; import aerys.minko.scene.node.Scene; import aerys.minko.type.math.Matrix4x4; import flash.display.BitmapData; import flash...
add TransformController.getWorldToLocalTransform() to get cached/lazy world to local transform
add TransformController.getWorldToLocalTransform() to get cached/lazy world to local transform
ActionScript
mit
aerys/minko-as3
7e9cc6dbd422706c923341f437b524fd94a99445
demo/DynamicDestruction/DynamicDestruction.as
demo/DynamicDestruction/DynamicDestruction.as
package { //not yet written! }
package { //Translation of Destructable class only. //(untested) import nape.geom.Vec2; import nape.phys.Body; import nape.geom.MarchingSquares; import nape.geom.GeomPoly; import nape.geom.GeomPolyList; import nape.shape.Polygon; public class Destructible { private static const granularity = new Vec2(5,5);...
add AS3 translation of Destructible in dynamic destruction demo
add AS3 translation of Destructible in dynamic destruction demo
ActionScript
bsd-2-clause
deltaluca/nape,deltaluca/nape,deltaluca/nape