Getting libHSPlasma and PlasmaShop

Announcements and discussion regarding any projects related to Cyan Worlds' Plasma Engine including (but not limited to) CyanWorlds.com Engine, Drizzle, OfflineKI, PyPRP, and libHSPlasma.
User avatar
Chacal
Posts: 2515
Joined: Tue Nov 06, 2007 2:45 pm
MOULa KI#: 0
Location: Quebec, Canada

Re: Geting libPlasma and PlasmaShop

Post by Chacal »

Is that new PrpShop available?
I shudder at the idea of losing PageEditor and not having a replacement.
Chacal


"The weak can never forgive. Forgiveness is an attribute of the strong."
-- Mahatma Gandhi
User avatar
Zrax
Posts: 206
Joined: Fri Sep 28, 2007 5:19 pm
MOULa KI#: 0
Location: Waist-deep in a conecano
Contact:

Re: Geting libPlasma and PlasmaShop

Post by Zrax »

Yes, PrpShop has been available for a while now (although, like I say, I never made a big announcement about it). It's included as part of the installer package for PlasmaShop 3 (as well as VaultShop)... Soon, I plan to have the PRC editing functionality save too (dialog editors already do saving, of course), and once that's done, I'll be sure to mention it here. However, for now, if you need to save PRC (and you don't have your copy of PageEditor around any more), you can still use prcc and prcdc on individual objects, which PrpShop can import and export for you...
User avatar
Agenotfound
Posts: 189
Joined: Mon Jun 29, 2009 7:15 am
MOULa KI#: 0

Re: Geting libPlasma and PlasmaShop

Post by Agenotfound »

About prp shop, if it's going to replace PageEditor could it be possible to make it easier to acces the PRCs - i know that right clicking and select "open PRC" isn't much but when you want to browse the files real fast to have an overview it becomes quite painful. So i don't know but could it be possible to make them open with something like Ctrl-click or have a button to press in the main tab to open the PRC by default or something like that ? - if it's not too much work of course.

It's not much but it would make things more confortable.

EDIT: and/or maybe that the files that have no editor open the PRC by default instead of saying "no editor available yet"
Image
User avatar
Zrax
Posts: 206
Joined: Fri Sep 28, 2007 5:19 pm
MOULa KI#: 0
Location: Waist-deep in a conecano
Contact:

Re: Getting libHSPlasma and PlasmaShop

Post by Zrax »

For those that haven't already noticed, the libHSPlasma and PlasmaShop projects are now hosted on Mercurial rather than SVN... I was finally sold on how cool it is, so I went ahead and moved my projects over ;).

The updated URLs are reflected in the top post, but aside from needing a new set of tools, it should be mostly the same as before...
diafero
Deep Island Admin
Posts: 2972
Joined: Mon May 05, 2008 5:50 am
MOULa KI#: 0
Location: Germany

Re: Getting libHSPlasma and PlasmaShop

Post by diafero »

doh, why didn't you use git? :lol:
I prefer e-mails to "diafero arcor de" (after adding the at and the dot) over PMs.

"Many people's horizon is a circle with a radius of zero. They call it their point of view."

Deep Island Shard | Offline KI
User avatar
Branan
Gehn Shard Admin
Posts: 694
Joined: Fri Nov 16, 2007 9:45 pm
MOULa KI#: 66990
Location: Portland, OR

Re: Getting libHSPlasma and PlasmaShop

Post by Branan »

diafero wrote:doh, why didn't you use git? :lol:


I vote for git too, before anyone gets too used to mercurial... if it's not too much trouble. I already use git-svn so I can use my preferred VCS locally. They only reason Age Creator is hosted on SVN is because that's what everyone else was using.
Image
Your friendly neighborhood shard admin
diafero
Deep Island Admin
Posts: 2972
Joined: Mon May 05, 2008 5:50 am
MOULa KI#: 0
Location: Germany

Re: Getting libHSPlasma and PlasmaShop

Post by diafero »

Well, I managed to include it in my "update them all" script and found a nice GUI to show the commits (hgtk). But I use git and git-svn for everything else, and I came to love it :)
Is there something like git-hg? :lol:
I prefer e-mails to "diafero arcor de" (after adding the at and the dot) over PMs.

"Many people's horizon is a circle with a radius of zero. They call it their point of view."

Deep Island Shard | Offline KI
User avatar
Mystler
Posts: 116
Joined: Sun Mar 22, 2009 4:55 am
Location: Germany
Contact:

Re: Getting libHSPlasma and PlasmaShop

Post by Mystler »

I don't see a big difference between Mercurial and git? Can you explain why you like git more?
Tsar Hoikas
Councilor of Technical Direction
Posts: 2180
Joined: Fri Nov 16, 2007 9:45 pm
MOULa KI#: 23335
Location: South Georgia
Contact:

Re: Getting libHSPlasma and PlasmaShop

Post by Tsar Hoikas »

Zrax wrote:For those that haven't already noticed, the libHSPlasma and PlasmaShop projects are now hosted on Mercurial rather than SVN... I was finally sold on how cool it is, so I went ahead and moved my projects over ;).

The updated URLs are reflected in the top post, but aside from needing a new set of tools, it should be mostly the same as before...


Congratulations on the move :D. I'm glad to see that all of my hair being ripped out comparing DVCSes actually did something :D

diafero wrote:doh, why didn't you use git? :lol:


Git? Where's that puke emoticon? >.>
Image
User avatar
Branan
Gehn Shard Admin
Posts: 694
Joined: Fri Nov 16, 2007 9:45 pm
MOULa KI#: 66990
Location: Portland, OR

Re: Getting libHSPlasma and PlasmaShop

Post by Branan »

Mystler wrote:I don't see a big difference between Mercurial and git? Can you explain why you like git more?


Most of it has to do with my workflow. On the surface they're similar, but git makes it much easier to take a pile of commits and organize them into a few patches than Mercurial does. Anything involving editing commit history, including re-ordering, merging, splitting, and rebasing is discouraged by Mercurial. It's possible, but they make it difficult. In my opinion, though, When you're working on a local branch and want to sort things out to push upstream, it's very handy to have those capabilities.

Also, Mercurial branches are still a little more difficult to work with than git branches, despite attempts to clean up Mercurial branching.

Between those two issues, my "branch, code, organize, push" workflow just doesn't work that well with Mercurial. Granted, the patches I've written for libHSPlasma have been fairly small so far, and haven't really required the power that git gives me. It's entirely possible Mercurial won't irritate me too badly.
Image
Your friendly neighborhood shard admin
Post Reply

Return to “Plasma Development”