I am currently using the 0.8.0 Source Code. When 0.8.1 is released, would I lose my work if I update for 0.8.1?
P.S. (I would update with mercurial)
If I update the source code, would I lose my work?
Forum rules
Before you make a thread asking for help, read this.
Before you make a thread asking for help, read this.
If I update the source code, would I lose my work?
Last edited by Lüv on Sat Oct 20, 2012 8:49 pm, edited 2 times in total.
Re: If I update the source code, would I lose my work?
Yup, you'd have to make the same modification to 0.8.1 code and compile again
lf = love.filesystem
ls = love.sound
la = love.audio
lp = love.physics
lt = love.thread
li = love.image
lg = love.graphics
ls = love.sound
la = love.audio
lp = love.physics
lt = love.thread
li = love.image
lg = love.graphics
Re: If I update the source code, would I lose my work?
Ok, thanks because if I wouldnt have known that I would have lost ALL my work when it comes out.
- Robin
- The Omniscient
- Posts: 6506
- Joined: Fri Feb 20, 2009 4:29 pm
- Location: The Netherlands
- Contact:
Re: If I update the source code, would I lose my work?
Wait, no. What is "your work"? Modifications to the LÖVE code? You can just merge the new version of LÖVE with your changes. This will be easy if you use Mercurial.
Help us help you: attach a .love.
Re: If I update the source code, would I lose my work?
...Wait, I thing I got confused by another topic '
lf = love.filesystem
ls = love.sound
la = love.audio
lp = love.physics
lt = love.thread
li = love.image
lg = love.graphics
ls = love.sound
la = love.audio
lp = love.physics
lt = love.thread
li = love.image
lg = love.graphics
Re: If I update the source code, would I lose my work?
So it is possible to continue your work on the newer version with out losing it? I do use mercurial. Yes my work is modifications to love. How do I do it if possible. For later use
- Robin
- The Omniscient
- Posts: 6506
- Joined: Fri Feb 20, 2009 4:29 pm
- Location: The Netherlands
- Contact:
Re: If I update the source code, would I lose my work?
Just run hg update and hg merge or something like that. Refer to the Mercurial documentation for how to do it exactly and to see what you need to consider.
Help us help you: attach a .love.
Re: If I update the source code, would I lose my work?
Are you talking about edits to the LOVE source or edits to a LOVE project? For the former, you would need to merge changes from the repo and for the latter just check that your functions all conform to the new standards.
Re: If I update the source code, would I lose my work?
I'm talking about the source and thanks Robin
Re: If I update the source code, would I lose my work?
Anyway if you have something interesting contributed to the source code, why not post a pull request and make LOVE better?
Lua is not an acronym.
Who is online
Users browsing this forum: No registered users and 12 guests