Thats fine. Im using .log at the moment, but it's easy enough to change. I can make it yet another setting =).
Z.
Printable View
Thats fine. Im using .log at the moment, but it's easy enough to change. I can make it yet another setting =).
Z.
I've been plugging away with it for a while, and just switched to inline HTML in the VB code, it looks pretty nice =).
Here it is, that's a sample log file for you, it's pretty small. I hope it will cut down on the KB amount. Also, tell me all the other commands so I can implement them (right now I have RIM, recieved instantaneous message, and RDM, which is recieved delayed message)
Also, do you want to put what the delayed message contains like in the instant message?
Oh, and guys? I want you to post news more regularly, maybe once every two days. Just to let the general public know what we're doing =)
Alright Sas, can do on the news thing =).
As for the log viewer, It looks nice =). Only a few things though. When I say time, I probably mean the number of ticks that have passed since the game was started. As for delayed messages, the only reason I am outputting something is to acknowledge that a message did indeed arrive, and give a reference to the tick it was really delivered at. It would be great, since you are using HTML for this, if you could add a target to each tick start, and have a delayed message be a link to that target =). I will rewrite the output of the log to what you have in the sample.
Z.
I'll see if I can do something like that... Also, tell me the size of the new type compared to the old!
eh? Size of what type?
Z.
Oh, and we might want to change the extension of the log to just regular .log, because of mods. I dont care either way, this is up to you, Sas.
Z.
Sas, here is a real message log, using your format. All i changed was how the time is printed. Notice that messages CAN be sent before a time is printed (if this is not good, I can fix it). Anyway, this is how i would like the message log format to look. Just get the time to print out (it doesnt work with the version you posted here, doesnt give me the time), and I will be happy (although I would love the target thing. It shouldnt be too hard =).
Z.
Forgot te file o.O
Z.
Made it recognise your format, Zaei =)
In the next release, I'll spiffy up the web look!
Well, guys, I didnt get what I wanted done tonight, but i did get the Windowing UI running quite well. The little envelope thing drops down now, and the image changes on a click. I also added MouseOver and MouseOff messages.
Now, do you guys want a simple demo of just the Window UI, or would you prefer a full UI test (this includes unit movement, selection, etc). I would prefer to do a full UI demo. Let me know.
Z.
We're aiming for a full UI test.
Oh and Zaei I'm finished learning C++ right now so I may be able to code something or other in the near future =)
::grin:: Youll never be done learning C++ =). Sounds good, though. Ill see what I can dig up for ya =).
Oh and the file download stuff doesnt seem to be working...
Z.
It doesn't work here either... I dont get it!
Maybe I need to turn of caching of file.asp...
do a full UI release.
Make sure you turn caching off with the forums =).
Z.
Even though I'm not a team member...the temp file doesn't get deleted.Quote:
Originally posted by Sastraxi
Made it recognise your format, Zaei =)
In the next release, I'll spiffy up the web look!
YAY at least it shos others look in this thread too :D
Im sure sas will sort that asap :)
I've been reading the thread for a while now, it seems like you guys are making progress. Every forum elder knows about ToW now. :)
It's kinda handy that it doesnt get deleted, because The log window isnt big enough to show an entire Delayed message across, so I can use IE to get the full thing =).
Z.
Maybe I'll shell IE with my program, and save the HTML file like sample-towlog.htm for sample.towlog.
Oh and thanks for the comment Filburt! I'm looking at the file.asp right now, I'll see if it works.
It's sorted, and now you can shell IE right from the program. A bonus side is now you don't need IE, it can be Netscape too (if that happens to be your default browser).
I'm looking at the file.asp thing.
Whoo, no more temp! :D
Just for you =)
Nice one, Sas!
Z.
Download links work once more!
Great work, Sas! Im gonna get to work now =).
Z.
Ok, the ever complex Label is now up and running! From this, we can create the Button, and with a scroll bar, we can create a display box (textbox, that you can't edit).
Z.
It seems like it's going well over there once again. I have done next to nothing today, so I'm going to start the music thingey tomorrow.
I am going to work on a button class today, and maybe a scrollbar class, as well. Once the display box is finished, I will put together a main menu.
Z.
Quality work guys !
Well, I got the damnable Label class to work right (There was a problem that I discovered, where it would only draw white text). This little problem has been bugging me all night. Fog was enabled, and there lay the problem. So, thats fixed, the button is next.
Z.
And, now, The button is working =).
Z.
I'm starting work on a little musical thing. (that little music box.) I'm trying to bind it to the top-right button there.
Woohoo
I'm back. So sorry, but my network has been down for a while now. Fixed it today, however, two seconds ago actually. I have'nt made another model in what I can remember, so I figured I'll probably begin on one soon. Have you figured out the animation stuff yet, Zaei? If so, try to explain, and point out what I'm supposed to do concerning that.
I have neither composed none in awhile, but I'll try to come up with some ideas. Sorry guys I'll make something incredible soon. :)
okey. I've done something. It's not very incredible, but it's something... I've downloaded WinZip!
BUT I can now show you what I've made in the time that has been going. It's a perfectly new theme(which is not very long) and the second theme, the brass ouverture(please note that, Sas... It's spelled with a u in between the o and the v in ouverture). The last part of that song is...changed.
oh, and Sas. Have you got any way on how to optimize the sound quality of the midi?
I'm looking into converting it to a module format, but I can't find any nice samples.
Nice sounding music, Igor!
Z.
Well, I've added a close Button to all windows that have a title bar. The close Button looks like the little button on the web site that turns red when you click it(the close button in the game turns red when you click it too =). All that really needs to be written is the scroll bar and display box. I am trying to figure out how to link the two together so that when a scroll bar button gets clicked, it will send a message to whatever control is linked to it.
Z.