------------------------------------------------------------------------
r33 | ormek | 2009-02-07 14:13:52 +0000 (Sat, 07 Feb 2009) | 1 line
Changed paths:
A /tags/Beta4_Emotes (from /trunk:31)
Please test emotes and yell with this beta.
------------------------------------------------------------------------
r31 | ormek | 2009-02-02 00:04:24 +0000 (Mon, 02 Feb 2009) | 3 lines
Changed paths:
A /trunk/EmoteHelper.lua
M /trunk/StoryTeller.lua
M /trunk/StoryTeller.toc
Support Emotes and yell
This is not well tested. Please try to test with prefix. What about lines starting with spaces?
Any text following an emote is ignored.
------------------------------------------------------------------------
r30 | ormek | 2009-02-01 21:50:05 +0000 (Sun, 01 Feb 2009) | 1 line
Changed paths:
M /trunk/StoryTeller.xml
Uses smaller font: 12pt instead of 14.
------------------------------------------------------------------------
r28 | ormek | 2009-02-01 14:58:30 +0000 (Sun, 01 Feb 2009) | 1 line
Changed paths:
M /trunk/StoryTeller.toc
Set Version Number to 2.0
------------------------------------------------------------------------
r26 | ormek | 2009-01-31 16:21:44 +0000 (Sat, 31 Jan 2009) | 2 lines
Changed paths:
M /trunk/LineBreakTest.txt
set line break property
------------------------------------------------------------------------
r25 | ormek | 2009-01-31 16:16:50 +0000 (Sat, 31 Jan 2009) | 2 lines
Changed paths:
A /trunk/LineBreakTest.txt
M /trunk/StoryTeller.lua
Further refined the line break issue. It can now handle ';' as line breaker and does some special treatment for |. Can also handle lines that start with whitespace or | now.
Added test texts to check in StoryTeller.
------------------------------------------------------------------------
r24 | ormek | 2009-01-31 13:40:24 +0000 (Sat, 31 Jan 2009) | 3 lines
Changed paths:
M /trunk/StoryTeller.lua
Successfully worked on Ticket 11. Actually line numbering did not respect the UTF-8 representation of text as strings. Strings are actually byte array and contain the characters in encoded form only. Welcome back to the old C-days.
I also added || instead of | and linebreaks on - and /. I still have to test for other chars, but this is a huge step forward.
The code still does not exactly know how many visible characters fit into a single line, but often enough guesses correctly. So fiddling with the window width will help again.
------------------------------------------------------------------------
r23 | ormek | 2009-01-31 10:39:03 +0000 (Sat, 31 Jan 2009) | 1 line
Changed paths:
M /trunk/StoryTeller.lua
M /trunk/StoryTeller.xml
Keep changed text even after redisplay. This fixes ticket 10: http://wow.curseforge.com/projects/storyteller/tickets/10-story-teller-does-undo-und-second-show/
------------------------------------------------------------------------
r22 | ormek | 2009-01-30 20:52:54 +0000 (Fri, 30 Jan 2009) | 1 line
Changed paths:
M /trunk/StoryTeller.xml
smaller minimal y-size
------------------------------------------------------------------------
r21 | ormek | 2009-01-30 18:53:03 +0000 (Fri, 30 Jan 2009) | 1 line
Changed paths:
M /trunk/StoryTeller.lua
As I did not fix the line numbering bug, which is a real P.I.T.A., I print the selected line as a quick hack. Now the user can check for himself. :(
------------------------------------------------------------------------
r20 | ormek | 2009-01-15 23:00:42 +0000 (Thu, 15 Jan 2009) | 1 line
Changed paths:
M /trunk/StoryTeller.toc
Update rev. number and allow download of alpha.
------------------------------------------------------------------------
r19 | ormek | 2009-01-15 22:13:09 +0000 (Thu, 15 Jan 2009) | 2 lines
Changed paths:
M /trunk/StoryTeller.lua
Reworked line number calculation. This is more a quick hack than a thorough solution, but it should be faster and take less memory.
Also added /st next and /st reset command for macros.
------------------------------------------------------------------------
r18 | ormek | 2009-01-15 22:12:05 +0000 (Thu, 15 Jan 2009) | 1 line
Changed paths:
M /trunk/StoryTeller.xml
Allow more line numbers.
------------------------------------------------------------------------
r17 | ormek | 2009-01-15 20:07:47 +0000 (Thu, 15 Jan 2009) | 1 line
Changed paths:
M /trunk/StoryTeller.xml
Fixed ticket 1. SetAllPoints of EditBox to match its Parent.
------------------------------------------------------------------------
r15 | ormek | 2009-01-14 23:43:18 +0000 (Wed, 14 Jan 2009) | 1 line
Changed paths:
M /trunk/Localization.deDE.lua
M /trunk/Localization.enUS.lua
Removed slashcommands from localization files.
------------------------------------------------------------------------
r14 | ormek | 2009-01-14 22:41:30 +0000 (Wed, 14 Jan 2009) | 1 line
Changed paths:
M /trunk/StoryTeller.toc
Updated version number
------------------------------------------------------------------------
r13 | ormek | 2009-01-14 22:39:18 +0000 (Wed, 14 Jan 2009) | 1 line
Changed paths:
M /trunk/StoryTeller.lua
Fixed ticket 7. We can now correctly handle a non existent selected prefix table.
------------------------------------------------------------------------
r12 | ormek | 2009-01-14 21:13:06 +0000 (Wed, 14 Jan 2009) | 1 line
Changed paths:
M /trunk/Localization.deDE.lua
M /trunk/Localization.enUS.lua
M /trunk/StoryTeller.lua
M /trunk/StoryTeller.xml
Fixed Configurable comments. This does need some more testing.
------------------------------------------------------------------------
r11 | ormek | 2009-01-13 23:16:06 +0000 (Tue, 13 Jan 2009) | 1 line
Changed paths:
A /trunk/Localization.deDE.lua
M /trunk/Localization.enUS.lua
M /trunk/StoryTeller.toc
Added german localization and revision number in toc.
------------------------------------------------------------------------
r10 | ormek | 2009-01-13 22:44:37 +0000 (Tue, 13 Jan 2009) | 2 lines
Changed paths:
A /trunk/ChatCollection.lua
M /trunk/Localization.enUS.lua
M /trunk/StoryTeller.lua
M /trunk/StoryTeller.toc
M /trunk/StoryTeller.xml
Allow posting to multiple chats. Select and deselect chat channels at will.
Will -- hopefully -- convert from old DB format to current one.
------------------------------------------------------------------------
r9 | ormek | 2009-01-13 19:26:27 +0000 (Tue, 13 Jan 2009) | 1 line
Changed paths:
M /trunk/StoryTeller.lua
M /trunk/StoryTeller.toc
Added comment feature. Use hash followed by space '# ' at start of line.
------------------------------------------------------------------------
r7 | ormek | 2009-01-13 18:55:29 +0000 (Tue, 13 Jan 2009) | 1 line
Changed paths:
M /trunk/StoryTeller.toc
As I will release this as beta. set the version to 1.0
------------------------------------------------------------------------
r6 | ormek | 2009-01-13 18:50:13 +0000 (Tue, 13 Jan 2009) | 1 line
Changed paths:
D /trunk/StoryTeller
No longer needed.
------------------------------------------------------------------------
r5 | ormek | 2009-01-13 18:48:59 +0000 (Tue, 13 Jan 2009) | 1 line
Changed paths:
A /trunk/.project (from /trunk/StoryTeller/.project:4)
A /trunk/Localization.enUS.lua (from /trunk/StoryTeller/Localization.enUS.lua:4
D /trunk/StoryTeller/.project
D /trunk/StoryTeller/Localization.enUS.lua
D /trunk/StoryTeller/StoryTeller.lua
D /trunk/StoryTeller/StoryTeller.toc
D /trunk/StoryTeller/StoryTeller.xml
D /trunk/StoryTeller/UI.xsd
D /trunk/StoryTeller/fonts
D /trunk/StoryTeller/images
A /trunk/StoryTeller.lua (from /trunk/StoryTeller/StoryTeller.lua:4
A /trunk/StoryTeller.toc (from /trunk/StoryTeller/StoryTeller.toc:4
A /trunk/StoryTeller.xml (from /trunk/StoryTeller/StoryTeller.xml:4
A /trunk/UI.xsd (from /trunk/StoryTeller/UI.xsd:4
A /trunk/fonts (from /trunk/StoryTeller/fonts:4)
A /trunk/images (from /trunk/StoryTeller/images:4)
The zip CurseForge creates for me is broken otherwise.
------------------------------------------------------------------------
r4 | ormek | 2009-01-13 18:46:37 +0000 (Tue, 13 Jan 2009) | 1 line
Changed paths:
A /trunk/StoryTeller/.project
A /trunk/StoryTeller/Localization.enUS.lua
A /trunk/StoryTeller/StoryTeller.lua
A /trunk/StoryTeller/StoryTeller.toc
A /trunk/StoryTeller/StoryTeller.xml
A /trunk/StoryTeller/UI.xsd
A /trunk/StoryTeller/fonts
A /trunk/StoryTeller/fonts/COPYRIGHT.TXT
A /trunk/StoryTeller/fonts/VeraMono.ttf
A /trunk/StoryTeller/images
A /trunk/StoryTeller/images/highlight.tga
A /trunk/StoryTeller/images/resize.tga
A /trunk/StoryTeller/images/save.tga
A /trunk/StoryTeller/images/topleft.tga
A /trunk/StoryTeller/images/undo.tga
Initial commit of the current version. This can be released as beta.
------------------------------------------------------------------------
r3 | ormek | 2009-01-13 18:32:37 +0000 (Tue, 13 Jan 2009) | 1 line
Changed paths:
A /trunk/StoryTeller (from /trunk/storyteller:2)
D /trunk/storyteller
That´s how I spell it.
------------------------------------------------------------------------
r2 | ormek | 2009-01-13 18:32:06 +0000 (Tue, 13 Jan 2009) | 1 line
Changed paths:
A /trunk/storyteller
I'd like my files to reside in a folder, so that I can later on add other packages, if necessary.
------------------------------------------------------------------------
r1 | root | 2009-01-13 18:21:36 +0000 (Tue, 13 Jan 2009) | 1 line
Changed paths:
A /branches
A /tags
A /trunk
"storyteller/mainline: Initial Import"
------------------------------------------------------------------------