176 Commits

Author SHA1 Message Date
Simon Fortier
2a5d6b5a13
Fixes #99 2018-01-01 16:12:42 -05:00
simon
e2763faeee Fixes #97 2018-01-01 15:58:42 -05:00
simon
2a8658c598 Fixes #90 2018-01-01 15:28:12 -05:00
simon
85548ec3cb CHanged default energy value for biomass to 4000 + code styling 2018-01-01 15:21:39 -05:00
Simon Fortier
0f7b40f3ae
Merge pull request #95 from djsheehy/master
Inventory hardware: clearing a biomass yields energy. Fixes #94
2018-01-01 15:19:50 -05:00
simon
ee60216784 Small adjustments for laser hw, Improved OffsetOverFlow handling, Increased maximum guest count 2018-01-01 15:17:24 -05:00
Simon Fortier
c3a0d1bd4d
Merge pull request #93 from ChartreuseK/bug-80
Added handling of offset overflow and DUP factor overflow
2018-01-01 15:12:01 -05:00
Dylan Sheehy
cd8d883134 Charging energy from biomass now looks up value in config.properties 2018-01-01 13:39:57 -06:00
Simon Fortier
c7946a6356
Merge pull request #87 from ChartreuseK/bug-81
Added minimum length check to 'DW' parsing
2018-01-01 14:36:38 -05:00
Dylan Sheehy
7ee361b0bc Inventory hardware: Now clearing a biomass gains 4000 kJ. 2018-01-01 13:15:14 -06:00
simon
1e26c63358 Boolean result of ComPort actions are stored in B register 2018-01-01 12:03:36 -05:00
Simon Fortier
d832f65535
Merge pull request #84 from mlaga97/npc-combat
Allow ability to damage NPCs with Laser. Fixes #34
2018-01-01 11:07:04 -05:00
Hayden Kroepfl
e47e573b61 Added handling of offset overflow and DUP factor overflow, added new exception type. 2018-01-01 08:30:39 -07:00
Simon Fortier
93786d92cb
Merge pull request #83 from Francessco121/feature/pushf-popf
Add PUSHF and POPF instructions
2018-01-01 10:20:27 -05:00
Hayden Kroepfl
34178016b1 Added minimum length check to 'DW' parseing, fixes indexoutofboundsexception 2018-01-01 05:17:37 -07:00
Luc Lagarde
b31c187ad5 Allow NPCs to be damaged and killed 2017-12-31 18:26:44 -06:00
Ethan Lafrenais
deb3859dff Add PUSHF and POPF instructions 2017-12-31 18:25:46 -05:00
Simon Fortier
b21e33601e
Added links to VS code extensions 2017-12-31 11:44:09 -05:00
Simon Fortier
b2474494cc
Merge pull request #75 from sgerrand/dockerize
Add a Docker image definition for the application and a Docker Compose configuration file
2017-12-31 09:56:07 -05:00
Simon Fortier
6b2e3c17ed
Merge branch 'master' into dockerize 2017-12-31 09:54:41 -05:00
Simon Fortier
079a63e39c
Merge branch 'master' into dockerize 2017-12-31 09:52:45 -05:00
Simon Fortier
347dc2bce0
Merge pull request #76 from arthurpaulino/renaming-action-labels
Aligning action labels with documented examples
2017-12-31 09:42:20 -05:00
Simon Fortier
90ad8e82eb
Merge pull request #74 from mlaga97/patch-1
Add Linux build instructions to README.md
2017-12-31 09:38:39 -05:00
Arthur Paulino
04374e6e0a aligning action labels with documented examples 2017-12-31 09:34:43 -03:00
Sasha Gerrand
4a6ee4cce6 📖 Add installation and running documentation 2017-12-31 08:45:39 +00:00
Sasha Gerrand
37e40d0329 ✂️ Remove extraneous whitespace 2017-12-31 08:37:31 +00:00
Sasha Gerrand
99cefba245 🍴 Orchestrate server and dependencies using containers 2017-12-31 08:35:02 +00:00
Sasha Gerrand
7821d428e2 🐳 Add Dockerfile 2017-12-31 08:34:17 +00:00
Luc Lagarde
93bea49a3e
Add Linux build instructions to README.md 2017-12-30 23:47:08 -06:00
Simon Fortier
cca68ba139
Merge pull request #69 from renpnal/patch-2
Fix typos
2017-12-30 20:00:25 -05:00
simon
83f05efff6 Support for color in hologram. Renamed classes: fixes #72 2017-12-30 19:58:47 -05:00
Jesse Nieminen
ea3b06c54c
Fix typos
Fixed typos in comments.
2017-12-30 23:52:06 +02:00
simon
1ed9e9e4db Fixed bug that sent console buffer to random players for real this time 2017-12-30 16:41:14 -05:00
simon
08f1aa8686 Fixed bug that sent console buffer to random players. 2017-12-30 16:29:39 -05:00
simon
55d4c19fe1 Added Console output, Cubots can receive data from ComPort, Fixed BOM being added to string literals, Fixed legs changing direction for free when energy < 100, Changed some log levels. 2017-12-30 15:30:44 -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
2ef6f492c4 Fixes #64 2017-12-30 11:14:45 -05:00
simon
70a55dce59 Added features to Hologram hardware - Fixes #63 and #67 2017-12-30 11:03:09 -05:00
simon
fe0be03ab8 Fixes #68 & Reformatted code 2017-12-30 10:35:56 -05: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
simon
9e402fe8a1 Fixed Radio Tower range 2017-12-29 22:36:52 -05:00
simon
b3d88b2813 Fixed Radio Tower range 2017-12-29 22:32:39 -05:00
simon
ef7f573256 Added basic Radio Tower functionality #32
Keypress buffer is cleared on code upload
2017-12-29 21:49:42 -05:00
simon
5afa767b4a Fixed OF and CF flags being always set to false in the other function 2017-12-29 17:09:30 -05:00
simon
a9e580f2ce Fixed OF and CF flags being always set to false 2017-12-29 17:06:28 -05:00
simon
c4caf4ab0b Changed CLEAR action for the inventory to 0 for consistency 2017-12-29 16:16:28 -05:00
simon
0c06d0bf09 Fixes #62 2017-12-29 15:53:29 -05:00
simon
017b89f97f Characters can be escaped in string literals 2017-12-29 14:35:26 -05:00