|
Posted by JneeraZ on 2008/07/05 11:55:38 |
I've released a reset of ToeTag as version 2.0. The version checking appcast/Sparkle set up is jacked at the moment but ignore that. One day I'll work up the energy to figure out what's wrong with it (but not today).
As an added bonus, I've included the source code as an optional download as well! If you've ever wondered what a badly written Mac application looks like, wonder no more!
http://wantonhubris.com/toetag/Download.html
Enjoy! |
|
|
Willem
Apart from the nice GUI, SVN has all of what you mentioned above. I'm not trying to convince you of anything, I'm just saying that most of the complaints you have seem to be because of lacking tool support. I agree that this is a huge problem with Subversion. The recent Mac clients I mentioned earlier have improved the situation somewhat, but they're still far from optimal. The only decent SVN client I know is the Subclipse plugin for the Eclipse IDE with its Synchronize View.
Obvsiously, the command line allows you to do everything, and I sometimes use it as well, but it's just not convenient. I don't know how one should remember all those options and switches that the svn command understands... I certainly can't.
#47 posted by JneeraZ on 2008/07/11 18:01:26
I've been using "Versions" and it seems be pretty good.
Oh My God Willem
#48 posted by Lunaran on 2008/07/11 18:53:12
sudden honor-driven defense of demo-driven sales methods
smiling is when the corners of your mouth go up and you feel amused
#49 posted by JneeraZ on 2008/07/11 19:01:06
Oh you were joking. OK then.
Willem
Try Cornerstone - I find it to be better.
http://www.zennaware.com/cornerstone/
The 'next-gen' Open Source Version Control Tools
#51 posted by mwh on 2008/07/12 10:06:13
git, bzr, hg, even darcs -- all work ok on OS X. But the tool support is even ropier for them, of course. Never used a commercial VCS. Apart from Visual Source Safe -- which was possibly even worse than just copying files around :)
#52 posted by JneeraZ on 2008/07/12 11:44:31
Don't mention SourceSafe when talking about source control systems. It's like bringing up ground chuck in a discussion about steak.
Working On A Windows/Linux Port
#53 posted by ericw on 2010/03/14 08:51:55
I finally got fed up with QuArK and decided to try ToeTag. It's great for me since I use Macs, but I usually do gaming in Windows so I thought I would try to get ToeTag working with GNUstep on Windows.
Just got the OpenGL views working today, so it can display maps!
http://s446.photobucket.com/albums/qq189/edog17/?action=view¤t=toetag.png
There are still piles of bugs (mostly in GNUstep) to fix - mouse/keyboard events aren't working properly so you can't edit anything. However, I'm hoping it will be a reasonable project to finish. :-)
Oh My Goodness.
#54 posted by Spirit on 2010/03/14 10:02:48
!!!
#55 posted by meTch on 2010/03/14 12:32:11
Is mapping with ToeTag similar to mapping with QuArK because QuArK is the only editor that I understand how to use (yes I've tried others and i couldn't even build a room), it's like a really simplified Computer Aided Drafting program. :o
Shine On You Crazy Diamond
#56 posted by ijed on 2010/03/14 14:16:43
#57 posted by gb on 2010/03/14 18:43:47
Hmm, that sounds great ericw!
Obviously also cool of willem to release the source and write it in the first place *g*
#58 posted by JneeraZ on 2010/03/15 13:50:35
That is amazingly cool, eric! Let me know if you have questions or whatever. Happy to help!
Willem
#59 posted by ijed on 2010/03/15 14:20:28
Does ToeTag have show .mdl in the 3d view functionality?
#60 posted by JneeraZ on 2010/03/15 14:24:07
Yes.
Nice
#61 posted by ijed on 2010/03/15 15:44:56
#62 posted by JneeraZ on 2010/03/15 18:04:44
Huh, I just did some googling and I didn't know there was a way to compile Objective-C on Windows. That's awesome! GnuStep sounds cool.
#63 posted by ericw on 2010/03/16 21:59:27
Willem:
Awesome, thanks. I saw on your blog were working on input refactoring and moving the texture browser to a new window - could I grab that code from you, or should I stick with porting ToeTag 2.30?
The main change I had to make to the ToeTag source was changing foreach() loops to a macro. This sucks, but GNUstep doesn't fully support Objective-C 2.0 features yet (well, in theory it does, but no one has gotten that working on Windows yet). The other problem is garbage collection is also not supported (yet), so I'll have to add retain/release/autorelease where needed. I haven't tackled that yet, but it shouldn't be too bad. So ideally if this works out, we can merge my changes into the main ToeTag code (or a Subversion branch or something).
I fixed a few more GNUstep bugs yesterday. Resizing the OpenGL views works now, and mouse events work so you can select stuff. There's something wrong with the control/alt keys so you can't do much editing yet.. but it's coming along really well :-)
meTch:
Yeah, it was the same for me. I found QuArK was really easy to learn because selection and manipulating brushes works a lot like other Windows apps (Powerpoint, Flash, etc.) I haven't used ToeTag a whole lot, but it does use modifier keys more than QuArK. I think it will be pretty easy to use once you learn them.
#64 posted by JneeraZ on 2010/03/16 22:04:01
ericw
Well, here's the thing. :) I have a new version of ToeTag (that I renamed to LevelEd) which is way cooler but it's not ready for release. It's close but I don't think I'll ever get around to finishing it.
It's got nice support for multiple WAD files, a floating texture browser, and other cool stuff.
I can send you a copy of that source code and you can see if you can work with it if you'd like. Send your email address to me and I'll hook you up (probably won't be until after the weekend though as I'm going out of town on Thur).
#65 posted by JneeraZ on 2010/03/16 22:05:00
Oh, it also has a decent set up for multiple control schemes in it - the default one has changed to mirror UnrealEd, though, since I work with that editor every day. :)
Awesome
#66 posted by ericw on 2010/03/16 22:37:25
My address is ewasylishen at gmail.com
#67 posted by JneeraZ on 2010/03/16 23:02:00
Hey, you know what, I lied. :) I had a few moments here when I got home so...
http://wantonhubris.com/ToeTagSrc/LevelEd_Src.zip
Hopefully that will be usable for you. It's got a common library of code and some other stuff now so have at it and see what you think. This code base is way better than the original although, unfortunately, not entire complete or bug free.
This was my start to a complete Quake editing suite which is why you see projects in there for WADEd, SpriteEd, MDLEd, etc. They all work to one degree or another so give them a compile on your Mac and see what they do.
Anyway, I might continue on with this at some point or ... if you get this all running on GnuStep, maybe just use your code base when the time comes. I have other projects right now that are sucking my time away.
have fun!
#68 posted by grahf on 2010/03/16 23:34:39
Does ToeTag have show .mdl in the 3d view functionality?
I could never get that to work for some reason. Toetag was fun and refreshing to use though, unfortunately this old Mac didn't get along well with Leopard.
#69 posted by Trippa on 2010/03/17 14:52:47
Hi guys,
Glad to see there's some more interest in ToeTag, but sorry you're not moving it forward yourself, Willem.
I'm using it to run a basic map editing workshop in the Mac-based media lab that I run. The first day was probably the fastest selling kids workshop that we've done, so we had to put a second day in.
http://www.digitalmediacentre.org/wp/?p=333
I'll put up some info about what we come up with afterwards.
Cool
#70 posted by negke on 2010/03/17 19:09:49
Shambler, go there and learn to map!!!
|
|
You must be logged in to post in this thread.
|
Website copyright © 2002-2024 John Fitzgibbons. All posts are copyright their respective authors.
|
|