[xoreos-git] [xoreos/xoreos] 0b01d5: ACTIONSCRIPT: Add null type to variable class

GitHub noreply at github.com
Tue Aug 28 22:28:10 CEST 2018


  Branch: refs/heads/master
  Home:   https://github.com/xoreos/xoreos
  Commit: 0b01d5559787666a4571fa6b677fed5bb36c9dd4
      https://github.com/xoreos/xoreos/commit/0b01d5559787666a4571fa6b677fed5bb36c9dd4
  Author: patrick <nostritius at googlemail.com>
  Date:   2018-08-28 (Tue, 28 Aug 2018)

  Changed paths:
    M src/aurora/actionscript/types.h
    M src/aurora/actionscript/variable.cpp
    M src/aurora/actionscript/variable.h

  Log Message:
  -----------
  ACTIONSCRIPT: Add null type to variable class


  Commit: 11a6c5188072f751798ce5aca617ccf3629a6157
      https://github.com/xoreos/xoreos/commit/11a6c5188072f751798ce5aca617ccf3629a6157
  Author: patrick <nostritius at googlemail.com>
  Date:   2018-08-28 (Tue, 28 Aug 2018)

  Changed paths:
    M src/aurora/actionscript/object.cpp
    M src/aurora/actionscript/object.h

  Log Message:
  -----------
  ACTIONSCRIPT: Add object method to get all slot names


  Commit: 93d03600bd2131f94897489c5d302db1f1cdcb7b
      https://github.com/xoreos/xoreos/commit/93d03600bd2131f94897489c5d302db1f1cdcb7b
  Author: patrick <nostritius at googlemail.com>
  Date:   2018-08-28 (Tue, 28 Aug 2018)

  Changed paths:
    M src/aurora/actionscript/asbuffer.cpp

  Log Message:
  -----------
  ACTIONSCRIPT: Implement the actionEnumerate2 opcode


  Commit: 05cdfc75548a14e20fc64d2124737dee88dd48ef
      https://github.com/xoreos/xoreos/commit/05cdfc75548a14e20fc64d2124737dee88dd48ef
  Author: patrick <nostritius at googlemail.com>
  Date:   2018-08-28 (Tue, 28 Aug 2018)

  Changed paths:
    M src/aurora/actionscript/asbuffer.cpp

  Log Message:
  -----------
  ACTIONSCRIPT: Add correct null push


  Commit: 251acad750d25caa52696f5a34432c1211146a9a
      https://github.com/xoreos/xoreos/commit/251acad750d25caa52696f5a34432c1211146a9a
  Author: patrick <nostritius at googlemail.com>
  Date:   2018-08-28 (Tue, 28 Aug 2018)

  Changed paths:
    M src/aurora/actionscript/asbuffer.cpp
    M src/aurora/actionscript/asbuffer.h

  Log Message:
  -----------
  ACTIONSCRIPT: Implement actionDefineLocal opcode


  Commit: 035d6343f43ffebc7e242ae3cd9c79256eac42af
      https://github.com/xoreos/xoreos/commit/035d6343f43ffebc7e242ae3cd9c79256eac42af
  Author: patrick <nostritius at googlemail.com>
  Date:   2018-08-28 (Tue, 28 Aug 2018)

  Changed paths:
    M src/aurora/actionscript/asbuffer.cpp
    M src/aurora/actionscript/asbuffer.h

  Log Message:
  -----------
  ACTIONSCRIPT: Fix negative jumps


  Commit: 915d1f11c9a457bf93d9ec85713e18e8a323521c
      https://github.com/xoreos/xoreos/commit/915d1f11c9a457bf93d9ec85713e18e8a323521c
  Author: patrick <nostritius at googlemail.com>
  Date:   2018-08-28 (Tue, 28 Aug 2018)

  Changed paths:
    M src/aurora/actionscript/rules.mk
    A src/aurora/actionscript/string.cpp
    A src/aurora/actionscript/string.h

  Log Message:
  -----------
  ACTIONSCRIPT: Add string stub class


  Commit: d77846b787703eb263b0afe50a33f154cf20a41c
      https://github.com/xoreos/xoreos/commit/d77846b787703eb263b0afe50a33f154cf20a41c
  Author: patrick <nostritius at googlemail.com>
  Date:   2018-08-28 (Tue, 28 Aug 2018)

  Changed paths:
    M src/aurora/actionscript/avm.cpp

  Log Message:
  -----------
  ACTIONSCRIPT: Add string class to avm


  Commit: 7bb7bfcdf38c79350051eddeb0cabff048a066f1
      https://github.com/xoreos/xoreos/commit/7bb7bfcdf38c79350051eddeb0cabff048a066f1
  Author: patrick <nostritius at googlemail.com>
  Date:   2018-08-28 (Tue, 28 Aug 2018)

  Changed paths:
    A src/aurora/actionscript/movieclip.cpp
    A src/aurora/actionscript/movieclip.h
    M src/aurora/actionscript/rules.mk

  Log Message:
  -----------
  ACTIONSCRIPT: Add movieclip stub class


  Commit: 928feed570f605130093dfa323bf960e1b944834
      https://github.com/xoreos/xoreos/commit/928feed570f605130093dfa323bf960e1b944834
  Author: patrick <nostritius at googlemail.com>
  Date:   2018-08-28 (Tue, 28 Aug 2018)

  Changed paths:
    M src/aurora/actionscript/avm.cpp

  Log Message:
  -----------
  ACTIONSCRIPT: Add movieclip class to avm


  Commit: c0a489b541d5fe8a35fd24c75f4102f4518c8e88
      https://github.com/xoreos/xoreos/commit/c0a489b541d5fe8a35fd24c75f4102f4518c8e88
  Author: patrick <nostritius at googlemail.com>
  Date:   2018-08-28 (Tue, 28 Aug 2018)

  Changed paths:
    M src/aurora/actionscript/rules.mk
    A src/aurora/actionscript/textfield.cpp
    A src/aurora/actionscript/textfield.h

  Log Message:
  -----------
  ACTIONSCRIPT: Add textfield stub class


  Commit: bf3a4d8ac91026435be17e4628a41ce1897d8a10
      https://github.com/xoreos/xoreos/commit/bf3a4d8ac91026435be17e4628a41ce1897d8a10
  Author: patrick <nostritius at googlemail.com>
  Date:   2018-08-28 (Tue, 28 Aug 2018)

  Changed paths:
    M src/aurora/actionscript/avm.cpp

  Log Message:
  -----------
  ACTIONSCRIPT: Add textfield class to avm


  Commit: 0e4596e2d30536bc29923d524f6a28fe0337a5af
      https://github.com/xoreos/xoreos/commit/0e4596e2d30536bc29923d524f6a28fe0337a5af
  Author: patrick <nostritius at googlemail.com>
  Date:   2018-08-28 (Tue, 28 Aug 2018)

  Changed paths:
    M src/aurora/actionscript/avm.cpp

  Log Message:
  -----------
  ACTIONSCRIPT: Add object prototype to avm


  Commit: bf4c5a39eb80029ed44081e681c3fdf58723a1fa
      https://github.com/xoreos/xoreos/commit/bf4c5a39eb80029ed44081e681c3fdf58723a1fa
  Author: patrick <nostritius at googlemail.com>
  Date:   2018-08-28 (Tue, 28 Aug 2018)

  Changed paths:
    M src/aurora/actionscript/asbuffer.cpp
    M src/aurora/actionscript/asbuffer.h

  Log Message:
  -----------
  ACTIONSCRIPT: Implement actionGetURL opcode


Compare: https://github.com/xoreos/xoreos/compare/abcde6d6338d...bf4c5a39eb80
      **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/

      Functionality will be removed from GitHub.com on January 31st, 2019.


More information about the xoreos-git mailing list