27 Commits

Author SHA1 Message Date
Steven Berdak
f08b5632cc Added functionality to archive list of saves when the game server exits.
The number of saves that will be archived can be modified using
max_archive_size in config.properties. Added shutdown hook to Main.java
to handle dumping of zip files. Essential functions are in
ZipUtils.java.
2017-12-01 12:04:06 -08: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
12db25e726 Changed byte array in Memory to char array (+60% performance improvement) 2017-11-18 22:23:32 -05:00
simon
d004386b7b Bug fixes for various operands 2017-11-18 22:21:14 -05:00
simon
e09d2c1b16 Bug fix with [reg] as source operand 2017-11-16 18:41:57 -05:00
simon
c703dec3cf CPU execution time costs energy #16 2017-11-15 12:24:01 -05:00
simon
8701007ad9 Bug fixes related to floppy drive 2017-11-14 20:58:07 -05:00
simon
cfb8050cee Added basic floppy drives #3. 2017-11-14 17:25:12 -05:00
simon
da7d050661 Universe warp around and maximum size #9 2017-11-13 22:45:19 -05:00
simon
3ee9b4be95 Added SAR Instructions #7. 2017-11-13 21:39:16 -05:00
simon
42421b7710 Added RCR/RCL Instructions #7. 2017-11-13 20:08:07 -05:00
simon
9979986c6a Added SAL Instruction #6. Added ROL/ROR Instructions #7. 2017-11-13 17:51:16 -05:00
simon
c5abe2efc5 Added ROL/ROR Instructions #7 as well as JC/JNC and JO/JNO instructions 2017-11-13 11:28:06 -05:00
simon
a3fa3c4c09 Added Battery Hardware. #2 2017-11-12 10:27:07 -05:00
simon
04d51e1f1f Added XCHG Instruction #5. Placeholder class for LEA #1 2017-11-11 20:14:13 -05:00
simon
8c5dcd0fba Added Hologram Projector Hardware. Added GET_WORLD_POS in LiDAR. Fixed Drill. 2017-11-11 19:43:06 -05:00
simon
1a6f92a29d Added NOT Instruction 2017-11-11 15:27:06 -05:00
simon
e2ed744479 Added Random number generator 2017-11-11 14:34:33 -05:00
simon
c56f672b9d Added secure WebSocket, Bug fixes, code cleanup 2017-11-11 10:24:51 -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
41b981f3ab Confirmation on code upload 2017-11-04 15:35:56 -04:00
simon
8f117c5e27 Fixed bugs related to guest users 2017-11-04 15:02:59 -04:00
simon
36d433fdce Unregistered users can login on the game server (read-only) 2017-11-04 14:37:33 -04: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