mapedprime Questioso
Displaying 1-6 of 6 total.
1
Code
|
Soooo... hi, everybody.
I've been tinkering around in mapedprime on the SVN, and the WriteVsp and WriteMap functions both throw a NotImplementedException. They seem to run fine when I comment the lines out. What are these exceptions for? Those functions are unsafe - are they waiting to be rewritten without pointers? Thanks, guys!
Ummm... also, you beat me at Gruedorf, Syn. Grats.
Posted on 2008-10-28 20:53:20
|
Ioachim
|
MapedPrime is kinda... dropped for now
Andy merged the changes I'd made into the trunk and I didn't tinker at all with it again, and some things can be horribly broken.
I thought it had been killed bloodly, in fact...
I'll revive it with my necropowers :3
Posted on 2008-10-28 22:12:46
|
Code
|
Ah, okay.
Well, I see that there's a trunk/tools/maped3. I can work on that instead, rather than making you fix up MapedPrime.
What's MapedPrime all about anyway? How is it different from Maped3?
Posted on 2008-10-29 13:29:21
|
mcgrue
|
Do you need write access to the v3 repo?
Also, aen's been working on a v3-capable mapeditor in python and SWT for a bit. He's got the zeal and the zest.
It is at http://code.google.com/p/force-me/
Posted on 2008-10-30 06:03:40 (last edited on 2008-10-30 06:04:31)
|
Code
|
Please! I think I'm making progress on a Save Region command.
I created a map that's way too big for what I ended up putting in it, and I want a way to crop the relevant portion of the map into a new file.
Is there any protocol I need to follow when I commit the changed files? I'm using TortoiseSVN, but I'm still pretty new to Subversion.
aen's editor looks promising! Although I'm a little surprised that there's no import v3map already built into python.
Posted on 2008-10-31 15:18:55 (last edited on 2008-10-31 18:32:30)
|
mcgrue
|
using SVN:
- do an update on the project directory.
- merge conflicts, if any.
- make sure everything runs as you expect it to
- do a commit
- Enter a good description of what changes you've made
- raise arms into the air victoriously
Posted on 2008-11-02 01:12:08
|