summaryrefslogtreecommitdiff
path: root/sources/core/VSMessage.java
AgeCommit message (Collapse)Author
2022-04-03reformatted with astyleds-simPaul Buetow
2022-04-03fix java deprecation noticesPaul Buetow
2021-05-01fix URIs in headersPaul Buetow
2009-01-17added initial multiple langua support.Paul Buetow
2008-08-13typosPaul Buetow
2008-08-10fixed writtingsPaul Buetow
2008-08-07codelinelength and formattedPaul Buetow
2008-08-04restructured stuffPaul Buetow
2008-06-11More javadoc.Paul Buetow
Several bugfixes. New feauture: Boolean: sim.periodic A lot of more which i forgot!
2008-06-02fixesPaul Buetow
2008-05-31a bit of refactoringPaul Buetow
2008-05-30documented more.Paul Buetow
2008-05-30Paul Buetow -> Paul C. BuetowPaul Buetow
2008-05-30all java files now have a license header.Paul Buetow
2008-05-29Only relevant message delivering works.Paul Buetow
2008-05-28Style and javadoc.Paul Buetow
2008-05-27Pull down menu now sorted by protocol's shortnamesPaul Buetow
2008-05-26VSMessage constructor does not requier the protocol's classname anymore.Paul Buetow
2008-05-25Added private static final long serialVersionUID = 1L;Paul Buetow
Some docu update.
2008-05-25Run astyle.Paul Buetow
2008-05-25JavaDoc.Paul Buetow
2008-05-25JAutoDoc :)Paul Buetow
2008-05-25initial javadoc.Paul Buetow
2008-05-25Imports cleaned.Paul Buetow
2008-05-24Cleanup.Paul Buetow
2008-05-20Loggin texts cleaned.Paul Buetow
2008-05-20A VSMessage is not a VSEvent any more. Instead a MessageReceiveEvent has ↵Paul Buetow
been introduced.
2008-05-18new Task Manager works :-)Paul Buetow
2008-05-18The TaskManager works partly.Paul Buetow
2008-05-18Some cleanup in the VSDefaultPrefs. Paul Buetow
Initial ProtocolEvent, which is for protocol activation/deactivation
2008-05-17VSEvent interface has now has the init method.Paul Buetow
2008-05-17Renamed RegisteredProtocols into VSRegisteredProtocolsPaul Buetow
2008-05-17core.time package complete.Paul Buetow
2008-05-17Vectortimestamps workPaul Buetow
Better representation of Lamporttimestamps BerkelyTimeProtocol M trunk/ROADMAP M trunk/sources/prefs/VSPrefs.java M trunk/sources/prefs/VSDefaultPrefs.java M trunk/sources/simulator/VSMain.java M trunk/sources/simulator/VSSimulation.java M trunk/sources/simulator/VSSimulationPanel.java M trunk/sources/utils/VSFrame.java M trunk/sources/utils/VSClassLoader.java M trunk/sources/utils/VSInfoArea.java M trunk/sources/protocols/BroadcastSturmProtocol.java M trunk/sources/protocols/ExternalTimeSyncProtocol.java M trunk/sources/protocols/RegisteredProtocols.java M trunk/sources/protocols/PingPongProtocol.java M trunk/sources/protocols/InternalTimeSyncProtocol.java M trunk/sources/protocols/VSProtocol.java M trunk/sources/protocols/DummyProtocol.java A trunk/sources/protocols/BerkelyTimeProtocol.java M trunk/sources/core/VSLamport.java M trunk/sources/core/VSProcess.java A trunk/sources/core/VSTime.java A trunk/sources/core/VSVectorTime.java M trunk/sources/core/VSTask.java M trunk/sources/core/VSMessage.java M trunk/sources/editors/VSEditor.java M trunk/sources/editors/VSProtocolEditor.java M trunk/sources/editors/VSSimulationEditor.java M trunk/sources/editors/VSEditorFrame.java M trunk/sources/editors/VSProcessEditor.java
2008-05-15 1 Moved the stuff to trunk!Paul Buetow