mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-11-01 16:29:31 +01:00
e903a5ac25
- Renamed old Plan to PlanLite with refractor - Deprecated PlanLite API classes in Plan (Hook, DataPoint, DataType) - API not yet changed - extra hook calls passed onto PlanLite - Created the new data structure that saves all the information needed by analysis. (Not Bugtested) - Refractored PlanDemographics code into DemographicsHandler - Added Gender Enum - Added Phrase Enum (plugin messages) TODO: - Bugtest SQL - Bugtest UserData - Bugtest ServerData - Inspect command - Analysis - Search command (No clue yet) - Bugtest Listeners - Bugtest Handlers - Command listener - ServerData newPlayers / day reset - Config - html webserver for results
16 lines
501 B
XML
16 lines
501 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<project xmlns="http://www.netbeans.org/ns/project/1">
|
|
<type>org.netbeans.modules.java.j2seproject</type>
|
|
<configuration>
|
|
<data xmlns="http://www.netbeans.org/ns/j2se-project/3">
|
|
<name>PlanLite</name>
|
|
<source-roots>
|
|
<root id="src.dir"/>
|
|
</source-roots>
|
|
<test-roots>
|
|
<root id="test.src.dir"/>
|
|
</test-roots>
|
|
</data>
|
|
</configuration>
|
|
</project>
|