0
I Use This!
Inactive

Commits : Listings

Analyzed about 18 hours ago. based on code collected about 19 hours ago.
May 02, 2023 — May 02, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Lots of renames, part 1.
Slipp Douglas Thompson
as Slippy Douglas
More... over 14 years ago
Removed unrelated StateTest stuff and renamed all the NectarTest… stuff to NectarEventTest…. This should make everything work again.
Slipp Douglas Thompson
as Slippy Douglas
More... over 14 years ago
Moved all the NectarEvent stuff to a Lib subdirectory.
Slipp Douglas Thompson
as Slippy Douglas
More... over 14 years ago
moving Test stuff into sub-directory of NectarEvent
Slipp Douglas Thompson
as Slippy Douglas
More... over 14 years ago
new dispatch MonoBehaviour for accepting NectarReceive calls and turning them into local "On…" SendMessage calls
Slipp Douglas Thompson
as Slippy Douglas
More... over 14 years ago
Removed Debug.Log() entries.
Slipp Douglas Thompson
as Slippy Douglas
More... over 14 years ago
NectarEvent: • changed var for NectarNoteBase from "data" to "note" • made messageName pass through to the Note • removed Note class name safety check in constructor; they're now done internally by the Note • made the default scope Local • added safety asserts for Specific, Named, and Tagged scopes
Slipp Douglas Thompson
as Slippy Douglas
More... over 14 years ago
NectarNoteBase: • made name var final (set via constructor) • added comment about sub-classing
Slipp Douglas Thompson
as Slippy Douglas
More... over 14 years ago
FINALLY! All tests passing; everything is working again. What an f-ing mindtrip.
Slipp Douglas Thompson
as Slippy Douglas
More... over 14 years ago
Renamed INectarNote to NectarNoteBase since it's no longer an interface and likely never will be again.
Slipp Douglas Thompson
as Slippy Douglas
More... over 14 years ago
Back to classes and it works like a charm. Ug.
Slipp Douglas Thompson
as Slippy Douglas
More... over 14 years ago
• Changed …TestNote and I…Note back to interface and struct. • Got the new approach mostly working; no more string->class attempts! • Cleaned up formatting. • Updated Tests.
Slipp Douglas Thompson
as Slippy Douglas
More... over 14 years ago
Got Unity to crash by removing one comma. Making progress now!
Slipp Douglas Thompson
as Slippy Douglas
More... over 14 years ago
Switched INectarNote from an interface to an abstract class and NectarTestNote from a struct to a class. Now "System.MissingMethodException: Constructor not found. Class: NectarTestNote" ensues.
Slipp Douglas Thompson
as Slippy Douglas
More... over 14 years ago
Another intermediate check-in. This time, I'm up against a "TypeLoadException: Could not load type 'NectarTestNote' from assembly …" error, even when explicitly calling System.Activator.CreateInstance(). Not much else has changed; just some formatting differences.
Slipp Douglas Thompson
as Slippy Douglas
More... over 14 years ago
Intermediate check-in; NOT COMPILING
Slipp Douglas Thompson
as Slippy Douglas
More... over 14 years ago
Added NectarEventPort for receiving events and storing them in a queue/buffer.
Slipp Douglas Thompson
as Slippy Douglas
More... over 14 years ago
Made assert a bit more helpful.
Slipp Douglas Thompson
as Slippy Douglas
More... over 14 years ago
Pretty much everything renamed. Some names are super-long now (NectarStateTransition), so I may need to find a way to shorten them later. This will at least prevent classes for now!
Slipp Douglas Thompson
as Slippy Douglas
More... over 14 years ago