| Theo | posted: Mon Jan 09, 2006 3:53 pm | |
Member since: 2006-01-07 From: 14.918246,
-23.514862 Posts: 75
| I don't know if this is the correct thread for this, I have a proposal for modifications to the memories editor as to enhance its usability (it's not a new plugin, just code changes to the current plugin), so is there a place where i can post the source code so that it can be reviewed?
PS: I've already posted a version of my proposal in another forum, but i think it would be better if all SimPe users could benefit from the proposed enhancements instead of having to download from 3rd parties. |
| quaxi | posted: Sun Jan 15, 2006 4:47 pm | |
Member since: 2006-04-28 Posts: 3154
| I added you to the Uploaders Group, sou you should be able to post the source here in the Forums. |
| Theo | posted: Wed Jan 18, 2006 1:38 pm | |
Member since: 2006-01-07 From: 14.918246,
-23.514862 Posts: 75
| Hi quaxi,
my status still does not allow me to upload, so i'll just point you to the current location of the source files:
moreawesomethanyou.com/smf/index.php?action=dlattach;topic=2590.0;attach=2626
As for the review of the code itself, i must warn you that i didn't use the VisualStudio 2003 IDE, so the main form will not load in design mode, sorry for that :( |
| quaxi | posted: Sun Mar 05, 2006 8:29 pm | |
Member since: 2006-04-28 Posts: 3154
| I just noticed, that I didn't reply yet! Sorry for that.
I am currently changing the Neighborhood/Memory Editor, but it would be nice, if you could add your Extensions to the new Version as well! |
| Theo | posted: Wed Mar 08, 2006 11:45 am | |
Member since: 2006-01-07 From: 14.918246,
-23.514862 Posts: 75
| I've seen the changes in the 0.55m version, and have already compiled it with my additions.
After i do a bit of testing to see if everything is ok, i'll post an address where you can download the new source.
I was able to make the form code load in the designer :) , but i still have to refactor the additions so that they can be easily added to the code if necessary. |
| quaxi | posted: Wed Mar 08, 2006 3:26 pm | |
Member since: 2006-04-28 Posts: 3154
| The new Version isn't availbel in 0.55 yet. It will be a complete new GUI. The current CVS Release, has an incomplete Version of the new Plugin, found in the ExtNgbhUI class. |
| Theo | posted: Wed Mar 08, 2006 4:58 pm | |
Member since: 2006-01-07 From: 14.918246,
-23.514862 Posts: 75
| I guess this becomes a moot point then, as the only additions were the spam memories remover and the ability to copy/paste memories, wich can be found in the current file I posted.
I've seen the new code you referred to, and despite its incompleteness, it does look promising 8) . Is there any chance it will be part of the 0.56 release? |
| quaxi | posted: Wed Mar 08, 2006 5:21 pm | |
Member since: 2006-04-28 Posts: 3154
| Of course, it will be the default Memory Wrapper starting with 0.55n.
I rewrote the Code to get an easy interface for the OFB Badges, and the hidden Skills. And I definetley want it in the 0.56 Release. |
| quaxi | posted: Fri Mar 24, 2006 10:40 pm | |
Member since: 2006-04-28 Posts: 3154
| Version 0.57e of SimPe (and higher) will contain those additions. Please verify, that I did port everyting to the new GUI, and that it still works as you expected it to work.
Here are some Notes:
"New Memory below" is now the default behaviour of the Create button, as is "Delete selection"
I added a "Paste as Gossip" Function, which will paste the copied Memories, but won't change the owner. The game will read that as Gossip about a Sim.
The Nuke and Fix Features, are listed in a Context menu, that is assigned to the SimPool List. |
| Theo | posted: Sun Mar 26, 2006 3:16 pm | |
Member since: 2006-01-07 From: 14.918246,
-23.514862 Posts: 75
| I hope it wasn't too difficult to sort out the code mess. :wink:
Regarding the "Paste as gossip", I noticed it doesn't clear the Visible flag. Shouldn't that be the logical behavior? |