Rubeus
Member
|
Auto "save"
I would like to see a feature similar to what MS Word has, where if something happens, the changes that were made were saved (but not applied to the actual file). A versioning system and a regular autosave would be fantastic, too.
|
|
02-28-2013 10:46 PM |
|
Esenthel
Administrator
|
RE: Auto "save"
There is an auto save, every 5 minutes the project is automatically saved.
What's next to be added is undo for all editors.
Yeah versioning system would also be cool but that would take some work
|
|
03-01-2013 10:25 AM |
|
Tottel
Member
|
RE: Auto "save"
You might as well use an external version control system like Perforce or TortoiseSVN.
|
|
03-01-2013 10:31 AM |
|
Rubeus
Member
|
RE: Auto "save"
Esenthel: Fantastic. That's perfect.
Tottel, that's what has to be done for, but with the Esenthel 2.0 system, a versioning system would fit right in and be a huge asset; especially with cross-platform concerns-which versioning systems will work on Android and iOS?
|
|
03-01-2013 03:32 PM |
|
rstralberg
Member
|
RE: Auto "save"
By the way... SVN or Perforce is great. And there is the free Assembla host if you keep it under 1GB. That would be quickly eaten up if you store assets there. So the trick is to store all things EXCEPT the assets. I have no clue how to sort that out though.
My Blog is at http://mrstralberg.blogspot.se.
Chat account Skype (rstralberg)
|
|
03-01-2013 03:38 PM |
|
Rastar
Member
|
RE: Auto "save"
You can put certain file extensions on the ignore list (at least in SVN, I don't know Perforce), in Git/Mercurial as well. Easy to do with a tool like TortoiseSVN (right-click on a dds file and select ignore *.dds, e.g.)
|
|
03-01-2013 09:18 PM |
|
rstralberg
Member
|
RE: Auto "save"
(03-01-2013 09:18 PM)Rastar Wrote: You can put certain file extensions on the ignore list (at least in SVN, I don't know Perforce), in Git/Mercurial as well. Easy to do with a tool like TortoiseSVN (right-click on a dds file and select ignore *.dds, e.g.)
Yes. Exactly (the ignore thing). What a simple and bright answer.
Ignore (and all those .png, .dds etc etc). Why didn't I think of that.
Great Rastar
My Blog is at http://mrstralberg.blogspot.se.
Chat account Skype (rstralberg)
|
|
03-01-2013 09:21 PM |
|
Rastar
Member
|
RE: Auto "save"
As long as I'm not on your ignore list... ;-)
|
|
03-01-2013 11:10 PM |
|
rstralberg
Member
|
RE: Auto "save"
@Rastar
Wont happen.
My Blog is at http://mrstralberg.blogspot.se.
Chat account Skype (rstralberg)
|
|
03-02-2013 12:01 AM |
|
Rubeus
Member
|
RE: Auto "save"
Well, this got awkward.
|
|
03-02-2013 12:48 AM |
|
gwald
Member
|
RE: Auto "save"
(03-01-2013 09:18 PM)Rastar Wrote: You can put certain file extensions on the ignore list (at least in SVN, I don't know Perforce), in Git/Mercurial as well. Easy to do with a tool like TortoiseSVN (right-click on a dds file and select ignore *.dds, e.g.)
How would you do it if you can't see the file name/extension?
V2 uses hash codes for file names.
My Blog
http://www.esenthel.com/community/showthread.php?tid=6043
I hang out at Esenthel IRC Channel
http://webchat.freenode.net/?channels=#Esenthel
|
|
03-02-2013 01:53 AM |
|