View previous topic :: View next topic |
Author |
Message |
Paul-Jan Site Admin
Joined: 08 Aug 2004 Posts: 3066 Location: Lage Zwaluwe
|
Posted: Tue Jan 26, 2010 9:13 pm Post subject: Release cycle, patches, etc. |
|
|
Just a quick announcement (will organize this information into proper announcements/stickies soon, and we'll probably have to keep a wiki page synched as well),
- Jeroen and me want to strive towards a 3-week release cycle. Yes, that's a lot of releases, but we like to keep an active pace with the project. If needed, we can always switch to official "minor" and "major" releases.
- That means the first binary release will be soon (date to be announced any day), so let's make sure we keep everything nice and stable.
- It also implies all patches will be merged into the source tree within 3 weeks. Faster would be nice, though (all current patches will be merged over the next couple of days). More on that after the first binary release.
- After the first binary release, let's see if we can recruit some more people for the project. We are all getting the hang of this! |
|
Back to top |
|
|
paul_nicholls DeleD PRO user
Joined: 05 Dec 2007 Posts: 356 Location: Hobart, Tasmania, Australia
|
Posted: Tue Jan 26, 2010 9:20 pm Post subject: |
|
|
yay!
Full steam ahead
cheers,
Paul _________________ Long live DeleD!
Hi ho...hi ho...it's off 3d modeling I go... |
|
Back to top |
|
|
chronozphere DeleD PRO user
Joined: 20 Jun 2006 Posts: 1010 Location: Netherlands
|
Posted: Tue Jan 26, 2010 10:49 pm Post subject: |
|
|
Great!
Hope we can maintain a "steady flow of patches"
Some extra coders would be great too. |
|
Back to top |
|
|
adr Member
Joined: 23 Jul 2005 Posts: 165
|
Posted: Wed Jan 27, 2010 8:09 am Post subject: |
|
|
I'm trying to get more coders to come in ^^, but a lot of them want a port to their os before wanting to help sadly. Linxus for example. Are the two os that different that you have to rebuild everything or just small portions? (I know it'll take a while either way.) |
|
Back to top |
|
|
Paul-Jan Site Admin
Joined: 08 Aug 2004 Posts: 3066 Location: Lage Zwaluwe
|
Posted: Wed Jan 27, 2010 7:57 pm Post subject: |
|
|
The biggest problem is the GUI. Being a graphical editor, a really (really!) large portion of DeleD code resolves around the GUI. When naively porting, all of that has to be rewritten to a different widget set, even if the rest of the code would be fully portable (which it isn't, but it comes close). This has to be done in one go, you can't just port "one screen of DeleD at the time".
Applications like Freepascal/Lazarus offer a crossplatform component set that is largely compatible with the VCL (Delphi's widget). The operative word being "largely", meaning that it won't compile just out of the box.
Anyone is free and more than welcome to try and port DeleD to any OS (actually, I'd prefer to have it setup in a crosscompilable way), but it will take a bit of an investment... |
|
Back to top |
|
|
|