Added radials which are handled by python scripts, updated engine, objects now load serverside template at creation

This commit is contained in:
Light2
2013-07-08 23:38:41 +02:00
parent 3afd5eca3a
commit e457b9711c
18 changed files with 828 additions and 11 deletions
@@ -27,5 +27,6 @@ public class ObjControllerOpcodes {
public static final int DATA_TRANSFORM_WITH_PARENT = 0xF1000000;
public static final int COMMAND_QUEUE_ENQUEUE = 0x16010000;
public static final int TARGET_UPDATE = 0x26010000;
public static final int OBJECT_MENU_REQUEST = 0x46010000;
}