Sc2gears 14.3.3: Replay version 2.1 support - Page 2
Forum Index > SC2 General |
Seikhor
Canada116 Posts
| ||
GreggSauce
United States566 Posts
| ||
Rizzelet
United States74 Posts
| ||
gawk
Germany310 Posts
Just missing the possibility to add the date when renaming replays. | ||
deth
Australia1757 Posts
| ||
HOLYCOWBATMAN
Canada51 Posts
| ||
Risen
United States7927 Posts
| ||
MeruFM
United States167 Posts
Pretty awesome Coded in java might make it somewhat cumbersome in the future when it becomes too complex or need to handle too many files. But I'm sure it can/will be ported in the future. Great foundation at least and I can finally see entire build orders \o/ | ||
orgolove
Vatican City State1650 Posts
| ||
jacen
Austria3644 Posts
Depending on the quantity of the changes, this might take some time. also, Dakota_Fanning please look at your PNs. | ||
Tomed
United States176 Posts
| ||
jacen
Austria3644 Posts
[url blocked] | ||
Dakota_Fanning
Hungary2332 Posts
I will keep working on the project, and I know many are missing the "played date" info. I haven't figured it out where it is stored. Yes, I had to reverse engineer the replay format and how info is stored in it, although there are a few other projects that I have learned a few things from. Unfortunatelly Blizzard is never a help in these kind of things. 2 notes to the German translation: -missing text key: "module.repSearch.tab.source.listAllReplays" -you forgot to change the language file version Tip: I marked new text elements with a comment at the end of lines ("<!-- 0.80 -->") in the language file, so you can easily find changes in it. But good job, thanks. I will probably make a short-time release once trivial bugs are reported and fixed. | ||
Garnet
Vietnam9008 Posts
| ||
deth
Australia1757 Posts
On May 11 2010 14:24 Dakota_Fanning wrote: Thanks for the positive responses and for the donation. I will keep working on the project, and I know many are missing the "played date" info. I haven't figured it out where it is stored. Yes, I had to reverse engineer the replay format and how info is stored in it, although there are a few other projects that I have learned a few things from. Unfortunatelly Blizzard is never a help in these kind of things. Im not sure that the replays even store the date. Whenever I look at my replays in-game, it is always some random date between 1970's and 2060's. | ||
Dakota_Fanning
Hungary2332 Posts
On May 11 2010 14:43 Garnet wrote: I can't find the "Watch replay" button. Right click on a replay on the results tab (of a replay search). Or right click on the chart in the Analyzer. | ||
jacen
Austria3644 Posts
On May 11 2010 14:24 Dakota_Fanning wrote: Thanks for the positive responses and for the donation. I will keep working on the project, and I know many are missing the "played date" info. I haven't figured it out where it is stored. Yes, I had to reverse engineer the replay format and how info is stored in it, although there are a few other projects that I have learned a few things from. you can use File.lastModified() to get the lastmodified date. since afaik the creation date is not stored on *nix machines, this may be the best shot at this. most people will not modify the the replay file, making this pretty accurate. alternatively, you could port the project to .net and use File.GetCreationTime(). On May 11 2010 14:24 Dakota_Fanning wrote: 2 notes to the German translation: -missing text key: "module.repSearch.tab.source.listAllReplays" -you forgot to change the language file version Tip: I marked new text elements with a comment at the end of lines ("<!-- 0.80 -->") in the language file, so you can easily find changes in it. Yeah i saw the tag, but i must have overlooked the listallreplays. Anyways, i fixed both things: [url blocked] sorry for my sloppyness ... editing XML at 6am is a little error-prone | ||
fiesta
United States6 Posts
I think there is a slight bug here, it does the same thing (in the same replay) for upgrades as well. I haven't seen it happen in other replays yet but I figured I'd let you know. Fantastic work on the app by the way, I love it! | ||
jacen
Austria3644 Posts
On May 11 2010 14:57 fiesta wrote: I think there is a slight bug here, it does the same thing (in the same replay) for upgrades as well. I haven't seen it happen in other replays yet but I figured I'd let you know. Fantastic work on the app by the way, I love it! maybe this is hotkey spamming? haven't looked into this throughly, but from a replay i tested, it seems that way. | ||
Dakota_Fanning
Hungary2332 Posts
On May 11 2010 14:56 jacen wrote: you can use File.lastModified() to get the lastmodified date. since afaik the creation date is not stored on *nix machines, this may be the best shot at this. most people will not modify the the replay file, making this pretty accurate. alternatively, you could port the project to .net and use File.GetCreationTime(). Yeah i saw the tag, but i must have overlooked the listallreplays. Anyways, i fixed both things: [url blocked] sorry for my sloppyness ... editing XML at 6am is a little error-prone If you download a replay from a replay site, then this method is already not working. The file you save will probably have the current time/date. | ||
| ||