Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
FutureTech Shared
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MOVES
FutureTech Shared
Graph
master
Select Git revision
Branches
1
master
default
Tags
20
0.1.30
0.1.29
0.1.28
0.1.27
0.1.26
0.1.25
0.1.24
0.1.23
0.1.22
0.1.21
0.1.20
0.1.19
0.1.18
0.1.17
0.1.16
0.1.15
0.1.14
0.1.13
0.1.12
0.1.11
21 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
3
Feb
26
Oct
7
Apr
24
Feb
11
Dec
13
May
12
24
Mar
6
26
Feb
28
Jan
27
21
8
31
Oct
21
Aug
15
12
31
Jul
29
25
23
5
Jun
24
Apr
17
29
Mar
28
26
Increased the version number for a new release
0.1.30 master
0.1.30 master
Merge branch 'issue/13-dynamic-list-item-removed' into 'master'
The item is now removed from the dictionary of list items before calling the OnItemRemoved function, but the root GameObject is destroyed afterwards just to make sure Unity isn't doing any cleanup before a derived class has a chance to.
Merge branch 'issue/16-implicit-operator-overrides' into 'master'
Added an implicit operator to get a value from a ScriptableVariable so you don't have to type .Value when using its value.
Merge branch 'issue/11-list-variables' into 'master'
Added an indexer override and Count function. Renamed the list changed event and added another one for when a list item changes.
Added a virtual function to do any cleanup necessary when an item is removed from a DynamicList.
Added a new type of scriptable variable that handles lists of values. The list itself is not accessible externally and any function that modifies it fires an event that the value has been changed.
The EventLogController now fires an event when logging stopped with the filename of the new log file.
0.1.29
0.1.29
Fixed an issue with Int and Float inputs to handle someone typing in negative numbers and decimals as they would in normal forms.
0.1.28
0.1.28
Added a null safety check for the ScriptableVariableLabels.
0.1.27
0.1.27
Made the position/rotation logger a little more flexible about the event it logs.
0.1.26
0.1.26
Updated to 0.1.25 and Unity 2019.3
0.1.25
0.1.25
Merge branch 'redirect-events-to-unity-debug-log' into 'master'
EventLog can now redirect events to the Unity Log.
Merge branch 'issue/6-state-manager' into 'master'
0.1.24
0.1.24
Added a class that fires game events based on its current state.
Added UI, variables, events, and listeners for Vector2, 3, and 4 values.
0.1.23
0.1.23
Added a component for firing game events on Unity Start and added the ability to delay firing Unity Events when a Game Event is being listened to.
Added a class that maps Unity Input Actions to Game Events. The shared package is now dependent on the Unity Input system package until it's permanently part of the engine.
Updating package version
0.1.22
0.1.22
Added a simple script to load a different scene when told to
Merge branch 'issue/3-event-loggers' into 'master'
Added game event loggers for the four types of basic value game events.
Merge branch 'issue/4-game-event-exception-catching' into 'master'
Wrapped the game event listeners in a try/catch block so that if some listener to a GameEvent throws an exception, any other GameEventListeners will still get their functions called.
Made a new Util package for shared things with no clearly defined system with one script to begin with that quits a Unity application.
The event log now uses 24-hour timestamps for the start and end times and the filename.
0.1.21
0.1.21
Updated the package version
0.1.20
0.1.20
Added GameObject and Transform variables and events.
Missed a few things.
0.1.19
0.1.19
Made the Scriptable Variable UI use TextMeshPro input fields and text labels.
Removed a needless ToString() on a string variable that actually caused problems if the string in question was null.
0.1.18
0.1.18
Gave the int variable input the same treatment as the float one so you can delete it all back to 0 if you'd like.
0.1.17
0.1.17
Made the variable labels able to have their output strings formatted as desired.
0.1.16
0.1.16
Tweaked the float variable input so you're actually able to type in decimal values.
0.1.15
0.1.15
Apparently events can't be fired from inherited classes, so the ScriptableVariable base class now has a protected function to fire its OnValueChanged event.
0.1.14
0.1.14
Added separate editor assembly so that the scene loader wouldn't break builds.
0.1.13
0.1.13
Added assembly files for all the different shared namespaces.
0.1.12
0.1.12
Loading