4
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jan 09, 2025 — Jan 09, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
cleaned up the core plugin exports, and another updated version of the warlock2-core.jar (i might be removing this from version control soon) More... almost 19 years ago
some code cleanup. WarlockApplication now implements "IApplication" because IPlatformRunnable was deprecated More... almost 19 years ago
support for the new Map<String,String> arguments More... almost 19 years ago
tried changing all the map arguments to Map<String,String> More... almost 19 years ago
refactored some login code into a new "LoginUtil" class. the character select page now prompts if the user wants to save their profile for use later. i'll eventually add a "Always do this from now on" checkbox... More... almost 19 years ago
profiles are now listed under the "Connect" menu. the connect menu itself has been moved from the warlock application class to the new org.eclipse.ui.menus extension point More... almost 19 years ago
removed external tool builder More... almost 19 years ago
stringPropertyNames() is apparently a 1.6 only method.. changed to compile in 1.5 More... almost 19 years ago
jdk 1.5 compliance/compiler settings More... almost 19 years ago
project name should be "com.arcaner.warlock.rcp" More... almost 19 years ago
Initial import of new warlock2 feature More... almost 19 years ago
Initial import of new warlock2 feature More... almost 19 years ago
profile/savedprofiles were moved down to core More... almost 19 years ago
added image ids for new images More... almost 19 years ago
we now have propert notificatoin of next/previous events in the connect wizard. More... almost 19 years ago
refactored to support new property based listening and the IStormFrontClientViewer interface More... almost 19 years ago
a new package and configuration file for configuring name-based (custom) styles. More... almost 19 years ago
chagned to accomodate new DEFAULT_VIEW/plugin refactor More... almost 19 years ago
changed to reflect new signatures of listener/viewer interfaces. stormfront clientviewer is also now wrapper More... almost 19 years ago
updated core jar and manifest More... almost 19 years ago
more updated references More... almost 19 years ago
some misc UI cleanup More... almost 19 years ago
new splash image that will probably need to be revisited More... almost 19 years ago
refactored plugin name to com.arcaner.warlock.rcp, and changed references to it More... almost 19 years ago
some new images for connect and wizard icon More... almost 19 years ago
"icons" was moved to "images" More... almost 19 years ago
lots of internal tag handler changes. More... almost 19 years ago
the client listener interface is now deprecated/removed More... almost 19 years ago
StormFrontStyle tries to give styling metadata to text appended/echo'd to a stormfront viewer. A new sub-interface of IWarlockClientViewer (IStormFrontClientViewer) was created, as well as an abstract base class to do basic delegation for some of the methods in IWarlockClientViewer More... almost 19 years ago
storm front client interface has been changed to allow the use of the new "style" interface that attempts to describe any styling details that the xml protocol gives us More... almost 19 years ago