
Deadline On Release
#1
Posted 24 October 2004 - 09:24 AM
So what do you think if we put a deadline for sunday 24 of november to have the basic layout of the XNet (with a couple of entries), Enter Screen, and Geoscape Screen. Those that have time to program what do you think if we put the whole of our effort in that?
Comments?
Greetings
Red Knight
Visit my blog at: flois.blogspot.com

Pookie cover me, I am going in.
#2
Posted 24 October 2004 - 04:09 PM
Digital Equinox
#3
Posted 24 October 2004 - 04:17 PM


#4
Posted 24 October 2004 - 04:30 PM
Though I don't have much time to work on it now, got tests these weeks so I gotta study, but I'll see if I can find time to work on it

#5
Guest_Azrael_*
Posted 24 October 2004 - 06:24 PM
I will make it my aim to help RS provide some CTDs that are complete (and who knows, maybe multiple languages??
I bet we can have most (if not all) of the active CTs revised and completed by then


#6
Posted 25 October 2004 - 05:21 AM
greets,
ATeX
#7
Posted 25 October 2004 - 12:48 PM
except that the 24th of November is a Wednesday, I'm fine with that deadline. I'm pretty sure, I can get the X-Net up and running by then.
Concerning the music, I don't know how far guiver6 has advanced on the yake::audio front...
Vaaish, can you send me the final XNet imagery?
Also, has anybody already written a language-string retriever for the language files? I just don't want to reinvent the wheel. If not, I'll see what I can come up with.
Greetings,
Rincewind

I love boost!!! The next best thing since the invention of C++.
#8
Posted 25 October 2004 - 01:00 PM
Vaaish, can you send me the final XNet imagery?
I'll get on it tonight. Expect the files by the end of the week or sooner.
Digital Equinox
#9
Posted 25 October 2004 - 04:40 PM
I will make it my aim to help RS provide some CTDs that are complete (and who knows, maybe multiple languages??
I bet we can have most (if not all) of the active CTs revised and completed by then, welcome back dipstick
I have only been away for 4 days!!

Anyway, I have finally come up with a system that will collate info on various CTDs, and I plan to have at least one CTD translated by the 24th nov - my AIM!! :happybanana: :o

#10
Guest_Azrael_*
Posted 25 October 2004 - 07:09 PM
I will make it my aim to help RS provide some CTDs that are complete (and who knows, maybe multiple languages??
I bet we can have most (if not all) of the active CTs revised and completed by then, welcome back dipstick
I have only been away for 4 days!!![]()
Anyway, I have finally come up with a system that will collate info on various CTDs, and I plan to have at least one CTD translated by the 24th nov - my AIM!! :happybanana: :o
4 days?, it felt longer, hadn't seen you around in quite a while... it just felt so empty

#11
Posted 27 October 2004 - 12:27 AM

Guyver

Sourceforge: guyver6
LinkedIn: Andrzej Haczewski
"A good business idea, they say, can be explained in one sentence. Similarly, each program entity should have one clear purpose."
Join #xenocide at irc.freenode.net.
#12
Posted 27 October 2004 - 02:31 AM
Music will be ready this week or the beginning of the next one (it's rather easy, but I haven't time lately due to change of collage and the Real Life
), as to button sfx I'm still looking into it.
Guyver
Musik sounds great.
Concerning the sfx, you might want to look at this thread, maybe revive it. clicky
I think for us the most clean solution would probably be to create a subclass of TLButton and add a static member that contains global listeners. The constructor for the new Button class could then simply register an event handler that forwards to the global listeners.
Another idea is to put it immediatly into the CEGUI source (and then probably do it already in CEGUIButton) but this would require another patch. Currently the cegui runs out of the box, so maybe you can contact crazyEd about whether he would add a patch that implements this approach.
I'm currently a little short on time, otherwise I would offer to do it myself, but if you decide to go ahead with this, I'll try to answer any questions.
Greetings,
Rincewind

I love boost!!! The next best thing since the invention of C++.
#13
Posted 27 October 2004 - 03:55 AM
Music will be ready this week or the beginning of the next one (it's rather easy, but I haven't time lately due to change of collage and the Real Life
), as to button sfx I'm still looking into it.
Guyver
Musik sounds great.
Concerning the sfx, you might want to look at this thread, maybe revive it. clicky
I think for us the most clean solution would probably be to create a subclass of TLButton and add a static member that contains global listeners. The constructor for the new Button class could then simply register an event handler that forwards to the global listeners.
Another idea is to put it immediatly into the CEGUI source (and then probably do it already in CEGUIButton) but this would require another patch. Currently the cegui runs out of the box, so maybe you can contact crazyEd about whether he would add a patch that implements this approach.
I'm currently a little short on time, otherwise I would offer to do it myself, but if you decide to go ahead with this, I'll try to answer any questions.
Greetings,
Rincewind
not to mess around, but should the music not be made by the music department, no matter who? There absolutely no structure in the development here. Where is Raven Squad?
Greets,
ATeX
#14
Posted 27 October 2004 - 04:00 AM
not to mess around, but should the music not be made by the music department, no matter who? There absolutely no structure in the development here. Where is Raven Squad?
Greets,
ATeX
I think this is more about the programmatical infrastucture to be actually able to play music not about composing, arranging, etc.
So we'll later just plug in whatever comes out of the music department.
Greetings,
Rincewind

I love boost!!! The next best thing since the invention of C++.
#15
Posted 27 October 2004 - 04:01 AM
not to mess around, but should the music not be made by the music department, no matter who? There absolutely no structure in the development here. Where is Raven Squad?
Greets,
ATeX
I think this is more about the programmatical infrastucture to be actually able to play music not about composing, arranging, etc.
So we'll later just plug in whatever comes out of the music department.
Greetings,
Rincewind
ok, no problem...

sorry for bothering
Greets,
ATeX
#16
Posted 27 October 2004 - 06:22 AM
Musik sounds great.
Concerning the sfx, you might want to look at this thread, maybe revive it. clicky
I think for us the most clean solution would probably be to create a subclass of TLButton and add a static member that contains global listeners. The constructor for the new Button class could then simply register an event handler that forwards to the global listeners.
Another idea is to put it immediatly into the CEGUI source (and then probably do it already in CEGUIButton) but this would require another patch. Currently the cegui runs out of the box, so maybe you can contact crazyEd about whether he would add a patch that implements this approach.
I'm currently a little short on time, otherwise I would offer to do it myself, but if you decide to go ahead with this, I'll try to answer any questions.
Greetings,
Rincewind
The inheritance mechanism of OO languages is for customizing, right?

So I'd rather go with subclass. And I will go with it

As to music, another XML file is on it's way

Guyver
EDIT: eh, again... It sounds like I'm planning music for next release, but NO! I'm planning complex music/sfx for next release, simple in-game music player will be available in this week or at the beginning of the next one.
Edited by guyver6, 27 October 2004 - 06:24 AM.

Sourceforge: guyver6
LinkedIn: Andrzej Haczewski
"A good business idea, they say, can be explained in one sentence. Similarly, each program entity should have one clear purpose."
Join #xenocide at irc.freenode.net.
#17
Posted 27 October 2004 - 03:40 PM
If nothing else I can work with the people who set up the logging to enable fatal errors to be recorded to a central database for tracking.

#18
Posted 27 October 2004 - 07:14 PM
Greetings
Red Knight
Visit my blog at: flois.blogspot.com

Pookie cover me, I am going in.
#19
Posted 27 November 2004 - 07:03 AM

Greetings
Guyver
EDIT: not xenocide outgrowns ourselves, but the deadline is what became unreachable.
Edited by guyver6, 27 November 2004 - 07:04 AM.

Sourceforge: guyver6
LinkedIn: Andrzej Haczewski
"A good business idea, they say, can be explained in one sentence. Similarly, each program entity should have one clear purpose."
Join #xenocide at irc.freenode.net.
#20
Posted 28 November 2004 - 04:05 AM
Hm... I think we can't make the release tomorrow. And I think I'll express opinion of most of us that this is not becouse we don't work at all, but this is becouse it outgrowns ourselves. BUT... we're working on xenocide and that's what's good. And to be honest: next release is coming closer and closer and I can feel it
. Anyway keep working friends and we'll release it somewhat later this year.
Greetings
Guyver
EDIT: not xenocide outgrowns ourselves, but the deadline is what became unreachable.
I agree that releasing tomorrow is out of the question, maybe we should gather here how far progress has been made in the different areas and also define what we need from the other departments and who is going to organize getting it.
So here's my status:
X-Net:
- entries are being read from the xnet-xml and shown in the overview under their category
- entry-titles are being translated using the Dictionary-class
- models could be shown and rotated/zoomed, currently there's only a single hardcoded model being loaded
Here's what I still need to do:
- categories are currrently not being translated, need to look them up in the dictionary.
- the model-view has an issue where the textures are missing on some machines, need to investigate
- implement a class that relates entries to models and show those models
- fix the scrollbar for the text-window, currently it works but looks like crap
- get a current xnet.xml with completed CT's from the CTD-department
- get completed models from art and put them in the relation-xml
Also compare the language Strings thread, there it became apparent, that we also need a better thought-out translation handling. We are still looking for volunteers for that task.
So, what about the other areas?
Greetings,
Rincewind
Edited by rincewind, 28 November 2004 - 04:05 AM.

I love boost!!! The next best thing since the invention of C++.
#21
Posted 28 November 2004 - 07:39 AM
- add code to arrow buttons to scroll greenspace text.
- add code for Options window to be movable (i just had a nutty idea on how to do this. anyone knows how i can get the X and Y position of the mouse cursor?)
or does anyone think there's other stuff that should be done to it?
mind you, i didn't do the Video/Sound/Gameplay Options windows, only the main one, because we're probably gonna change them later due to the change to OGRE engine and such.
Edited by SupSuper, 28 November 2004 - 07:40 AM.
#22
Posted 28 November 2004 - 08:44 AM
- add code for Options window to be movable (i just had a nutty idea on how to do this. anyone knows how i can get the X and Y position of the mouse cursor?)
You could subscribe to the EventMouseMove of the main-window of the options dialog. The EventArgs passed to this function can be cast to MouseEventArgs which can give you the position and also if any mouse-buttons are being pressed.
You might also want to hook up with mamutas on the status of his globe and look into how to integrate it.
Basicly there's two ways, the first one is to make the part of the planetscape GUI where the globe is supposed to be transparent or not have a static-image there at all. The problem then is basicly on how to capture mouse clicks on the globe.
The second strategy involves rendering the globe on a texture and showing that texture on a static-Image widget. This is what I did in the xnet-screen for the model. Just take a look at the code there.
Greetings,
Rincewind

I love boost!!! The next best thing since the invention of C++.
#23
Posted 28 November 2004 - 09:23 AM
get a current xnet.xml with completed CT's from the CTD-department
reference
http://www.xcomufo.c...?showtopic=4625
was saving an update for when I could grab a large number of completed texts in one rusty swoop, if you need it anytime soon I could probably have it updated for you about a day after I read "go".
#24
Posted 28 November 2004 - 09:37 AM
get a current xnet.xml with completed CT's from the CTD-department
reference
http://www.xcomufo.c...?showtopic=4625
was saving an update for when I could grab a large number of completed texts in one rusty swoop, if you need it anytime soon I could probably have it updated for you about a day after I read "go".
Thanks, I'm already using that one for testing. I think we should wait with the release-one until we are almost done with all the other stuff, this way there's the chance for getting more entries in.
Rincewind

I love boost!!! The next best thing since the invention of C++.
#25
Posted 28 November 2004 - 09:49 AM
#26
Posted 01 December 2004 - 01:15 PM
Greetings
Red Knight
PD: Sorry graduation (much family at home) took me by surprise and couldnt log for almost 4 days.
Visit my blog at: flois.blogspot.com

Pookie cover me, I am going in.