Visionaire Update 5.0.7

  • #60, by darren-beckettTuesday, 30. October 2018, 21:49 5 years ago
    These are better links to show what has been deprecated in lua 5.1, 5.2 & 5.3

    Lua 5.1

    Lua 5.2

    Great Poster

    384 Posts


  • #61, by afrlmeTuesday, 30. October 2018, 22:07 5 years ago
    I believe so. Just use #.

    I believe I linked those pages in this thread or another? I believe I linked the main pages which had links on them to the deprecated operators/functions.

    Imperator

    7278 Posts

  • #62, by darren-beckettTuesday, 30. October 2018, 22:33 5 years ago
    viseditor.log
    21:19:20.089:cant dock window with id 'languages'
    21:19:20.688:4: unexpected symbol near ','
    21:20:35.377:Failed to run string in Lua: [string "M.OnChar('')"]:1: unfinished string near '''
    21:20:35.377:String content: M.OnChar('')
    21:21:52.837:8: unexpected symbol near '-'
    21:21:56.889:6: unexpected symbol near '-'
    21:22:26.084:cant dock window with id 'scene_properties'
    21:22:33.489:Tried to access invalid field. Field ConditionIsVariable (id: 193) does not exist in table Condition (id: 192).
    21:22:33.489:TDataGroup::GetValue: Cannot find field in object: ConditionIsVariable
    21:22:33.489:value for bool is NULL
    21:23:08.392:cant dock window with id 'languages'

    Great Poster

    384 Posts

  • #63, by darren-beckettTuesday, 30. October 2018, 22:53 5 years ago
    Bug:
    I've had to remove the BEGIN OF CUTSCENE action from my intro, otherwise my scene will not show.

    It seems that everything after that command does not work

    Great Poster

    384 Posts

  • #64, by afrlmeTuesday, 30. October 2018, 23:16 5 years ago
    ConditionIsVariable?

    Also says you haven't closed off a string too.

    Imperator

    7278 Posts

  • #65, by darren-beckettWednesday, 31. October 2018, 12:33 5 years ago
    None of that code is mine

    If i use the search box to look for M.OnChar or ConditionIsVariable it does not find any results. There must be some internal scripts build into VS.

    Great Poster

    384 Posts

  • #66, by LebosteinWednesday, 31. October 2018, 12:52 5 years ago
    I wonder why the LUA version (with changed syntax!) was switched in a minor version update of Visionaire. I think this is a big thing and such things should not change in a minor version...

    Key Killer

    621 Posts

  • #67, by darren-beckettWednesday, 31. October 2018, 13:02 5 years ago
    We should defintiely be informed about breaking changes before we click the Update button.

    Great Poster

    384 Posts

  • #68, by darren-beckettMonday, 05. November 2018, 21:13 5 years ago
    Can you confirm that the BEGIN OF CUTSCENE action is broken?

    Great Poster

    384 Posts

  • #69, by esmeraldaTuesday, 06. November 2018, 09:02 5 years ago
    Hm.. it is working for me.

    Key Killer

    508 Posts

  • #70, by darren-beckettTuesday, 06. November 2018, 18:01 5 years ago
    Hm.. it is working for me.

    Brilliant, i've done some debugging and found I had a second BEGIN OF CUTSCENE action without closing the first one.

    Great Poster

    384 Posts