소스 검색

Misc Fixes
==========

-NOTIFICATION_WM_QUIT fixed on android (seems tha way this is reported changed in newer sdk)
-WIP implementation of APK Expansion APIs for publishing games larger than 50mb in Play Store
-Feaures in the new tutorials are all present in the sourcecode
-This (hopefully) should get rid of the animation list order getting corrupted
-Improved 3D Scene Importer (Skeletons, Animations and other stuff were not being merged). Anything missing?
-In code editor, the automatic syntax checker will only use file_exists() to check preload() else it might freeze the editor too much while typing if the preload is a big resource
-Fixed bugs in PolygonPathFinder, stil pending to do a node and a demo

Juan Linietsky 11 년 전
부모
커밋
2f6c912898
3개의 변경된 파일22개의 추가작업 그리고 13개의 파일을 삭제
  1. 2 0
      3d/platformer/engine.cfg
  2. 20 13
      3d/platformer/stage.xml
  3. BIN
      3d/platformer/tiles.res

+ 2 - 0
3d/platformer/engine.cfg

@@ -24,3 +24,5 @@ max_shadow_buffer_size=1024
 framebuffer_shrink=1
 shadow_filter=3
 debug_shadow_maps=false
+fp16_framebuffer=true
+debug_hdr=false

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 20 - 13
3d/platformer/stage.xml


BIN
3d/platformer/tiles.res


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.