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
dcc72cfec1f403de0b83a82002e32dddbfd6d540
OSMF/org/osmf/net/httpstreaming/flv/FLVParser.as
OSMF/org/osmf/net/httpstreaming/flv/FLVParser.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...
Disable unneeded logging.
Disable unneeded logging.
ActionScript
agpl-3.0
kaltura/HLS-OSMF,kaltura/HLS-OSMF,kaltura/HLS-OSMF,kaltura/HLS-OSMF
ef396dfd71f86e157eea3a8ca57f7ce123a31323
src/Impetus.as
src/Impetus.as
package io.github.jwhile.impetus { import flash.display.Sprite; import flash.external.ExternalInterface; public class Impetus extends Sprite { public function Impetus():void { } } }
package io.github.jwhile.impetus { import flash.display.Sprite; import flash.external.ExternalInterface; public class Impetus extends Sprite { public function Impetus():void { if(ExternalInterface.available) { ExternalInterface.addCallback('getPla...
Load ExternalInterface if available
Load ExternalInterface if available
ActionScript
mit
Julow/Impetus
e6c6536939fe437943c571ab0d0a6552a216e474
src/com/axis/audioclient/AxisTransmit.as
src/com/axis/audioclient/AxisTransmit.as
package com.axis.audioclient { import flash.events.Event; import flash.events.ProgressEvent; import flash.events.ErrorEvent; import flash.events.SampleDataEvent; import flash.events.StatusEvent; import flash.events.SecurityErrorEvent; import flash.events.IOErrorEvent; import flash.net.Socket; import ...
package com.axis.audioclient { import flash.events.Event; import flash.events.ProgressEvent; import flash.events.ErrorEvent; import flash.events.SampleDataEvent; import flash.events.StatusEvent; import flash.events.SecurityErrorEvent; import flash.events.IOErrorEvent; import flash.net.Socket; import ...
Save url
Save url Implemented property to save the url which is needed to manage muting and unmuting of the microphone.
ActionScript
bsd-3-clause
AxisCommunications/locomote-video-player,gaetancollaud/locomote-video-player
dfca372df5e9a8c2fc3ac10ddb0ff6e80d839b5b
src/aerys/minko/type/loader/parser/ParserOptions.as
src/aerys/minko/type/loader/parser/ParserOptions.as
package aerys.minko.type.loader.parser { import aerys.minko.render.Effect; import aerys.minko.scene.node.Mesh; import aerys.minko.type.animation.SkinningMethod; import aerys.minko.type.loader.ILoader; import aerys.minko.type.loader.SceneLoader; import aerys.minko.type.loader.TextureLoader; import flash.net.URL...
package aerys.minko.type.loader.parser { import aerys.minko.render.Effect; import aerys.minko.scene.node.Mesh; import aerys.minko.type.animation.SkinningMethod; import aerys.minko.type.loader.ILoader; import aerys.minko.type.loader.SceneLoader; import aerys.minko.type.loader.TextureLoader; import flash.net.URL...
remove ParserOptions.loadDependencies, parser should now use ParserOptions.dependencyLoaderFunction != null instead
remove ParserOptions.loadDependencies, parser should now use ParserOptions.dependencyLoaderFunction != null instead
ActionScript
mit
aerys/minko-as3
a3489f581c9c3b71564f4b4ee47a91e98311487d
flexEditor/src/org/arisgames/editor/util/AppConstants.as
flexEditor/src/org/arisgames/editor/util/AppConstants.as
package org.arisgames.editor.util { public class AppConstants { //public static const APPLICATION_ENVIRONMENT_UPLOAD_SERVER_URL:String = "http://davembp.local/server/services/aris/uploadhandler.php"; //davembp // public static const APPLICATION_ENVIRONMENT_UPLOAD_SERVER_URL:String = "http://atsosxdev.doit.wisc.edu/...
package org.arisgames.editor.util { public class AppConstants { //public static const APPLICATION_ENVIRONMENT_UPLOAD_SERVER_URL:String = "http://davembp.local/server/services/aris/uploadhandler.php"; //davembp // public static const APPLICATION_ENVIRONMENT_UPLOAD_SERVER_URL:String = "http://atsosxdev.doit.wisc.edu/...
rename requirement to plaque/script
rename requirement to plaque/script
ActionScript
mit
inesaloulou21/arisgames,augustozuniga/arisgames,inesaloulou21/arisgames,inesaloulou21/arisgames,augustozuniga/arisgames,inesaloulou21/arisgames,augustozuniga/arisgames,augustozuniga/arisgames,augustozuniga/arisgames,augustozuniga/arisgames,augustozuniga/arisgames,inesaloulou21/arisgames,inesaloulou21/arisgames,inesalou...
ea2028bb160485752d4f7e27307d1549919bfc66
WeaveCore/src/weave/core/LinkableFunction.as
WeaveCore/src/weave/core/LinkableFunction.as
/* Weave (Web-based Analysis and Visualization Environment) Copyright (C) 2008-2011 University of Massachusetts Lowell This file is a part of Weave. Weave is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License, Version 3, as publish...
/* Weave (Web-based Analysis and Visualization Environment) Copyright (C) 2008-2011 University of Massachusetts Lowell This file is a part of Weave. Weave is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License, Version 3, as publish...
rewrite for loop
rewrite for loop
ActionScript
mpl-2.0
WeaveTeam/WeaveJS,WeaveTeam/WeaveJS,WeaveTeam/WeaveJS,WeaveTeam/WeaveJS
3f0ddad48a9871a24d692b45e2ce6457c45a4a14
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.render.geometry.Geometry; import aerys.minko.scene.controller.AbstractController; import aerys.minko.scene.controller.TransformController; import aerys.minko.scene.node.Group; import aerys.minko.scene.node.Mesh; import aerys.minko.scene.node.Scene; i...
package aerys.minko.scene.controller.mesh { import aerys.minko.render.geometry.Geometry; import aerys.minko.scene.controller.AbstractController; import aerys.minko.scene.controller.TransformController; import aerys.minko.scene.node.Group; import aerys.minko.scene.node.Mesh; import aerys.minko.scene.node.Scene; i...
remove dead code
remove dead code
ActionScript
mit
aerys/minko-as3
79b9a97417955670f92a2b020e2ae0c1005c75a1
src/aerys/minko/scene/node/light/PointLight.as
src/aerys/minko/scene/node/light/PointLight.as
package aerys.minko.scene.node.light { import aerys.minko.ns.minko_scene; import aerys.minko.render.resource.texture.CubeTextureResource; import aerys.minko.render.resource.texture.ITextureResource; import aerys.minko.render.resource.texture.TextureResource; import aerys.minko.scene.controller.light.PointLightCont...
package aerys.minko.scene.node.light { import aerys.minko.ns.minko_scene; import aerys.minko.render.resource.texture.CubeTextureResource; import aerys.minko.render.resource.texture.ITextureResource; import aerys.minko.render.resource.texture.TextureResource; import aerys.minko.scene.controller.light.PointLightCont...
fix coding style
fix coding style
ActionScript
mit
aerys/minko-as3
ced8c055b62569fa1f21f78b3345c5cf4c30443f
ext/template/project/src/template.as
ext/template/project/src/template.as
package { public class @@project_name@@{ public function @@project_name@@(){ } } }
package{ import flash.display.Sprite; public class @@project_name@@ extends Sprite{ public function @@project_name@@(){ } } }
fix : the main class need to extend Sprite
fix : the main class need to extend Sprite
ActionScript
mit
wolfired/flex_ant_project_template,wolfired/flex_ant_project_template,wolfired/flex_ant_project_template,wolfired/flex_ant_project_template
f2b5003f3852d03ab3b5b39c2d1f3f9866f37c38
src/aerys/minko/scene/controller/debug/WireframeDebugController.as
src/aerys/minko/scene/controller/debug/WireframeDebugController.as
package aerys.minko.scene.controller.debug { import aerys.minko.render.geometry.Geometry; import aerys.minko.render.geometry.primitive.LineGeometry; import aerys.minko.render.geometry.stream.iterator.TriangleIterator; import aerys.minko.render.geometry.stream.iterator.TriangleReference; import aerys.minko.render.m...
package aerys.minko.scene.controller.debug { import aerys.minko.render.geometry.Geometry; import aerys.minko.render.geometry.primitive.LineGeometry; import aerys.minko.render.geometry.stream.iterator.TriangleIterator; import aerys.minko.render.geometry.stream.iterator.TriangleReference; import aerys.minko.render.m...
Fix bug when a callback was already listened
Fix bug when a callback was already listened
ActionScript
mit
aerys/minko-as3
ab6e6f2f29fea12d996e0736b4e2fec5d100f0a5
src/main/as/flump/export/Packer.as
src/main/as/flump/export/Packer.as
// // Flump - Copyright 2012 Three Rings Design package flump.export { import flash.geom.Rectangle; import flump.xfl.XflLibrary; import flump.xfl.XflTexture; import com.threerings.util.Comparators; public class Packer { public static const BIN_SIZES :Vector.<int> = new <int>[8, 16, 32, 64, 128, 256, 512, 1024]...
// // Flump - Copyright 2012 Three Rings Design package flump.export { import flash.geom.Rectangle; import flump.xfl.XflLibrary; import flump.xfl.XflTexture; import com.threerings.util.Comparators; public class Packer { public const atlases :Vector.<Atlas> = new Vector.<Atlas>(); public function Packer (l...
Add additional atlases as textures don't fit
Add additional atlases as textures don't fit
ActionScript
mit
mathieuanthoine/flump,funkypandagame/flump,funkypandagame/flump,tconkling/flump,mathieuanthoine/flump,tconkling/flump,mathieuanthoine/flump
c36c4f7cdb38afcbea9bc94a6fec5760dba7373f
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 // /...
Arrange methods closer to usage.
Arrange methods closer to usage.
ActionScript
apache-2.0
Esri/arcgis-viewer-builder-flex
4fb21a01a9b5f26b12a466fa6f0d708d62f087eb
src/as/com/threerings/flash/Siner.as
src/as/com/threerings/flash/Siner.as
package com.threerings.flash { import flash.utils.getTimer; /** * Tracks multiple sine waves with different periods and amplitudes, and * returns a */ public class Siner { /** * @param args: amplitude1, period1, amplitude2, period2... * Periods are specified in seconds. * * If constructed w...
package com.threerings.flash { import flash.utils.getTimer; /** * Tracks multiple sine waves with different periods and amplitudes, and * returns an instantaneous additive amplitude. */ public class Siner { /** * @param args: amplitude1, period1, amplitude2, period2... * Periods are specified in seco...
Comment fixup.
Comment fixup. git-svn-id: b675b909355d5cf946977f44a8ec5a6ceb3782e4@171 ed5b42cb-e716-0410-a449-f6a68f950b19
ActionScript
lgpl-2.1
threerings/nenya,threerings/nenya
f2ba0ebd326673dd1ed50602db85ae77aaee1790
src/com/esri/builder/supportClasses/FileUtil.as
src/com/esri/builder/supportClasses/FileUtil.as
//////////////////////////////////////////////////////////////////////////////// // Copyright (c) 2008-2013 Esri. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // /...
//////////////////////////////////////////////////////////////////////////////// // Copyright (c) 2008-2013 Esri. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // /...
Clean up.
Clean up.
ActionScript
apache-2.0
Esri/arcgis-viewer-builder-flex
7ffda1c60a484682d4b816e581772b75a1ccac55
Arguments/src/Controller/logic/DisjunctiveSyllogism.as
Arguments/src/Controller/logic/DisjunctiveSyllogism.as
package Controller.logic { import Model.AGORAModel; import Model.ArgumentTypeModel; import Model.SimpleStatementModel; import Model.StatementModel; import ValueObjects.AGORAParameters; import components.ArgumentPanel; import classes.Language; import mx.controls.Alert; public class DisjunctiveSyllogis...
package Controller.logic { import Model.AGORAModel; import Model.ArgumentTypeModel; import Model.SimpleStatementModel; import Model.StatementModel; import ValueObjects.AGORAParameters; import components.ArgumentPanel; import classes.Language; import mx.controls.Alert; public class DisjunctiveSyllogis...
Add translation for Either
Add translation for Either
ActionScript
agpl-3.0
mbjornas3/AGORA,mbjornas3/AGORA,MichaelHoffmann/AGORA,MichaelHoffmann/AGORA,MichaelHoffmann/AGORA
a20bad21bfae144295af90b3b76066b7f77f8cd9
dolly-framework/src/test/actionscript/dolly/CopierTest.as
dolly-framework/src/test/actionscript/dolly/CopierTest.as
package dolly { import dolly.core.dolly_internal; import dolly.data.ClassLevelCopyable; import dolly.data.ClassLevelCopyableCloneable; import dolly.data.PropertyLevelCopyable; import dolly.data.PropertyLevelCopyableCloneable; import org.as3commons.reflect.Field; import org.as3commons.reflect.Type; import org.flexunit....
package dolly { import dolly.core.dolly_internal; import dolly.data.ClassLevelCopyable; import dolly.data.ClassLevelCopyableCloneable; import dolly.data.PropertyLevelCopyable; import dolly.data.PropertyLevelCopyableCloneable; import org.as3commons.reflect.Field; import org.as3commons.reflect.Type; import org.flexunit....
Split method "testCopyWithPropertyLevelMetadata" to a few.
Split method "testCopyWithPropertyLevelMetadata" to a few.
ActionScript
mit
Yarovoy/dolly
787996985ef4803e4f5c9721cfce3e7a0f378316
flash/jasmine-flex/src/spec/AddUser.as
flash/jasmine-flex/src/spec/AddUser.as
import com.infrared5.application.command.AddUserCommand; import com.infrared5.application.model.Session; import com.infrared5.application.model.User; import com.infrared5.application.service.UserService; import flash.events.Event; import flash.net.URLLoader; import mockolate.stub; import org.jasmineflex.global.*; i...
import com.infrared5.application.command.AddUserCommand; import com.infrared5.application.model.Session; import com.infrared5.application.model.User; import com.infrared5.application.service.UserService; import flash.events.Event; import flash.events.IOErrorEvent; import flash.net.URLLoader; import mockolate.stub; i...
add user specs for jasmine-flex
add user specs for jasmine-flex
ActionScript
mit
infrared5/unit-testing
3da5425f97c8e09f8839a41e1849575083346732
src/org/robotlegs/mvcs/Context.as
src/org/robotlegs/mvcs/Context.as
/* * Copyright (c) 2009 the original author or authors * * Permission is hereby granted to use, modify, and distribute this file * in accordance with the terms of the license agreement accompanying it. */ package org.robotlegs.mvcs { import flash.display.DisplayObjectContainer; import flash.events.Event; imp...
/* * Copyright (c) 2009 the original author or authors * * Permission is hereby granted to use, modify, and distribute this file * in accordance with the terms of the license agreement accompanying it. */ package org.robotlegs.mvcs { import flash.display.DisplayObjectContainer; import flash.events.Event; imp...
Add documentation for the startupComplete event dispatched by the Context.startup() method. The docs describe a common pattern for using the startupComplete event to trigger traditional "app entrypoint" bootstrapping operations.
Add documentation for the startupComplete event dispatched by the Context.startup() method. The docs describe a common pattern for using the startupComplete event to trigger traditional "app entrypoint" bootstrapping operations.
ActionScript
mit
eric-stanley/robotlegs-framework,eric-stanley/robotlegs-framework,robotlegs/robotlegs-framework,robotlegs/robotlegs-framework
9cddf046562389c5a03c1c8e24fd781b63a07ccb
frameworks/projects/HTML/as/src/org/apache/flex/html/DropDownList.as
frameworks/projects/HTML/as/src/org/apache/flex/html/DropDownList.as
//////////////////////////////////////////////////////////////////////////////// // // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. // The ASF license...
//////////////////////////////////////////////////////////////////////////////// // // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. // The ASF license...
Fix dropdownlist selection
Fix dropdownlist selection
ActionScript
apache-2.0
greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs
c5d60fea58814b11483281ee7f82b2f28ba697f3
lib/src/com/amanitadesign/steam/ISteamWorks.as
lib/src/com/amanitadesign/steam/ISteamWorks.as
/* * ISteamWorks.as * This file is part of FRESteamWorks. * * Created by Ventero <http://github.com/Ventero> on 2013-08-28 * Copyright (c) 2013 Level Up Labs, LLC. All rights reserved. */ package com.amanitadesign.steam { import flash.display.DisplayObjectContainer; import flash.events.IEventDispatcher; i...
/* * ISteamWorks.as * This file is part of FRESteamWorks. * * Created by Ventero <http://github.com/Ventero> on 2013-08-28 * Copyright (c) 2013 Level Up Labs, LLC. All rights reserved. */ package com.amanitadesign.steam { import flash.display.DisplayObjectContainer; import flash.events.IEventDispatcher; i...
Remove unnecessary semicolons.
Remove unnecessary semicolons.
ActionScript
bsd-2-clause
Ventero/FRESteamWorks,Ventero/FRESteamWorks,Ventero/FRESteamWorks,Ventero/FRESteamWorks
035a499329d123525031ad2fbe049624f45dce1b
src/org/flintparticles/common/events/UpdateEvent.as
src/org/flintparticles/common/events/UpdateEvent.as
/* * FLINT PARTICLE SYSTEM * ..................... * * Author: Richard Lord * Copyright (c) Richard Lord 2008-2010 * http://flintparticles.org * * * Licence Agreement * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (t...
/* * FLINT PARTICLE SYSTEM * ..................... * * Author: Richard Lord * Copyright (c) Richard Lord 2008-2010 * http://flintparticles.org * * * Licence Agreement * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (t...
Fix documentation on UpdateEvent class
Fix documentation on UpdateEvent class
ActionScript
mit
richardlord/Flint
613b712831be9613167fd7e47a368de4b5194e94
swfcat.as
swfcat.as
package { import flash.display.Sprite; import flash.display.StageAlign; import flash.display.StageScaleMode; import flash.external.ExternalInterface; import flash.text.TextField; import flash.text.TextFormat; import flash.net.Socket; import flash.net.URLLoader; import flash.net.URLLo...
package { import flash.display.Sprite; import flash.display.StageAlign; import flash.display.StageScaleMode; import flash.external.ExternalInterface; import flash.text.TextField; import flash.text.TextFormat; import flash.net.Socket; import flash.net.URLLoader; import flash.net.URLLo...
Make the badge clickable.
Make the badge clickable.
ActionScript
mit
glamrock/flashproxy,infinity0/flashproxy,infinity0/flashproxy,infinity0/flashproxy,arlolra/flashproxy,infinity0/flashproxy,arlolra/flashproxy,glamrock/flashproxy,glamrock/flashproxy,glamrock/flashproxy,glamrock/flashproxy,arlolra/flashproxy,arlolra/flashproxy,arlolra/flashproxy,arlolra/flashproxy,glamrock/flashproxy,in...
98c1e816c57d5899bcfe658eadcb291ef1d29f0a
src/aerys/minko/scene/node/light/PointLight.as
src/aerys/minko/scene/node/light/PointLight.as
package aerys.minko.scene.node.light { import aerys.minko.ns.minko_scene; import aerys.minko.render.material.phong.PhongProperties; import aerys.minko.render.resource.texture.CubeTextureResource; import aerys.minko.render.resource.texture.ITextureResource; import aerys.minko.render.resource.texture.TextureResource...
package aerys.minko.scene.node.light { import aerys.minko.ns.minko_scene; import aerys.minko.render.material.phong.PhongProperties; import aerys.minko.render.resource.texture.CubeTextureResource; import aerys.minko.render.resource.texture.ITextureResource; import aerys.minko.render.resource.texture.TextureResource...
fix shadowMapSize init in PointLight constructor
fix shadowMapSize init in PointLight constructor
ActionScript
mit
aerys/minko-as3
a5d6afc5ed2f97e328591ca9446b8ac0185a368b
vivified/compiler/test/hello-world.as
vivified/compiler/test/hello-world.as
// makeswf -v 7 -s 200x150 -r 1 -o movie23.swf movie23.as trace ("Hello World!"); loadMovie ("fscommand:quit", "");
// makeswf -v 7 -s 200x150 -r 1 -o hello-world.swf hello-world.as trace ("Hello World!"); loadMovie ("fscommand:quit", "");
fix comment
fix comment
ActionScript
lgpl-2.1
mltframework/swfdec,freedesktop-unofficial-mirror/swfdec__swfdec,mltframework/swfdec,freedesktop-unofficial-mirror/swfdec__swfdec,freedesktop-unofficial-mirror/swfdec__swfdec
106f8df371de3f4947109375ffdf0b564859e476
src/flexlib/containers/WindowShade.as
src/flexlib/containers/WindowShade.as
/* Copyright (c) 2007 FlexLib Contributors. See: http://code.google.com/p/flexlib/wiki/ProjectContributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including witho...
/* Copyright (c) 2007 FlexLib Contributors. See: http://code.google.com/p/flexlib/wiki/ProjectContributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including witho...
Fix for bugs #81 and #91.
Fix for bugs #81 and #91.
ActionScript
mit
Acidburn0zzz/flexlib
207013164e9ff9891ae6038ffc0d27522d54958b
net/flashpunk/utils/Draw.as
net/flashpunk/utils/Draw.as
package net.flashpunk.utils { import flash.display.BitmapData; import flash.display.Graphics; import flash.display.LineScaleMode; import flash.geom.Matrix; import flash.geom.Point; import flash.geom.Rectangle; import net.flashpunk.Entity; import net.flashpunk.FP; /** * Static class with access to miscell...
package net.flashpunk.utils { import flash.display.BitmapData; import flash.display.Graphics; import flash.display.LineScaleMode; import flash.geom.Matrix; import flash.geom.Point; import flash.geom.Rectangle; import net.flashpunk.Entity; import net.flashpunk.FP; /** * Static class with access to miscell...
fix for #7, add static function modifier to linePlus.
fix for #7, add static function modifier to linePlus.
ActionScript
mit
Ken69267/config-stuff,Ken69267/config-stuff,Ken69267/config-stuff,Ken69267/config-stuff,Ken69267/config-stuff
67987fc3dcd4f38ad1e920e4678e288fc6f21edc
src/main/actionscript/com/dotfold/dotvimstat/model/image/EntityImageCollection.as
src/main/actionscript/com/dotfold/dotvimstat/model/image/EntityImageCollection.as
package com.dotfold.dotvimstat.model.image { import asx.array.reduce; import com.dotfold.dotvimstat.model.enum.ImageSize; import flash.utils.Dictionary; /** * Collection class for a list of <code>EntityImage</code>. * * @author jamesmcnamee * */ public class EntityImageCollection { private v...
package com.dotfold.dotvimstat.model.image { import asx.array.empty; import asx.array.reduce; import com.dotfold.dotvimstat.model.enum.ImageSize; import flash.utils.Dictionary; /** * Collection class for a list of <code>EntityImage</code>. * * @author jamesmcnamee * */ public class EntityImage...
fix parameter typing
[fix] fix parameter typing - EntityImageCollection addItem
ActionScript
mit
dotfold/dotvimstat
9ac5247a6683832b03721a1f3a69686ed23897ea
src/org/jivesoftware/xiff/core/XMPPBOSHConnection.as
src/org/jivesoftware/xiff/core/XMPPBOSHConnection.as
package org.jivesoftware.xiff.core { import flash.events.ErrorEvent; import flash.events.TimerEvent; import flash.utils.Timer; import flash.xml.XMLDocument; import flash.xml.XMLNode; import mx.rpc.events.FaultEvent; import mx.rpc.events.ResultEvent; import mx.rpc.http.HTTPService; import org.jivesoftware.x...
package org.jivesoftware.xiff.core { import flash.events.ErrorEvent; import flash.events.TimerEvent; import flash.utils.Timer; import flash.xml.XMLDocument; import flash.xml.XMLNode; import mx.rpc.events.FaultEvent; import mx.rpc.events.ResultEvent; import mx.rpc.http.HTTPService; import org.jivesoftware.x...
Make use of Plain conditional on no other mechanisms being found... really I think this should be deleted, but I need to investigate that
Make use of Plain conditional on no other mechanisms being found... really I think this should be deleted, but I need to investigate that
ActionScript
apache-2.0
igniterealtime/XIFF
ec21fae67f1ade82ff54466340250cbc4a26e6b2
src/aerys/minko/render/shader/compiler/CRC32.as
src/aerys/minko/render/shader/compiler/CRC32.as
package aerys.minko.render.shader.compiler { import flash.utils.ByteArray; /** * The CRC32 class provides a set of static methods to create CRC32 values. * @author promethe * */ public class CRC32 { private static const POLYNOMIAL : uint = 0x04c11db7; private static const CRC_TABLE : Vector.<ui...
package aerys.minko.render.shader.compiler { import flash.utils.ByteArray; /** * The CRC32 class provides a set of static methods to create CRC32 values. * @author promethe * */ public class CRC32 { private static const POLYNOMIAL : uint = 0x04c11db7; private static const CRC_TABLE : Vector.<ui...
Allow user to specify boundaries when computing the CRC32 value of a vector.
Allow user to specify boundaries when computing the CRC32 value of a vector.
ActionScript
mit
aerys/minko-as3
2b3506fda723267832bc0c981d015ae999d2d4d3
src/asfac/src/com/thedevstop/asfac/AsFactory.as
src/asfac/src/com/thedevstop/asfac/AsFactory.as
package com.thedevstop.asfac { import avmplus.getQualifiedClassName; import flash.errors.IllegalOperationError; import flash.utils.describeType; import flash.utils.Dictionary; import flash.utils.getDefinitionByName; /** * The default AsFactory allows for registering instances, types, or callbacks */ public...
package com.thedevstop.asfac { import avmplus.getQualifiedClassName; import flash.errors.IllegalOperationError; import flash.utils.describeType; import flash.utils.Dictionary; import flash.utils.getDefinitionByName; /** * The default AsFactory allows for registering instances, types, or callbacks */ public...
Store an optimized version of type description.
Store an optimized version of type description.
ActionScript
mit
thedevstop/asfac
d7ea2de9e816535e44540c98184663fc9b106009
src/aerys/minko/scene/node/mesh/modifier/BVHMesh.as
src/aerys/minko/scene/node/mesh/modifier/BVHMesh.as
package aerys.minko.scene.node.mesh.modifier { import aerys.minko.ns.minko_stream; import aerys.minko.scene.node.mesh.IMesh; import aerys.minko.scene.visitor.ISceneVisitor; import aerys.minko.type.bounding.BoundingBox; import aerys.minko.type.bounding.BoundingSphere; import aerys.minko.type.math.Vector4; import ...
package aerys.minko.scene.node.mesh.modifier { import aerys.minko.ns.minko_stream; import aerys.minko.scene.node.mesh.IMesh; import aerys.minko.scene.visitor.ISceneVisitor; import aerys.minko.type.bounding.BoundingBox; import aerys.minko.type.bounding.BoundingSphere; import aerys.minko.type.math.Vector4; import ...
Enable dead code from BVHMesh
Enable dead code from BVHMesh
ActionScript
mit
aerys/minko-as3
157e666227455a2a773cb297d5f0013cde2bd489
src/RTMP.as
src/RTMP.as
package { import flash.display.Sprite; import org.osmf.containers.MediaContainer; import org.osmf.elements.VideoElement; import org.osmf.media.DefaultMediaFactory; import org.osmf.media.MediaElement; import org.osmf.media.MediaPlayer; import org.osmf.media.URLResource; [SWF( width="640", height="360" )] publ...
package { import flash.display.Sprite; import flash.external.ExternalInterface; import org.osmf.containers.MediaContainer; import org.osmf.elements.VideoElement; import org.osmf.media.DefaultMediaFactory; import org.osmf.media.MediaElement; import org.osmf.media.MediaPlayer; import org.osmf.media.URLRe...
fix identation, add first callback
RTMP.as: fix identation, add first callback
ActionScript
apache-2.0
video-dev/clappr-rtmp-plugin,flavioribeiro/clappr-rtmp-plugin,hxl-dy/clappr-rtmp-plugin,eventials/clappr-rtmp-plugin,hxl-dy/clappr-rtmp-plugin,video-dev/clappr-rtmp-plugin,clappr/clappr-rtmp-plugin,video-dev/clappr-rtmp-plugin,flavioribeiro/clappr-rtmp-plugin,flavioribeiro/clappr-rtmp-plugin,clappr/clappr-rtmp-plugin,h...
ec8f911691fe2060208fa8ea75f0736af6596b95
src/main/org/shypl/common/util/Path.as
src/main/org/shypl/common/util/Path.as
package org.shypl.common.util { import org.shypl.common.lang.IllegalStateException; public class Path { private var _value:String; public function Path(value:String = null) { if (value === "") { value = null; } else if (value !== null) { while (StringUtils.endsWith(value, "/")) { value = v...
package org.shypl.common.util { import org.shypl.common.lang.IllegalStateException; public class Path { private var _value:String; public function Path(value:String = null) { if (value === "") { value = null; } else if (value !== null) { while (StringUtils.endsWith(value, "/")) { value = v...
Refactor Path
Refactor Path
ActionScript
apache-2.0
shypl/common-flash
ba76a845e0a6d44d2139c5e09b64b30b43046fed
src/as/com/threerings/media/tile/Tile.as
src/as/com/threerings/media/tile/Tile.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...
Make tiles work like tilesets - if you ask to be notified and it's already loaded, notify immediately.
Make tiles work like tilesets - if you ask to be notified and it's already loaded, notify immediately. git-svn-id: b675b909355d5cf946977f44a8ec5a6ceb3782e4@968 ed5b42cb-e716-0410-a449-f6a68f950b19
ActionScript
lgpl-2.1
threerings/nenya,threerings/nenya
845250007a931b4e6abd1b164f6d5b991ed80148
src/com/google/analytics/campaign/CampaignTracker.as
src/com/google/analytics/campaign/CampaignTracker.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...
update comment for asdoc
update comment for asdoc
ActionScript
apache-2.0
nsdevaraj/gaforflash,minimedj/gaforflash,nsdevaraj/gaforflash,minimedj/gaforflash
368cca033ffde014c9505201d850815beb091100
dolly-framework/src/main/actionscript/dolly/Cloner.as
dolly-framework/src/main/actionscript/dolly/Cloner.as
package dolly { import dolly.core.dolly_internal; import dolly.core.errors.CloningError; import dolly.core.metadata.MetadataName; import org.as3commons.reflect.Accessor; import org.as3commons.reflect.AccessorAccess; import org.as3commons.reflect.Field; import org.as3commons.reflect.Type; use namespace dolly_internal...
package dolly { import dolly.core.dolly_internal; import dolly.core.errors.CloningError; import dolly.core.metadata.MetadataName; import org.as3commons.reflect.Accessor; import org.as3commons.reflect.AccessorAccess; import org.as3commons.reflect.Field; import org.as3commons.reflect.Type; use namespace dolly_internal...
Check for class marking as cloneable only once in method Cloner.findAllWritableFieldsForType().
Check for class marking as cloneable only once in method Cloner.findAllWritableFieldsForType().
ActionScript
mit
Yarovoy/dolly
ef999f9fb052a86c1d46eb80acbb92558e134043
as3/xobjas3/src/com/rpath/xobj/URL.as
as3/xobjas3/src/com/rpath/xobj/URL.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...
Allow URL.url for lazy modelling
Allow URL.url for lazy modelling
ActionScript
apache-2.0
sassoftware/xobj,sassoftware/xobj,sassoftware/xobj,sassoftware/xobj
2507794f8a52753854b28a397081123e84be148f
src/avm2/tests/performance/c4/basic.as
src/avm2/tests/performance/c4/basic.as
package { var last = new Date(); function clockUnder(max, name) { var elapsed = new Date() - last; // Keep this disabled when committing this file. var elapsedSuffix = false ? " (" + elapsed + ")" : ""; var nameSuffix = name ? ": " + name : ""; if (elapsed > max) { trace("FAIL: > " + max ...
package { var last = new Date(); function clockUnder(max, name) { var elapsed = new Date() - last; // Keep this disabled when committing this file. var elapsedSuffix = true ? " (" + elapsed + ")" : ""; var nameSuffix = name ? ": " + name : ""; if (elapsed > max) { trace("FAIL: > " + max +...
Tweak perf timings
Tweak perf timings
ActionScript
apache-2.0
mozilla/shumway,mozilla/shumway,tschneidereit/shumway,mozilla/shumway,yurydelendik/shumway,mbebenita/shumway,mbebenita/shumway,mozilla/shumway,mozilla/shumway,yurydelendik/shumway,yurydelendik/shumway,mozilla/shumway,mbebenita/shumway,mbebenita/shumway,tschneidereit/shumway,mbebenita/shumway,mbebenita/shumway,tschneide...
efce146e0a8bf369f097a762001643ef7380c3f5
actionscript/src/com/freshplanet/ane/AirCapabilities/AirCapabilities.as
actionscript/src/com/freshplanet/ane/AirCapabilities/AirCapabilities.as
/* * Copyright 2017 FreshPlanet * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in ...
/* * Copyright 2017 FreshPlanet * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in ...
fix for simulator
fix for simulator
ActionScript
apache-2.0
freshplanet/ANE-AirCapabilities,freshplanet/ANE-AirCapabilities,freshplanet/ANE-AirCapabilities
03dec963f11e33f33238ec37faad8f061333d023
src/as/com/threerings/flex/ChatControl.as
src/as/com/threerings/flex/ChatControl.as
// // $Id$ package com.threerings.flex { import flash.display.DisplayObjectContainer; import flash.events.Event; import flash.events.FocusEvent; import flash.events.KeyboardEvent; import flash.events.MouseEvent; import flash.events.TextEvent; import flash.ui.Keyboard; import mx.containers.HBox; import mx.core.App...
// // $Id$ package com.threerings.flex { import flash.display.DisplayObjectContainer; import flash.events.Event; import flash.events.FocusEvent; import flash.events.KeyboardEvent; import flash.events.MouseEvent; import flash.events.TextEvent; import flash.ui.Keyboard; import mx.containers.HBox; import mx.core.App...
Add an accessor for our chatInput field.
Add an accessor for our chatInput field. git-svn-id: b675b909355d5cf946977f44a8ec5a6ceb3782e4@446 ed5b42cb-e716-0410-a449-f6a68f950b19
ActionScript
lgpl-2.1
threerings/nenya,threerings/nenya
6dccc4c5932e83061c877fa3d4a6483ef78961d2
tests/GAv4/com/google/analytics/core/BrowserInfoTest.as
tests/GAv4/com/google/analytics/core/BrowserInfoTest.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
Vigmar/gaforflash,DimaBaliakin/gaforflash,Vigmar/gaforflash,jeremy-wischusen/gaforflash,Miyaru/gaforflash,jeremy-wischusen/gaforflash,jisobkim/gaforflash,jisobkim/gaforflash,dli-iclinic/gaforflash,drflash/gaforflash,DimaBaliakin/gaforflash,mrthuanvn/gaforflash,Miyaru/gaforflash,drflash/gaforflash,soumavachakraborty/gaf...
fa6a2663a7250870c121fa4d8ad5cb62e949df62
src/flexlib/containers/WindowShade.as
src/flexlib/containers/WindowShade.as
/* Copyright (c) 2007 FlexLib Contributors. See: http://code.google.com/p/flexlib/wiki/ProjectContributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including witho...
/* Copyright (c) 2007 FlexLib Contributors. See: http://code.google.com/p/flexlib/wiki/ProjectContributors Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including witho...
Fix for Issue #85.
Fix for Issue #85.
ActionScript
mit
Acidburn0zzz/flexlib
a5a8c17714bdb7b5e3f74440d62d52950542321f
src/com/merlinds/miracle_tool/controllers/converters/AnimationConverterCommand.as
src/com/merlinds/miracle_tool/controllers/converters/AnimationConverterCommand.as
/** * User: MerlinDS * Date: 16.07.2014 * Time: 22:22 */ package com.merlinds.miracle_tool.controllers.converters { import com.merlinds.debug.log; import com.merlinds.miracle_tool.events.ActionEvent; import com.merlinds.miracle_tool.events.EditorEvent; import com.merlinds.miracle_tool.models.ProjectModel; impo...
/** * User: MerlinDS * Date: 16.07.2014 * Time: 22:22 */ package com.merlinds.miracle_tool.controllers.converters { import com.merlinds.debug.log; import com.merlinds.miracle_tool.events.ActionEvent; import com.merlinds.miracle_tool.events.EditorEvent; import com.merlinds.miracle_tool.models.ProjectModel; impo...
remove excess imports
remove excess imports
ActionScript
mit
MerlinDS/miracle_tool
e9321140fd4c95176a3fc44d993bd0e371cf0d2a
dolly-framework/src/test/actionscript/dolly/CloningOfCompositeCloneableClassTest.as
dolly-framework/src/test/actionscript/dolly/CloningOfCompositeCloneableClassTest.as
package dolly { import dolly.core.dolly_internal; import dolly.data.CompositeCloneableClass; import org.as3commons.reflect.Field; import org.as3commons.reflect.Type; import org.flexunit.asserts.assertEquals; import org.flexunit.asserts.assertFalse; import org.flexunit.asserts.assertNotNull; import org.hamcrest.assertT...
package dolly { import dolly.core.dolly_internal; import dolly.data.CompositeCloneableClass; import mx.collections.ArrayCollection; import mx.collections.ArrayList; import org.as3commons.reflect.Field; import org.as3commons.reflect.Type; import org.flexunit.asserts.assertEquals; import org.flexunit.asserts.assertFals...
Edit values of test objects.
Edit values of test objects.
ActionScript
mit
Yarovoy/dolly
05d40c02b8ba328e8ac024bcf10b5476adfc982b
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.scene.node.camera.Camera; import aerys.minko.typ...
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.scene.node.camera.Camera; import aerys.minko.typ...
fix TransformController.updateTransformList() to avoid instanciating new vectors and use Vector.length = 0 instead
fix TransformController.updateTransformList() to avoid instanciating new vectors and use Vector.length = 0 instead
ActionScript
mit
aerys/minko-as3
262cbe993173537d3bb35fa548f6721a225be5ef
src/aerys/minko/render/shader/sprite/SpriteShader.as
src/aerys/minko/render/shader/sprite/SpriteShader.as
package aerys.minko.render.shader.sprite { import aerys.minko.render.shader.SFloat; import aerys.minko.render.shader.Shader; import aerys.minko.render.shader.ShaderSettings; import aerys.minko.render.shader.part.DiffuseShaderPart; import aerys.minko.type.enum.Blending; import aerys.minko.type.enum.DepthTest; imp...
package aerys.minko.render.shader.sprite { import aerys.minko.render.material.basic.BasicProperties; import aerys.minko.render.shader.SFloat; import aerys.minko.render.shader.Shader; import aerys.minko.render.shader.ShaderSettings; import aerys.minko.render.shader.part.DiffuseShaderPart; import aerys.minko.type.e...
Add alpha properties on spriteShader
Add alpha properties on spriteShader
ActionScript
mit
aerys/minko-as3
61277f830d846053b7a86d439c13d83b5841ac45
src/Main.as
src/Main.as
package { import net.flashpunk.Engine; import net.flashpunk.FP; import worlds.World1; public class Main extends Engine { public function Main() { super(800, 640, 100, false); } override public function init():void { FP.screen.color = 0xffffff; FP.world = new World1; FP.console.en...
package { import net.flashpunk.Engine; import net.flashpunk.FP; import worlds.World1; public class Main extends Engine { public function Main() { super(800, 640, 100, false); } override public function init():void { FP.screen.color = 0xffffff; FP.world = new World1; } } }
remove console
remove console
ActionScript
mit
lusv/batracio
17e365fec3af0dab30ed7986f3ee1b517eb729e2
src/aerys/minko/scene/controller/EnterFrameController.as
src/aerys/minko/scene/controller/EnterFrameController.as
package aerys.minko.scene.controller { import aerys.minko.render.Viewport; import aerys.minko.scene.node.ISceneNode; import aerys.minko.scene.node.Scene; import flash.display.BitmapData; /** * EnterFrameController are controllers triggered whenever the Scene.enterFrame * signal is executed. * * The bes...
package aerys.minko.scene.controller { import aerys.minko.render.Viewport; import aerys.minko.scene.node.ISceneNode; import aerys.minko.scene.node.Scene; import flash.display.BitmapData; /** * EnterFrameController are controllers triggered whenever the Scene.enterFrame * signal is executed. * * The bes...
add EnterFrameController.numTargetsInScene property
add EnterFrameController.numTargetsInScene property
ActionScript
mit
aerys/minko-as3
51db48ff0d7d1ccb4eebc0717b6f52a857c7b557
examples/DataGridExample/src/mybeads/RowHeightBead.as
examples/DataGridExample/src/mybeads/RowHeightBead.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...
Remove unused imports
Remove unused imports
ActionScript
apache-2.0
greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs
c9c11f0946954f9eaf25e02c816a559329af52d4
core/JSON.as
core/JSON.as
/* -*- c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 4 -*- */ /* vi: set ts=4 sw=4 expandtab: (add to ~/.vimrc: set modeline modelines=5) */ /* ***** 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 "Licen...
/* -*- c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 4 -*- */ /* vi: set ts=4 sw=4 expandtab: (add to ~/.vimrc: set modeline modelines=5) */ /* ***** 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 "Licen...
Update asdocs in JSON.as (no bug, r=stejohns)
Update asdocs in JSON.as (no bug, r=stejohns)
ActionScript
mpl-2.0
pnkfelix/tamarin-redux,pfgenyun/tamarin-redux,pnkfelix/tamarin-redux,pfgenyun/tamarin-redux,pfgenyun/tamarin-redux,pnkfelix/tamarin-redux,pfgenyun/tamarin-redux,pnkfelix/tamarin-redux,pfgenyun/tamarin-redux,pnkfelix/tamarin-redux,pfgenyun/tamarin-redux,pnkfelix/tamarin-redux,pfgenyun/tamarin-redux,pnkfelix/tamarin-redu...
1e2abca489e9807c8cb1da8b004646f09ba08989
frameworks/projects/framework/src/mx/formatters/DateBase.as
frameworks/projects/framework/src/mx/formatters/DateBase.as
//////////////////////////////////////////////////////////////////////////////// // // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. // The ASF license...
//////////////////////////////////////////////////////////////////////////////// // // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. // The ASF license...
fix time zone offset sign
fix time zone offset sign
ActionScript
apache-2.0
adufilie/flex-sdk,shyamalschandra/flex-sdk,danteinforno/flex-sdk,adufilie/flex-sdk,danteinforno/flex-sdk,adufilie/flex-sdk,shyamalschandra/flex-sdk,adufilie/flex-sdk,apache/flex-sdk,shyamalschandra/flex-sdk,SlavaRa/flex-sdk,adufilie/flex-sdk,apache/flex-sdk,shyamalschandra/flex-sdk,apache/flex-sdk,shyamalschandra/flex-...
2d811d7c2a9c787b645978b70682b0e1329a0013
runtime/src/main/as/flump/mold/MovieMold.as
runtime/src/main/as/flump/mold/MovieMold.as
// // Flump - Copyright 2013 Flump Authors package flump.mold { import flump.display.Movie; /** @private */ public class MovieMold { public var id :String; public var layers :Vector.<LayerMold> = new <LayerMold>[]; public var labels :Vector.<Vector.<String>>; public static function fromJSON (o :Obje...
// // Flump - Copyright 2013 Flump Authors package flump.mold { import flump.display.Movie; /** @private */ public class MovieMold { public var id :String; public var layers :Vector.<LayerMold> = new <LayerMold>[]; public var labels :Vector.<Vector.<String>>; public static function fromJSON (o :Obje...
Fix fillLabels for 1-frame movies
Fix fillLabels for 1-frame movies
ActionScript
mit
tconkling/flump,mathieuanthoine/flump,funkypandagame/flump,tconkling/flump,mathieuanthoine/flump,mathieuanthoine/flump,funkypandagame/flump
363f403235067ceb1c627955091ff103cfd5b800
WEB-INF/lps/lfc/kernel/swf9/LzMouseKernel.as
WEB-INF/lps/lfc/kernel/swf9/LzMouseKernel.as
/** * LzMouseKernel.as * * @copyright Copyright 2001-2008 Laszlo Systems, Inc. All Rights Reserved. * Use is subject to license terms. * * @topic Kernel * @subtopic AS2 */ // Receives mouse events from the runtime class LzMouseKernel { #passthrough (toplevel:true) { import flash....
/** * LzMouseKernel.as * * @copyright Copyright 2001-2008 Laszlo Systems, Inc. All Rights Reserved. * Use is subject to license terms. * * @topic Kernel * @subtopic AS2 */ // Receives mouse events from the runtime class LzMouseKernel { #passthrough (toplevel:true) { import flash....
Change 20080825-hqm-A by hqm@badtzmaru.home on 2008-08-25 17:01:30 EDT in /Users/hqm/openlaszlo/trunk/WEB-INF/lps/lfc for http://svn.openlaszlo.org/openlaszlo/trunk/WEB-INF/lps/lfc
Change 20080825-hqm-A by hqm@badtzmaru.home on 2008-08-25 17:01:30 EDT in /Users/hqm/openlaszlo/trunk/WEB-INF/lps/lfc for http://svn.openlaszlo.org/openlaszlo/trunk/WEB-INF/lps/lfc Summary: slight improvement for swf9 cursor tracking New Features: Bugs Fixed: Technical Reviewer: (pending) QA Reviewer: (pend...
ActionScript
epl-1.0
mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo
736682536f49fd2ff75131649a522c519d6d3022
dolly-framework/src/test/actionscript/dolly/CloningOfCompositeCloneableClassTest.as
dolly-framework/src/test/actionscript/dolly/CloningOfCompositeCloneableClassTest.as
package dolly { import dolly.core.dolly_internal; import dolly.data.CompositeCloneableClass; import org.as3commons.reflect.Type; use namespace dolly_internal; public class CloningOfCompositeCloneableClassTest { private var compositeCloneableClass:CompositeCloneableClass; private var compositeCloneableClassType:T...
package dolly { import dolly.core.dolly_internal; import dolly.data.CompositeCloneableClass; import org.as3commons.reflect.Field; import org.as3commons.reflect.Type; import org.flexunit.asserts.assertEquals; import org.flexunit.asserts.assertNotNull; use namespace dolly_internal; public class CloningOfCompositeClone...
Test for calculation of cloneable fields in CompositeCloneableClass.
Test for calculation of cloneable fields in CompositeCloneableClass.
ActionScript
mit
Yarovoy/dolly
0a31da2adef5b6c3f19d0741607996c1f446c6ea
src/net/manaca/preloaders/PreloaderBase.as
src/net/manaca/preloaders/PreloaderBase.as
package net.manaca.preloaders { import flash.display.MovieClip; import flash.display.Sprite; import flash.display.StageAlign; import flash.display.StageScaleMode; import flash.events.Event; import flash.system.Capabilities; import flash.utils.getDefinitionByName; import net.manaca.application.IApplication; ...
package net.manaca.preloaders { import flash.display.MovieClip; import flash.display.Sprite; import flash.display.StageAlign; import flash.display.StageScaleMode; import flash.events.Event; import flash.system.Capabilities; import flash.utils.getDefinitionByName; import net.manaca.application.IApplication; ...
修正在带有gzip的请求时,导致无法判断flash是否加载完成的错误.
修正在带有gzip的请求时,导致无法判断flash是否加载完成的错误.
ActionScript
mit
wersling/manaca,wersling/manaca
0fa1480dc35a0dca5f4c6fa0ab19a2bb958504cf
WeaveCore/src/weave/core/LinkableXML.as
WeaveCore/src/weave/core/LinkableXML.as
/* Weave (Web-based Analysis and Visualization Environment) Copyright (C) 2008-2011 University of Massachusetts Lowell This file is a part of Weave. Weave is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License, Version 3, as publish...
/* Weave (Web-based Analysis and Visualization Environment) Copyright (C) 2008-2011 University of Massachusetts Lowell This file is a part of Weave. Weave is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License, Version 3, as publish...
verify function now checks for valid xml
verify function now checks for valid xml
ActionScript
mpl-2.0
WeaveTeam/WeaveJS,WeaveTeam/WeaveJS,WeaveTeam/WeaveJS,WeaveTeam/WeaveJS
f7adc1f33149ca93f28c295e299bf1f8d4d29d18
runtime/src/main/as/flump/display/Movie.as
runtime/src/main/as/flump/display/Movie.as
// // Flump - Copyright 2013 Flump Authors package flump.display { import flump.mold.MovieMold; import react.Signal; import starling.animation.IAnimatable; import starling.display.DisplayObject; import starling.display.Sprite; import starling.events.Event; /** * A movie created from flump-exported data. It has ch...
// // Flump - Copyright 2013 Flump Authors package flump.display { import flump.mold.MovieMold; import react.Signal; import starling.animation.IAnimatable; import starling.display.DisplayObject; import starling.display.Sprite; import starling.events.Event; /** * A movie created from flump-exported data. It has ch...
Remove superfluous conditional
Remove superfluous conditional If _stopFrame is NO_FRAME (-1) _frame should never equal it
ActionScript
mit
funkypandagame/flump,mathieuanthoine/flump,mathieuanthoine/flump,funkypandagame/flump,tconkling/flump,tconkling/flump,mathieuanthoine/flump
d37ff600011ff6265e00905468be62e0f9c4afef
Bin/Data/Scripts/Editor/EditorSpawn.as
Bin/Data/Scripts/Editor/EditorSpawn.as
// Urho3D spawn editor LineEdit@ randomRotationX; LineEdit@ randomRotationY; LineEdit@ randomRotationZ; LineEdit@ randomScaleMinEdit; LineEdit@ randomScaleMaxEdit; LineEdit@ NumberSpawnedObjectsEdit; LineEdit@ spawnRadiusEdit; LineEdit@ spawnCountEdit; Window@ spawnWindow; Vector3 randomRotation = Vector3(0, 0, 0); f...
// Urho3D spawn editor LineEdit@ randomRotationX; LineEdit@ randomRotationY; LineEdit@ randomRotationZ; LineEdit@ randomScaleMinEdit; LineEdit@ randomScaleMaxEdit; LineEdit@ NumberSpawnedObjectsEdit; LineEdit@ spawnRadiusEdit; LineEdit@ spawnCountEdit; Window@ spawnWindow; Vector3 randomRotation = Vector3(0, 0, 0); f...
Correct data type for spawn object counting variable.
Correct data type for spawn object counting variable.
ActionScript
mit
MeshGeometry/Urho3D,MonkeyFirst/Urho3D,codemon66/Urho3D,henu/Urho3D,codedash64/Urho3D,PredatorMF/Urho3D,kostik1337/Urho3D,eugeneko/Urho3D,MonkeyFirst/Urho3D,helingping/Urho3D,iainmerrick/Urho3D,c4augustus/Urho3D,MeshGeometry/Urho3D,weitjong/Urho3D,299299/Urho3D,tommy3/Urho3D,299299/Urho3D,MeshGeometry/Urho3D,victorholt...
f030ad327f019ad246d998b1989bbed4deac230e
src/aerys/minko/type/data/DataProvider.as
src/aerys/minko/type/data/DataProvider.as
package aerys.minko.type.data { import aerys.minko.type.Signal; import aerys.minko.type.enum.DataProviderUsage; import flash.utils.Dictionary; import flash.utils.Proxy; import flash.utils.flash_proxy; public dynamic class DataProvider extends Proxy implements IDataProvider { private var _usage : uint ...
package aerys.minko.type.data { import aerys.minko.type.Signal; import aerys.minko.type.enum.DataProviderUsage; import flash.utils.Dictionary; import flash.utils.Proxy; import flash.utils.flash_proxy; public dynamic class DataProvider extends Proxy implements IDataProvider { private var _usage : uint ...
Add name getter/setter to providers
Add name getter/setter to providers
ActionScript
mit
aerys/minko-as3
1c3194e4683a8957376650420210fb127117c358
src/aerys/minko/scene/controller/mesh/MeshVisibilityController.as
src/aerys/minko/scene/controller/mesh/MeshVisibilityController.as
package aerys.minko.scene.controller.mesh { import flash.display.BitmapData; import aerys.minko.ns.minko_math; import aerys.minko.render.Viewport; import aerys.minko.render.geometry.Geometry; import aerys.minko.scene.controller.AbstractController; import aerys.minko.scene.node.Group; import aerys.minko.scene.n...
package aerys.minko.scene.controller.mesh { import flash.display.BitmapData; import aerys.minko.ns.minko_math; import aerys.minko.render.Viewport; import aerys.minko.render.geometry.Geometry; import aerys.minko.scene.controller.AbstractController; import aerys.minko.scene.node.Group; import aerys.minko.scene.n...
Fix when a mesh is added to the scene
Fix when a mesh is added to the scene
ActionScript
mit
aerys/minko-as3
85833d4057e0b050a9c975d40df48c2767e4d23d
src/com/ryanberdeen/echonest/api/v3/track/utils/TrackLoader.as
src/com/ryanberdeen/echonest/api/v3/track/utils/TrackLoader.as
package com.ryanberdeen.echonest.api.v3.track.utils { import com.ryanberdeen.echonest.api.v3.EchoNestError; import com.ryanberdeen.echonest.api.v3.EchoNestErrorEvent; import com.ryanberdeen.echonest.api.v3.track.AnalysisEvent; import com.ryanberdeen.echonest.api.v3.track.AnalysisLoader; import com.ryanberdeen...
package com.ryanberdeen.echonest.api.v3.track.utils { import com.ryanberdeen.echonest.api.v3.EchoNestError; import com.ryanberdeen.echonest.api.v3.EchoNestErrorEvent; import com.ryanberdeen.echonest.api.v3.track.AnalysisEvent; import com.ryanberdeen.echonest.api.v3.track.AnalysisLoader; import com.ryanberdeen...
fix track loader to only add file selected handler once
fix track loader to only add file selected handler once
ActionScript
mit
also/echo-nest-flash-api
9c5fb24a3e15902dd09e1cdf5bc354ff0bac1884
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 flash.net.URL...
/* 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 flash.net.URL...
support older compiler
support older compiler
ActionScript
mpl-2.0
hola/flashls,hola/flashls
6e7867b3e2ac2914d81cd048e2da6b601eb7f7a1
samples/projects/krew_async/projects/web-project/src/WebMain.as
samples/projects/krew_async/projects/web-project/src/WebMain.as
package { import flash.display.Sprite; import krewfw.KrewConfig; import krewfw.utils.krew; /** * Customize options or components for Flash publishing. */ public class WebMain extends Sprite { public function WebMain() { krew.log("Kicked from WebMain"); K...
package { import flash.display.Sprite; import krewfw.KrewConfig; import krewfw.utils.krew; /** * Customize options or components for Flash publishing. */ public class WebMain extends Sprite { public function WebMain() { krew.log("Kicked from WebMain"); K...
Modify sample web project
Modify sample web project
ActionScript
mit
tatsuya-koyama/krewFramework,tatsuya-koyama/krewFramework,tatsuya-koyama/krewFramework
e9a56b49c6659304a009598e6a818a518439c3aa
src/aerys/minko/scene/controller/debug/JointsDebugController.as
src/aerys/minko/scene/controller/debug/JointsDebugController.as
package aerys.minko.scene.controller.debug { import aerys.minko.render.geometry.primitive.CubeGeometry; import aerys.minko.render.material.Material; import aerys.minko.render.material.basic.BasicMaterial; import aerys.minko.scene.controller.AbstractController; import aerys.minko.scene.controller.mesh.skinning.Skin...
package aerys.minko.scene.controller.debug { import aerys.minko.render.geometry.primitive.CubeGeometry; import aerys.minko.render.material.Material; import aerys.minko.render.material.basic.BasicMaterial; import aerys.minko.scene.controller.AbstractController; import aerys.minko.scene.controller.mesh.skinning.Skin...
add customizable size for the joints debug meshes
add customizable size for the joints debug meshes
ActionScript
mit
aerys/minko-as3
f3816c1080fda2af17eddd1daed430d3c0a87a04
src/Player.as
src/Player.as
package { import com.axis.audioclient.AxisTransmit; import com.axis.ClientEvent; import com.axis.ErrorManager; import com.axis.http.url; import com.axis.httpclient.HTTPClient; import com.axis.IClient; import com.axis.Logger; import com.axis.mjpegclient.MJPEGClient; import com.axis.rtmpclient.RTMPClien...
package { import com.axis.audioclient.AxisTransmit; import com.axis.ClientEvent; import com.axis.ErrorManager; import com.axis.http.url; import com.axis.httpclient.HTTPClient; import com.axis.IClient; import com.axis.Logger; import com.axis.mjpegclient.MJPEGClient; import com.axis.rtmpclient.RTMPClien...
Fix error in stream status
Fix error in stream status
ActionScript
bsd-3-clause
gaetancollaud/locomote-video-player,AxisCommunications/locomote-video-player
ac79063bd9504534d8974db13879f16ea0d63ab7
HLSPlugin/src/com/kaltura/hls/HLSLoader.as
HLSPlugin/src/com/kaltura/hls/HLSLoader.as
package com.kaltura.hls { import com.kaltura.hls.m2ts.M2TSNetLoader; import com.kaltura.hls.manifest.HLSManifestParser; import com.kaltura.hls.manifest.HLSManifestPlaylist; import com.kaltura.hls.manifest.HLSManifestStream; import flash.events.ErrorEvent; import flash.events.Event; import flash.events.IOError...
package com.kaltura.hls { import com.kaltura.hls.m2ts.M2TSNetLoader; import com.kaltura.hls.manifest.HLSManifestParser; import com.kaltura.hls.manifest.HLSManifestPlaylist; import com.kaltura.hls.manifest.HLSManifestStream; import flash.events.ErrorEvent; import flash.events.Event; import flash.events.IOError...
Update preferred bitrate selection logic to not assume ordered bitrates.
Update preferred bitrate selection logic to not assume ordered bitrates.
ActionScript
agpl-3.0
kaltura/HLS-OSMF,kaltura/HLS-OSMF,kaltura/HLS-OSMF,kaltura/HLS-OSMF
291847fbc7dd94389edf6c58e8c32b8262e3792b
as3/com/netease/protobuf/stringToByteArray.as
as3/com/netease/protobuf/stringToByteArray.as
// vim: tabstop=4 shiftwidth=4 // Copyright (c) 2010 , 杨博 (Yang Bo) All rights reserved. // // 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 fla...
// vim: tabstop=4 shiftwidth=4 // Copyright (c) 2010 , 杨博 (Yang Bo) All rights reserved. // // 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 fla...
修复字符串中存在 \0 时转换到 ByteArray 会被截断的 bug
修复字符串中存在 \0 时转换到 ByteArray 会被截断的 bug
ActionScript
bsd-2-clause
tconkling/protoc-gen-as3
df8428e710f37a8d088b14dee8544cd96c0c73e6
frameworks/projects/mobiletheme/src/spark/skins/mobile/ButtonSkin.as
frameworks/projects/mobiletheme/src/spark/skins/mobile/ButtonSkin.as
//////////////////////////////////////////////////////////////////////////////// // // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. // The ASF license...
//////////////////////////////////////////////////////////////////////////////// // // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. // The ASF license...
Fix for https://issues.apache.org/jira/browse/FLEX-34117 Changed the layoutCornerEllipseSize in ButtonSkin.as for various DPIs
Fix for https://issues.apache.org/jira/browse/FLEX-34117 Changed the layoutCornerEllipseSize in ButtonSkin.as for various DPIs
ActionScript
apache-2.0
danteinforno/flex-sdk,danteinforno/flex-sdk,adufilie/flex-sdk,SlavaRa/flex-sdk,apache/flex-sdk,adufilie/flex-sdk,apache/flex-sdk,apache/flex-sdk,shyamalschandra/flex-sdk,danteinforno/flex-sdk,danteinforno/flex-sdk,adufilie/flex-sdk,SlavaRa/flex-sdk,shyamalschandra/flex-sdk,apache/flex-sdk,shyamalschandra/flex-sdk,Slava...
75b187588f8f0a3e651b4e0ff06c96656b291c41
Bin/Data/Scripts/Editor/EditorMaterial.as
Bin/Data/Scripts/Editor/EditorMaterial.as
// Urho3D material editor Window@ materialWindow; Material@ editMaterial; XMLFile@ oldMaterialState; void CreateMaterialEditor() { if (materialWindow !is null) return; materialWindow = ui.LoadLayout(cache.GetResource("XMLFile", "UI/EditorMaterialWindow.xml")); ui.root.AddChild(materia...
// Urho3D material editor Window@ materialWindow; Material@ editMaterial; XMLFile@ oldMaterialState; void CreateMaterialEditor() { if (materialWindow !is null) return; materialWindow = ui.LoadLayout(cache.GetResource("XMLFile", "UI/EditorMaterialWindow.xml")); ui.root.AddChild(materia...
Make the material revert action undoable.
Make the material revert action undoable.
ActionScript
mit
urho3d/Urho3D,fire/Urho3D-1,MonkeyFirst/Urho3D,xiliu98/Urho3D,SirNate0/Urho3D,victorholt/Urho3D,carnalis/Urho3D,SuperWangKai/Urho3D,victorholt/Urho3D,MeshGeometry/Urho3D,rokups/Urho3D,codedash64/Urho3D,c4augustus/Urho3D,cosmy1/Urho3D,cosmy1/Urho3D,tommy3/Urho3D,MonkeyFirst/Urho3D,orefkov/Urho3D,rokups/Urho3D,iainmerric...
5c85da3ec83b90aa008918e6c408b9a7f1599e12
sdk-remote/src/tests/bin/uobject-check.as
sdk-remote/src/tests/bin/uobject-check.as
m4_pattern_allow([^URBI_(PATH|SERVER)$]) -*- shell-script -*- URBI_INIT # The full path to the *.uob dir: # ../../../../../sdk-remote/src/tests/uobjects/access-and-change/uaccess.uob uob=$(absolute $1.uob) test -d "$uob" || error OSFILE "argument is not a directory: $uob" # The ending part, for our builddir...
m4_pattern_allow([^URBI_(PATH|SERVER)$]) -*- shell-script -*- URBI_INIT # The full path to the *.uob dir: # ../../../../../sdk-remote/src/tests/uobjects/access-and-change/uaccess.uob uob=$(absolute $1.uob) test -d "$uob" || error OSFILE "argument is not a directory: $uob" # The ending part, for our builddir...
Add ".la" extension to urbi-launch while testing.
Add ".la" extension to urbi-launch while testing. * src/tests/bin/uobject-check.as: Give the full name of the dynamic library.
ActionScript
bsd-3-clause
aldebaran/urbi,aldebaran/urbi,aldebaran/urbi,aldebaran/urbi,urbiforge/urbi,urbiforge/urbi,urbiforge/urbi,urbiforge/urbi,aldebaran/urbi,urbiforge/urbi,urbiforge/urbi,aldebaran/urbi,aldebaran/urbi,aldebaran/urbi,urbiforge/urbi,urbiforge/urbi,urbiforge/urbi
4ccbaa2509992b12f38d82891a183c20b207d992
src/aerys/minko/scene/node/group/Group.as
src/aerys/minko/scene/node/group/Group.as
package aerys.minko.scene.node.group { import aerys.minko.scene.action.IAction; import aerys.minko.scene.action.group.GroupAction; import aerys.minko.scene.node.AbstractScene; import aerys.minko.scene.node.IScene; import aerys.minko.scene.node.ISearchableScene; import aerys.minko.scene.visitor.ISceneVisitor; imp...
package aerys.minko.scene.node.group { import aerys.minko.scene.action.IAction; import aerys.minko.scene.action.group.GroupAction; import aerys.minko.scene.node.AbstractScene; import aerys.minko.scene.node.IScene; import aerys.minko.scene.node.ISearchableScene; import aerys.minko.scene.visitor.ISceneVisitor; imp...
Add better error message when using addChild().
Add better error message when using addChild().
ActionScript
mit
aerys/minko-as3
b7b87a13d5403bf5ea9c228f3f6432f7ba1f41d5
src/org/jivesoftware/xiff/data/Message.as
src/org/jivesoftware/xiff/data/Message.as
/* * Copyright (C) 2003-2007 * Nick Velloff <nick.velloff@gmail.com> * Derrick Grigg <dgrigg@rogers.com> * Sean Voisen <sean@voisen.org> * Sean Treadway <seant@oncotype.dk> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public ...
/* * Copyright (C) 2003-2007 * Nick Velloff <nick.velloff@gmail.com> * Derrick Grigg <dgrigg@rogers.com> * Sean Voisen <sean@voisen.org> * Sean Treadway <seant@oncotype.dk> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public ...
Fix an off-by-one error due to the way flex deals with dates. Thanks to Bill Bailey for pointing this out :)
Fix an off-by-one error due to the way flex deals with dates. Thanks to Bill Bailey for pointing this out :)
ActionScript
apache-2.0
igniterealtime/XIFF
134c1e25d0b32bbc5c159d992f106f9e9c0aeb1a
src/goplayer/StreamioAPI.as
src/goplayer/StreamioAPI.as
package goplayer { public class StreamioAPI implements MovieEventReporter { private static const VERSION : String = "/v1" private var baseURL : String private var http : HTTP private var trackerID : String public function StreamioAPI (baseURL : String, http : HTTP, trackerID : String) ...
package goplayer { public class StreamioAPI implements MovieEventReporter { private static const VERSION : String = "/v1" private var baseURL : String private var http : HTTP private var trackerID : String public function StreamioAPI (baseURL : String, http : HTTP, trackerID : String) ...
Use `video_id' instead of `movie_id' in stats API call.
Use `video_id' instead of `movie_id' in stats API call.
ActionScript
mit
dbrock/goplayer,dbrock/goplayer
724776245ece2505091f9f5baec78df020c32d71
src/ru/kutu/grindplayer/config/AppConfig.as
src/ru/kutu/grindplayer/config/AppConfig.as
package ru.kutu.grindplayer.config { import org.osmf.media.MediaFactory; import org.osmf.media.MediaPlayer; import org.osmf.media.MediaResourceBase; import org.osmf.player.configuration.ConfigurationFlashvarsDeserializer; import org.osmf.player.configuration.ConfigurationLoader; import org.osmf.player.configur...
package ru.kutu.grindplayer.config { import org.osmf.media.MediaFactory; import org.osmf.media.MediaPlayer; import org.osmf.media.MediaResourceBase; import org.osmf.player.configuration.ConfigurationFlashvarsDeserializer; import org.osmf.player.configuration.ConfigurationLoader; import org.osmf.player.configur...
make Thumbnails extensible
make Thumbnails extensible
ActionScript
mit
kutu/GrindPlayer
fe3a4fae9285d8801fc35b13af431f897c3c6f5d
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.camera.CameraController; import aerys.minko.scene.controller.mesh.VisibilityController; import aerys.minko.scene.controller.mesh.skin...
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.Visibility...
fix CloneOptions to ignore the TransformController
fix CloneOptions to ignore the TransformController
ActionScript
mit
aerys/minko-as3
5ea2fefddeb6cd9681f0e8bdc2fd5c7214105327
dolly-framework/src/test/actionscript/dolly/CloningOfCompositeCloneableClassTest.as
dolly-framework/src/test/actionscript/dolly/CloningOfCompositeCloneableClassTest.as
package dolly { import dolly.core.dolly_internal; import dolly.data.CompositeCloneableClass; import org.as3commons.reflect.Field; import org.as3commons.reflect.Type; import org.flexunit.asserts.assertEquals; import org.flexunit.asserts.assertNotNull; use namespace dolly_internal; public class CloningOfCompositeClone...
package dolly { import dolly.core.dolly_internal; import dolly.data.CompositeCloneableClass; import org.as3commons.reflect.Field; import org.as3commons.reflect.Type; import org.flexunit.asserts.assertEquals; import org.flexunit.asserts.assertFalse; import org.flexunit.asserts.assertNotNull; import org.hamcrest.assertT...
Test for cloning array in CompositeCloneableClass.
Test for cloning array in CompositeCloneableClass.
ActionScript
mit
Yarovoy/dolly
d3197d6b5c142880fb2c226822c8e4985994bbb4
frameworks/projects/Core/as/src/org/apache/flex/core/Application.as
frameworks/projects/Core/as/src/org/apache/flex/core/Application.as
//////////////////////////////////////////////////////////////////////////////// // // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. // The ASF license...
//////////////////////////////////////////////////////////////////////////////// // // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. // The ASF license...
fix percent size handling
fix percent size handling
ActionScript
apache-2.0
greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs
1b054677c282dae3dc5f272ce99ec24de04a9d2b
src/as/com/threerings/util/ValueEvent.as
src/as/com/threerings/util/ValueEvent.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 ValueEvents to be cancelable.
Allow ValueEvents to be cancelable. git-svn-id: a1a4b28b82a3276cc491891159dd9963a0a72fae@4898 542714f4-19e9-0310-aa3c-eee0fc999fb1
ActionScript
lgpl-2.1
threerings/narya,threerings/narya,threerings/narya,threerings/narya,threerings/narya
12ed7065f523247bd107c2b03cc087d89d9177c3
test/trace/trace_properties.as
test/trace/trace_properties.as
#if __SWF_VERSION__ == 5 // create a _global object, since it doesn't have one, these are ver 6 values _global = new_empty_object (); _global.ASSetNative = ASSetNative; _global.ASSetNativeAccessor = ASSetNativeAccessor; _global.ASSetPropFlags = ASSetPropFlags; _global.ASconstructor = ASconstructor; _global.ASnative = A...
#if __SWF_VERSION__ == 5 // create a _global object, since it doesn't have one, these are ver 6 values _global = new_empty_object (); _global.ASSetNative = ASSetNative; _global.ASSetNativeAccessor = ASSetNativeAccessor; _global.ASSetPropFlags = ASSetPropFlags; _global.ASconstructor = ASconstructor; _global.ASnative = A...
set propflags to non-permanent before attempting to delete the property
set propflags to non-permanent before attempting to delete the property
ActionScript
lgpl-2.1
freedesktop-unofficial-mirror/swfdec__swfdec,freedesktop-unofficial-mirror/swfdec__swfdec,mltframework/swfdec,freedesktop-unofficial-mirror/swfdec__swfdec,mltframework/swfdec
1aeff994375b0aa491aec1b8d9558e02c47edc49
dorkbots/dorkbots_ui/TruncateTextField.as
dorkbots/dorkbots_ui/TruncateTextField.as
package dorkbots.dorkbots_ui { import flash.text.TextField; public class TruncateTextField { public function TruncateTextField () { } public static function truncateText( textField:TextField, addElipsis:Boolean = true, minimizeLines:uint = 0, ellipsis:String = "\u2026" ):uint { var tempTextFi...
package dorkbots.dorkbots_ui { import flash.text.TextField; public class TruncateTextField { public function TruncateTextField () { } public static function truncateText( textField:TextField, addEllipsis:Boolean = true, minimizeLines:uint = 0, ellipsis:String = "\u2026" ):uint { var tempTextF...
comment updates
comment updates
ActionScript
mit
dorkbot/Dorkbots-Broadcasters
e9188ffbe369d64e61001fd714345645b0584879
GA_AS3/src/com/google/analytics/GATracker.as
GA_AS3/src/com/google/analytics/GATracker.as
/* * Copyright 2008 Adobe Systems Inc., 2008 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
/* * Copyright 2008 Adobe Systems Inc., 2008 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
test rev
test rev
ActionScript
apache-2.0
dli-iclinic/gaforflash,minimedj/gaforflash,Vigmar/gaforflash,DimaBaliakin/gaforflash,nsdevaraj/gaforflash,jeremy-wischusen/gaforflash,drflash/gaforflash,jeremy-wischusen/gaforflash,jisobkim/gaforflash,drflash/gaforflash,Vigmar/gaforflash,minimedj/gaforflash,mrthuanvn/gaforflash,mrthuanvn/gaforflash,Miyaru/gaforflash,ns...
2adf5b2b5bd2bbf947179e4fac6fd22667783fc2
src/aerys/minko/type/clone/CloneOptions.as
src/aerys/minko/type/clone/CloneOptions.as
package aerys.minko.type.clone { import aerys.minko.scene.controller.AbstractController; import aerys.minko.scene.controller.AnimationController; import aerys.minko.scene.controller.TransformController; import aerys.minko.scene.controller.camera.CameraController; import aerys.minko.scene.controller.light.Direction...
package aerys.minko.type.clone { import aerys.minko.scene.controller.AbstractController; import aerys.minko.scene.controller.AnimationController; import aerys.minko.scene.controller.TransformController; import aerys.minko.scene.controller.camera.CameraController; import aerys.minko.scene.controller.light.Direction...
remove useless imports
remove useless imports
ActionScript
mit
aerys/minko-as3
53a23114a9c51aa3b1e222391a0da5c100bb609a
dolly-framework/src/test/actionscript/dolly/CloningOfPropertyLevelCloneableClassTest.as
dolly-framework/src/test/actionscript/dolly/CloningOfPropertyLevelCloneableClassTest.as
package dolly { import dolly.core.dolly_internal; import dolly.data.PropertyLevelCloneableClass; import org.as3commons.reflect.Type; use namespace dolly_internal; public class CloningOfPropertyLevelCloneableClassTest { private var propertyLevelCloneable:PropertyLevelCloneableClass; private var propertyLevelClone...
package dolly { import dolly.core.dolly_internal; import dolly.data.PropertyLevelCloneableClass; import org.as3commons.reflect.Type; use namespace dolly_internal; public class CloningOfPropertyLevelCloneableClassTest { private var propertyLevelCloneable:PropertyLevelCloneableClass; private var propertyLevelClone...
Change properties' values.
Change properties' values.
ActionScript
mit
Yarovoy/dolly
c83e088849e75bb8a11b198fb1718da6ad02ce5e
src/com/esri/builder/supportClasses/FileUtil.as
src/com/esri/builder/supportClasses/FileUtil.as
//////////////////////////////////////////////////////////////////////////////// // Copyright (c) 2008-2013 Esri. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // /...
//////////////////////////////////////////////////////////////////////////////// // Copyright (c) 2008-2013 Esri. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // /...
Use unique label utility in FileUtil.
Use unique label utility in FileUtil.
ActionScript
apache-2.0
Esri/arcgis-viewer-builder-flex
6d179d6ad2e3cf34c6ca3c2d424d0084f5771291
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...
fix y position of a submenu on an upwards-popping menu. When transforming from row coords to global coords, don't use a point in the row's parent's coords.
Bugfix: fix y position of a submenu on an upwards-popping menu. When transforming from row coords to global coords, don't use a point in the row's parent's coords. git-svn-id: b675b909355d5cf946977f44a8ec5a6ceb3782e4@804 ed5b42cb-e716-0410-a449-f6a68f950b19
ActionScript
lgpl-2.1
threerings/nenya,threerings/nenya
91e1c2a9e2e2b0523303e4e779015d746dc6d9bb
src/aerys/minko/type/math/Vector4.as
src/aerys/minko/type/math/Vector4.as
package aerys.minko.type.math { import aerys.minko.ns.minko_math; import aerys.minko.type.Factory; import aerys.minko.type.Signal; import aerys.minko.type.binding.IWatchable; import flash.geom.Vector3D; public class Vector4 implements IWatchable { use namespace minko_math; public static const X_AXIS ...
package aerys.minko.type.math { import aerys.minko.ns.minko_math; import aerys.minko.type.Factory; import aerys.minko.type.Signal; import aerys.minko.type.binding.IWatchable; import flash.geom.Vector3D; public class Vector4 implements IWatchable { use namespace minko_math; public static const X_AXIS ...
fix Vector4::add() and Vector4::subtract()
fix Vector4::add() and Vector4::subtract()
ActionScript
mit
aerys/minko-as3
1ea1e942ba097cb51667354a615eeaed632ea268
src/main/actionscript/com/dotfold/dotvimstat/model/LikeEntity.as
src/main/actionscript/com/dotfold/dotvimstat/model/LikeEntity.as
package com.dotfold.dotvimstat.model { /** * * @author jamesmcnamee * */ public class LikeEntity extends BaseEntity { /** * */ public function LikeEntity() { super(); } public var description:String; public var duration:int; public var embed_privacy:String; public var height...
package com.dotfold.dotvimstat.model { /** * * @author jamesmcnamee * */ public class LikeEntity extends BaseEntity { /** * */ public function LikeEntity() { super(); } public var description:String; public var duration:int; public var embed_privacy:String; public var height...
use improved serialization for entity
[feat] use improved serialization for entity - use real Date objects - use Image collections
ActionScript
mit
dotfold/dotvimstat
bd2ea43b96f9f0de446fbd544c053a401aedc4dd
flash-src/WebSocket.as
flash-src/WebSocket.as
// Copyright: Hiroshi Ichikawa <http://gimite.net/en/> // License: New BSD License // Reference: http://dev.w3.org/html5/websockets/ // Reference: http://tools.ietf.org/html/draft-hixie-thewebsocketprotocol-31 package { import flash.display.*; import flash.events.*; import flash.external.*; import flash.net.*; import...
// Copyright: Hiroshi Ichikawa <http://gimite.net/en/> // License: New BSD License // Reference: http://dev.w3.org/html5/websockets/ // Reference: http://tools.ietf.org/html/draft-hixie-thewebsocketprotocol-31 package { import flash.display.*; import flash.events.*; import flash.external.*; import flash.net.*; import...
Revert "Remove invalid check of 'pos'."
Revert "Remove invalid check of 'pos'." This reverts commit 79e646611ba35f38060b3dd42fbfcfaeb92253ee.
ActionScript
bsd-3-clause
keiosweb/web-socket-js,nitzo/web-socket-js,keiosweb/web-socket-js,hehuabing/web-socket-js,keiosweb/web-socket-js,gimite/web-socket-js,hehuabing/web-socket-js,zhangxingits/web-socket-js,nitzo/web-socket-js,gimite/web-socket-js,hanicker/web-socket-js,nitzo/web-socket-js,zhangxingits/web-socket-js,hanicker/web-socket-js,h...
feaa7424f35e44df95abe7f2186752755ef38535
src/org/mangui/HLS/utils/AES.as
src/org/mangui/HLS/utils/AES.as
package org.mangui.HLS.utils { import com.hurlant.crypto.symmetric.AESKey; import com.hurlant.crypto.symmetric.CBCMode; import com.hurlant.crypto.symmetric.ICipher; import com.hurlant.crypto.symmetric.IPad; import com.hurlant.crypto.symmetric.IVMode; import com.hurlant.crypto.symmetric.NullPad; import com...
package org.mangui.HLS.utils { import com.hurlant.crypto.symmetric.AESKey; import com.hurlant.crypto.symmetric.CBCMode; import com.hurlant.crypto.symmetric.ICipher; import com.hurlant.crypto.symmetric.IPad; import com.hurlant.crypto.symmetric.IVMode; import com.hurlant.crypto.symmetric.NullPad; import com...
optimize AES decryption time from 1.8Mb/s to 3.6Mb/s on Core-i5 2410M @2.30 GHz the bottleneck was the timer not restarting quickly. to workaround this, we continue to decrypt chunk of data until we reach a duration of 20ms. related to https://github.com/mangui/HLSprovider/issues/55
optimize AES decryption time from 1.8Mb/s to 3.6Mb/s on Core-i5 2410M @2.30 GHz the bottleneck was the timer not restarting quickly. to workaround this, we continue to decrypt chunk of data until we reach a duration of 20ms. related to https://github.com/mangui/HLSprovider/issues/55
ActionScript
mpl-2.0
desaintmartin/hlsprovider,desaintmartin/hlsprovider,desaintmartin/hlsprovider
c29169020ad7c540347caea7e14a7a92a6e0c014
src/org/flintparticles/common/counters/Random.as
src/org/flintparticles/common/counters/Random.as
/* * FLINT PARTICLE SYSTEM * ..................... * * Author: Richard Lord * Copyright (c) Richard Lord 2008-2011 * http://flintparticles.org * * * Licence Agreement * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (t...
/* * FLINT PARTICLE SYSTEM * ..................... * * Author: Richard Lord * Copyright (c) Richard Lord 2008-2011 * http://flintparticles.org * * * Licence Agreement * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (t...
Fix bug with Random counter not running
Fix bug with Random counter not running
ActionScript
mit
richardlord/Flint
712ad4a60451dec00a2d0e3b042badbea788dbae
WEB-INF/lps/lfc/kernel/swf9/LFCApplication.as
WEB-INF/lps/lfc/kernel/swf9/LFCApplication.as
/** * LFCApplication.as * * @copyright Copyright 2007, 2008, 2009 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 { // This serves a...
/** * LFCApplication.as * * @copyright Copyright 2007, 2008, 2009 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 { // This serves a...
Change 20090207-maxcarlson-I by maxcarlson@Bank.lan on 2009-02-07 06:56:52 PST in /Users/maxcarlson/openlaszlo/trunk-clean for http://svn.openlaszlo.org/openlaszlo/trunk
Change 20090207-maxcarlson-I by maxcarlson@Bank.lan on 2009-02-07 06:56:52 PST in /Users/maxcarlson/openlaszlo/trunk-clean for http://svn.openlaszlo.org/openlaszlo/trunk Summary: Fix mousewheel events in swf9 windows Bugs Fixed: LPP-7731 - swf9: mousewheel events not working in swf9 on windows Technical Revi...
ActionScript
epl-1.0
mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo,mcarlson/openlaszlo
421ef423174cf3b2e8a9b5cd541a24e5fb9662e4
lib/src/com/amanitadesign/steam/ISteamWorks.as
lib/src/com/amanitadesign/steam/ISteamWorks.as
/* * ISteamWorks.as * This file is part of FRESteamWorks. * * Created by Ventero <http://github.com/Ventero> on 2013-08-28 * Copyright (c) 2013 Level Up Labs, LLC. All rights reserved. */ package com.amanitadesign.steam { import flash.display.DisplayObjectContainer; import flash.events.IEventDispatcher; i...
/* * ISteamWorks.as * This file is part of FRESteamWorks. * * Created by Ventero <http://github.com/Ventero> on 2013-08-28 * Copyright (c) 2013 Level Up Labs, LLC. All rights reserved. */ package com.amanitadesign.steam { import flash.display.DisplayObjectContainer; import flash.events.IEventDispatcher; i...
Remove ctor from interface.
Remove ctor from interface.
ActionScript
bsd-2-clause
Ventero/FRESteamWorks,Ventero/FRESteamWorks,Ventero/FRESteamWorks,Ventero/FRESteamWorks
c03294ed45cd5700c3fc377f72477d523620120e
src/Player.as
src/Player.as
package { import com.axis.ClientEvent; import com.axis.IClient; import com.axis.audioclient.AxisTransmit; import com.axis.http.url; import com.axis.httpclient.HTTPClient; import com.axis.rtmpclient.RTMPClient; import com.axis.rtspclient.IRTSPHandle; import com.axis.rtspclient.RTSPClient; import com.ax...
package { import com.axis.ClientEvent; import com.axis.IClient; import com.axis.audioclient.AxisTransmit; import com.axis.http.url; import com.axis.httpclient.HTTPClient; import com.axis.rtmpclient.RTMPClient; import com.axis.rtspclient.IRTSPHandle; import com.axis.rtspclient.RTSPClient; import com.ax...
Reset audio and video status
Reset audio and video status Added reset of stream audio and video status in case play is run without stopping a previously running stream first.
ActionScript
bsd-3-clause
AxisCommunications/locomote-video-player,gaetancollaud/locomote-video-player
fe8f3611f7930d3a6cd6c2e21a41e97b3fad98eb
source/fairygui/GMovieClip.as
source/fairygui/GMovieClip.as
package fairygui { import fairygui.display.MovieClip; import fairygui.utils.ByteBuffer; import laya.maths.Rectangle; import laya.utils.Handler; import fairygui.gears.IAnimationGear; import fairygui.gears.IColorGear; public class GMovieClip extends GObject implements IAnimationGear, IColorGear { pri...
package fairygui { import fairygui.display.MovieClip; import fairygui.utils.ByteBuffer; import laya.maths.Rectangle; import laya.utils.Handler; import fairygui.gears.IAnimationGear; import fairygui.gears.IColorGear; public class GMovieClip extends GObject implements IAnimationGear, IColorGear { pri...
remove unused code.
remove unused code.
ActionScript
mit
fairygui/FairyGUI-layabox,fairygui/FairyGUI-layabox
a5be4f1c9c3b5feb503dbff53a851ffbc40a9854
src/goplayer/Player.as
src/goplayer/Player.as
package goplayer { import flash.utils.getTimer public class Player implements FlashNetConnectionListener, FlashNetStreamListener { private const DEFAULT_VOLUME : Number = .8 private const START_BUFFER : Duration = Duration.seconds(3) private const SMALL_BUFFER : Duration = Duration.seconds...
package goplayer { import flash.utils.getTimer public class Player implements FlashNetConnectionListener, FlashNetStreamListener { private const DEFAULT_VOLUME : Number = .8 private const START_BUFFER : Duration = Duration.seconds(3) private const SMALL_BUFFER : Duration = Duration.seconds...
Make setting Player.pause idempotent.
Make setting Player.pause idempotent.
ActionScript
mit
dbrock/goplayer,dbrock/goplayer
aa85b28c08b49f20c2d4611b70cf5b9804ea0f15
src/battlecode/client/viewer/render/DrawRobot.as
src/battlecode/client/viewer/render/DrawRobot.as
package battlecode.client.viewer.render { import battlecode.common.ActionType; import battlecode.common.Direction; import battlecode.common.GameConstants; import battlecode.common.MapLocation; import battlecode.common.RobotType; import battlecode.common.Team; import battlecode.events...
package battlecode.client.viewer.render { import battlecode.common.ActionType; import battlecode.common.Direction; import battlecode.common.GameConstants; import battlecode.common.MapLocation; import battlecode.common.RobotType; import battlecode.common.Team; import battlecode.events...
fix solider rotation
fix solider rotation
ActionScript
mit
trun/battlecode-webclient
730be88d871e6c94ea6170689c8cc582be37e8f2
src/fr/manashield/flex/thex/Game.as
src/fr/manashield/flex/thex/Game.as
package fr.manashield.flex.thex { import fr.manashield.flex.thex.blocks.Block; import fr.manashield.flex.thex.blocks.BlockGenerator; import fr.manashield.flex.thex.blocks.HexagonalGrid; import fr.manashield.flex.thex.events.BlockLandingEvent; import fr.manashield.flex.thex.utils.Color; import flash.display.Sta...
package fr.manashield.flex.thex { import fr.manashield.flex.thex.blocks.Block; import fr.manashield.flex.thex.blocks.BlockGenerator; import fr.manashield.flex.thex.blocks.HexagonalGrid; import fr.manashield.flex.thex.events.BlockLandingEvent; import fr.manashield.flex.thex.utils.Color; import flash.display.Sta...
comment fix
comment fix
ActionScript
apache-2.0
peyremorgan/thex
02d24ecce4c5978999ba2f3b2498047dfe218bd0
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.SequenceSkipNext...
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.SequenceSkipNext...
update version to 3.9.4
update version to 3.9.4
ActionScript
agpl-3.0
shvyrev/kdp,kaltura/kdp,shvyrev/kdp,kaltura/kdp,shvyrev/kdp,kaltura/kdp
4ba97a19f2b85948838df7b918afe3ddd8f3fcdb
examples/LanguageTests/src/LanguageTests.as
examples/LanguageTests/src/LanguageTests.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...
switch language tests to use SimpleApp and add event listener tests
switch language tests to use SimpleApp and add event listener tests
ActionScript
apache-2.0
greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs
88287404645bf300425fccef3e976fe9dc4c5cfe
bin/Data/Scripts/Editor/EditorViewPaintSelection.as
bin/Data/Scripts/Editor/EditorViewPaintSelection.as
const int PAINT_STEP_UPDATE = 16; const int PAINT_SELECTION_KEY = KEY_C; bool EditorPaintSelectionShow = false; int EditorPaintSelectionUITimeToUpdate = 0; UIElement@ EditorPaintSelectionUIContainer = null; BorderImage@ paintSelectionImage = null; IntVector2 paintSelectionBrushDefaultSize(96,96); IntVector2 paintSel...
const int PAINT_STEP_UPDATE = 16; const int PAINT_SELECTION_KEY = KEY_C; bool EditorPaintSelectionShow = false; int EditorPaintSelectionUITimeToUpdate = 0; UIElement@ EditorPaintSelectionUIContainer = null; BorderImage@ paintSelectionImage = null; IntVector2 paintSelectionBrushDefaultSize(96,96); IntVector2 paintSel...
Use Ctrl instead Alt for deselecting with PaintSelection
Use Ctrl instead Alt for deselecting with PaintSelection
ActionScript
mit
MonkeyFirst/Urho3D,MeshGeometry/Urho3D,weitjong/Urho3D,iainmerrick/Urho3D,weitjong/Urho3D,weitjong/Urho3D,SirNate0/Urho3D,codemon66/Urho3D,iainmerrick/Urho3D,299299/Urho3D,tommy3/Urho3D,c4augustus/Urho3D,rokups/Urho3D,SuperWangKai/Urho3D,rokups/Urho3D,cosmy1/Urho3D,urho3d/Urho3D,MeshGeometry/Urho3D,urho3d/Urho3D,MeshGe...