summaryrefslogtreecommitdiffstats
path: root/EssentialsUpdate/src/com/earth2me/essentials/update/states/AbstractState.java
Commit message (Collapse)AuthorAgeLines
* Removing EssentialsUpdate from 2.9 branch.KHobbits2012-08-18-112/+0
| | | | Development may be continued in 3.x branch.
* Switch to the new I18n class and format cleanup of all classessnowleo2011-11-21-3/+2
|
* Some cleanup, refactoring of EssentialsHelp classsnowleo2011-10-27-2/+2
|
* Abort update textsnowleo2011-10-26-8/+10
|
* Abort the installation wizard if a runtime exception happenssnowleo2011-10-26-12/+20
|
* Advanced modesnowleo2011-10-26-3/+6
|
* Allow states to be automatically added to the state map.snowleo2011-10-26-0/+17
| | | | They have to have a Constructor that accept the StateMap as argument, otherwise a RuntimeException is thrown.
* Moving the link between the states from the constructor of the state machine ↵snowleo2011-10-23-1/+17
| | | | to the states classes.
* Statemachine for installation wizard (WIP)snowleo2011-10-23-0/+67