Kaynağa Gözat

Updated all samples to work in Windows with the Lua updates.
Reverted mesh sample to normal code (took out Lua testing version).

Chris Culy 13 yıl önce
ebeveyn
işleme
12fde00cd5
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1 0
      gameplay-luagen/TODO.txt

+ 1 - 0
gameplay-luagen/TODO.txt

@@ -28,6 +28,7 @@ Normal Priority List:
 - Fix memory leaks in gameplay-luagen and in generated code.
     - Add "@script{create}" to the appropriate gameplay functions.
     - Add "@script{own}" to array parameters that are owned by the function or class they are passed to?
+- Get all platforms working.
 - Add a global function that implements casting for use from Lua scripts (i.e. to downcast from a Control to a Button).
 
 Future Feature List: