Goombert
|
 |
Posted on: June 04, 2014, 01:31:52 am |
|
|
 Location: Cappuccino, CA Joined: Jan 2013
Posts: 2991
|
That's right, timelines have been implemented by Seth N. Hetu (sorlok) in his quest to port Iji. This was his pull request. https://github.com/enigma-dev/enigma-dev/pull/738This was the discussion topic about the implementation. https://github.com/enigma-dev/enigma-dev/issues/636You can get these changes via git or by downloading the new Portable ZIP. http://enigma-dev.org/docs/Wiki/Install:WindowsPlease test his changes and see how well everything works. And be sure to give him a round of applause for his contributions!
|
|
|
Logged
|
I think it was Leonardo da Vinci who once said something along the lines of "If you build the robots, they will make games." or something to that effect. 
|
|
|
|
|
edsquare
|
 |
Reply #3 Posted on: June 04, 2014, 09:10:23 pm |
|
|
 Location: The throne of ringworld Joined: Apr 2014
Posts: 402
|
@ sorlok_reaves: I wanna have your babies!  Thank you very much! 
|
|
|
Logged
|
A child of five would understand this. Send someone to fetch a child of five. Groucho Marx
|
|
|
|
Goombert
|
 |
Reply #5 Posted on: June 05, 2014, 05:07:33 am |
|
|
 Location: Cappuccino, CA Joined: Jan 2013
Posts: 2991
|
Hey Seheiah, I am working on it, sorlok accidentally committed an old version of action_webpage, the drag and drop action to open a webpage in your browser. I have sent a pull request removing the code and as soon as it is merged I will patch the Portable ZIP and upload it. Sorry about that, I have reviewed the code again and made sure it builds this time, my apologies. This is the pull request I am waiting on. https://github.com/enigma-dev/enigma-dev/pull/740If you want, you can attempt to remove the code yourself, save the file, and then try building.
|
|
|
Logged
|
I think it was Leonardo da Vinci who once said something along the lines of "If you build the robots, they will make games." or something to that effect. 
|
|
|
Seheiah
|
 |
Reply #6 Posted on: June 05, 2014, 05:19:10 am |
|
|
 Joined: May 2014
Posts: 11
|
Thanks Robert...i will wait until you make the new build.. Did you check my post about full screen bug? http://enigma-dev.org/forums/index.php?topic=1950.msg18833#msg18833I hope it can be fixed as well. Robert...are you still working on Enigma or moving to another one? enigger or dejavu? Thanks
|
|
|
Logged
|
|
|
|
Goombert
|
 |
Reply #7 Posted on: June 05, 2014, 11:42:03 am |
|
|
 Location: Cappuccino, CA Joined: Jan 2013
Posts: 2991
|
The patch has been applied and the new Portable ZIP uploaded, please go ahead and redownload.
I have seen your post about the fullscreen bug and responded.
|
|
« Last Edit: June 05, 2014, 01:32:20 pm by Robert B Colton »
|
Logged
|
I think it was Leonardo da Vinci who once said something along the lines of "If you build the robots, they will make games." or something to that effect. 
|
|
|
|
|
|
Goombert
|
 |
Reply #11 Posted on: June 05, 2014, 07:22:38 pm |
|
|
 Location: Cappuccino, CA Joined: Jan 2013
Posts: 2991
|
Darkstar2, there really isn't anything special about timelines, thus why it took us so long to add them. egofree, timeline_add() will never be implemented because it requires the timeline to be dynamically compiled, like script_add and execute_string Studio also deprecates this function.
|
|
|
Logged
|
I think it was Leonardo da Vinci who once said something along the lines of "If you build the robots, they will make games." or something to that effect. 
|
|
|
|
egofree
|
 |
Reply #13 Posted on: June 06, 2014, 07:07:27 am |
|
|
 Joined: Jun 2013
Posts: 601
|
I create a timeline_0 with a step at 60, where is display the message '60' within a script. Then on the create event of an object i set the timeline to timeline_0, and add it to a room. After two seconds the message is displayed correctly. But if i add another step at 1 in the timeline, where i just run a script to set a variable, when i run the application, the message is displayed immediately. But it should display after two seconds, no ? Finally, if i add a third step at 120, where i display the message '120' and i run the application, the message '60' is displayed immediately, and after two seconds, the same message is displayed. Perhaps i am not using correctly times lines ? Or is it a bug ? Here is my project : https://dl.dropboxusercontent.com/u/29802501/test_time_line.egm
|
|
|
Logged
|
|
|
|
|
|