Please do an update against the SVN repository and check out the latest fixes. Here's a summary of things to look at in particular:
*Added code to disable performance counters when the corresponding logger is turned off (might save us a few cpu cycles here and there)
*Move CodeTimer static field into the PersistenceUtil.saveCampaign() method to avoid concurrency issues when an autosave occurs during a regular File > Save Campaign
*Fix drawings on Hidden layer being "above" tokens on the same layer (should be below;
viewtopic.php?f=3&t=14344)
*Some bug fixes for importing maps (correct GUID in Zone, for example)
*Problem with importing a token macro with accented characters in it (
viewtopic.php?f=1&t=14322&p=151741#p151609); fix required restructuring PackedFile.putFile() methods
*Remove redundant entries from the resource library list upon startup; and prevent redundant entries from being saved
*Patch for preventing token names from being empty (Rumble)
*Updated the German translation (aPown)
*Patch for turning on word wrapping in textareas (kkragenbrink)
*getTokenX() should return a BigDecimal value (
viewtopic.php?f=20&t=14546#p154261)
*Assets marked as "broken" in the campaign file were not restored properly; warnings added to the log file -- change to popup box to alert GM as well?
*Reported by aliasmask via PM; fixed by Rumble: weirdness on double-clicking a token on a stack
*Updated Spanish translation (patoace)
*Chat notifiers -- messages that indicate someone else is typing (Rumble;
viewtopic.php?f=3&t=14355&start=45#p152754)
*Four different opacity levels on Preferences dialog (halo, aura, light, fog). This effectively allows soft fog to be turned off by setting it to 255.
I'm likely to put out b67 tomorrow. I still need to hear from gioppo re: an Abeille form but the basics of his VBL-while-drawing patch look okay. That means a few other items (like a sound being played on gaining initiative) will need to wait for b68; likely two weeks at the earliest.
I spent a few
hours this evening trying to get my branch merged back into the trunk. I still don't understand how I finally managed to get it to work. I expected to be able to have the branch in my workspace then select Team > Merge... and specify the trunk. But Eclipse seemed to always think I actually had the trunk checked out so it didn't merge anything. I finally reverted to the trunk and then specified particular revisions from the branch and the merge worked. At least, I think that's what triggered it.

(That's just FYI and as a note for myself on what to do next time.

)