Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add visual reference, such as gifs, for anything that isn't easy to explain #40

Open
Crystalwarrior opened this issue Sep 30, 2021 · 1 comment
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers help wanted Extra attention is needed

Comments

@Crystalwarrior
Copy link
Collaborator

For documentation we need to create gif's that explain the process of how to do anything complicated to explain. Where to click, what to type in, to get the result - really to-the-point and simple, with text process.

@AnidemDex AnidemDex added the documentation Improvements or additions to documentation label Sep 30, 2021
@AnidemDex
Copy link
Owner

AnidemDex commented Sep 30, 2021

  • More information about how to use the timeline editor
  • More information about how to use the character editor

Both pages can be in the tutorials group of the documentation.

@AnidemDex AnidemDex added good first issue Good for newcomers help wanted Extra attention is needed labels Oct 9, 2021
AnidemDex added a commit that referenced this issue Mar 23, 2022
925dfe8 Update plugin.cfg
5405e5f Update event_class.gd
1592019 Revert 5dcc0b866017de0282047969d5ef9191fc643da2 .
a24ad35 Update EventManager and EventClass.
d110826 Merge pull request #50 from AnidemDex/event-class-improvement
d8b5505 Register EventGoTo
8a234f6 Verify that next event doesn't make cross references.
b6b2257 Add EventGoto
d562f17 Deprecate EventJumpToEvent
c2a0dc8 Deprecate EventChangeTimeline
c150c61 Fix events being overwrited on add_event.
47d54d4 Configure TimelineEditor.
4fa21ac Add a button on EventNode class.
0200c81 Add Event EditorInspectorPlugin.
18d64b2 Remove old welcome node script and scene
3659eba Remove old event node scene
c7d4c56 Remove unused editor script
8da1f32 Merge pull request #48 from AnidemDex/make-end-timeline-tool
746af52 Merge pull request #47 from AnidemDex/fix-shortcuts
1c144ee Fix shortcut not working.
40fe89a Add `tool` in EventEndTimeline.
cd2db08 Re-add welcome popup.
047f536 Rebuild plugin script base.
a4cbadf Add GodotPlugin class script.
49bb7d6 Fix an issue with old history
b978234 Update EventManager behaviour
b66c007 Update timeline save behaviour.
93c3360 Add set/get methods for next event in Event
103707a Add `next_event` property to Event class.
a937c94 Deprecate more timeline members.
5265ff2 Deprecate timeline members.
cb9a17b Merge pull request #42 from AnidemDex/event-container
b08b958 Restore old condition
463e4d2 Make timeline drawer a tool script
084a0d8 Remove old and now unused files.
e9a9c1c fix a method call on external data save
fadb534 avoid a warning related to shortcuts
3a8af8d Integrate the new editor into the plugin.
3d69132 Re-add editor toolbar.
baee833 Update registered_events script.
5cc7031 remove debug theme
b4e2d04 Update editor theme.
629c27c Make drag&drop work in subtimelines.
f38cd8c Improve drag and drop in subtimelines
9802e89 Re-enable drag and drop functionality.
ac9814c Split EventNode in pieces.
61fcf59 Backup before reset!
1999afc Improve theme
acf0ddf Improve timeline loading generation.\n Now with subevents and subtimelines
4adbd99 Idk what I did
7ee730d Rename classes
5b63fbc Add a lot of things. Don't forget to reacomodate the git story!!!
4367c2d Remove old theme pieces
94438df Update event node class
abb84e3 Add new condition event
12f9bc5 Merge pull request #39 from Crystalwarrior/fix-#23
1fd0d46 Merge pull request #40 from Crystalwarrior/fix-dragndrop
66d7c54 Fix timeline preview pop up not filling the horizontal space Make it resizable
f1502c9 Fix duplication bug when drag&dropping Fix drag preview being of the wrong node
c4b78a0 Fix odd drag and drop behavior, being unintuitive and causing user to lose events by accident
9c920e3 Fix events failing to save when edited in timeline unless a new event was created/removed Fix conditional event failing to save subresources unless main timeline is saved
dda3a87 Merge pull request #36 from Crystalwarrior/fix-35
5891f55 Rename return.gd to end_timeline.gd
6c5716b Fix AnidemDex/Godot-EventSystem#35
1319d33 Add return event
e48d888 Update plugin version
6b4d3ec Update timeline class
7abd72e Update plugin.cfg
e487758 Make event set extends from EventCallFrom.
3427cce Make EventCallFrom default EventCall event.
d40f7ad Make timeline the default value for EventManager node.timeline
42d6270 fix an issue related to editing an array in event
5c151f2 Unlock the full power of wait timer by removing arbitrary limitations (60 seconds only, 1 second step only)
43c8725 Add Call From event
62b3caa Update plugin version
cdc4eb9 Make EventManager a tool script
4ad9164 Hide scripts from editor
70f028c Update event manager class.
6c583fe Update event class. Now it defers the call to `_execute` method
d370f8d Update plugin.cfg
e76bfdf Add default names to condition timelines.
0d050e3 Add recent timelines icon
4f4500d Add a callback to automatically clear history
fdac7bd Add timeline history to timeline editor scene.
0c7b5da Add the plugin to editor meta and creates a function to register new events
ac48bb6 Fix version button
15bb931 Merge pull request #13 from AnidemDex/feature/timeline_name
d0e9cc1 Add resource_name next to resource_path in timeline editor
3229823 Update change timeline event
fa4a0e0 Update event inspector to ignore ignored properties
6f7783e Update plugin script to register event inspector
2036102 Add event inspector.
887ca48 Add inspector tools.
06d44be Merge branch 'main' of https://github.com/AnidemDex/Godot-EventSystem
05a8122 Fix a bug related to sub-classes of a class that extends Event
d83cbea Update plugin.cfg
2bba794 Add class name to call event
23347fc Register call event
184153c Add call event.
f017dd6 Add event icon
5ab11b6 Update emit signal event category
02bf721 Update emit signal event color
904182c Add class names to new events
f4616a1 Update new events
5c797b7 Add new event icons.
86b5276 Update registered_events.tres
2e7a71c Add show node event.
5252e35 Add hide node event.
f597b65 Add icon import file to avoid recreating it in playground
debcb08 Fix event Jump To.
6f3186e Add plugin icon
1443a30 Add a lot of stuff.
a97cc7e Add assets
92139ac Add license file inside the plugin folder
ba80f61 Update plugin script
5918e7d Add timeline editor themes
da22b79 Update EventTimelineEditor.
a817fad Update timeline class.
394602b Add `tool` to plugin scripts.
90747da Update TimelineEditor
40ea0ca Add registered events resource
d8a856e Update Timeline class
a5ac71f Add TimelineDisplayer
72b7ecc Update EventNode
531d710 Add Category and CategoryManager
ae993c1 Add Comment event
4f40ea9 Update EventClass
7839ddb Update EventNode
ad263de Add EventNode
9811c84 Update event class
09341f3 Update event manager
fc8d1f0 Add Timeline and EventManager
8337f0d Remove scripts and start again
d90386d Add Timeline class
a73a626 Rename EventResource to Event
cb5967c Update EventPlayer
c4ab400 Add EventPlayer class
60d6d16 Add EventNode class script
6ea204d add event class script
5b5fc7e update plugin script
eeab5f7 first commit
REVERT: 02ad072 Add Event: CallFrom [PR #18] from joaopedrosgs/add-call-from

git-subtree-dir: addons/event_system_plugin
git-subtree-split: 925dfe813420e808fbf85b73eca29eac490d27cf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation good first issue Good for newcomers help wanted Extra attention is needed
Projects
Status: No status
Development

No branches or pull requests

2 participants