simon987
|
55fdd93d9d
|
Update dependency
|
2019-04-23 17:14:24 -04:00 |
|
simon987
|
762bad758b
|
Fixes #188 #187
|
2019-01-15 21:02:25 -05:00 |
|
simon987
|
f9898f57f4
|
Updated dependencies
|
2019-01-09 18:46:37 -05:00 |
|
simon
|
84ca3acb52
|
revert debug values
|
2018-12-22 18:17:53 -05:00 |
|
simon
|
5f95c17aed
|
More refactoring, updated mongodb driver + transactions on supported clusters
|
2018-12-22 17:48:29 -05:00 |
|
simon
|
94b8ef5395
|
NPC Plugin rewrite.
Plugin-level data can be stored in DB
|
2018-12-21 14:00:18 -05:00 |
|
Simon
|
5de909cd9c
|
Fixed some debug commands. Added blueprint item deserialization, Added inventory SCAN and SEEK actions
|
2018-12-06 11:13:06 -05:00 |
|
Simon
|
ae41bd9cb9
|
Added construction plugin module
|
2018-11-30 21:51:34 -05:00 |
|
Simon
|
de45eb1827
|
Fixes #160
|
2018-11-30 16:35:58 -05:00 |
|
Simon
|
3776070689
|
Fixes #170, #155
|
2018-11-27 16:02:21 -05:00 |
|
Simon
|
4be1bf2e8a
|
TileMap now uses Tile instances instead of ints. No changes in the way it is stored in the database
|
2018-11-15 12:08:44 -05:00 |
|
Simon
|
96fc3ed68c
|
Should fix server crash problem when harvesting biomass
|
2018-08-13 15:43:41 -04:00 |
|
Simon
|
45d34c37ad
|
Commented out some debug messages & fix for #161
|
2018-06-04 16:44:32 -04:00 |
|
Simon
|
a9cc9662f4
|
Changed unreliable sequential integer object id to BSON ObjectId #162
|
2018-06-04 14:53:20 -04:00 |
|
Simon
|
a7bdbd2513
|
I broke everything pt. 1: Moved helditem into CubotInventory, added debug commands for CubotInventory, Added vault complete GameEvent, moved CPU to Cubot, renamed CpuHardware to HardwareModule, moved HardwareModule to Cubot & added HardwareHost interface, removed getParent() in ControllableUnit, moved items to the Item class, started moving tiles to Tile classes, renamed Programmable to MessageReceiver
|
2018-05-31 22:13:07 -04:00 |
|
simon
|
4b67798180
|
Added structure class #145 and moved many constants to config.properties
|
2018-05-12 20:32:10 -04:00 |
|
simon
|
3368268924
|
Cubot object id is no longer stored inside every CpuHardware in the database. Renamed some fields in the database to make them more readable
|
2018-05-12 16:16:24 -04:00 |
|
simon
|
4cd58c86a5
|
Refactor: changed the way game objects and cpu hardware are saved/loaded from the database #151
|
2018-05-12 15:32:42 -04:00 |
|
simon
|
854863ede9
|
Updated mongodb driver to 3.7.0
|
2018-05-11 21:06:18 -04:00 |
|
simon
|
e97ecbe380
|
Added javadocs
|
2018-05-01 15:41:51 -04:00 |
|
simon
|
083af31b84
|
Fixed websocket problem by upgrading spark version. Also fixed z-index problem with console
|
2018-04-29 17:00:42 -04:00 |
|
simon
|
3492e133e1
|
login/register working and Websocket partially implemented
|
2018-04-27 19:42:53 -04:00 |
|
simon
|
bd5f8573e8
|
Added web server and partly integrated frontend
|
2018-04-27 16:58:50 -04:00 |
|
simon987
|
292adb5483
|
Updated maven version numbers. Removed .iml files
|
2018-04-02 10:52:36 -04:00 |
|
simon
|
039088ac00
|
Added electric boxes, debug command to teleport objects across Worlds.
|
2018-02-27 16:49:32 -05:00 |
|
simon
|
3505a466bb
|
Fixed compilation errors
|
2018-01-17 20:31:35 -05:00 |
|
simon
|
3d10e4306b
|
Merge branch 'master' into vaults
# Conflicts:
# Server/src/main/java/net/simon987/server/GameServer.java
# Server/src/main/java/net/simon987/server/game/World.java
|
2018-01-17 20:29:37 -05:00 |
|
simon
|
4293fc0315
|
Support for variable World size
|
2018-01-14 12:02:32 -05:00 |
|
simon
|
6b91251b4e
|
Should fix #125
|
2018-01-14 11:01:13 -05:00 |
|
simon
|
54b72e89b3
|
Fixes #121 + Saner thread safety
|
2018-01-09 22:10:55 -05:00 |
|
simon
|
24d81d194e
|
Fixes #107
|
2018-01-05 22:08:53 -05:00 |
|
simon
|
9bb0dc9034
|
Boilerplate code for Vault Door
|
2018-01-05 20:42:24 -05:00 |
|
simon
|
9b908a5310
|
Biomass count on NPC death is loaded from config
|
2018-01-03 19:19:19 -05:00 |
|
Simon Fortier
|
8ceeca564a
|
Merge pull request #66 from jtara1/master
HarvesterNPC should spawn a biomass in-place after they die. Fixes #33
|
2018-01-03 19:00:55 -05:00 |
|
simon
|
4e76d57ef9
|
Loading & Saving support for MongoDB
|
2018-01-02 17:45:58 -05:00 |
|
James T
|
2398219fab
|
Update #66: rm npc plugin dependency from plant.event plugin
|
2017-12-30 11:08:43 -08:00 |
|
James T
|
81767ed5cf
|
Updates for #66: reorganize and relocate some methods and calls
|
2017-12-30 09:01:58 -08:00 |
|
simon
|
fd73a47796
|
Fixes #65
|
2017-12-30 10:30:18 -05:00 |
|
James T
|
eea9420192
|
HarvesterNPC should spawn a biomass in-place after they die (#33)
|
2017-12-29 22:35:02 -08:00 |
|
Jacob Swehla
|
3158dd75ea
|
Fixed Maven
Maven now builds correctly, may need further refinement.
|
2017-12-27 15:36:08 -06:00 |
|
simon
|
2e9248ea2e
|
Factory Integration, NPC improvements. #19 & #31.
|
2017-12-24 14:26:19 -05:00 |
|
simon
|
3548928218
|
Improved World update performance. Decreased save file size. Added Harvester NPC #19.
|
2017-12-16 15:40:03 -05:00 |
|
simon
|
be45979ed0
|
Added biomass respawn feature #22
|
2017-12-02 10:26:59 -05:00 |
|
simon
|
29cac77e79
|
Changed maven artifactID names
|
2017-11-22 17:05:50 -05:00 |
|
simon
|
6be2a496c6
|
Added maven framework support. Started working on NPCs #19
|
2017-11-21 20:22:11 -05:00 |
|
simon
|
a3fa3c4c09
|
Added Battery Hardware. #2
|
2017-11-12 10:27:07 -05:00 |
|
simon
|
98b0c480b9
|
Various bug fixes
|
2017-11-05 14:13:53 -05:00 |
|
simon
|
626c55bcce
|
Logs cleanup
|
2017-11-05 10:20:38 -05:00 |
|
simon
|
cdfdab09f8
|
Newly registered users can now login on the game server,
|
2017-11-04 10:41:57 -04:00 |
|
simon
|
b76a1adea2
|
Initial commit
|
2017-11-02 21:51:22 -04:00 |
|