Changes between Version 82 and Version 83 of ProtocolZero


Ignore:
Timestamp:
Jun 24, 2011 4:21:35 PM (13 years ago)
Author:
jpawlick
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ProtocolZero

    v82 v83  
    185185(for URCS Quagents team reference)
    186186
    187 '''INITIAL COMMANDS'''
    188 * General management
    189  * initialPosition [LOCATION] - selects where the bot will start
    190 
    191187'''LIVE COMMANDS'''
    192188* Basic robot-like functions for users who want low-level fine control. (Implement first)
    193189 * 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.
    195191 * 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.
    196192 * lookdepth [...] - like look, but sends the OpenGL Zbuffer not framebuffer back over the socket.