Some new stuff in the timer, let me know if anyone is interested in helping w/ coding or testing.
What's new:
You can open any wsplit file now with the FIle->Open menu. You can undo a split. You can skip over a split. If you do your last split which stops the timer on accident, you can undo that split, and the timer will continue as if it had never been stopped. You can increase and decrease the text size. You can reset the timer. If you resize it vertically the splits that don't fit will hide while the timer is still shown, and you can scroll all the splits with the mousewheel.
id like to try your timer ewaller. unfortunately i am literally retarded when it comes to compiling and stuff, so if you could just send me whatever it is i run, that'd be great!
You can go there and click Splits.app.zip and it should download it in a zip file for you. You'll need a wsplit file to load. Use File->Open to load the wsplit file when you have one.
Let me know if it works or if you run into any issues. This is a really early version so there's still a lot missing.
I haven't been idle, I've been rather busy with work so I haven't had much time to work on this. I am nearly done with my code cleanup, which naturally I have started with the windows version. Once I am finished, updating the Mac version will be easier because I am moving a fair amount of code to the engine where it belongs, and making the remainder a bit more portable.
Here is an update for the Windows version with some changes that had been requested for a while: I added a timer mode, which the program starts with. I added a mode for the timer to show 2 finishing times for a race, useful for marathons. Hitting a split saves the time for the first place, and then hit it again for the second place. This race mode is off by default, but can be turned on in the ini file. I put back the title bar so that the program can be moved around. That will teach me to try to be fancy. I added the ability to resize the form for better control of display. It will automatically do scrolling if needed. I added a feature to hide/show the attempts counter. I am now handling the multiple lines of the headers manually so that there is no display problems. I fixed the time editing of the best split so that it works properly. It operates differently from the normal splits. I fixed some minor display errors.
Tried ewaller's software tonight. Interesting concept: having a core app that spits out html like that.
Also seems stable, though the hotkeys need work. Cmd-t and cmd-arrowkey are not really live speedrun friendly in my view
Hopefully we can get the best of both codebases merged.
Thanks for trying it out, what would you prefer for the hotkeys? I'll be adding a menu to configure the global hotkeys, but I wasn't sure what you consider speedrun friendly for the defaults.
Here is another update for the Windows version with the ability to customize the layout and have images for splits.
For each split in the split file, the image location is in the first column of the second line. In the ini file, ImageSize controls how many pixels tall/wide the images are.
As for customizing the layout, there are many settings in the ini file for fonts, font sizes, colors, row heights, column widths, and also the corner where the timer appears, in addition to customized hotkeys.
The code cleanup is done, so now I can begin updating the Mac version.
I can't seem to get any timers (mainly WSplit) to work with DOSBox, but it works fine with any other game I use it with (other than Fallout New Vegas on Steam). Yes I do have hotkeys set up in WSplit and they work with other games. Is there a reason for this? I've tried different output options and priority options in the conf files for the DOSBox games but nothing seems to work. It seems like the game is stealing all priority from any other program that tries to receive input.
DOSBox? It seems like you should use VirtualBox instead. But I am curious if Time Split Tracker would work since it has more compatibility with older systems.
I have started updating the Mac version, but I have been a bit busy with work, so it will be a little while before I get an update.
DOSBox? It seems like you should use VirtualBox instead.
I've seen other folks using WSplit and DOSBox together and having it work just fine... I've tried numerous games and none of them are accepting my WSplit hotkeys while focus is on DOSBox.
Update that fixes 2 minor display errors (wrong colors and a tiny window size change because of Windows 7) I also fixed the code that reads the split file to allow a blank notes line.
DOSBox? It seems like you should use VirtualBox instead.
I've seen other folks using WSplit and DOSBox together and having it work just fine... I've tried numerous games and none of them are accepting my WSplit hotkeys while focus is on DOSBox.
I'm having a similar problem with Mark of the Ninja, where WSplit doesn't accept the hotkeys while the focus is on MotN even with global hotkeys enabled. Works with other games, but not MotN. I've been using kazami timer, but the splits are awkward and I'd really like the horizontal split functionality of wsplit for streaming.
Thanks for releasing a split timer for OS X, dunnius. Really glad to see people filling the void. Looking forward to the updates.
There's something that bugs me about it, though (apart from lack of some features you're already working on). Whenever I load a split file, the words "Attempts" and "Sessions" are behind the timer. I can resize the window so it looks better, but it reverts every time I load a split file.