Menu

Code Commit Log


Commit Date  
[r11291] by benkick

playground refactoring

2010-04-26 16:33:48 Tree
[r11290] by yu_vsp
2010-04-26 16:27:43 Tree
[r11289] by michaz

Cleanup

2010-04-26 14:14:12 Tree
[r11288] by mrieser

code cleanup, use interface instead of implementation in many places.
API: ScenarioImpl.getPopulation() returns Population instead of PopulationImpl

2010-04-26 13:55:19 Tree
[r11287] by danieldressler

fixed implicit vertex cleanup with costs

2010-04-26 13:43:45 Tree
[r11286] by benkick

added comments

2010-04-26 11:43:20 Tree
[r11285] by mrieser

disable tests due to missing test files

2010-04-26 09:57:23 Tree
[r11284] by mrieser

fix path to test-config

2010-04-26 09:55:32 Tree
[r11283] by mrieser

OTFClient no longer extends from Thread, but now implements Runnable. This means, it can no longer be started with "new OTFClient(...).start();", but must be called either with ".run();" to have it run in the same thread, or with "new Thread(new OTFClient(...)).start();" to have it running in another thread (e.g. for live-visualization). Adapted code where necessary.

2010-04-26 09:46:14 Tree
[r11282] by mrieser

try to better clear logger-cache after startup.

2010-04-26 08:56:38 Tree
Older >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.