New research and technology page
* Added legacyworlds-server-beans-technologies Maven module, including the player-level DAO and controller. * Added session classes to carry technology information, modified web client session façade accordingly * Various changes to common UI elements (forms, lists, etc...) so the start and end of some element can be drawn separately * Added controller, templates and JavaScript for research page
This commit is contained in:
parent
154f215e24
commit
6dcd59d7bc
45 changed files with 2314 additions and 178 deletions
|
@ -50,6 +50,10 @@
|
|||
<artifactId>legacyworlds-server-beans-system</artifactId>
|
||||
<groupId>com.deepclone.lw</groupId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<artifactId>legacyworlds-server-beans-technologies</artifactId>
|
||||
<groupId>com.deepclone.lw</groupId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<artifactId>legacyworlds-server-beans-updates</artifactId>
|
||||
<groupId>com.deepclone.lw</groupId>
|
||||
|
|
|
@ -8,6 +8,7 @@
|
|||
<!-- Spring configuration loader for all "real" game components -->
|
||||
<!-- ========================================================== -->
|
||||
<import resource="game/resources.xml" />
|
||||
<import resource="game/technologies.xml" />
|
||||
<import resource="game/updates.xml" />
|
||||
|
||||
</beans>
|
Reference in a new issue