Changes between Version 82 and Version 83 of ProtocolZero
- Timestamp:
- Jun 24, 2011 4:21:35 PM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProtocolZero
v82 v83 185 185 (for URCS Quagents team reference) 186 186 187 '''INITIAL COMMANDS'''188 * General management189 * initialPosition [LOCATION] - selects where the bot will start190 191 187 '''LIVE COMMANDS''' 192 188 * Basic robot-like functions for users who want low-level fine control. (Implement first) 193 189 * get [ENTITYID] - picks up an item from the environment 194 * drop [ENTITYID] - drops an item from inventory 190 * drop [ENTITYID] - drops an item from inventory - maybe not entity but itemtype? Hm. 195 191 * look [...] - sends an image over the socket back to the user representing what the agent can see - may be zoomed or variable-resolution? Use OpenGL. 196 192 * lookdepth [...] - like look, but sends the OpenGL Zbuffer not framebuffer back over the socket.