[xoreos-git] [xoreos/xoreos] 1e37ab: ACTIONSCRIPT: Set hasMember parameter as const ref...

GitHub noreply at github.com
Sun Aug 19 21:45:34 CEST 2018


  Branch: refs/heads/master
  Home:   https://github.com/xoreos/xoreos
  Commit: 1e37abf28e50d3a0bc1eacb8d5718d31dabedb37
      https://github.com/xoreos/xoreos/commit/1e37abf28e50d3a0bc1eacb8d5718d31dabedb37
  Author: patrick <nostritius at googlemail.com>
  Date:   2018-08-19 (Sun, 19 Aug 2018)

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

  Log Message:
  -----------
  ACTIONSCRIPT: Set hasMember parameter as const reference


  Commit: 35437fa303650580ad54114e7dbadfc7bf5b28b4
      https://github.com/xoreos/xoreos/commit/35437fa303650580ad54114e7dbadfc7bf5b28b4
  Author: patrick <nostritius at googlemail.com>
  Date:   2018-08-19 (Sun, 19 Aug 2018)

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

  Log Message:
  -----------
  ACTIONSCRIPT: Make variable as and is methods const


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

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

  Log Message:
  -----------
  ACTIONSCRIPT: Add helper function taking function pointer as member


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

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

  Log Message:
  -----------
  ACTIONSCRIPT: Add template based variable casting


  Commit: 40c53793c0cfbb23cdbb2aaf121c8e32f8362e25
      https://github.com/xoreos/xoreos/commit/40c53793c0cfbb23cdbb2aaf121c8e32f8362e25
  Author: patrick <nostritius at googlemail.com>
  Date:   2018-08-19 (Sun, 19 Aug 2018)

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

  Log Message:
  -----------
  ACTIONSCRIPT: Add classes for native and dummy functions


  Commit: 35d3fe9ebe005fedd4b9a0b11590b7f21eed6638
      https://github.com/xoreos/xoreos/commit/35d3fe9ebe005fedd4b9a0b11590b7f21eed6638
  Author: patrick <nostritius at googlemail.com>
  Date:   2018-08-19 (Sun, 19 Aug 2018)

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

  Log Message:
  -----------
  ACTIONSCRIPT: Add basic array class


  Commit: 6b2f5ed3ffcdafd1728a798d9f9b87776765e07e
      https://github.com/xoreos/xoreos/commit/6b2f5ed3ffcdafd1728a798d9f9b87776765e07e
  Author: patrick <nostritius at googlemail.com>
  Date:   2018-08-19 (Sun, 19 Aug 2018)

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

  Log Message:
  -----------
  ACTIONSCRIPT: Implement actionInitArray opcode


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

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

  Log Message:
  -----------
  ACTIONSCRIPT: Fix flag and return value handling in actionCallMethod


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

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

  Log Message:
  -----------
  ACTIONSCRIPT: Add argument handling when calling object methods


  Commit: 6a04601b0877291d6e082028e077fa467afd8c4f
      https://github.com/xoreos/xoreos/commit/6a04601b0877291d6e082028e077fa467afd8c4f
  Author: patrick <nostritius at googlemail.com>
  Date:   2018-08-19 (Sun, 19 Aug 2018)

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

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


  Commit: 50a03492c478b4e47e2211a5fa85f34e1ead58d1
      https://github.com/xoreos/xoreos/commit/50a03492c478b4e47e2211a5fa85f34e1ead58d1
  Author: patrick <nostritius at googlemail.com>
  Date:   2018-08-19 (Sun, 19 Aug 2018)

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

  Log Message:
  -----------
  ACTIONSCRIPT: Add char pointer constructor to variable


  Commit: 2e4d4b361ef102457401b59a57abbf6503f7ac29
      https://github.com/xoreos/xoreos/commit/2e4d4b361ef102457401b59a57abbf6503f7ac29
  Author: patrick <nostritius at googlemail.com>
  Date:   2018-08-19 (Sun, 19 Aug 2018)

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

  Log Message:
  -----------
  ACTIONSCRIPT: Add a unsigned long contructor for variables


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

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

  Log Message:
  -----------
  ACTIONSCRIPT: Add saving and restoring of "this" variable


  Commit: 7863d463d3e78640ef98bfeeda217e8c215d5660
      https://github.com/xoreos/xoreos/commit/7863d463d3e78640ef98bfeeda217e8c215d5660
  Author: patrick <nostritius at googlemail.com>
  Date:   2018-08-19 (Sun, 19 Aug 2018)

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

  Log Message:
  -----------
  ACTIONSCRIPT: Add variable object pointer constructor


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

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

  Log Message:
  -----------
  ACTIONSCRIPT: Make get and setMember virtual and set id as Variable


  Commit: 9bb5e87befc9589a1cc2f2e7d00a23aacf59ce59
      https://github.com/xoreos/xoreos/commit/9bb5e87befc9589a1cc2f2e7d00a23aacf59ce59
  Author: patrick <nostritius at googlemail.com>
  Date:   2018-08-19 (Sun, 19 Aug 2018)

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

  Log Message:
  -----------
  ACTIONSCRIPT: Add array member funtions adding [] access and length


  Commit: 7577e4e23cca458914c204fd6199a9dcc994c611
      https://github.com/xoreos/xoreos/commit/7577e4e23cca458914c204fd6199a9dcc994c611
  Author: patrick <nostritius at googlemail.com>
  Date:   2018-08-19 (Sun, 19 Aug 2018)

  Changed paths:
    M tests/aurora/actionscript.cpp

  Log Message:
  -----------
  TESTS: Add unit test for actionscript array


Compare: https://github.com/xoreos/xoreos/compare/55879aad02ff...7577e4e23cca
      **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