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
ad1c55e6bcb8a8286f6378bf196f237b4a4f1e48
src/aerys/minko/scene/node/AbstractSceneNode.as
src/aerys/minko/scene/node/AbstractSceneNode.as
package aerys.minko.scene.node { import aerys.minko.ns.minko_scene; import aerys.minko.render.shader.part.phong.attenuation.MatrixShadowMapAttenuationShaderPart; import aerys.minko.scene.controller.AbstractController; import aerys.minko.scene.controller.IRebindableController; import aerys.minko.scene.controller.Tr...
package aerys.minko.scene.node { import aerys.minko.ns.minko_scene; import aerys.minko.render.shader.part.phong.attenuation.MatrixShadowMapAttenuationShaderPart; import aerys.minko.scene.controller.AbstractController; import aerys.minko.scene.controller.IRebindableController; import aerys.minko.scene.controller.Tr...
fix AbstractSceneNode transforms get* methods to get the TransformController as fast as possible
fix AbstractSceneNode transforms get* methods to get the TransformController as fast as possible
ActionScript
mit
aerys/minko-as3
a45614a5fcabed1501bf1dd8349f285b57158b31
src/aerys/minko/render/DrawCall.as
src/aerys/minko/render/DrawCall.as
package aerys.minko.render { import aerys.minko.ns.minko_render; import aerys.minko.render.geometry.Geometry; import aerys.minko.render.geometry.stream.IVertexStream; import aerys.minko.render.geometry.stream.StreamUsage; import aerys.minko.render.geometry.stream.VertexStream; import aerys.minko.render.geometry.s...
package aerys.minko.render { import aerys.minko.ns.minko_render; import aerys.minko.render.geometry.Geometry; import aerys.minko.render.geometry.stream.IVertexStream; import aerys.minko.render.geometry.stream.StreamUsage; import aerys.minko.render.geometry.stream.VertexStream; import aerys.minko.render.geometry.s...
fix DrawCall.setBindings() to avoid listening to the same scene binding twice
fix DrawCall.setBindings() to avoid listening to the same scene binding twice
ActionScript
mit
aerys/minko-as3
07a4b41d38e91ca28962993fee182c05bc192bd5
src/aerys/minko/scene/node/Mesh.as
src/aerys/minko/scene/node/Mesh.as
package aerys.minko.scene.node { import aerys.minko.ns.minko_scene; import aerys.minko.render.geometry.Geometry; import aerys.minko.render.material.Material; import aerys.minko.render.material.basic.BasicMaterial; import aerys.minko.scene.controller.mesh.MeshController; import aerys.minko.scene.controller.mesh.Me...
package aerys.minko.scene.node { import aerys.minko.ns.minko_scene; import aerys.minko.render.geometry.Geometry; import aerys.minko.render.material.Material; import aerys.minko.render.material.basic.BasicMaterial; import aerys.minko.scene.controller.mesh.MeshController; import aerys.minko.scene.controller.mesh.Me...
fix coding style
fix coding style
ActionScript
mit
aerys/minko-as3
34775377fa3408c173a4cdc8fd525b7c5b3208e1
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 // /...
Remove extra newline.
Remove extra newline.
ActionScript
apache-2.0
Esri/arcgis-viewer-builder-flex
eb92af6710fbe5782123335c9cb0a524176d1905
frameworks/projects/Core/as/src/org/apache/flex/events/MouseEvent.as
frameworks/projects/Core/as/src/org/apache/flex/events/MouseEvent.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 rollovers and other mouseevents
fix rollovers and other mouseevents
ActionScript
apache-2.0
greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs
6709805e5b77d5ab6d30ecf417ad4a7dd5189ead
Arguments/src/classes/Language.as
Arguments/src/classes/Language.as
package classes { /** AGORA - an interactive and web-based argument mapping tool that stimulates reasoning, reflection, critique, deliberation, and creativity in individual argument construction and in collaborative or adversarial settings. Copyright (C) 2011 Georgia Institute of Technology This progra...
package classes { /** AGORA - an interactive and web-based argument mapping tool that stimulates reasoning, reflection, critique, deliberation, and creativity in individual argument construction and in collaborative or adversarial settings. Copyright (C) 2011 Georgia Institute of Technology This progra...
Fix the transcoding issue. Apparently it was partially cached on the other computer and was erroring on a fresh build.
Fix the transcoding issue. Apparently it was partially cached on the other computer and was erroring on a fresh build.
ActionScript
agpl-3.0
MichaelHoffmann/AGORA,mbjornas3/AGORA,mbjornas3/AGORA,MichaelHoffmann/AGORA,MichaelHoffmann/AGORA
df49a8a5122778f0c8d9e40250bafe68d4d09d58
src/PlayState.as
src/PlayState.as
package { import flash.display.BlendMode; import org.flixel.*; // The main coordinator: part config list, part asset list. // Handles all of the character animations. // TODO, offload animation logic to PlayerDelegate interface. public class PlayState extends FlxState { // Tileset that works...
package { import flash.display.BlendMode; import org.flixel.*; // The main coordinator: part config list, part asset list. // Handles all of the character animations. // TODO, offload animation logic to PlayerDelegate interface. public class PlayState extends FlxState { // Tileset that works...
Hide cursor on play state.
Hide cursor on play state.
ActionScript
artistic-2.0
hlfcoding/morning-stroll
4bd8bc201e4c170237bf46766970d3cb163c4ea2
HLSPlugin/src/com/kaltura/hls/m2ts/M2TSNetLoader.as
HLSPlugin/src/com/kaltura/hls/m2ts/M2TSNetLoader.as
package com.kaltura.hls.m2ts { import com.kaltura.hls.HLSDVRTimeTrait; import com.kaltura.hls.HLSDVRTrait; import com.kaltura.hls.HLSMetadataNamespaces; import flash.net.NetConnection; import flash.net.NetStream; import flash.events.NetStatusEvent; import org.osmf.events.DVRStreamInfoEvent; import org.osmf....
package com.kaltura.hls.m2ts { import com.kaltura.hls.HLSDVRTimeTrait; import com.kaltura.hls.HLSDVRTrait; import com.kaltura.hls.HLSMetadataNamespaces; import flash.net.NetConnection; import flash.net.NetStream; import flash.events.NetStatusEvent; import org.osmf.events.DVRStreamInfoEvent; import org.osmf....
Tweak switching logic settings.
Tweak switching logic settings.
ActionScript
agpl-3.0
kaltura/HLS-OSMF,kaltura/HLS-OSMF,kaltura/HLS-OSMF,kaltura/HLS-OSMF
4d4b55b42d886d96566eec56ba7a6a88aa13a6e9
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...
Add special case to trace_properties.as for _global.flash.text.TextRenderer
Add special case to trace_properties.as for _global.flash.text.TextRenderer Now flash.text.TextRenderer gets priority in naming over textRenderer
ActionScript
lgpl-2.1
mltframework/swfdec,freedesktop-unofficial-mirror/swfdec__swfdec,freedesktop-unofficial-mirror/swfdec__swfdec,freedesktop-unofficial-mirror/swfdec__swfdec,mltframework/swfdec
c550fac17067f1330a497ff184c17d1f4ece32e5
extension/src/starling/shaders/FastGaussianBlurShader.as
extension/src/starling/shaders/FastGaussianBlurShader.as
/** * User: booster * Date: 18/12/13 * Time: 11:29 */ package starling.shaders { import com.barliesque.agal.EasierAGAL; import com.barliesque.agal.IComponent; import com.barliesque.agal.IRegister; import com.barliesque.agal.TextureFlag; import com.barliesque.shaders.macro.Utils; import flash.display3D.Context3D; i...
/** * User: booster * Date: 18/12/13 * Time: 11:29 */ package starling.shaders { import com.barliesque.agal.EasierAGAL; import com.barliesque.agal.IComponent; import com.barliesque.agal.IRegister; import com.barliesque.agal.TextureFlag; import com.barliesque.shaders.macro.Utils; import flash.display3D.Context3D; i...
Debug messages removed
Debug messages removed
ActionScript
mit
b005t3r/Starling-Extension-TextureProcessor
630666dc175d469d0b6e9dabb880aeffc2f2d5ee
dolly-framework/src/test/resources/dolly/data/PropertyLevelCopyableClass.as
dolly-framework/src/test/resources/dolly/data/PropertyLevelCopyableClass.as
package dolly.data { public class PropertyLevelCopyableClass { [Copyable] public static var staticProperty1:String = "Value of first-level static property 1."; public static var staticProperty2:String = "Value of first-level static property 2."; [Cloneable] private var _writableField1:String = "Value of first-...
package dolly.data { public class PropertyLevelCopyableClass { [Copyable] public static var staticProperty1:String = "Value of first-level static property 1."; public static var staticProperty2:String = "Value of first-level static property 2."; [Copyable] private var _writableField1:String = "Value of first-l...
Fix stupid mistake with metadata names.
Fix stupid mistake with metadata names.
ActionScript
mit
Yarovoy/dolly
0f8e77f4c87150ddca3ea2eaa103392c581c0954
as3/com/netease/protobuf/BaseFieldDescriptor.as
as3/com/netease/protobuf/BaseFieldDescriptor.as
// vim: tabstop=4 shiftwidth=4 // Copyright (c) 2011 , Yang Bo All rights reserved. // // Author: Yang Bo (pop.atry@gmail.com) // // Use, modification and distribution are subject to the "New BSD License" // as listed at <url: http://www.opensource.org/licenses/bsd-license.php >. package com.netease.protobuf { import...
// vim: tabstop=4 shiftwidth=4 // Copyright (c) 2011 , Yang Bo All rights reserved. // // Author: Yang Bo (pop.atry@gmail.com) // // Use, modification and distribution are subject to the "New BSD License" // as listed at <url: http://www.opensource.org/licenses/bsd-license.php >. package com.netease.protobuf { import...
修复bug:tagID应该右移3位
修复bug:tagID应该右移3位
ActionScript
bsd-2-clause
tconkling/protoc-gen-as3
da7d4afda359a541b04717346aae7b181437196c
src/com/kemsky/support/isNaNFast.as
src/com/kemsky/support/isNaNFast.as
package com.kemsky.support { /** * Faster alternative to isNaN() * @private */ public function isNaNFast(target:*):Boolean { return !(target <= 0) && !(target > 0); } }
package com.kemsky.support { /** * Faster alternative to isNaN() * Useless in fact, function call is more expensive than isNaN * @private */ public function isNaNFast(target:*):Boolean { return !(target <= 0) && !(target > 0); } }
replace isNaN
replace isNaN
ActionScript
mit
kemsky/stream
5c1d8baccb5d11f91dd5bcc285560796ce5b690e
test/src/TestKLine.as
test/src/TestKLine.as
package { import flash.display.Graphics; import flash.display.Sprite; import flash.events.Event; import flash.events.IOErrorEvent; import flash.events.TimerEvent; import flash.net.URLLoader; import flash.net.URLRequest; import flash.text.TextField; import flash.text.TextFormat; import flash.utils.Timer; impo...
package { import flash.display.Graphics; import flash.display.Sprite; import flash.events.Event; import flash.events.IOErrorEvent; import flash.events.TimerEvent; import flash.net.URLLoader; import flash.net.URLRequest; import flash.text.TextField; import flash.text.TextFormat; import flash.utils.Timer; impo...
test kline update
test kline update
ActionScript
mit
matrix3d/spriteflexjs,matrix3d/spriteflexjs
19febb579adabc379bbb078c28d1afabf217dd38
vivified/core/vivi_initialize.as
vivified/core/vivi_initialize.as
/* Vivified * Copyright (C) 2007 Benjamin Otte <otte@gnome.org> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later ...
/* Vivified * Copyright (C) 2007 Benjamin Otte <otte@gnome.org> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License, or (at your option) any later ...
return the breakpoint that was added from Commands.add()
return the breakpoint that was added from Commands.add()
ActionScript
lgpl-2.1
freedesktop-unofficial-mirror/swfdec__swfdec,freedesktop-unofficial-mirror/swfdec__swfdec,mltframework/swfdec,mltframework/swfdec,freedesktop-unofficial-mirror/swfdec__swfdec
60217f11d9d8643910bad1934a41ca054b12aae4
src/as/com/threerings/util/NetUtil.as
src/as/com/threerings/util/NetUtil.as
package com.threerings.util { import flash.net.URLRequest; //import flash.net.navigateToURL; // function import public class NetUtil { /** * Convenience method to load a web page in the browser window without * having to worry about SecurityErrors in various conditions. * * @return true if the...
package com.threerings.util { import flash.net.URLRequest; //import flash.net.navigateToURL; // function import public class NetUtil { /** * Convenience method to load a web page in the browser window without * having to worry about SecurityErrors in various conditions. * * @return true if the...
fix comment to reflect reality
fix comment to reflect reality git-svn-id: a1a4b28b82a3276cc491891159dd9963a0a72fae@4590 542714f4-19e9-0310-aa3c-eee0fc999fb1
ActionScript
lgpl-2.1
threerings/narya,threerings/narya,threerings/narya,threerings/narya,threerings/narya
f04d06dd60b79bb994d3df785cd41e6f35a8089f
utils/peephole.as
utils/peephole.as
/* -*- java-mode -*- */ /* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://...
/* -*- java-mode -*- */ /* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://...
Work in progress
Work in progress
ActionScript
mpl-2.0
pnkfelix/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,pfgenyun/tamarin-redux,pnkfelix/tamarin-redux,pfgenyun/tamarin-redux,pfgenyun/tamarin-redu...
841849f7ce5d4ca072c96d19af8134f3a12d3d27
src/flash/tandem/model/ApplicationModel.as
src/flash/tandem/model/ApplicationModel.as
//////////////////////////////////////////////////////////////////////////////// // // tandem. explore your world. // Copyright (c) 2007–2008 Daniel Gasienica (daniel@gasienica.ch) // // tandem is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as ...
//////////////////////////////////////////////////////////////////////////////// // // tandem. explore your world. // Copyright (c) 2007–2008 Daniel Gasienica (daniel@gasienica.ch) // // tandem is free software: you can redistribute it and/or modify // it under the terms of the GNU Affero General Public License as ...
Fix singleton.
Fix singleton.
ActionScript
agpl-3.0
openzoom/tandem
c812e0d9912f00ed1237bc35d08ddd3080ce9500
frameworks/as/projects/FlexJSUI/src/org/apache/flex/net/dataConverters/LazyCollection.as
frameworks/as/projects/FlexJSUI/src/org/apache/flex/net/dataConverters/LazyCollection.as
//////////////////////////////////////////////////////////////////////////////// // // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. // The ASF license...
//////////////////////////////////////////////////////////////////////////////// // // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. // The ASF license...
add length prop
add length prop
ActionScript
apache-2.0
greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs
9153e6bcab5bce804d5a940db2e33037a11ade47
HLSPlugin/src/org/denivip/osmf/net/httpstreaming/hls/HTTPStreamingMP2TSFileHandler.as
HLSPlugin/src/org/denivip/osmf/net/httpstreaming/hls/HTTPStreamingMP2TSFileHandler.as
/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distr...
/* ***** BEGIN LICENSE BLOCK ***** * Version: MPL 1.1 * * The contents of this file are subject to the Mozilla Public License Version * 1.1 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * http://www.mozilla.org/MPL/ * * Software distr...
Fix bug where syncFound was flagged as false incorrectly
Fix bug where syncFound was flagged as false incorrectly This was causing byte-level sync issues with throttled (and potentially other) streams
ActionScript
isc
denivip/osmf-hls-plugin,mruse/osmf-hls-plugin,mruse/osmf-hls-plugin,denivip/osmf-hls-plugin
8bea26c515c7bd6b4487cc2f4b8fcc1545c1cbde
skin-src/goplayer/AbstractStandardSkin.as
skin-src/goplayer/AbstractStandardSkin.as
package goplayer { import flash.display.DisplayObject import flash.display.InteractiveObject import flash.display.Sprite import flash.events.Event import flash.events.MouseEvent import flash.geom.Point import flash.geom.Rectangle import flash.text.TextField public class AbstractStandardSkin extends Ab...
package goplayer { import flash.display.DisplayObject import flash.display.InteractiveObject import flash.display.Sprite import flash.events.Event import flash.events.MouseEvent import flash.geom.Point import flash.geom.Rectangle import flash.text.TextField public class AbstractStandardSkin extends Ab...
Fix bug: Seek bar groove width was not being updated.
Fix bug: Seek bar groove width was not being updated.
ActionScript
mit
dbrock/goplayer,dbrock/goplayer
af35764ee88591e9d07cb96836288ccdc2b9af44
src/aerys/minko/type/animation/timeline/MatrixLinearTimeline.as
src/aerys/minko/type/animation/timeline/MatrixLinearTimeline.as
package aerys.minko.type.animation.timeline { import aerys.minko.scene.node.IScene; import aerys.minko.type.math.Matrix4x4; public class MatrixLinearTimeline implements ITimeline { private var _targetName : String; private var _propertyName : String; private var _timeTable : Vector.<uint> private var...
package aerys.minko.type.animation.timeline { import aerys.minko.scene.node.IScene; import aerys.minko.type.math.Matrix4x4; public class MatrixLinearTimeline implements ITimeline { private var _targetName : String; private var _propertyName : String; private var _timeTable : Vector.<uint> private var...
Fix bug in MatrixLinearTimeline that was messing with animations over the time
Fix bug in MatrixLinearTimeline that was messing with animations over the time
ActionScript
mit
aerys/minko-as3
29db853197aea86c7852a81e652afbf613126bf9
src/org/mangui/hls/model/Level.as
src/org/mangui/hls/model/Level.as
package org.mangui.hls.model { CONFIG::LOGGING { import org.mangui.hls.utils.Log; } import org.mangui.hls.utils.PTS; /** HLS streaming quality level. **/ public class Level { /** audio only Level ? **/ public var audio : Boolean; /** Level Bitrate. **/ ...
package org.mangui.hls.model { CONFIG::LOGGING { import org.mangui.hls.utils.Log; } import org.mangui.hls.utils.PTS; /** HLS streaming quality level. **/ public class Level { /** audio only Level ? **/ public var audio : Boolean; /** Level Bitrate. **/ ...
improve error logs
improve error logs
ActionScript
mpl-2.0
viktorot/flashls,hola/flashls,School-Improvement-Network/flashls,ryanhefner/flashls,stevemayhew/flashls,Peer5/flashls,Boxie5/flashls,JulianPena/flashls,suuhas/flashls,JulianPena/flashls,codex-corp/flashls,aevange/flashls,Boxie5/flashls,aevange/flashls,mangui/flashls,tedconf/flashls,fixedmachine/flashls,dighan/flashls,d...
36085fe6d5abe00d2b742a843071f64020cebca4
collect-flex/collect-flex-client/src/main/flex/org/openforis/collect/presenter/DetailPresenter.as
collect-flex/collect-flex-client/src/main/flex/org/openforis/collect/presenter/DetailPresenter.as
package org.openforis.collect.presenter { /** * * @author S. Ricci * */ import flash.events.Event; import flash.events.MouseEvent; import mx.collections.IList; import mx.events.IndexChangedEvent; import mx.rpc.AsyncResponder; import mx.rpc.events.ResultEvent; import org.openforis.collect...
package org.openforis.collect.presenter { /** * * @author S. Ricci * */ import flash.events.Event; import flash.events.MouseEvent; import mx.collections.IList; import mx.events.IndexChangedEvent; import mx.rpc.AsyncResponder; import mx.rpc.events.ResultEvent; import org.openforis.collect...
clean active record when going back to list
clean active record when going back to list
ActionScript
mit
openforis/collect,openforis/collect,openforis/collect,openforis/collect
aff208070b7e98353074325b5fc501421b1d7209
gb/joypad.as
gb/joypad.as
import "./cpu"; import "./mmu"; import "./machine"; import "./bits"; struct Joypad { CPU: *cpu.CPU; // Select Select_Button: bool; Select_Direction: bool; // State State_Start: bool; State_A: bool; State_B: bool; State_Select: bool; State_Up: bool; State_Down: bool; State_Left: bool; State_...
import "./cpu"; import "./mmu"; import "./machine"; import "./bits"; struct Joypad { CPU: *cpu.CPU; // Select Select_Button: bool; Select_Direction: bool; // State State_Start: bool; State_A: bool; State_B: bool; State_Select: bool; State_Up: bool; State_Down: bool; State_Left: bool; State_...
remove unneeded comment
:fire: remove unneeded comment
ActionScript
mit
arrow-lang/wadatsumi
79e646611ba35f38060b3dd42fbfcfaeb92253ee
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...
Remove invalid check of 'pos'.
Remove invalid check of 'pos'. This check causes the new (hixie-76) WebSockets protocol check to hang.
ActionScript
bsd-3-clause
hehuabing/web-socket-js,gimite/web-socket-js,gimite/web-socket-js,hanicker/web-socket-js,keiosweb/web-socket-js,zhangxingits/web-socket-js,hanicker/web-socket-js,nitzo/web-socket-js,hehuabing/web-socket-js,zhangxingits/web-socket-js,hehuabing/web-socket-js,zhangxingits/web-socket-js,keiosweb/web-socket-js,nitzo/web-soc...
3b6ac534dc61f2d9e09b0ed3e15141b1bb25a64b
src/org/mangui/hls/demux/DemuxHelper.as
src/org/mangui/hls/demux/DemuxHelper.as
/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ package org.mangui.hls.demux { import flash.utils.ByteArray; import org.mangui.hls.model.Level; CONFI...
/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ package org.mangui.hls.demux { import flash.utils.ByteArray; import org.mangui.hls.model.Level; CONFI...
Make probe Level parameter optional
[Mangui.DemuxHelper] Make probe Level parameter optional Selection logic ensures proper Demuxer is used anyway
ActionScript
mpl-2.0
codex-corp/flashls,codex-corp/flashls
5a89de067f3440feb457c1bdb90738aee9f0a017
SendAndLoadExample.as
SendAndLoadExample.as
package { import flash.events.*; import flash.net.*; import flash.display.Loader; import flash.external.ExternalInterface; public class SendAndLoadExample { private var _url:String; private var lastSendedUrl:String = ""; public function SendAndLoadExample() { } public function sendData(ur...
package { import flash.events.*; import flash.net.*; import flash.display.Loader; import flash.external.ExternalInterface; public class SendAndLoadExample { private var _url:String; private var lastSendedUrl:String = ""; public function SendAndLoadExample() { } public function sendData(ur...
comment outs
comment outs
ActionScript
mit
ozgurersil/VPAID
0e1794ef1bdb9fe141372fadd1c30b5ab9a07d34
src/org/mangui/hls/HLSSettings.as
src/org/mangui/hls/HLSSettings.as
/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ package org.mangui.hls { import org.mangui.hls.constant.HLSAltAudioSwitchMode; import org.mangui.hls.c...
/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ package org.mangui.hls { import org.mangui.hls.constant.HLSAltAudioSwitchMode; import org.mangui.hls.c...
Set default value for useHardwareVideoDecoder to false
Set default value for useHardwareVideoDecoder to false
ActionScript
mpl-2.0
neilrackett/flashls,neilrackett/flashls
daca3f9466b80227083fe5513d88489d233de15d
src/aerys/minko/render/geometry/stream/IVertexStream.as
src/aerys/minko/render/geometry/stream/IVertexStream.as
package aerys.minko.render.geometry.stream { import aerys.minko.type.Signal; import aerys.minko.render.geometry.stream.format.VertexComponent; import aerys.minko.render.geometry.stream.format.VertexFormat; public interface IVertexStream { function get format() : VertexFormat; function get numVertices() : ...
package aerys.minko.render.geometry.stream { import aerys.minko.render.geometry.stream.format.VertexComponent; import aerys.minko.render.geometry.stream.format.VertexFormat; import aerys.minko.type.Signal; public interface IVertexStream { function get format() : VertexFormat; function get numVertices() : ...
add get(), set(), duplicateVertex() and deleteVertex() to the IVertexStream interface
add get(), set(), duplicateVertex() and deleteVertex() to the IVertexStream interface
ActionScript
mit
aerys/minko-as3
be0e78beb0de264fc343744725348ecb0e023aec
tamarin-central/thane/flash/net/Socket.as
tamarin-central/thane/flash/net/Socket.as
// // $Id: $ package flash.net { import flash.errors.IOError; import flash.events.Event; import flash.events.EventDispatcher; import flash.events.IOErrorEvent; import flash.events.ProgressEvent; import flash.utils.ByteArray; import flash.utils.IDataInput; import flash.utils.IDataOutput; public class Socket extends...
// // $Id: $ package flash.net { import flash.errors.IOError; import flash.events.Event; import flash.events.EventDispatcher; import flash.events.IOErrorEvent; import flash.events.ProgressEvent; import flash.utils.ByteArray; import flash.utils.IDataInput; import flash.utils.IDataOutput; public class Socket extends...
Cut down on the verbosity, but leave these in for now, there's surely a few bugs left.
Cut down on the verbosity, but leave these in for now, there's surely a few bugs left.
ActionScript
bsd-2-clause
greyhavens/thane,greyhavens/thane,greyhavens/thane,greyhavens/thane,greyhavens/thane,greyhavens/thane,greyhavens/thane
9065e9d1eb8ba227a90b2e5702bed8ce5d8d8e78
exporter/src/main/as/flump/export/Atlas.as
exporter/src/main/as/flump/export/Atlas.as
// // Flump - Copyright 2012 Three Rings Design package flump.export { import flash.display.Bitmap; import flash.display.BitmapData; import flash.display.Sprite; import flash.geom.Point; import flash.geom.Rectangle; import flash.utils.IDataOutput; import com.adobe.images.PNGEncoder; import flump.SwfTexture; import ...
// // Flump - Copyright 2012 Three Rings Design package flump.export { import flash.display.Bitmap; import flash.display.BitmapData; import flash.display.Sprite; import flash.geom.Point; import flash.geom.Rectangle; import flash.utils.IDataOutput; import com.adobe.images.PNGEncoder; import flump.SwfTexture; import ...
Increase atlas padding to 2 pixels
Increase atlas padding to 2 pixels I'm seeing edge artifacting at 1. Maybe this should be a configurable setting?
ActionScript
mit
tconkling/flump,mathieuanthoine/flump,mathieuanthoine/flump,funkypandagame/flump,tconkling/flump,funkypandagame/flump,mathieuanthoine/flump
b3948adc9b0312fc6f3e660be56d6c62b4feb33c
src/battlecode/client/viewer/render/DrawDominationBar.as
src/battlecode/client/viewer/render/DrawDominationBar.as
package battlecode.client.viewer.render { import battlecode.client.viewer.MatchController; import battlecode.common.Team; import battlecode.events.MatchEvent; import flash.display.GradientType; import flash.geom.Matrix; import mx.containers.Canvas; import mx.containers.HBox; ...
package battlecode.client.viewer.render { import battlecode.client.viewer.MatchController; import battlecode.common.Team; import battlecode.events.MatchEvent; import flash.display.GradientType; import flash.geom.Matrix; import mx.containers.Canvas; import mx.containers.HBox; ...
simplify dom bar
simplify dom bar
ActionScript
mit
trun/battlecode-webclient
491c0305c85966d25e7f251f0efdcec376db624e
krew-framework/krewfw/data_structure/PriorityQueue.as
krew-framework/krewfw/data_structure/PriorityQueue.as
package krewfw.data_structure { /** * Simple priority queue (not so optimized.) * Reasonable data structures such as Heap, is not used yet. */ //------------------------------------------------------------ public class PriorityQueue { private var _queue:Vector.<PriorityNode>; ...
package krewfw.data_structure { /** * Simple priority queue (not so optimized.) * Reasonable data structures such as Heap, is not used yet. */ //------------------------------------------------------------ public class PriorityQueue { private var _queue:Vector.<PriorityNode>; ...
Modify priority queue: add debug trace
Modify priority queue: add debug trace
ActionScript
mit
tatsuya-koyama/krewFramework,tatsuya-koyama/krewFramework,tatsuya-koyama/krewFramework
c3d9b3b238bce84ea992e8f5c7c2fa43842dadb8
src/main/as/com/threerings/presents/dobj/DObject.as
src/main/as/com/threerings/presents/dobj/DObject.as
// // $Id$ // // Narya library - tools for developing networked games // Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/narya/ // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as p...
// // $Id$ // // Narya library - tools for developing networked games // Copyright (C) 2002-2011 Three Rings Design, Inc., All Rights Reserved // http://code.google.com/p/narya/ // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as p...
Move these variables where they belong and add some documentation. Also apparently whitespace.
Move these variables where they belong and add some documentation. Also apparently whitespace. git-svn-id: a1a4b28b82a3276cc491891159dd9963a0a72fae@6506 542714f4-19e9-0310-aa3c-eee0fc999fb1
ActionScript
lgpl-2.1
threerings/narya,threerings/narya,threerings/narya,threerings/narya,threerings/narya
30ac6713cb881e4419a04d10300643dd712ca00f
as/main/frame4.as
as/main/frame4.as
 var historia_txt:String =""; var baixa_mc:MovieClip; var puja_mc:MovieClip; var buttonsUI:Array = new Array ("puja_mc", "baixa_mc"); this.historia_txt.html = true; this.historia.htmlText =true; this.historia_txt.wordWrap = true; this.historia_txt.multiline = true; function textScroll():Void { this.onPress = this...
 var historia_txt:String =""; var baixa_mc:MovieClip; var puja_mc:MovieClip; var buttonsUI:Array = new Array ("puja_mc", "baixa_mc"); this.historia_txt.html = true; this.historia.htmlText =true; this.historia_txt.wordWrap = true; this.historia_txt.multiline = true; this.onEnterFrame = function ():Void { buttons...
Update frame4.as
Update frame4.as
ActionScript
bsd-3-clause
delfiramirez/web-talking-wear,delfiramirez/web-talking-wear,delfiramirez/web-talking-wear
2e654c56a91ba0ae27de2fdcee27877e1dbfbf12
src/battlecode/common/RobotType.as
src/battlecode/common/RobotType.as
package battlecode.common { public class RobotType { public static const HQ:String = "HQ"; public static const TOWER:String = "TOWER"; public static const SUPPLYDEPOT:String = "SUPPLYDEPOT"; public static const TECHNOLOGYINSTITUTE:String = "TECHNOLOGYINSTITUTE"; pu...
package battlecode.common { public class RobotType { public static const HQ:String = "HQ"; public static const TOWER:String = "TOWER"; public static const SUPPLYDEPOT:String = "SUPPLYDEPOT"; public static const TECHNOLOGYINSTITUTE:String = "TECHNOLOGYINSTITUTE"; pu...
remove TODO
remove TODO
ActionScript
mit
trun/battlecode-webclient
98a09e8d754dd7a925e68b3ae20c5c0bb1020738
src/as/com/threerings/cast/MultiFrameBitmap.as
src/as/com/threerings/cast/MultiFrameBitmap.as
// // Nenya library - tools for developing networked games // Copyright (C) 2002-2010 Three Rings Design, Inc., All Rights Reserved // http://www.threerings.net/code/nenya/ // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as publis...
// // Nenya library - tools for developing networked games // Copyright (C) 2002-2010 Three Rings Design, Inc., All Rights Reserved // http://www.threerings.net/code/nenya/ // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as publis...
Fix some reversed logic.
Fix some reversed logic. git-svn-id: b675b909355d5cf946977f44a8ec5a6ceb3782e4@990 ed5b42cb-e716-0410-a449-f6a68f950b19
ActionScript
lgpl-2.1
threerings/nenya,threerings/nenya
9c93870ae897a189addb4a590ffa4759393d8283
src/aerys/minko/render/DrawCall.as
src/aerys/minko/render/DrawCall.as
package aerys.minko.render { import aerys.minko.ns.minko_render; import aerys.minko.render.geometry.Geometry; import aerys.minko.render.geometry.stream.IVertexStream; import aerys.minko.render.geometry.stream.StreamUsage; import aerys.minko.render.geometry.stream.VertexStream; import aerys.minko.render.geometry.s...
package aerys.minko.render { import aerys.minko.ns.minko_render; import aerys.minko.render.geometry.Geometry; import aerys.minko.render.geometry.stream.IVertexStream; import aerys.minko.render.geometry.stream.StreamUsage; import aerys.minko.render.geometry.stream.VertexStream; import aerys.minko.render.geometry.s...
update DrawCall.depth to do nothing if DrawCall._enabled = false
update DrawCall.depth to do nothing if DrawCall._enabled = false
ActionScript
mit
aerys/minko-as3
91144ace118feee263944af6e5d7650d897f28dc
frameworks/as/projects/FlexJSUI/src/FlexJSUIClasses.as
frameworks/as/projects/FlexJSUI/src/FlexJSUIClasses.as
//////////////////////////////////////////////////////////////////////////////// // // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. // The ASF license...
//////////////////////////////////////////////////////////////////////////////// // // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. // The ASF license...
add rect to swc
add rect to swc
ActionScript
apache-2.0
greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs
dc339b43b64f7e1b9b5f14a641c3ca9f049a095a
src/aerys/minko/render/resource/texture/TextureResource.as
src/aerys/minko/render/resource/texture/TextureResource.as
package aerys.minko.render.resource.texture { import aerys.minko.render.resource.Context3DResource; import flash.display.BitmapData; import flash.display3D.Context3DTextureFormat; import flash.display3D.textures.Texture; import flash.display3D.textures.TextureBase; import flash.geom.Matrix; import flash.utils....
package aerys.minko.render.resource.texture { import aerys.minko.render.resource.Context3DResource; import flash.display.BitmapData; import flash.display3D.Context3DTextureFormat; import flash.display3D.textures.Texture; import flash.display3D.textures.TextureBase; import flash.geom.Matrix; import flash.utils....
Update textureResource to handle atf properly
Update textureResource to handle atf properly
ActionScript
mit
aerys/minko-as3
9e3cb3f82d7487e5f6bf985c1fbdb92ccb0158d2
tamarin-central/thane/thane_core.as
tamarin-central/thane/thane_core.as
// // $Id: $ package flash.errors { public class MemoryError extends Error { public function MemoryError(message:String = "") { super(message); } } public class EOFError extends Error { public function EOFError(message:String = "") { super(message); } } public class Illegal...
// // $Id: $ package flash.errors { public class MemoryError extends Error { public function MemoryError(message:String = "") { super(message); } } public class EOFError extends Error { public function EOFError(message:String = "") { super(message); } } public class Illegal...
Tweak fix.
Tweak fix.
ActionScript
bsd-2-clause
greyhavens/thane,greyhavens/thane,greyhavens/thane,greyhavens/thane,greyhavens/thane,greyhavens/thane,greyhavens/thane
40c48f69de993f85402e6cf4125ac677aa64296e
src/aerys/minko/render/DrawCall.as
src/aerys/minko/render/DrawCall.as
package aerys.minko.render { import aerys.minko.ns.minko_render; import aerys.minko.render.geometry.Geometry; import aerys.minko.render.geometry.stream.IVertexStream; import aerys.minko.render.geometry.stream.StreamUsage; import aerys.minko.render.geometry.stream.VertexStream; import aerys.minko.render.geometry.s...
package aerys.minko.render { import aerys.minko.ns.minko_render; import aerys.minko.render.geometry.Geometry; import aerys.minko.render.geometry.stream.IVertexStream; import aerys.minko.render.geometry.stream.StreamUsage; import aerys.minko.render.geometry.stream.VertexStream; import aerys.minko.render.geometry.s...
fix DrawCall.updateGeometry() to avoid re-computing normals if they already exist when computing tangent space
fix DrawCall.updateGeometry() to avoid re-computing normals if they already exist when computing tangent space
ActionScript
mit
aerys/minko-as3
043e86ca1084816409248eaafec2cdcdbff1fbcb
exporter/src/main/as/flump/export/ProjectController.as
exporter/src/main/as/flump/export/ProjectController.as
// // Flump - Copyright 2013 Flump Authors package flump.export { import aspire.util.F; import aspire.util.StringUtil; import flash.desktop.NativeApplication; import flash.display.NativeMenu; import flash.display.NativeMenuItem; import flash.display.Stage; import flash.display.StageQuality; import flash.events.Event...
// // Flump - Copyright 2013 Flump Authors package flump.export { import aspire.util.F; import aspire.util.StringUtil; import flash.desktop.NativeApplication; import flash.display.NativeMenu; import flash.display.NativeMenuItem; import flash.display.Stage; import flash.display.StageQuality; import flash.events.Event...
Remove unused import
Remove unused import
ActionScript
mit
tconkling/flump,mathieuanthoine/flump,tconkling/flump,mathieuanthoine/flump,mathieuanthoine/flump
30ff1a7b33fa6d2c884e25b7d3afc89fa933beb5
Agent.as
Agent.as
package { import flash.display.Sprite; import flash.events.Event; import flash.events.DataEvent; import flash.events.IOErrorEvent; import flash.events.SecurityErrorEvent; import flash.net.XMLSocket; import flash.system.System; import flash.utils.getQualifiedClassName; import fla...
package { import flash.display.Sprite; import flash.events.Event; import flash.events.DataEvent; import flash.events.IOErrorEvent; import flash.events.SecurityErrorEvent; import flash.net.XMLSocket; import flash.system.System; import flash.utils.getTimer; import flash.utils.getQ...
fix sending samples
fix sending samples
ActionScript
apache-2.0
osi/flash-profiler
eb62cbf80b0a3a557f34c2502cd9f568e0686fc7
src/aerys/minko/scene/controller/AbstractScriptController.as
src/aerys/minko/scene/controller/AbstractScriptController.as
package aerys.minko.scene.controller { import aerys.minko.ns.minko_scene; import aerys.minko.render.Viewport; import aerys.minko.scene.node.ISceneNode; import aerys.minko.scene.node.Scene; import aerys.minko.type.KeyboardManager; import aerys.minko.type.MouseManager; import flash.display.BitmapData; import fl...
package aerys.minko.scene.controller { import aerys.minko.ns.minko_scene; import aerys.minko.render.Viewport; import aerys.minko.scene.node.ISceneNode; import aerys.minko.scene.node.Scene; import aerys.minko.type.KeyboardManager; import aerys.minko.type.MouseManager; import flash.display.BitmapData; import fl...
add AbstractScriptController.time protected property
add AbstractScriptController.time protected property
ActionScript
mit
aerys/minko-as3
88a5363f8a99961ff2ec7431975d733ae5c4b1c5
src/aerys/minko/type/binding/DataBindings.as
src/aerys/minko/type/binding/DataBindings.as
package aerys.minko.type.binding { import aerys.minko.scene.node.ISceneNode; import aerys.minko.type.Signal; import aerys.minko.type.enum.DataProviderUsage; import flash.utils.Dictionary; public final class DataBindings { private var _owner : ISceneNode = null; private var _providers : Vec...
package aerys.minko.type.binding { import aerys.minko.scene.node.ISceneNode; import aerys.minko.type.Signal; import aerys.minko.type.enum.DataProviderUsage; import flash.utils.Dictionary; public final class DataBindings { private var _owner : ISceneNode = null; private var _providers : Vec...
fix coding style and typo
fix coding style and typo
ActionScript
mit
aerys/minko-as3
4fcb6ed2467ef578900280a18f7ec0ae97b88fd4
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.f,0.f,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.f,0.f,0.f);...
Use spawnRadius parameter in world space.
Use spawnRadius parameter in world space.
ActionScript
mit
victorholt/Urho3D,kostik1337/Urho3D,SuperWangKai/Urho3D,PredatorMF/Urho3D,helingping/Urho3D,codedash64/Urho3D,urho3d/Urho3D,bacsmar/Urho3D,henu/Urho3D,c4augustus/Urho3D,PredatorMF/Urho3D,SirNate0/Urho3D,tommy3/Urho3D,xiliu98/Urho3D,luveti/Urho3D,tommy3/Urho3D,MonkeyFirst/Urho3D,bacsmar/Urho3D,SirNate0/Urho3D,c4augustus...
f4bea3b233073598dc65d16c647a67087bf6e07a
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.MeshVisibilityController; import aerys.minko.scene.controller.mesh....
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.MeshVisibilityController; import aerys.minko.scene.controller.mesh....
Fix minor bug on CloneOptions
Fix minor bug on CloneOptions
ActionScript
mit
aerys/minko-as3
85b3b3114d827f40c3f0d37ddcfa276887d947b5
src/as/com/threerings/util/CommandEvent.as
src/as/com/threerings/util/CommandEvent.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...
Include the dispatcher here so we know if it was null or unresponsive.
Include the dispatcher here so we know if it was null or unresponsive. git-svn-id: a1a4b28b82a3276cc491891159dd9963a0a72fae@5102 542714f4-19e9-0310-aa3c-eee0fc999fb1
ActionScript
lgpl-2.1
threerings/narya,threerings/narya,threerings/narya,threerings/narya,threerings/narya
606457c1e86dc6da0a3b205cd98884c9a9cb444f
src/com/esri/builder/views/HelpButton.as
src/com/esri/builder/views/HelpButton.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
08e5da2c5b31f3c9b26874ac421f23253b74495e
test/trace/global-variable-properties.as
test/trace/global-variable-properties.as
// makeswf -v 7 -r 1 -o global-variable-properties-7.swf global-variable-properties.as #include "trace_properties.as" trace_properties (_global.Infinity, "_global", "Infinity"); trace_properties (_global.NaN, "_global", "NaN"); trace_properties (_global.o, "_global", "o"); // _global.flash is undefined, so we need to...
// makeswf -v 7 -r 1 -o global-variable-properties-7.swf global-variable-properties.as #include "trace_properties.as" trace_properties (_global.Infinity, "_global", "Infinity"); trace_properties (_global.NaN, "_global", "NaN"); trace_properties (_global.o, "_global", "o"); // Need to unhide it first on version < 8 //...
Update comment that was wrong in global-variable-properties.as
Update comment that was wrong in global-variable-properties.as
ActionScript
lgpl-2.1
mltframework/swfdec,freedesktop-unofficial-mirror/swfdec__swfdec,freedesktop-unofficial-mirror/swfdec__swfdec,mltframework/swfdec,freedesktop-unofficial-mirror/swfdec__swfdec
926f1b8d6ee455789a6582f6381df61d8ed5ae93
src/aerys/minko/render/material/basic/BasicShader.as
src/aerys/minko/render/material/basic/BasicShader.as
package aerys.minko.render.material.basic { import aerys.minko.render.RenderTarget; 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.render.shader.part.anim...
package aerys.minko.render.material.basic { import aerys.minko.render.RenderTarget; 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.render.shader.part.anim...
Fix auto depth sorting according to blending destination
Fix auto depth sorting according to blending destination
ActionScript
mit
aerys/minko-as3
740b997fab9672c1d7078ca071cb8f761a391898
exporter/src/main/as/flump/export/Packer.as
exporter/src/main/as/flump/export/Packer.as
// // Flump - Copyright 2012 Three Rings Design package flump.export { import flash.geom.Point; import flump.SwfTexture; import flump.mold.KeyframeMold; import flump.mold.MovieMold; import flump.xfl.XflLibrary; import flump.xfl.XflTexture; import com.threerings.util.Comparators; public class Packer { public co...
// // Flump - Copyright 2012 Three Rings Design package flump.export { import flash.geom.Point; import flump.SwfTexture; import flump.mold.KeyframeMold; import flump.mold.MovieMold; import flump.xfl.XflLibrary; import flump.xfl.XflTexture; import com.threerings.util.Comparators; public class Packer { public co...
Bump the max atlas size up to 2048
Bump the max atlas size up to 2048
ActionScript
mit
mathieuanthoine/flump,tconkling/flump,mathieuanthoine/flump,mathieuanthoine/flump,tconkling/flump,funkypandagame/flump,funkypandagame/flump
683ac2ac260befbe5113cc57dd47890ffd0cc366
src/milkshape/media/flash/src/cc/milkshape/main/SubMenu.as
src/milkshape/media/flash/src/cc/milkshape/main/SubMenu.as
package cc.milkshape.main { import cc.milkshape.preloader.events.PreloaderEvent; import cc.milkshape.utils.Constance; import flash.net.URLRequest; import flash.net.navigateToURL; import flash.events.MouseEvent; public class SubMenu extends SubMenuClp { public function SubMenu() { rss.buttonMode = true...
package cc.milkshape.main { import cc.milkshape.preloader.events.PreloaderEvent; import cc.milkshape.utils.Constance; import flash.net.URLRequest; import flash.net.navigateToURL; import flash.events.MouseEvent; public class SubMenu extends SubMenuClp { public function SubMenu() { rss.buttonMode = true...
fix submenu
fix submenu
ActionScript
mit
thoas/i386,thoas/i386,thoas/i386,thoas/i386
16ae222d689b8f14f9b0bbda0ecf6d2517abeec7
src/aerys/minko/scene/SceneIterator.as
src/aerys/minko/scene/SceneIterator.as
package aerys.minko.scene { import aerys.minko.scene.node.Group; import aerys.minko.scene.node.ISceneNode; import aerys.minko.type.binding.DataBindings; import avmplus.getQualifiedClassName; import flash.utils.Dictionary; import flash.utils.Proxy; import flash.utils.describeType; import flash.utils.flash_pr...
package aerys.minko.scene { import aerys.minko.scene.node.Group; import aerys.minko.scene.node.ISceneNode; import aerys.minko.type.binding.DataBindings; import flash.utils.Dictionary; import flash.utils.Proxy; import flash.utils.describeType; import flash.utils.flash_proxy; import flash.utils.getQualifiedClas...
fix ambiguous reference to getQualifiedClassName()
fix ambiguous reference to getQualifiedClassName()
ActionScript
mit
aerys/minko-as3
a2c9b43a015cc82da87dccab15c359b2e6f26a12
src/aerys/minko/scene/node/Group.as
src/aerys/minko/scene/node/Group.as
package aerys.minko.scene.node { import aerys.minko.ns.minko_scene; import aerys.minko.scene.SceneIterator; import aerys.minko.type.Signal; import aerys.minko.type.Sort; import aerys.minko.type.loader.ILoader; import aerys.minko.type.loader.SceneLoader; import aerys.minko.type.loader.parser.ParserOptions; impor...
package aerys.minko.scene.node { import aerys.minko.ns.minko_scene; import aerys.minko.scene.SceneIterator; import aerys.minko.type.Signal; import aerys.minko.type.Sort; import aerys.minko.type.loader.ILoader; import aerys.minko.type.loader.SceneLoader; import aerys.minko.type.loader.parser.ParserOptions; impor...
remove useless position < 0 test in Group.removeChildAt() since the specified position is uint
remove useless position < 0 test in Group.removeChildAt() since the specified position is uint
ActionScript
mit
aerys/minko-as3
52929e9909996bc1db1bd53f05b674b1e2f9af13
src/aerys/minko/scene/node/Group.as
src/aerys/minko/scene/node/Group.as
package aerys.minko.scene.node { import aerys.minko.ns.minko_scene; import aerys.minko.scene.SceneIterator; import aerys.minko.type.Signal; import aerys.minko.type.Sort; import aerys.minko.type.loader.ILoader; import aerys.minko.type.loader.SceneLoader; import aerys.minko.type.loader.parser.ParserOptions; impor...
package aerys.minko.scene.node { import aerys.minko.ns.minko_scene; import aerys.minko.scene.SceneIterator; import aerys.minko.type.Signal; import aerys.minko.type.Sort; import aerys.minko.type.loader.ILoader; import aerys.minko.type.loader.SceneLoader; import aerys.minko.type.loader.parser.ParserOptions; impor...
fix typo in error message
fix typo in error message
ActionScript
mit
aerys/minko-as3
78efbcd061e40e4104a9150b4e45735f51bc3ebe
src/ageofai/home/model/HomeModel.as
src/ageofai/home/model/HomeModel.as
/** * Created by vizoli on 4/9/16. */ package ageofai.home.model { import ageofai.cost.constant.CUnitCost; import ageofai.home.ai.HomeAI; import ageofai.home.constant.CHome; import ageofai.home.event.HomeEvent; import ageofai.home.vo.HomeVO; import ageofai.villager.vo.VillagerVO; import c...
/** * Created by vizoli on 4/9/16. */ package ageofai.home.model { import ageofai.cost.constant.CUnitCost; import ageofai.home.ai.HomeAI; import ageofai.home.constant.CHome; import ageofai.home.event.HomeEvent; import ageofai.home.vo.HomeVO; import ageofai.villager.vo.VillagerVO; import fl...
fix creation progress
fix creation progress
ActionScript
apache-2.0
goc-flashplusplus/ageofai
f46f8459c86a628e573b6d4c73f18e057e8a7506
src/org/mangui/osmf/plugins/HLSDynamicPlugin.as
src/org/mangui/osmf/plugins/HLSDynamicPlugin.as
package org.mangui.osmf.plugins { import flash.display.Sprite; import flash.system.Security; import org.mangui.osmf.plugins.HLSPlugin; import org.osmf.media.PluginInfo; public class HLSDynamicPlugin extends Sprite { private var _pluginInfo:PluginInfo; public function HLSDynamicPlugin() { super(); ...
package org.mangui.osmf.plugins { import flash.display.Sprite; import flash.system.Security; import org.osmf.media.PluginInfo; public class HLSDynamicPlugin extends Sprite { private var _pluginInfo:PluginInfo; public function HLSDynamicPlugin() { super(); Security.allowDomain("*"); _pluginInfo ...
remove unused import
remove unused import
ActionScript
mpl-2.0
desaintmartin/hlsprovider,desaintmartin/hlsprovider,desaintmartin/hlsprovider
2e4e7af924e7d155aac8824f8f038d679e54ee9d
sdk-remote/src/tests/examples/urbi-send.as
sdk-remote/src/tests/examples/urbi-send.as
-*- shell-script -*- URBI_INIT me=$as_me medir=$(echo "$as_me" | sed -e 's/\..*//').dir rm -rf $medir mkdir $medir cd $medir xrun "--help" urbi-send --help xrun "--version" urbi-send --version
-*- shell-script -*- URBI_INIT me=$as_me medir=$(absolute "$0").dir rm -rf $medir mkdir -p $medir cd $medir xrun "--help" urbi-send --help xrun "--version" urbi-send --version
Fix clean rules.
Fix clean rules. * src/tests/examples/urbi-send.as (medir): Fix its value.
ActionScript
bsd-3-clause
aldebaran/urbi,aldebaran/urbi,urbiforge/urbi,urbiforge/urbi,urbiforge/urbi,urbiforge/urbi,aldebaran/urbi,urbiforge/urbi,aldebaran/urbi,urbiforge/urbi,aldebaran/urbi,urbiforge/urbi,aldebaran/urbi,aldebaran/urbi,aldebaran/urbi,urbiforge/urbi,urbiforge/urbi
151a021f65845534acb384cfcb598daaeccebda4
src/as/com/threerings/bureau/data/AgentObject.as
src/as/com/threerings/bureau/data/AgentObject.as
// // $Id$ // // Narya library - tools for developing networked games // Copyright (C) 2002-2008 Three Rings Design, Inc., All Rights Reserved // http://www.threerings.net/code/narya/ // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public Licens...
// // $Id$ // // Narya library - tools for developing networked games // Copyright (C) 2002-2008 Three Rings Design, Inc., All Rights Reserved // http://www.threerings.net/code/narya/ // // This library is free software; you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public Licens...
Configure the AgentObject from the stream.
Configure the AgentObject from the stream. git-svn-id: a1a4b28b82a3276cc491891159dd9963a0a72fae@5088 542714f4-19e9-0310-aa3c-eee0fc999fb1
ActionScript
lgpl-2.1
threerings/narya,threerings/narya,threerings/narya,threerings/narya,threerings/narya
4a9c31c958b977ca465c136c23ee9542dcb84de8
Arguments/src/classes/Language.as
Arguments/src/classes/Language.as
package classes { /** AGORA - an interactive and web-based argument mapping tool that stimulates reasoning, reflection, critique, deliberation, and creativity in individual argument construction and in collaborative or adversarial settings. Copyright (C) 2011 Georgia Institute of Technology This progra...
package classes { /** AGORA - an interactive and web-based argument mapping tool that stimulates reasoning, reflection, critique, deliberation, and creativity in individual argument construction and in collaborative or adversarial settings. Copyright (C) 2011 Georgia Institute of Technology This progra...
Move default to English once more
Move default to English once more
ActionScript
agpl-3.0
MichaelHoffmann/AGORA,MichaelHoffmann/AGORA,mbjornas3/AGORA,MichaelHoffmann/AGORA,mbjornas3/AGORA
f390af8237f1f6320f5932e247f3e20328025eb8
src/aerys/minko/render/DrawCall.as
src/aerys/minko/render/DrawCall.as
package aerys.minko.render { import aerys.minko.ns.minko_render; import aerys.minko.render.resource.Context3DResource; import aerys.minko.render.resource.IndexBuffer3DResource; import aerys.minko.render.resource.Program3DResource; import aerys.minko.render.resource.VertexBuffer3DResource; import aerys.minko.rende...
package aerys.minko.render { import aerys.minko.ns.minko_render; import aerys.minko.render.geometry.Geometry; import aerys.minko.render.geometry.stream.IVertexStream; import aerys.minko.render.geometry.stream.StreamUsage; import aerys.minko.render.geometry.stream.VertexStream; import aerys.minko.render.geometry.s...
remove call to trace() in DrawCall
remove call to trace() in DrawCall
ActionScript
mit
aerys/minko-as3
0ed5138a037b9a5ab02755bb3b7442197df1838b
swfcat.as
swfcat.as
package { import flash.display.Sprite; import flash.text.TextField; import flash.net.Socket; import flash.events.Event; import flash.events.IOErrorEvent; import flash.events.ProgressEvent; import flash.events.SecurityErrorEvent; import flash.utils.ByteArray; public class swfcat exte...
package { import flash.display.Sprite; import flash.text.TextField; import flash.net.Socket; import flash.events.Event; import flash.events.IOErrorEvent; import flash.events.ProgressEvent; import flash.events.SecurityErrorEvent; import flash.utils.ByteArray; public class swfcat exte...
Add "\r\n\r\n" to finish the GET request.
Add "\r\n\r\n" to finish the GET request.
ActionScript
mit
infinity0/flashproxy,glamrock/flashproxy,arlolra/flashproxy,infinity0/flashproxy,glamrock/flashproxy,glamrock/flashproxy,infinity0/flashproxy,glamrock/flashproxy,arlolra/flashproxy,arlolra/flashproxy,arlolra/flashproxy,infinity0/flashproxy,infinity0/flashproxy,infinity0/flashproxy,glamrock/flashproxy,arlolra/flashproxy...
e1f13b21ca65210081f4e8887a7c3753f9dc32f8
activities/module-2/series-measuring/Probe.as
activities/module-2/series-measuring/Probe.as
package { import flash.display.MovieClip; import flash.events.MouseEvent; import flash.geom.Point; import org.concord.sparks.JavaScript; import org.concord.sparks.util.Display; public class Probe extends MovieClip { private var circuit:Circuit; private var connection...
package { //test change// import flash.display.MovieClip; import flash.events.MouseEvent; import flash.geom.Point; import org.concord.sparks.JavaScript; import org.concord.sparks.util.Display; public class Probe extends MovieClip { private var circuit:Circuit; pri...
test change
test change
ActionScript
apache-2.0
concord-consortium/sparks,concord-consortium/sparks,concord-consortium/sparks,concord-consortium/sparks,concord-consortium/sparks
efed6d80241205315ae3f79724d0cd027a2319c1
swfcat.as
swfcat.as
package { import flash.display.Sprite; import flash.display.StageAlign; import flash.display.StageScaleMode; import flash.text.TextField; import flash.text.TextFormat; import flash.events.Event; import flash.utils.setTimeout; import FacilitatorSocket; import events.FacilitatorSocket...
package { import flash.display.Sprite; import flash.display.StageAlign; import flash.display.StageScaleMode; import flash.text.TextField; import flash.text.TextFormat; import flash.events.Event; import flash.utils.setTimeout; import FacilitatorSocket; import events.FacilitatorSocket...
Rename DEFAULT_FAC_POLL_INTERVAL to FACILITATOR_POLL_INTERVAL.
Rename DEFAULT_FAC_POLL_INTERVAL to FACILITATOR_POLL_INTERVAL.
ActionScript
mit
infinity0/flashproxy,infinity0/flashproxy,arlolra/flashproxy,infinity0/flashproxy,arlolra/flashproxy,glamrock/flashproxy,arlolra/flashproxy,glamrock/flashproxy,arlolra/flashproxy,infinity0/flashproxy,glamrock/flashproxy,arlolra/flashproxy,glamrock/flashproxy,infinity0/flashproxy,glamrock/flashproxy,arlolra/flashproxy,a...
c61ff1b2470396bc616a111e6893f298e4853ec3
kdp3Lib/src/com/kaltura/kdpfl/view/controls/ScrubberMediator.as
kdp3Lib/src/com/kaltura/kdpfl/view/controls/ScrubberMediator.as
/** * ScrubberMediator * * @langversion 3.0 * @playerversion Flash 9.0.28.0 * @author Dan X Bacon baconoppenheim.com */ package com.kaltura.kdpfl.view.controls { import com.kaltura.kdpfl.model.ConfigProxy; import com.kaltura.kdpfl.model.type.NotificationType; import com.kaltura.vo.KalturaLiveStream...
/** * ScrubberMediator * * @langversion 3.0 * @playerversion Flash 9.0.28.0 * @author Dan X Bacon baconoppenheim.com */ package com.kaltura.kdpfl.view.controls { import com.kaltura.kdpfl.model.ConfigProxy; import com.kaltura.kdpfl.model.type.NotificationType; import com.kaltura.vo.KalturaLiveStream...
fix scrubber initial duration
qnd: fix scrubber initial duration git-svn-id: 3f608e5a9a704dd448217c0a64c508e7f145cfa1@92658 6b8eccd3-e8c5-4e7d-8186-e12b5326b719
ActionScript
agpl-3.0
shvyrev/kdp,kaltura/kdp,kaltura/kdp,shvyrev/kdp,shvyrev/kdp,kaltura/kdp
50574375e3fadf69427c29467fbed4d881a3f6f3
MicrophoneMain.as
MicrophoneMain.as
package { import flash.display.Sprite; import flash.events.Event; import flash.events.SampleDataEvent; import flash.external.ExternalInterface; import flash.media.Microphone; import flash.net.URLRequest; import flash.utils.ByteArray; import flash.utils.getQualifiedClassName; import flash.system.Security; /** * Audio...
package { import flash.display.Sprite; import flash.events.Event; import flash.events.SampleDataEvent; import flash.external.ExternalInterface; import flash.media.Microphone; import flash.net.URLRequest; import flash.utils.ByteArray; import flash.utils.getQualifiedClassName; import flash.system.Security; /** * Audio...
Remove test external interface decl
Remove test external interface decl
ActionScript
bsd-3-clause
luciferous/Microphone
777694b653eed1118dd658b3aa2c92ff85fad465
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...
Change color of wireframe debug controller
Change color of wireframe debug controller
ActionScript
mit
aerys/minko-as3
c260132ab91a5bcd4ccb740921c6ba98074e4fe8
as3/com/netease/protobuf/ReadUtils.as
as3/com/netease/protobuf/ReadUtils.as
// vim: tabstop=4 shiftwidth=4 // Copyright (c) 2010 , NetEase.com,Inc. All rights reserved. // Copyright (c) 2012 , Yang Bo. All rights reserved. // // Author: Yang Bo (pop.atry@gmail.com) // // Use, modification and distribution are subject to the "New BSD License" // as listed at <url: http://www.opensource.org/lic...
// vim: tabstop=4 shiftwidth=4 // Copyright (c) 2010 , NetEase.com,Inc. All rights reserved. // Copyright (c) 2012 , Yang Bo. All rights reserved. // // Author: Yang Bo (pop.atry@gmail.com) // // Use, modification and distribution are subject to the "New BSD License" // as listed at <url: http://www.opensource.org/lic...
Fix #35
Fix #35
ActionScript
bsd-2-clause
tconkling/protoc-gen-as3
bdda60fe7b2fd8e64721f63251c14ba8671f51de
as3/xobjas3/src/com/rpath/xobj/FilterTerm.as
as3/xobjas3/src/com/rpath/xobj/FilterTerm.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...
Remove MATCHING operator for now per RBL-8583
Remove MATCHING operator for now per RBL-8583
ActionScript
apache-2.0
sassoftware/xobj,sassoftware/xobj,sassoftware/xobj,sassoftware/xobj
8eb2120f5dc4ea7a3bdc2b2638d77ff953ce20e9
src/com/benoitfreslon/layoutmanager/LayoutLoader.as
src/com/benoitfreslon/layoutmanager/LayoutLoader.as
package com.benoitfreslon.layoutmanager { import flash.display.MovieClip; import flash.events.Event; import flash.system.Capabilities; import flash.utils.getDefinitionByName; import starling.display.Button; import starling.display.ButtonExtended; import starling.display.DisplayObject; import starling.displ...
package com.benoitfreslon.layoutmanager { import flash.display.MovieClip; import flash.events.Event; import flash.system.Capabilities; import flash.utils.getDefinitionByName; import starling.display.Button; import starling.display.ButtonExtended; import starling.display.DisplayObject; import starling.displ...
Debug message
Debug message
ActionScript
mit
BenoitFreslon/benoitfreslon-layoutmanager
239060e6e2928aaf471b1820f2a715ba3a0891cf
tests/misc/flashtest.as
tests/misc/flashtest.as
package{ import flash.display.Sprite; import flash.net.registerClassAlias; import flash.text.TextField; import flash.utils.ByteArray; import flash.utils.Dictionary; [SWF(width="450", height="400")] public class flashtest extends Sprite { private var tf:TextField; public function flashtest() { tf = new Te...
package{ import flash.display.Sprite; import flash.net.registerClassAlias; import flash.text.TextField; import flash.utils.ByteArray; import flash.utils.Dictionary; [SWF(width="450", height="400")] public class flashtest extends Sprite { private var tf:TextField; public function flashtest() { tf = new Te...
Add utility function in Flash test.
Add utility function in Flash test.
ActionScript
mit
adir-/amf-cpp,Ventero/amf-cpp
98623ac977482d62438a9e9358b8c3a4947a78fc
krew-framework/krewfw/builtin_actor/system/KrewStateMachine.as
krew-framework/krewfw/builtin_actor/system/KrewStateMachine.as
package krewfw.builtin_actor.system { import flash.utils.Dictionary; import krewfw.core.KrewActor; /** * Hierarchical Finite State Machine for krewFramework. * * [Note] 後から動的に登録 State を変えるような使い方は想定していない。 * addState はあるが removeState のインタフェースは用意していない。 * * また、現状 K...
package krewfw.builtin_actor.system { import flash.utils.Dictionary; import krewfw.core.KrewActor; /** * Hierarchical Finite State Machine for krewFramework. * * [Note] 後から動的に登録 State を変えるような使い方は想定していない。 * addState はあるが removeState のインタフェースは用意していない。 * * また、現状 K...
Modify log position of KrewStateMachine
Modify log position of KrewStateMachine
ActionScript
mit
tatsuya-koyama/krewFramework,tatsuya-koyama/krewFramework,tatsuya-koyama/krewFramework
d4228c5e7b8da2340522ef2e269bc733907a5d51
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 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...
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...
Test for cloning of ArrayList in CompositeCloneableClass.
Test for cloning of ArrayList in CompositeCloneableClass.
ActionScript
mit
Yarovoy/dolly
2001ad4bf340cb43a0c081945addaf0f899e3b51
as3/com/netease/protobuf/WriteUtils.as
as3/com/netease/protobuf/WriteUtils.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...
修复发送字符串时多发了前缀的 bug
修复发送字符串时多发了前缀的 bug
ActionScript
bsd-2-clause
tconkling/protoc-gen-as3
2c9ef93544d141de6404b312897dc79f1ee286bc
Bin/Data/Scripts/Editor/EditorGizmo.as
Bin/Data/Scripts/Editor/EditorGizmo.as
// Urho3D editor node transform gizmo handling Node@ gizmoNode; StaticModel@ gizmo; const float axisMaxD = 0.1; const float axisMaxT = 1.0; const float rotSensitivity = 50.0; EditMode lastGizmoMode; // For undo bool previousGizmoDrag; bool needGizmoUndo; Array<Transform> oldGizmoTransforms; class G...
// Urho3D editor node transform gizmo handling Node@ gizmoNode; StaticModel@ gizmo; const float axisMaxD = 0.1; const float axisMaxT = 1.0; const float rotSensitivity = 50.0; EditMode lastGizmoMode; // For undo bool previousGizmoDrag; bool needGizmoUndo; Array<Transform> oldGizmoTransforms; class G...
Hide also the gizmo when orbiting.
Hide also the gizmo when orbiting.
ActionScript
mit
fire/Urho3D-1,cosmy1/Urho3D,victorholt/Urho3D,victorholt/Urho3D,codemon66/Urho3D,eugeneko/Urho3D,luveti/Urho3D,299299/Urho3D,victorholt/Urho3D,MonkeyFirst/Urho3D,abdllhbyrktr/Urho3D,weitjong/Urho3D,codemon66/Urho3D,victorholt/Urho3D,carnalis/Urho3D,c4augustus/Urho3D,codedash64/Urho3D,kostik1337/Urho3D,orefkov/Urho3D,eu...
5e8995d2beb4f9ad5aa6e9dc7f9fc4dfcd5b332e
bin/Data/Scripts/Main.as
bin/Data/Scripts/Main.as
Scene@ newScene_; Scene@ scene_; Camera@ camera_; Timer timer_; void Start() { StartScene("Scenes/Level1.xml"); SubscribeToEvent("LevelComplete", "HandleLevelComplete"); } void Stop() { } void HandleLevelComplete(StringHash type, VariantMap& data) { log.Debug("Level Complete. I should be loading "+data["NextLevel...
#include "Scripts/PlayerPower.as" Scene@ newScene_; Scene@ scene_; Camera@ camera_; Timer timer_; void Start() { StartScene("Scenes/Level1.xml"); SubscribeToEvent("LevelComplete", "HandleLevelComplete"); } void Stop() { } void HandleLevelComplete(StringHash type, VariantMap& data) { log.Debug("Level Complete. I ...
Determine player power at the end of each level.
Determine player power at the end of each level.
ActionScript
mit
leyarotheconquerer/on-off
2e4077626154aed5665277cee1b009066c49b481
src/org/mangui/flowplayer/HLSStreamProvider.as
src/org/mangui/flowplayer/HLSStreamProvider.as
/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ package org.mangui.flowplayer { import org.mangui.hls.event.HLSEvent; import org.mangui.hls.utils.Params2S...
/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ package org.mangui.flowplayer { import org.mangui.hls.event.HLSEvent; import org.mangui.hls.utils.Params2S...
fix seek bar not being updated when replaying a video
flashlsFlowPlayer.swf: fix seek bar not being updated when replaying a video
ActionScript
mpl-2.0
stevemayhew/flashls,stevemayhew/flashls,stevemayhew/flashls,stevemayhew/flashls
5d5ad0b0a276116f4d5ecf97ab1e65448749b429
src/aerys/minko/scene/controller/mesh/skinning/SkinningController.as
src/aerys/minko/scene/controller/mesh/skinning/SkinningController.as
package aerys.minko.scene.controller.mesh.skinning { import aerys.minko.Minko; import aerys.minko.ns.minko_math; import aerys.minko.render.Viewport; import aerys.minko.scene.controller.AbstractController; import aerys.minko.scene.controller.EnterFrameController; import aerys.minko.scene.controller.IRebindableCont...
package aerys.minko.scene.controller.mesh.skinning { import aerys.minko.Minko; import aerys.minko.ns.minko_math; import aerys.minko.render.Viewport; import aerys.minko.scene.controller.AbstractController; import aerys.minko.scene.controller.EnterFrameController; import aerys.minko.scene.controller.IRebindableCont...
fix broken reference to the 'inFrustum' mesh binding
fix broken reference to the 'inFrustum' mesh binding
ActionScript
mit
aerys/minko-as3
18d3a383ddef834da0c92da7694d9a9e4b6d2f7f
src/org/mangui/hls/HLSSettings.as
src/org/mangui/hls/HLSSettings.as
/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ package org.mangui.hls { import org.mangui.hls.constant.HLSSeekMode; import org.mangui.hls.constant.HLSMaxL...
/* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ package org.mangui.hls { import org.mangui.hls.constant.HLSSeekMode; import org.mangui.hls.constant.HLSMaxL...
set fragment/key max retry to 3 related to #262
set fragment/key max retry to 3 related to #262
ActionScript
mpl-2.0
Corey600/flashls,fixedmachine/flashls,suuhas/flashls,jlacivita/flashls,clappr/flashls,aevange/flashls,NicolasSiver/flashls,clappr/flashls,suuhas/flashls,thdtjsdn/flashls,vidible/vdb-flashls,Corey600/flashls,neilrackett/flashls,loungelogic/flashls,NicolasSiver/flashls,Boxie5/flashls,JulianPena/flashls,neilrackett/flashl...
27b867cd16c75d3bb3d56bcd170fcafb5bc7e4b4
plugins/nielsenVideoCensusPlugin/src/nielsenVideoCensusPluginCode.as
plugins/nielsenVideoCensusPlugin/src/nielsenVideoCensusPluginCode.as
package { import com.kaltura.kdpfl.model.type.NotificationType; import com.kaltura.kdpfl.plugin.IPlugin; import com.kaltura.kdpfl.plugin.IPluginFactory; import com.kaltura.kdpfl.plugin.component.NielsenVideoCensusMediator; import com.yahoo.astra.fl.controls.AbstractButtonRow; import flash.display.Sprite; impor...
package { import com.kaltura.kdpfl.model.SequenceProxy; import com.kaltura.kdpfl.model.type.NotificationType; import com.kaltura.kdpfl.plugin.IPlugin; import com.kaltura.kdpfl.plugin.IPluginFactory; import com.kaltura.kdpfl.plugin.component.NielsenVideoCensusMediator; import com.yahoo.astra.fl.controls.AbstractBu...
add c10 and c11 params
qnd: add c10 and c11 params git-svn-id: 3f608e5a9a704dd448217c0a64c508e7f145cfa1@92059 6b8eccd3-e8c5-4e7d-8186-e12b5326b719
ActionScript
agpl-3.0
shvyrev/kdp,kaltura/kdp,kaltura/kdp,shvyrev/kdp,shvyrev/kdp,kaltura/kdp
2c53a1d5bb87816d2a56d2c035b1e108deead865
src/aerys/minko/render/shader/compiler/graph/nodes/vertex/Instruction.as
src/aerys/minko/render/shader/compiler/graph/nodes/vertex/Instruction.as
package aerys.minko.render.shader.compiler.graph.nodes.vertex { import aerys.minko.render.shader.compiler.CRC32; import aerys.minko.render.shader.compiler.InstructionFlag; import aerys.minko.render.shader.compiler.graph.nodes.AbstractNode; import aerys.minko.render.shader.compiler.register.Components; import fla...
package aerys.minko.render.shader.compiler.graph.nodes.vertex { import aerys.minko.render.shader.compiler.CRC32; import aerys.minko.render.shader.compiler.InstructionFlag; import aerys.minko.render.shader.compiler.graph.nodes.AbstractNode; import aerys.minko.render.shader.compiler.register.Components; import fla...
fix Instruction.computeHash() to prefix the string hash with the instruction id and avoid instructions with the same arguments being mixed up
fix Instruction.computeHash() to prefix the string hash with the instruction id and avoid instructions with the same arguments being mixed up
ActionScript
mit
aerys/minko-as3
79c56302b1cff9df81eecb0184c79a99ffb393f5
dolly-framework/src/main/actionscript/dolly/Cloner.as
dolly-framework/src/main/actionscript/dolly/Cloner.as
package dolly { import dolly.core.dolly_internal; import dolly.core.errors.CloningError; import dolly.core.metadata.MetadataName; import org.as3commons.reflect.Accessor; import org.as3commons.reflect.Field; import org.as3commons.reflect.Type; import org.as3commons.reflect.Variable; use namespace dolly_internal; pub...
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...
Optimize cloning performance.
Optimize cloning performance.
ActionScript
mit
Yarovoy/dolly
b32da1e516fe5738f2e99cd2263f26150e410907
frameworks/projects/framework/src/mx/core/FlexVersion.as
frameworks/projects/framework/src/mx/core/FlexVersion.as
//////////////////////////////////////////////////////////////////////////////// // // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. // The ASF license...
//////////////////////////////////////////////////////////////////////////////// // // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. // The ASF license...
Fix internal version numbers
Fix internal version numbers
ActionScript
apache-2.0
shyamalschandra/flex-sdk,adufilie/flex-sdk,apache/flex-sdk,danteinforno/flex-sdk,adufilie/flex-sdk,SlavaRa/flex-sdk,danteinforno/flex-sdk,adufilie/flex-sdk,shyamalschandra/flex-sdk,danteinforno/flex-sdk,adufilie/flex-sdk,shyamalschandra/flex-sdk,danteinforno/flex-sdk,SlavaRa/flex-sdk,SlavaRa/flex-sdk,SlavaRa/flex-sdk,a...
368296eef71ca044cd1681008236b4482773957b
src/battlecode/client/viewer/render/ExplosionAnimation.as
src/battlecode/client/viewer/render/ExplosionAnimation.as
package battlecode.client.viewer.render { import battlecode.common.RobotType; import mx.controls.Image; import mx.core.UIComponent; public class ExplosionAnimation extends UIComponent implements DrawObject { private var image:Image; private var robotType:String; private var r...
package battlecode.client.viewer.render { import battlecode.common.RobotType; import mx.controls.Image; import mx.core.UIComponent; public class ExplosionAnimation extends UIComponent implements DrawObject { private var image:Image; private var robotType:String; private var r...
simplify explision animations
simplify explision animations
ActionScript
mit
trun/battlecode-webclient
02bd0813004d39ba505a715fb440dbccf4764aab
src/battlecode/client/viewer/render/DrawHUD.as
src/battlecode/client/viewer/render/DrawHUD.as
package battlecode.client.viewer.render { import battlecode.client.viewer.MatchController; import battlecode.common.RobotType; import battlecode.common.Team; import battlecode.events.MatchEvent; import battlecode.serial.Match; import flash.filters.DropShadowFilter; import mx.containers.C...
package battlecode.client.viewer.render { import battlecode.client.viewer.MatchController; import battlecode.common.RobotType; import battlecode.common.Team; import battlecode.events.MatchEvent; import battlecode.serial.Match; import flash.filters.DropShadowFilter; import mx.containers.C...
put unit count above building count
put unit count above building count
ActionScript
mit
trun/battlecode-webclient
f30c773abc35b8b5aa8e7f2c1e3afad8d4e253de
src/aerys/minko/scene/visitor/data/LocalData.as
src/aerys/minko/scene/visitor/data/LocalData.as
package aerys.minko.scene.visitor.data { import aerys.minko.type.math.Matrix4x4; public final class LocalData { private static const _SCREEN_TO_UV : Matrix4x4 = new Matrix4x4( 0.5, 0.0, 0.0, 0.0, 0.0, -0.5, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.5, 0.5, 0.0, 1.0 ); public static const VIEW ...
package aerys.minko.scene.visitor.data { import aerys.minko.type.math.Matrix4x4; public final class LocalData { private static const _SCREEN_TO_UV : Matrix4x4 = new Matrix4x4( 0.5, 0.0, 0.0, 0.0, 0.0, -0.5, 0.0, 0.0, 0.0, 0.0, 1.0, 0.0, 0.5, 0.5, 0.0, 1.0 ); public static const VIEW ...
Add a globalToScreen matrix getter in LocalData
Add a globalToScreen matrix getter in LocalData
ActionScript
mit
aerys/minko-as3
965f85f43f44145075333e2127c612ae9985a64c
Impetus.as
Impetus.as
package io.github.jwhile.impetus { import flash.display.Sprite; import flash.external.ExternalInterface; public class Impetus extends Sprite { private sounds:Vector.<ImpetusSound>; public function Impetus():void { sounds = new Vector.<ImpetusSound>(); i...
package io.github.jwhile.impetus { import flash.display.Sprite; import flash.external.ExternalInterface; public class Impetus extends Sprite { private sounds:Vector.<ImpetusSound>; public function Impetus():void { this.sounds = new Vector.<ImpetusSound>(); ...
Use this keyword + Send sound url to ImpetusSound
Use this keyword + Send sound url to ImpetusSound
ActionScript
mit
Julow/Impetus
9315dd08b3940039ca64f13d3a7154b5b403c824
src/aerys/minko/scene/controller/camera/ArcBallController.as
src/aerys/minko/scene/controller/camera/ArcBallController.as
package aerys.minko.scene.controller.camera { import aerys.minko.render.Viewport; import aerys.minko.scene.controller.EnterFrameController; import aerys.minko.scene.node.ISceneNode; import aerys.minko.scene.node.Scene; import aerys.minko.type.math.Matrix4x4; import aerys.minko.type.math.Vector4; import flash.d...
package aerys.minko.scene.controller.camera { import aerys.minko.render.Viewport; import aerys.minko.scene.controller.EnterFrameController; import aerys.minko.scene.node.ISceneNode; import aerys.minko.scene.node.Scene; import aerys.minko.type.math.Matrix4x4; import aerys.minko.type.math.Vector4; import flash.d...
set ArcBallController.minDistance to 1.0 by default
set ArcBallController.minDistance to 1.0 by default
ActionScript
mit
aerys/minko-as3
9999c448099dd2c6171b941f9f9961322faec956
bin/Data/Scripts/Editor/EditorEventsHandlers.as
bin/Data/Scripts/Editor/EditorEventsHandlers.as
// Editor main handlers (add your local handler in proper main handler to prevent losing events) const String EDITOR_EVENT_SCENE_LOADED("EditorEventSceneLoaded"); const String EDITOR_EVENT_ORIGIN_START_HOVER("EditorEventOriginStartHover"); const String EDITOR_EVENT_ORIGIN_END_HOVER("EditorEventOriginEndHover"); void E...
// Editor main handlers (add your local handler in proper main handler to prevent losing events) const String EDITOR_EVENT_SCENE_LOADED("EditorEventSceneLoaded"); const String EDITOR_EVENT_ORIGIN_START_HOVER("EditorEventOriginStartHover"); const String EDITOR_EVENT_ORIGIN_END_HOVER("EditorEventOriginEndHover"); void E...
Fix resource browser scene node addition/removal getting reflected in the editor hierarchy window.
Fix resource browser scene node addition/removal getting reflected in the editor hierarchy window.
ActionScript
mit
c4augustus/Urho3D,carnalis/Urho3D,MeshGeometry/Urho3D,SirNate0/Urho3D,xiliu98/Urho3D,weitjong/Urho3D,victorholt/Urho3D,SuperWangKai/Urho3D,henu/Urho3D,299299/Urho3D,orefkov/Urho3D,MeshGeometry/Urho3D,cosmy1/Urho3D,MonkeyFirst/Urho3D,c4augustus/Urho3D,iainmerrick/Urho3D,urho3d/Urho3D,SuperWangKai/Urho3D,MeshGeometry/Urh...
6cb30a9a1588c0b62ea948d15c2dd489cd07922a
frameworks/as/src/org/apache/flex/html/staticControls/beads/TextFieldBeadBase.as
frameworks/as/src/org/apache/flex/html/staticControls/beads/TextFieldBeadBase.as
//////////////////////////////////////////////////////////////////////////////// // // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. // The ASF license...
//////////////////////////////////////////////////////////////////////////////// // // Licensed to the Apache Software Foundation (ASF) under one or more // contributor license agreements. See the NOTICE file distributed with // this work for additional information regarding copyright ownership. // The ASF license...
handle null which could happen when restoring states
handle null which could happen when restoring states
ActionScript
apache-2.0
greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs,greg-dove/flex-asjs
2f371d88f95807be7cc33116ab2a885e73bb88cf
lib/goplayer/Packer.as
lib/goplayer/Packer.as
package goplayer { import flash.display.DisplayObject public class Packer { private var base : Item private var items : Array public function Packer(base : Item, items : Array) { this.base = base, this.items = items } public function execute() : void { var current : Item = base ...
package goplayer { import flash.display.DisplayObject public class Packer { private var base : Item private var items : Array public function Packer(base : Item, items : Array) { this.base = base, this.items = items } public function execute() : void { var current : Item = base ...
Add error message to Packer.
Add error message to Packer.
ActionScript
mit
dbrock/goplayer,dbrock/goplayer
06f07f63388d474e9dbdb8daa37c7647a35533d6
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 dolly.utils.ClassUtil; import flash.utils.ByteArray; import flash.utils.Dictionary; import org.as3commons.reflect.Accessor; import org.as3commons.reflect.AccessorAccess; import org...
package dolly { import dolly.core.dolly_internal; import dolly.core.errors.CloningError; import dolly.core.metadata.MetadataName; import dolly.utils.ClassUtil; import flash.utils.ByteArray; import flash.utils.Dictionary; import org.as3commons.reflect.Accessor; import org.as3commons.reflect.AccessorAccess; import org...
Move "if" statement checking for is type prepared for cloning to method Cloner.prepareTypeForCloning().
Move "if" statement checking for is type prepared for cloning to method Cloner.prepareTypeForCloning().
ActionScript
mit
Yarovoy/dolly
0435acc8340919cc2b55268597020bff3311db64
src/aerys/minko/render/geometry/stream/IndexStream.as
src/aerys/minko/render/geometry/stream/IndexStream.as
package aerys.minko.render.geometry.stream { import flash.utils.ByteArray; import flash.utils.Endian; import aerys.minko.ns.minko_stream; import aerys.minko.render.resource.IndexBuffer3DResource; import aerys.minko.type.Signal; public final class IndexStream { use namespace minko_stream; minko_stream var...
package aerys.minko.render.geometry.stream { import flash.utils.ByteArray; import flash.utils.Endian; import aerys.minko.ns.minko_stream; import aerys.minko.render.resource.IndexBuffer3DResource; import aerys.minko.type.Signal; public final class IndexStream { use namespace minko_stream; minko_stream var...
Fix delete triangle
Fix delete triangle
ActionScript
mit
aerys/minko-as3
bb65a1063af66e2f96710c5dd467db374f327f8a
krew-framework/krewfw/builtin_actor/ui/SimpleVirtualJoystick.as
krew-framework/krewfw/builtin_actor/ui/SimpleVirtualJoystick.as
package krewfw.builtin_actor.ui { import flash.display.Stage; import flash.events.KeyboardEvent; import flash.geom.Point; import flash.ui.Keyboard; import flash.utils.Dictionary; import starling.display.DisplayObject; import starling.display.Image; import starling.display.Quad; imp...
package krewfw.builtin_actor.ui { import flash.display.Stage; import flash.events.KeyboardEvent; import flash.geom.Point; import flash.ui.Keyboard; import flash.utils.Dictionary; import starling.display.DisplayObject; import starling.display.Image; import starling.display.Quad; imp...
Fix old interface
Fix old interface
ActionScript
mit
tatsuya-koyama/krewFramework,tatsuya-koyama/krewFramework,tatsuya-koyama/krewFramework
a3397af4366466c972a4f157c4fc553bd8870b76
plugins/akamaiMediaAnalyticsPlugin/src/com/kaltura/kdpfl/plugin/akamaiMediaAnalyticsMediator.as
plugins/akamaiMediaAnalyticsPlugin/src/com/kaltura/kdpfl/plugin/akamaiMediaAnalyticsMediator.as
package com.kaltura.kdpfl.plugin { import com.akamai.playeranalytics.AnalyticsPluginLoader; import com.kaltura.kdpfl.model.ConfigProxy; import com.kaltura.kdpfl.model.MediaProxy; import com.kaltura.kdpfl.model.type.NotificationType; import com.kaltura.kdpfl.model.type.StreamerType; import com.kaltura.types...
package com.kaltura.kdpfl.plugin { import com.akamai.playeranalytics.AnalyticsPluginLoader; import com.kaltura.kdpfl.model.ConfigProxy; import com.kaltura.kdpfl.model.MediaProxy; import com.kaltura.kdpfl.model.type.NotificationType; import com.kaltura.kdpfl.model.type.StreamerType; import com.kaltura.types...
fix custom data after a clarification call with akamai
qnd: fix custom data after a clarification call with akamai git-svn-id: 3f608e5a9a704dd448217c0a64c508e7f145cfa1@87779 6b8eccd3-e8c5-4e7d-8186-e12b5326b719
ActionScript
agpl-3.0
shvyrev/kdp,kaltura/kdp,kaltura/kdp,kaltura/kdp,shvyrev/kdp,shvyrev/kdp
91b476f71c7eb672e0a3f9fee81d1e4a078a5586
src/aerys/minko/scene/node/mesh/Mesh.as
src/aerys/minko/scene/node/mesh/Mesh.as
package aerys.minko.scene.node.mesh { import aerys.minko.render.effect.Effect; import aerys.minko.render.effect.basic.BasicShader; import aerys.minko.scene.controller.AbstractController; import aerys.minko.scene.controller.mesh.MeshVisibilityController; import aerys.minko.scene.node.AbstractSceneNode; import aery...
package aerys.minko.scene.node.mesh { import aerys.minko.render.effect.Effect; import aerys.minko.render.effect.basic.BasicShader; import aerys.minko.scene.controller.AbstractController; import aerys.minko.scene.controller.mesh.MeshVisibilityController; import aerys.minko.scene.node.AbstractSceneNode; import aery...
Fix binding instanciation order.
Fix binding instanciation order.
ActionScript
mit
aerys/minko-as3
2a4ba949e043cf76d978f116ba6e58a121fd209f
src/corsaair/tool/hash/App.as
src/corsaair/tool/hash/App.as
package corsaair.tool.hash { import C.stdlib.*; import cli.args.*; import encoding.ansi.AnsiString; import flash.utils.ByteArray; import hash.ap; import hash.bkdr; import hash.brp; import hash.dek; import hash.djb; import hash.elf; import hash.fnv; im...
package corsaair.tool.hash { import C.stdlib.*; import cli.args.*; import encoding.ansi.AnsiString; import flash.utils.ByteArray; import hash.ap; import hash.bkdr; import hash.brp; import hash.dek; import hash.djb; import hash.elf; import hash.fnv; im...
update indentation
update indentation git-svn-id: 533dbd50173d42a8a7a6f488dbc0c05430609410@11 37abe446-e973-4b93-b0d7-31cb093a2758
ActionScript
mpl-2.0
Corsaair/as3hash