0
I Use This!
Inactive

Commits : Listings

Analyzed about 22 hours ago. based on code collected 1 day ago.
Apr 18, 2023 — Apr 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Switched on Visible Meta Files More... about 10 years ago
README URLs & name updated More... over 10 years ago
Merge branch 'master' of github.com:slippyd/unity3d-NEvent
Slipp Douglas Thompson
as Slippy Douglas
More... over 14 years ago
Added a bit about NEvent not being close to a "1.0" release.
Slipp Douglas Thompson
as Slippy Douglas
More... over 14 years ago
Added fields for NAbilities and NReactions, however, they don't seem to be working correctly in Unity.
Slipp Douglas Thompson
as Slippy Douglas
More... over 14 years ago
Some friendlier assert messages.
Slipp Douglas Thompson
as Slippy Douglas
More... over 14 years ago
Added a convience constructor that takes a scope in addition to a type.
Slipp Douglas Thompson
as Slippy Douglas
More... over 14 years ago
Added Awake() convience method.
Slipp Douglas Thompson
as Slippy Douglas
More... over 14 years ago
Changed NReaction's owner field to reactionOwner to avoid conflicts with game code names.
Slipp Douglas Thompson
as Slippy Douglas
More... over 14 years ago
Changed NAbility's owner field to abilityOwner to avoid conflicts with game code names.
Slipp Douglas Thompson
as Slippy Douglas
More... over 14 years ago
Fixed an inaccuracy pertaining to folder structure.
Slipp Douglas Thompson
as Slippy Douglas
More... over 14 years ago
Fixed typos.
Slipp Douglas Thompson
as Slippy Douglas
More... over 14 years ago
Fixed formatting a bit more.
Slipp Douglas Thompson
as Slippy Douglas
More... over 14 years ago
Updated README with info about "Gitting" via clone and submodule, as well as via fork and ZIP file. Reformatted a bit.
Slipp Douglas Thompson
as Slippy Douglas
More... over 14 years ago
Merge branch 'master' of github.com:slippyd/unity3d-NEvent
Slipp Douglas Thompson
as Slippy Douglas
More... over 14 years ago
Removing callable support for now, since it's oh-so-very broken (it crashes Unity).
Slipp Douglas Thompson
as Slippy Douglas
More... over 14 years ago
Removing callable support for now, since it's oh-so-very broken (it crashes Unity even!)
Slipp Douglas Thompson
as Slippy Douglas
More... over 14 years ago
Added support for callables, though the list is populated with a lot of System-level stuff…
Slipp Douglas Thompson
as Slippy Douglas
More... over 14 years ago
Unity fixed some file modes.
Slipp Douglas Thompson
as Slippy Douglas
More... over 14 years ago
Added Enum support to AutoField().
Slipp Douglas Thompson
as Slippy Douglas
More... over 14 years ago
Added a public scope parameter to NEvent_TestAbility.
Slipp Douglas Thompson
as Slippy Douglas
More... over 14 years ago
Added static methods for SerializableTypeField() and SerializableDerivedTypeField(). Added both to AutoField.
Slipp Douglas Thompson
as Slippy Douglas
More... over 14 years ago
• updated to use SerializableDerivedType • a bit of clean-up
Slipp Douglas Thompson
as Slippy Douglas
More... over 14 years ago
Realized I didn't need to set up my custom GUIStyles from a static constructor; I can just set them manually.
Slipp Douglas Thompson
as Slippy Douglas
More... over 14 years ago
Changed a bunch of uses of ….GetType().Name to ….GetType().FullName, since it's probably safer in the long run.
Slipp Douglas Thompson
as Slippy Douglas
More... over 14 years ago
Created SerializableType and SerializableDerivedType for holding a Type as a string to allow it to be Serialized by Unity.
Slipp Douglas Thompson
as Slippy Douglas
More... over 14 years ago
Changed the order of NEvent_TestActionOnNEvent_Test members (seems to make more sense this way).
Slipp Douglas Thompson
as Slippy Douglas
More... over 14 years ago
NEditorGUILayout -> NEventEditorGUILayout (part 2: code renames)
Slipp Douglas Thompson
as Slippy Douglas
More... over 14 years ago
NEditorGUILayout -> NEventEditorGUILayout (part 1 file rename)
Slipp Douglas Thompson
as Slippy Douglas
More... over 14 years ago
Set strings to default to blank to prevent bad reference exceptions.
Slipp Douglas Thompson
as Slippy Douglas
More... over 14 years ago