0
I Use This!
Inactive

Commits : Listings

Analyzed 3 days ago. based on code collected 3 days ago.
Mar 25, 2025 — Mar 25, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Update README to reflect merge from Unity3 branch back to master. More... over 15 years ago
Make this work on both Unity 2.6 AND Unity 3.0. More... over 15 years ago
Cruft removal. More... over 15 years ago
Don't create and discard a StringBuffer every time we have output. More... over 15 years ago
Final readme updates for release. More... over 15 years ago
Note to self. More... over 15 years ago
Remove dead code. More... over 15 years ago
Clean up comments / docs. More... over 15 years ago
Formatting corrections. More... over 15 years ago
Make this API a touch easier to use... More... over 15 years ago
Merge branch 'master' into Unity3 More... over 15 years ago
Merge branch 'master' of github.com:MrJoy/UnityREPL More... over 15 years ago
Trailing whitespace removal. More... over 15 years ago
Don't show the code the user executed -- it's problematic clutter for the moment... More... over 15 years ago
Print names of Unity objects. More... over 15 years ago
No sense having a separate panel right now... More... over 15 years ago
Git likes trailing newlines. :) More... over 15 years ago
Add scrolling, and make this a fold-out for those who don't want to pay the cost. More... over 15 years ago
Don't need the overhead right now... More... over 15 years ago
Beginnings of inline display for vars. More... over 15 years ago
The version of Mono.CSharp.Evaluator we're using doesn't let us access the list of variables the user has created. SO, we work around that... *shudder* More... over 15 years ago
ONLY catch compile errors. Users should produce output to Debug.Log. More... over 15 years ago
Fix long-standing "sticky continuation mode" bug. More... over 15 years ago
Make behavior of enter key work as it ought to under Unity3. More... over 15 years ago
Cruft removal. More... over 15 years ago
Switch to a pure Debug.Log model. More... over 15 years ago
Update TODO list... More... over 15 years ago
To hell with keeping our own history -- just plug into Debug.Log and be done with it. More... over 15 years ago
Remove a bit of cruft, including a spurious debug message. More... over 15 years ago
Slightly better formatting of the editor window. More... over 15 years ago