core_bind.cpp 42 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745
  1. #include "core_bind.h"
  2. #include "os/os.h"
  3. #include "geometry.h"
  4. #include "io/marshalls.h"
  5. #include "io/base64.h"
  6. #include "core/globals.h"
  7. #include "io/file_access_encrypted.h"
  8. _ResourceLoader *_ResourceLoader::singleton=NULL;
  9. Ref<ResourceInteractiveLoader> _ResourceLoader::load_interactive(const String& p_path,const String& p_type_hint) {
  10. return ResourceLoader::load_interactive(p_path,p_type_hint);
  11. }
  12. RES _ResourceLoader::load(const String &p_path,const String& p_type_hint) {
  13. RES ret = ResourceLoader::load(p_path,p_type_hint);
  14. return ret;
  15. }
  16. DVector<String> _ResourceLoader::get_recognized_extensions_for_type(const String& p_type) {
  17. List<String> exts;
  18. ResourceLoader::get_recognized_extensions_for_type(p_type,&exts);
  19. DVector<String> ret;
  20. for(List<String>::Element *E=exts.front();E;E=E->next()) {
  21. ret.push_back(E->get());
  22. }
  23. return ret;
  24. }
  25. void _ResourceLoader::set_abort_on_missing_resources(bool p_abort) {
  26. ResourceLoader::set_abort_on_missing_resources(p_abort);
  27. }
  28. StringArray _ResourceLoader::get_dependencies(const String& p_path) {
  29. List<String> deps;
  30. ResourceLoader::get_dependencies(p_path, &deps);
  31. StringArray ret;
  32. for(List<String>::Element *E=deps.front();E;E=E->next()) {
  33. ret.push_back(E->get());
  34. }
  35. return ret;
  36. };
  37. bool _ResourceLoader::has(const String &p_path) {
  38. String local_path = Globals::get_singleton()->localize_path(p_path);
  39. return ResourceCache::has(local_path);
  40. };
  41. void _ResourceLoader::_bind_methods() {
  42. ObjectTypeDB::bind_method(_MD("load_interactive:ResourceInteractiveLoader","path","type_hint"),&_ResourceLoader::load_interactive,DEFVAL(""));
  43. ObjectTypeDB::bind_method(_MD("load:Resource","path","type_hint"),&_ResourceLoader::load,DEFVAL(""));
  44. ObjectTypeDB::bind_method(_MD("get_recognized_extensions_for_type","type"),&_ResourceLoader::get_recognized_extensions_for_type);
  45. ObjectTypeDB::bind_method(_MD("set_abort_on_missing_resources","abort"),&_ResourceLoader::set_abort_on_missing_resources);
  46. ObjectTypeDB::bind_method(_MD("get_dependencies"),&_ResourceLoader::get_dependencies);
  47. ObjectTypeDB::bind_method(_MD("has"),&_ResourceLoader::has);
  48. }
  49. _ResourceLoader::_ResourceLoader() {
  50. singleton=this;
  51. }
  52. Error _ResourceSaver::save(const String &p_path,const RES& p_resource, uint32_t p_flags) {
  53. ERR_FAIL_COND_V(p_resource.is_null(),ERR_INVALID_PARAMETER);
  54. return ResourceSaver::save(p_path,p_resource, p_flags);
  55. }
  56. DVector<String> _ResourceSaver::get_recognized_extensions(const RES& p_resource) {
  57. ERR_FAIL_COND_V(p_resource.is_null(),DVector<String>());
  58. List<String> exts;
  59. ResourceSaver::get_recognized_extensions(p_resource,&exts);
  60. DVector<String> ret;
  61. for(List<String>::Element *E=exts.front();E;E=E->next()) {
  62. ret.push_back(E->get());
  63. }
  64. return ret;
  65. }
  66. _ResourceSaver *_ResourceSaver::singleton=NULL;
  67. void _ResourceSaver::_bind_methods() {
  68. ObjectTypeDB::bind_method(_MD("save","path","resource:Resource"),&_ResourceSaver::save, DEFVAL(0));
  69. ObjectTypeDB::bind_method(_MD("get_recognized_extensions","type"),&_ResourceSaver::get_recognized_extensions);
  70. BIND_CONSTANT(FLAG_RELATIVE_PATHS);
  71. BIND_CONSTANT(FLAG_BUNDLE_RESOURCES);
  72. BIND_CONSTANT(FLAG_CHANGE_PATH);
  73. BIND_CONSTANT(FLAG_OMIT_EDITOR_PROPERTIES);
  74. BIND_CONSTANT(FLAG_SAVE_BIG_ENDIAN);
  75. BIND_CONSTANT(FLAG_COMPRESS);
  76. }
  77. _ResourceSaver::_ResourceSaver() {
  78. singleton=this;
  79. }
  80. /////////////////OS
  81. Point2 _OS::get_mouse_pos() const {
  82. return OS::get_singleton()->get_mouse_pos();
  83. }
  84. void _OS::set_window_title(const String& p_title) {
  85. OS::get_singleton()->set_window_title(p_title);
  86. }
  87. int _OS::get_mouse_button_state() const {
  88. return OS::get_singleton()->get_mouse_button_state();
  89. }
  90. String _OS::get_unique_ID() const {
  91. return OS::get_singleton()->get_unique_ID();
  92. }
  93. bool _OS::has_touchscreen_ui_hint() const {
  94. return OS::get_singleton()->has_touchscreen_ui_hint();
  95. }
  96. void _OS::set_clipboard(const String& p_text) {
  97. OS::get_singleton()->set_clipboard(p_text);
  98. }
  99. String _OS::get_clipboard() const {
  100. return OS::get_singleton()->get_clipboard();
  101. }
  102. void _OS::set_video_mode(const Size2& p_size, bool p_fullscreen,bool p_resizeable,int p_screen) {
  103. OS::VideoMode vm;
  104. vm.width=p_size.width;
  105. vm.height=p_size.height;
  106. vm.fullscreen=p_fullscreen;
  107. vm.resizable=p_resizeable;
  108. OS::get_singleton()->set_video_mode( vm,p_screen);
  109. }
  110. Size2 _OS::get_video_mode(int p_screen) const {
  111. OS::VideoMode vm;
  112. vm = OS::get_singleton()->get_video_mode(p_screen);
  113. return Size2(vm.width,vm.height);
  114. }
  115. bool _OS::is_video_mode_fullscreen(int p_screen) const {
  116. OS::VideoMode vm;
  117. vm = OS::get_singleton()->get_video_mode(p_screen);
  118. return vm.fullscreen;
  119. }
  120. void _OS::set_use_file_access_save_and_swap(bool p_enable) {
  121. FileAccess::set_backup_save(p_enable);
  122. }
  123. bool _OS::is_video_mode_resizable(int p_screen) const {
  124. OS::VideoMode vm;
  125. vm = OS::get_singleton()->get_video_mode(p_screen);
  126. return vm.resizable;
  127. }
  128. Array _OS::get_fullscreen_mode_list(int p_screen) const {
  129. List<OS::VideoMode> vmlist;
  130. OS::get_singleton()->get_fullscreen_mode_list(&vmlist,p_screen);
  131. Array vmarr;
  132. for(List<OS::VideoMode>::Element *E=vmlist.front();E;E=E->next() ){
  133. vmarr.push_back(Size2(E->get().width,E->get().height));
  134. }
  135. return vmarr;
  136. }
  137. void _OS::set_iterations_per_second(int p_ips) {
  138. OS::get_singleton()->set_iterations_per_second(p_ips);
  139. }
  140. int _OS::get_iterations_per_second() const {
  141. return OS::get_singleton()->get_iterations_per_second();
  142. }
  143. void _OS::set_target_fps(int p_fps) {
  144. OS::get_singleton()->set_target_fps(p_fps);
  145. }
  146. float _OS::get_target_fps() const {
  147. return OS::get_singleton()->get_target_fps();
  148. }
  149. void _OS::set_low_processor_usage_mode(bool p_enabled) {
  150. OS::get_singleton()->set_low_processor_usage_mode(p_enabled);
  151. }
  152. bool _OS::is_in_low_processor_usage_mode() const {
  153. return OS::get_singleton()->is_in_low_processor_usage_mode();
  154. }
  155. String _OS::get_executable_path() const {
  156. return OS::get_singleton()->get_executable_path();
  157. }
  158. Error _OS::shell_open(String p_uri) {
  159. return OS::get_singleton()->shell_open(p_uri);
  160. };
  161. int _OS::execute(const String& p_path, const Vector<String> & p_arguments, bool p_blocking, Array p_output) {
  162. OS::ProcessID pid;
  163. List<String> args;
  164. for(int i=0;i<p_arguments.size();i++)
  165. args.push_back(p_arguments[i]);
  166. String pipe;
  167. Error err = OS::get_singleton()->execute(p_path,args,p_blocking,&pid, &pipe);
  168. p_output.clear();
  169. p_output.push_back(pipe);
  170. if (err != OK)
  171. return -1;
  172. else
  173. return pid;
  174. }
  175. Error _OS::kill(int p_pid) {
  176. return OS::get_singleton()->kill(p_pid);
  177. }
  178. int _OS::get_process_ID() const {
  179. return OS::get_singleton()->get_process_ID();
  180. };
  181. bool _OS::has_environment(const String& p_var) const {
  182. return OS::get_singleton()->has_environment(p_var);
  183. }
  184. String _OS::get_environment(const String& p_var) const {
  185. return OS::get_singleton()->get_environment(p_var);
  186. }
  187. String _OS::get_name() const {
  188. return OS::get_singleton()->get_name();
  189. }
  190. Vector<String> _OS::get_cmdline_args() {
  191. List<String> cmdline = OS::get_singleton()->get_cmdline_args();
  192. Vector<String> cmdlinev;
  193. for(List<String>::Element *E=cmdline.front();E;E=E->next()) {
  194. cmdlinev.push_back(E->get());
  195. }
  196. return cmdlinev;
  197. }
  198. String _OS::get_locale() const {
  199. return OS::get_singleton()->get_locale();
  200. }
  201. String _OS::get_model_name() const {
  202. return OS::get_singleton()->get_model_name();
  203. }
  204. MainLoop *_OS::get_main_loop() const {
  205. return OS::get_singleton()->get_main_loop();
  206. }
  207. void _OS::set_time_scale(float p_scale) {
  208. OS::get_singleton()->set_time_scale(p_scale);
  209. }
  210. float _OS::get_time_scale() {
  211. return OS::get_singleton()->get_time_scale();
  212. }
  213. /*
  214. enum Weekday {
  215. DAY_SUNDAY,
  216. DAY_MONDAY,
  217. DAY_TUESDAY,
  218. DAY_WEDNESDAY,
  219. DAY_THURSDAY,
  220. DAY_FRIDAY,
  221. DAY_SATURDAY
  222. };
  223. enum Month {
  224. MONTH_JANUARY,
  225. MONTH_FEBRUARY,
  226. MONTH_MARCH,
  227. MONTH_APRIL,
  228. MONTH_MAY,
  229. MONTH_JUNE,
  230. MONTH_JULY,
  231. MONTH_AUGUST,
  232. MONTH_SEPTEMBER,
  233. MONTH_OCTOBER,
  234. MONTH_NOVEMBER,
  235. MONTH_DECEMBER
  236. };
  237. */
  238. /*
  239. struct Date {
  240. int year;
  241. Month month;
  242. int day;
  243. Weekday weekday;
  244. bool dst;
  245. };
  246. struct Time {
  247. int hour;
  248. int min;
  249. int sec;
  250. };
  251. */
  252. int _OS::get_static_memory_usage() const {
  253. return OS::get_singleton()->get_static_memory_usage();
  254. }
  255. int _OS::get_static_memory_peak_usage() const {
  256. return OS::get_singleton()->get_static_memory_peak_usage();
  257. }
  258. int _OS::get_dynamic_memory_usage() const{
  259. return OS::get_singleton()->get_dynamic_memory_usage();
  260. }
  261. void _OS::set_icon(const Image& p_icon) {
  262. OS::get_singleton()->set_icon(p_icon);
  263. }
  264. Dictionary _OS::get_date() const {
  265. OS::Date date = OS::get_singleton()->get_date();
  266. Dictionary dated;
  267. dated["year"]=date.year;
  268. dated["month"]=date.month;
  269. dated["day"]=date.day;
  270. dated["weekday"]=date.weekday;
  271. dated["dst"]=date.dst;
  272. return dated;
  273. }
  274. Dictionary _OS::get_time() const {
  275. OS::Time time = OS::get_singleton()->get_time();
  276. Dictionary timed;
  277. timed["hour"]=time.hour;
  278. timed["minute"]=time.min;
  279. timed["second"]=time.sec;
  280. return timed;
  281. }
  282. uint64_t _OS::get_unix_time() const {
  283. return OS::get_singleton()->get_unix_time();
  284. };
  285. void _OS::delay_usec(uint32_t p_usec) const {
  286. OS::get_singleton()->delay_usec(p_usec);
  287. }
  288. void _OS::delay_msec(uint32_t p_msec) const {
  289. OS::get_singleton()->delay_usec(int64_t(p_msec)*1000);
  290. }
  291. uint32_t _OS::get_ticks_msec() const {
  292. return OS::get_singleton()->get_ticks_msec();
  293. }
  294. bool _OS::can_use_threads() const {
  295. return OS::get_singleton()->can_use_threads();
  296. }
  297. bool _OS::can_draw() const {
  298. return OS::get_singleton()->can_draw();
  299. }
  300. int _OS::get_frames_drawn() {
  301. return OS::get_singleton()->get_frames_drawn();
  302. }
  303. int _OS::get_processor_count() const {
  304. return OS::get_singleton()->get_processor_count();
  305. }
  306. bool _OS::is_stdout_verbose() const {
  307. return OS::get_singleton()->is_stdout_verbose();
  308. }
  309. void _OS::dump_memory_to_file(const String& p_file) {
  310. OS::get_singleton()->dump_memory_to_file(p_file.utf8().get_data());
  311. }
  312. struct _OSCoreBindImg {
  313. String path;
  314. Size2 size;
  315. int fmt;
  316. ObjectID id;
  317. int vram;
  318. bool operator<(const _OSCoreBindImg& p_img) const { return vram==p_img.vram ? id<p_img.id : vram > p_img.vram; }
  319. };
  320. void _OS::print_all_textures_by_size() {
  321. List<_OSCoreBindImg> imgs;
  322. int total=0;
  323. {
  324. List<Ref<Resource> > rsrc;
  325. ResourceCache::get_cached_resources(&rsrc);
  326. for (List<Ref<Resource> >::Element *E=rsrc.front();E;E=E->next()) {
  327. if (!E->get()->is_type("ImageTexture"))
  328. continue;
  329. Size2 size = E->get()->call("get_size");
  330. int fmt = E->get()->call("get_format");
  331. _OSCoreBindImg img;
  332. img.size=size;
  333. img.fmt=fmt;
  334. img.path=E->get()->get_path();
  335. img.vram=Image::get_image_data_size(img.size.width,img.size.height,Image::Format(img.fmt));
  336. img.id=E->get()->get_instance_ID();
  337. total+=img.vram;
  338. imgs.push_back(img);
  339. }
  340. }
  341. imgs.sort();
  342. for(List<_OSCoreBindImg>::Element *E=imgs.front();E;E=E->next()) {
  343. print_line(E->get().path+" - "+String::humanize_size(E->get().vram)+" ("+E->get().size+") - total:"+String::humanize_size(total) );
  344. total-=E->get().vram;
  345. }
  346. }
  347. void _OS::print_resources_by_type(const Vector<String>& p_types) {
  348. Map<String,int> type_count;
  349. List<Ref<Resource> > resources;
  350. ResourceCache::get_cached_resources(&resources);
  351. List<Ref<Resource> > rsrc;
  352. ResourceCache::get_cached_resources(&rsrc);
  353. for (List<Ref<Resource> >::Element *E=rsrc.front();E;E=E->next()) {
  354. Ref<Resource> r = E->get();
  355. bool found = false;
  356. for (int i=0; i<p_types.size(); i++) {
  357. if (r->is_type(p_types[i]))
  358. found = true;
  359. }
  360. if (!found)
  361. continue;
  362. if (!type_count.has(r->get_type())) {
  363. type_count[r->get_type()]=0;
  364. }
  365. type_count[r->get_type()]++;
  366. print_line(r->get_type()+": "+r->get_path());
  367. List<String> metas;
  368. r->get_meta_list(&metas);
  369. for (List<String>::Element* me = metas.front(); me; me = me->next()) {
  370. print_line(" "+String(me->get()) + ": " + r->get_meta(me->get()));
  371. };
  372. }
  373. for(Map<String,int>::Element *E=type_count.front();E;E=E->next()) {
  374. print_line(E->key()+" count: "+itos(E->get()));
  375. }
  376. };
  377. void _OS::print_all_resources(const String& p_to_file ) {
  378. OS::get_singleton()->print_all_resources(p_to_file);
  379. }
  380. void _OS::print_resources_in_use(bool p_short) {
  381. OS::get_singleton()->print_resources_in_use(p_short);
  382. }
  383. void _OS::dump_resources_to_file(const String& p_file) {
  384. OS::get_singleton()->dump_resources_to_file(p_file.utf8().get_data());
  385. }
  386. String _OS::get_data_dir() const {
  387. return OS::get_singleton()->get_data_dir();
  388. };
  389. float _OS::get_frames_per_second() const {
  390. return OS::get_singleton()->get_frames_per_second();
  391. }
  392. Error _OS::native_video_play(String p_path, float p_volume, String p_audio_track, String p_subtitle_track) {
  393. return OS::get_singleton()->native_video_play(p_path, p_volume, p_audio_track, p_subtitle_track);
  394. };
  395. bool _OS::native_video_is_playing() {
  396. return OS::get_singleton()->native_video_is_playing();
  397. };
  398. void _OS::native_video_pause() {
  399. OS::get_singleton()->native_video_pause();
  400. };
  401. void _OS::native_video_stop() {
  402. OS::get_singleton()->native_video_stop();
  403. };
  404. bool _OS::is_debug_build() const {
  405. #ifdef DEBUG_ENABLED
  406. return true;
  407. #else
  408. return false;
  409. #endif
  410. }
  411. String _OS::get_system_dir(SystemDir p_dir) const {
  412. return OS::get_singleton()->get_system_dir(OS::SystemDir(p_dir));
  413. }
  414. String _OS::get_custom_level() const {
  415. return OS::get_singleton()->get_custom_level();
  416. }
  417. _OS *_OS::singleton=NULL;
  418. void _OS::_bind_methods() {
  419. //ObjectTypeDB::bind_method(_MD("get_mouse_pos"),&_OS::get_mouse_pos);
  420. //ObjectTypeDB::bind_method(_MD("is_mouse_grab_enabled"),&_OS::is_mouse_grab_enabled);
  421. ObjectTypeDB::bind_method(_MD("set_clipboard","clipboard"),&_OS::set_clipboard);
  422. ObjectTypeDB::bind_method(_MD("get_clipboard"),&_OS::get_clipboard);
  423. ObjectTypeDB::bind_method(_MD("set_video_mode","size","fullscreen","resizable","screen"),&_OS::set_video_mode,DEFVAL(0));
  424. ObjectTypeDB::bind_method(_MD("get_video_mode_size","screen"),&_OS::get_video_mode,DEFVAL(0));
  425. ObjectTypeDB::bind_method(_MD("is_video_mode_fullscreen","screen"),&_OS::is_video_mode_fullscreen,DEFVAL(0));
  426. ObjectTypeDB::bind_method(_MD("is_video_mode_resizable","screen"),&_OS::is_video_mode_resizable,DEFVAL(0));
  427. ObjectTypeDB::bind_method(_MD("get_fullscreen_mode_list","screen"),&_OS::get_fullscreen_mode_list,DEFVAL(0));
  428. ObjectTypeDB::bind_method(_MD("set_iterations_per_second","iterations_per_second"),&_OS::set_iterations_per_second);
  429. ObjectTypeDB::bind_method(_MD("get_iterations_per_second"),&_OS::get_iterations_per_second);
  430. ObjectTypeDB::bind_method(_MD("set_target_fps","target_fps"),&_OS::set_target_fps);
  431. ObjectTypeDB::bind_method(_MD("get_target_fps"),&_OS::get_target_fps);
  432. ObjectTypeDB::bind_method(_MD("set_time_scale","time_scale"),&_OS::set_time_scale);
  433. ObjectTypeDB::bind_method(_MD("get_time_scale"),&_OS::get_time_scale);
  434. ObjectTypeDB::bind_method(_MD("has_touchscreen_ui_hint"),&_OS::has_touchscreen_ui_hint);
  435. ObjectTypeDB::bind_method(_MD("set_low_processor_usage_mode","enable"),&_OS::set_low_processor_usage_mode);
  436. ObjectTypeDB::bind_method(_MD("is_in_low_processor_usage_mode"),&_OS::is_in_low_processor_usage_mode);
  437. ObjectTypeDB::bind_method(_MD("get_processor_count"),&_OS::get_processor_count);
  438. ObjectTypeDB::bind_method(_MD("get_executable_path"),&_OS::get_executable_path);
  439. ObjectTypeDB::bind_method(_MD("execute","path","arguments","blocking","output"),&_OS::execute,DEFVAL(Array()));
  440. ObjectTypeDB::bind_method(_MD("kill","pid"),&_OS::kill);
  441. ObjectTypeDB::bind_method(_MD("shell_open","uri"),&_OS::shell_open);
  442. ObjectTypeDB::bind_method(_MD("get_process_ID"),&_OS::get_process_ID);
  443. ObjectTypeDB::bind_method(_MD("get_environment","environment"),&_OS::get_environment);
  444. ObjectTypeDB::bind_method(_MD("has_environment","environment"),&_OS::has_environment);
  445. ObjectTypeDB::bind_method(_MD("get_name"),&_OS::get_name);
  446. ObjectTypeDB::bind_method(_MD("get_cmdline_args"),&_OS::get_cmdline_args);
  447. ObjectTypeDB::bind_method(_MD("get_main_loop"),&_OS::get_main_loop);
  448. ObjectTypeDB::bind_method(_MD("get_date"),&_OS::get_date);
  449. ObjectTypeDB::bind_method(_MD("get_time"),&_OS::get_time);
  450. ObjectTypeDB::bind_method(_MD("get_unix_time"),&_OS::get_unix_time);
  451. ObjectTypeDB::bind_method(_MD("set_icon"),&_OS::set_icon);
  452. ObjectTypeDB::bind_method(_MD("delay_usec","usec"),&_OS::delay_usec);
  453. ObjectTypeDB::bind_method(_MD("delay_msec","msec"),&_OS::delay_msec);
  454. ObjectTypeDB::bind_method(_MD("get_ticks_msec"),&_OS::get_ticks_msec);
  455. ObjectTypeDB::bind_method(_MD("get_locale"),&_OS::get_locale);
  456. ObjectTypeDB::bind_method(_MD("get_model_name"),&_OS::get_model_name);
  457. ObjectTypeDB::bind_method(_MD("get_custom_level"),&_OS::get_custom_level);
  458. ObjectTypeDB::bind_method(_MD("can_draw"),&_OS::can_draw);
  459. ObjectTypeDB::bind_method(_MD("get_frames_drawn"),&_OS::get_frames_drawn);
  460. ObjectTypeDB::bind_method(_MD("is_stdout_verbose"),&_OS::is_stdout_verbose);
  461. ObjectTypeDB::bind_method(_MD("can_use_threads"),&_OS::can_use_threads);
  462. ObjectTypeDB::bind_method(_MD("is_debug_build"),&_OS::is_debug_build);
  463. //ObjectTypeDB::bind_method(_MD("get_mouse_button_state"),&_OS::get_mouse_button_state);
  464. ObjectTypeDB::bind_method(_MD("dump_memory_to_file","file"),&_OS::dump_memory_to_file);
  465. ObjectTypeDB::bind_method(_MD("dump_resources_to_file","file"),&_OS::dump_resources_to_file);
  466. ObjectTypeDB::bind_method(_MD("print_resources_in_use","short"),&_OS::print_resources_in_use,DEFVAL(false));
  467. ObjectTypeDB::bind_method(_MD("print_all_resources","tofile"),&_OS::print_all_resources,DEFVAL(""));
  468. ObjectTypeDB::bind_method(_MD("get_static_memory_usage"),&_OS::get_static_memory_usage);
  469. ObjectTypeDB::bind_method(_MD("get_static_memory_peak_usage"),&_OS::get_static_memory_peak_usage);
  470. ObjectTypeDB::bind_method(_MD("get_dynamic_memory_usage"),&_OS::get_dynamic_memory_usage);
  471. ObjectTypeDB::bind_method(_MD("get_data_dir"),&_OS::get_data_dir);
  472. ObjectTypeDB::bind_method(_MD("get_system_dir","dir"),&_OS::get_system_dir);
  473. ObjectTypeDB::bind_method(_MD("get_unique_ID"),&_OS::get_unique_ID);
  474. ObjectTypeDB::bind_method(_MD("get_frames_per_second"),&_OS::get_frames_per_second);
  475. ObjectTypeDB::bind_method(_MD("print_all_textures_by_size"),&_OS::print_all_textures_by_size);
  476. ObjectTypeDB::bind_method(_MD("print_resources_by_type"),&_OS::print_resources_by_type);
  477. ObjectTypeDB::bind_method(_MD("native_video_play"),&_OS::native_video_play);
  478. ObjectTypeDB::bind_method(_MD("native_video_is_playing"),&_OS::native_video_is_playing);
  479. ObjectTypeDB::bind_method(_MD("native_video_stop"),&_OS::native_video_stop);
  480. ObjectTypeDB::bind_method(_MD("native_video_pause"),&_OS::native_video_pause);
  481. ObjectTypeDB::bind_method(_MD("set_use_file_access_save_and_swap","enabled"),&_OS::set_use_file_access_save_and_swap);
  482. BIND_CONSTANT( DAY_SUNDAY );
  483. BIND_CONSTANT( DAY_MONDAY );
  484. BIND_CONSTANT( DAY_TUESDAY );
  485. BIND_CONSTANT( DAY_WEDNESDAY );
  486. BIND_CONSTANT( DAY_THURSDAY );
  487. BIND_CONSTANT( DAY_FRIDAY );
  488. BIND_CONSTANT( DAY_SATURDAY );
  489. BIND_CONSTANT( MONTH_JANUARY );
  490. BIND_CONSTANT( MONTH_FEBRUARY );
  491. BIND_CONSTANT( MONTH_MARCH );
  492. BIND_CONSTANT( MONTH_APRIL );
  493. BIND_CONSTANT( MONTH_MAY );
  494. BIND_CONSTANT( MONTH_JUNE );
  495. BIND_CONSTANT( MONTH_JULY );
  496. BIND_CONSTANT( MONTH_AUGUST );
  497. BIND_CONSTANT( MONTH_SEPTEMBER );
  498. BIND_CONSTANT( MONTH_OCTOBER );
  499. BIND_CONSTANT( MONTH_NOVEMBER );
  500. BIND_CONSTANT( MONTH_DECEMBER );
  501. BIND_CONSTANT( SYSTEM_DIR_DESKTOP);
  502. BIND_CONSTANT( SYSTEM_DIR_DCIM );
  503. BIND_CONSTANT( SYSTEM_DIR_DOCUMENTS );
  504. BIND_CONSTANT( SYSTEM_DIR_DOWNLOADS );
  505. BIND_CONSTANT( SYSTEM_DIR_MOVIES );
  506. BIND_CONSTANT( SYSTEM_DIR_MUSIC );
  507. BIND_CONSTANT( SYSTEM_DIR_PICTURES );
  508. BIND_CONSTANT( SYSTEM_DIR_RINGTONES );
  509. }
  510. _OS::_OS() {
  511. singleton=this;
  512. }
  513. ///////////////////// GEOMETRY
  514. _Geometry *_Geometry::singleton=NULL;
  515. _Geometry *_Geometry::get_singleton() {
  516. return singleton;
  517. }
  518. DVector<Plane> _Geometry::build_box_planes(const Vector3& p_extents) {
  519. return Geometry::build_box_planes(p_extents);
  520. }
  521. DVector<Plane> _Geometry::build_cylinder_planes(float p_radius, float p_height, int p_sides, Vector3::Axis p_axis) {
  522. return Geometry::build_cylinder_planes(p_radius,p_height,p_sides,p_axis);
  523. }
  524. DVector<Plane> _Geometry::build_capsule_planes(float p_radius, float p_height, int p_sides, int p_lats, Vector3::Axis p_axis) {
  525. return Geometry::build_capsule_planes(p_radius,p_height,p_sides,p_lats,p_axis);
  526. }
  527. real_t _Geometry::segment_intersects_circle(const Vector2& p_from, const Vector2& p_to, const Vector2& p_circle_pos, real_t p_circle_radius) {
  528. return Geometry::segment_intersects_circle(p_from,p_to,p_circle_pos,p_circle_radius);
  529. }
  530. Variant _Geometry::segment_intersects_segment_2d(const Vector2& p_from_a,const Vector2& p_to_a,const Vector2& p_from_b,const Vector2& p_to_b) {
  531. Vector2 result;
  532. if (Geometry::segment_intersects_segment_2d(p_from_a, p_to_a, p_from_b, p_to_b, &result)) {
  533. return result;
  534. } else {
  535. return Variant();
  536. };
  537. };
  538. DVector<Vector2> _Geometry::get_closest_points_between_segments_2d( const Vector2& p1,const Vector2& q1, const Vector2& p2,const Vector2& q2) {
  539. Vector2 r1, r2;
  540. Geometry::get_closest_points_between_segments(p1,q1,p2,q2,r1,r2);
  541. DVector<Vector2> r;
  542. r.resize(2);
  543. r.set(0,r1);
  544. r.set(1,r2);
  545. return r;
  546. }
  547. DVector<Vector3> _Geometry::get_closest_points_between_segments(const Vector3& p1,const Vector3& p2,const Vector3& q1,const Vector3& q2) {
  548. Vector3 r1, r2;
  549. Geometry::get_closest_points_between_segments(p1,p2,q1,q2,r1,r2);
  550. DVector<Vector3> r;
  551. r.resize(2);
  552. r.set(0,r1);
  553. r.set(1,r2);
  554. return r;
  555. }
  556. Vector3 _Geometry::get_closest_point_to_segment(const Vector3& p_point, const Vector3& p_a,const Vector3& p_b) {
  557. Vector3 s[2]={p_a,p_b};
  558. return Geometry::get_closest_point_to_segment(p_point,s);
  559. }
  560. Variant _Geometry::ray_intersects_triangle( const Vector3& p_from, const Vector3& p_dir, const Vector3& p_v0,const Vector3& p_v1,const Vector3& p_v2) {
  561. Vector3 res;
  562. if (Geometry::ray_intersects_triangle(p_from,p_dir,p_v0,p_v1,p_v2,&res))
  563. return res;
  564. else
  565. return Variant();
  566. }
  567. Variant _Geometry::segment_intersects_triangle( const Vector3& p_from, const Vector3& p_to, const Vector3& p_v0,const Vector3& p_v1,const Vector3& p_v2) {
  568. Vector3 res;
  569. if (Geometry::segment_intersects_triangle(p_from,p_to,p_v0,p_v1,p_v2,&res))
  570. return res;
  571. else
  572. return Variant();
  573. }
  574. DVector<Vector3> _Geometry::segment_intersects_sphere( const Vector3& p_from, const Vector3& p_to, const Vector3& p_sphere_pos,real_t p_sphere_radius) {
  575. DVector<Vector3> r;
  576. Vector3 res,norm;
  577. if (!Geometry::segment_intersects_sphere(p_from,p_to,p_sphere_pos,p_sphere_radius,&res,&norm))
  578. return r;
  579. r.resize(2);
  580. r.set(0,res);
  581. r.set(1,norm);
  582. return r;
  583. }
  584. DVector<Vector3> _Geometry::segment_intersects_cylinder( const Vector3& p_from, const Vector3& p_to, float p_height,float p_radius) {
  585. DVector<Vector3> r;
  586. Vector3 res,norm;
  587. if (!Geometry::segment_intersects_cylinder(p_from,p_to,p_height,p_radius,&res,&norm))
  588. return r;
  589. r.resize(2);
  590. r.set(0,res);
  591. r.set(1,norm);
  592. return r;
  593. }
  594. DVector<Vector3> _Geometry::segment_intersects_convex(const Vector3& p_from, const Vector3& p_to,const Vector<Plane>& p_planes) {
  595. DVector<Vector3> r;
  596. Vector3 res,norm;
  597. if (!Geometry::segment_intersects_convex(p_from,p_to,p_planes.ptr(),p_planes.size(),&res,&norm))
  598. return r;
  599. r.resize(2);
  600. r.set(0,res);
  601. r.set(1,norm);
  602. return r;
  603. }
  604. Vector<int> _Geometry::triangulate_polygon(const Vector<Vector2>& p_polygon) {
  605. return Geometry::triangulate_polygon(p_polygon);
  606. }
  607. Dictionary _Geometry::make_atlas(const Vector<Size2>& p_rects) {
  608. Dictionary ret;
  609. Vector<Size2i> rects;
  610. for (int i=0; i<p_rects.size(); i++) {
  611. rects.push_back(p_rects[i]);
  612. };
  613. Vector<Point2i> result;
  614. Size2i size;
  615. Geometry::make_atlas(rects, result, size);
  616. Size2 r_size = size;
  617. Vector<Point2> r_result;
  618. for (int i=0; i<result.size(); i++) {
  619. r_result.push_back(result[i]);
  620. };
  621. ret["points"] = r_result;
  622. ret["size"] = r_size;
  623. return ret;
  624. };
  625. int _Geometry::get_uv84_normal_bit(const Vector3& p_vector) {
  626. return Geometry::get_uv84_normal_bit(p_vector);
  627. }
  628. void _Geometry::_bind_methods() {
  629. ObjectTypeDB::bind_method(_MD("build_box_planes","extents"),&_Geometry::build_box_planes);
  630. ObjectTypeDB::bind_method(_MD("build_cylinder_planes","radius","height","sides","axis"),&_Geometry::build_cylinder_planes,DEFVAL(Vector3::AXIS_Z));
  631. ObjectTypeDB::bind_method(_MD("build_capsule_planes","radius","height","sides","lats","axis"),&_Geometry::build_capsule_planes,DEFVAL(Vector3::AXIS_Z));
  632. ObjectTypeDB::bind_method(_MD("segment_intersects_circle","segment_from","segment_to","circle_pos","circle_radius"),&_Geometry::segment_intersects_circle);
  633. ObjectTypeDB::bind_method(_MD("segment_intersects_segment_2d","from_a","to_a","from_b","to_b"),&_Geometry::segment_intersects_segment_2d);
  634. ObjectTypeDB::bind_method(_MD("get_closest_points_between_segments_2d","p1","q1","p2","q2"),&_Geometry::get_closest_points_between_segments_2d);
  635. ObjectTypeDB::bind_method(_MD("get_closest_points_between_segments","p1","p2","q1","q2"),&_Geometry::get_closest_points_between_segments);
  636. ObjectTypeDB::bind_method(_MD("get_closest_point_to_segment","point","s1","s2"),&_Geometry::get_closest_point_to_segment);
  637. ObjectTypeDB::bind_method(_MD("get_uv84_normal_bit","normal"),&_Geometry::get_uv84_normal_bit);
  638. ObjectTypeDB::bind_method(_MD("ray_intersects_triangle","from","dir","a","b","c"),&_Geometry::ray_intersects_triangle);
  639. ObjectTypeDB::bind_method(_MD("segment_intersects_triangle","from","to","a","b","c"),&_Geometry::segment_intersects_triangle);
  640. ObjectTypeDB::bind_method(_MD("segment_intersects_sphere","from","to","spos","sradius"),&_Geometry::segment_intersects_sphere);
  641. ObjectTypeDB::bind_method(_MD("segment_intersects_cylinder","from","to","height","radius"),&_Geometry::segment_intersects_cylinder);
  642. ObjectTypeDB::bind_method(_MD("segment_intersects_convex","from","to","planes"),&_Geometry::segment_intersects_convex);
  643. ObjectTypeDB::bind_method(_MD("triangulate_polygon","polygon"),&_Geometry::triangulate_polygon);
  644. ObjectTypeDB::bind_method(_MD("make_atlas","sizes"),&_Geometry::make_atlas);
  645. }
  646. _Geometry::_Geometry() {
  647. singleton=this;
  648. }
  649. ///////////////////////// FILE
  650. Error _File::open_encrypted(const String& p_path, int p_mode_flags,const Vector<uint8_t>& p_key) {
  651. Error err = open(p_path,p_mode_flags);
  652. if (err)
  653. return err;
  654. FileAccessEncrypted *fae = memnew( FileAccessEncrypted );
  655. err = fae->open_and_parse(f,p_key,(p_mode_flags==WRITE)?FileAccessEncrypted::MODE_WRITE_AES256:FileAccessEncrypted::MODE_READ);
  656. if (err) {
  657. memdelete(fae);
  658. close();
  659. return err;
  660. }
  661. f=fae;
  662. return OK;
  663. }
  664. Error _File::open_encrypted_pass(const String& p_path, int p_mode_flags,const String& p_pass) {
  665. Error err = open(p_path,p_mode_flags);
  666. if (err)
  667. return err;
  668. FileAccessEncrypted *fae = memnew( FileAccessEncrypted );
  669. err = fae->open_and_parse_password(f,p_pass,(p_mode_flags==WRITE)?FileAccessEncrypted::MODE_WRITE_AES256:FileAccessEncrypted::MODE_READ);
  670. if (err) {
  671. memdelete(fae);
  672. close();
  673. return err;
  674. }
  675. f=fae;
  676. return OK;
  677. }
  678. Error _File::open(const String& p_path, int p_mode_flags) {
  679. close();
  680. Error err;
  681. f = FileAccess::open(p_path,p_mode_flags,&err);
  682. if (f)
  683. f->set_endian_swap(eswap);
  684. return err;
  685. }
  686. void _File::close(){
  687. if (f)
  688. memdelete(f);
  689. f=NULL;
  690. }
  691. bool _File::is_open() const{
  692. return f!=NULL;
  693. }
  694. void _File::seek(int64_t p_position){
  695. ERR_FAIL_COND(!f);
  696. f->seek(p_position);
  697. }
  698. void _File::seek_end(int64_t p_position){
  699. ERR_FAIL_COND(!f);
  700. f->seek_end(p_position);
  701. }
  702. int64_t _File::get_pos() const{
  703. ERR_FAIL_COND_V(!f,0);
  704. return f->get_pos();
  705. }
  706. int64_t _File::get_len() const{
  707. ERR_FAIL_COND_V(!f,0);
  708. return f->get_len();
  709. }
  710. bool _File::eof_reached() const{
  711. ERR_FAIL_COND_V(!f,false);
  712. return f->eof_reached();
  713. }
  714. uint8_t _File::get_8() const{
  715. ERR_FAIL_COND_V(!f,0);
  716. return f->get_8();
  717. }
  718. uint16_t _File::get_16() const{
  719. ERR_FAIL_COND_V(!f,0);
  720. return f->get_16();
  721. }
  722. uint32_t _File::get_32() const{
  723. ERR_FAIL_COND_V(!f,0);
  724. return f->get_32();
  725. }
  726. uint64_t _File::get_64() const{
  727. ERR_FAIL_COND_V(!f,0);
  728. return f->get_64();
  729. }
  730. float _File::get_float() const{
  731. ERR_FAIL_COND_V(!f,0);
  732. return f->get_float();
  733. }
  734. double _File::get_double() const{
  735. ERR_FAIL_COND_V(!f,0);
  736. return f->get_double();
  737. }
  738. real_t _File::get_real() const{
  739. ERR_FAIL_COND_V(!f,0);
  740. return f->get_real();
  741. }
  742. DVector<uint8_t> _File::get_buffer(int p_length) const{
  743. DVector<uint8_t> data;
  744. ERR_FAIL_COND_V(!f,data);
  745. ERR_FAIL_COND_V(p_length<0,data);
  746. if (p_length==0)
  747. return data;
  748. Error err = data.resize(p_length);
  749. ERR_FAIL_COND_V(err!=OK,data);
  750. DVector<uint8_t>::Write w = data.write();
  751. int len = f->get_buffer(&w[0],p_length);
  752. ERR_FAIL_COND_V( len < 0 , DVector<uint8_t>());
  753. w = DVector<uint8_t>::Write();
  754. if (len < p_length)
  755. data.resize(p_length);
  756. return data;
  757. }
  758. String _File::get_as_text() const {
  759. String text;
  760. String l = get_line();
  761. while(!eof_reached()) {
  762. text+=l+"\n";
  763. l = get_line();
  764. }
  765. return text;
  766. }
  767. String _File::get_line() const{
  768. ERR_FAIL_COND_V(!f,String());
  769. return f->get_line();
  770. }
  771. Vector<String> _File::get_csv_line() const {
  772. ERR_FAIL_COND_V(!f,Vector<String>());
  773. return f->get_csv_line();
  774. }
  775. /**< use this for files WRITTEN in _big_ endian machines (ie, amiga/mac)
  776. * It's not about the current CPU type but file formats.
  777. * this flags get reset to false (little endian) on each open
  778. */
  779. void _File::set_endian_swap(bool p_swap){
  780. eswap=p_swap;
  781. if (f)
  782. f->set_endian_swap(p_swap);
  783. }
  784. bool _File::get_endian_swap(){
  785. return eswap;
  786. }
  787. Error _File::get_error() const{
  788. if (!f)
  789. return ERR_UNCONFIGURED;
  790. return f->get_error();
  791. }
  792. void _File::store_8(uint8_t p_dest){
  793. ERR_FAIL_COND(!f);
  794. f->store_8(p_dest);
  795. }
  796. void _File::store_16(uint16_t p_dest){
  797. ERR_FAIL_COND(!f);
  798. f->store_16(p_dest);
  799. }
  800. void _File::store_32(uint32_t p_dest){
  801. ERR_FAIL_COND(!f);
  802. f->store_32(p_dest);
  803. }
  804. void _File::store_64(uint64_t p_dest){
  805. ERR_FAIL_COND(!f);
  806. f->store_64(p_dest);
  807. }
  808. void _File::store_float(float p_dest){
  809. ERR_FAIL_COND(!f);
  810. f->store_float(p_dest);
  811. }
  812. void _File::store_double(double p_dest){
  813. ERR_FAIL_COND(!f);
  814. f->store_double(p_dest);
  815. }
  816. void _File::store_real(real_t p_real){
  817. ERR_FAIL_COND(!f);
  818. f->store_real(p_real);
  819. }
  820. void _File::store_string(const String& p_string){
  821. ERR_FAIL_COND(!f);
  822. f->store_string(p_string);
  823. }
  824. void _File::store_pascal_string(const String& p_string) {
  825. ERR_FAIL_COND(!f);
  826. f->store_pascal_string(p_string);
  827. };
  828. String _File::get_pascal_string() {
  829. ERR_FAIL_COND_V(!f, "");
  830. return f->get_pascal_string();
  831. };
  832. void _File::store_line(const String& p_string){
  833. ERR_FAIL_COND(!f);
  834. f->store_line(p_string);
  835. }
  836. void _File::store_buffer(const DVector<uint8_t>& p_buffer){
  837. ERR_FAIL_COND(!f);
  838. int len = p_buffer.size();
  839. if (len==0)
  840. return;
  841. DVector<uint8_t>::Read r = p_buffer.read();
  842. f->store_buffer(&r[0],len);
  843. }
  844. bool _File::file_exists(const String& p_name) const{
  845. return FileAccess::exists(p_name);
  846. }
  847. void _File::store_var(const Variant& p_var) {
  848. ERR_FAIL_COND(!f);
  849. int len;
  850. Error err = encode_variant(p_var,NULL,len);
  851. ERR_FAIL_COND( err != OK );
  852. DVector<uint8_t> buff;
  853. buff.resize(len);
  854. DVector<uint8_t>::Write w = buff.write();
  855. err = encode_variant(p_var,&w[0],len);
  856. ERR_FAIL_COND( err != OK );
  857. w=DVector<uint8_t>::Write();
  858. store_32(len);
  859. store_buffer(buff);
  860. }
  861. Variant _File::get_var() const {
  862. ERR_FAIL_COND_V(!f,Variant());
  863. uint32_t len = get_32();
  864. DVector<uint8_t> buff = get_buffer(len);
  865. ERR_FAIL_COND_V(buff.size() != len, Variant());
  866. DVector<uint8_t>::Read r = buff.read();
  867. Variant v;
  868. Error err = decode_variant(v,&r[0],len);
  869. ERR_FAIL_COND_V( err!=OK, Variant() );
  870. return v;
  871. }
  872. void _File::_bind_methods() {
  873. ObjectTypeDB::bind_method(_MD("open_encrypted","path","mode_flags","key"),&_File::open_encrypted);
  874. ObjectTypeDB::bind_method(_MD("open_encrypted_with_pass","path","mode_flags","pass"),&_File::open_encrypted_pass);
  875. ObjectTypeDB::bind_method(_MD("open","path","flags"),&_File::open);
  876. ObjectTypeDB::bind_method(_MD("close"),&_File::close);
  877. ObjectTypeDB::bind_method(_MD("is_open"),&_File::is_open);
  878. ObjectTypeDB::bind_method(_MD("seek","pos"),&_File::seek);
  879. ObjectTypeDB::bind_method(_MD("seek_end","pos"),&_File::seek_end,DEFVAL(0));
  880. ObjectTypeDB::bind_method(_MD("get_pos"),&_File::get_pos);
  881. ObjectTypeDB::bind_method(_MD("get_len"),&_File::get_len);
  882. ObjectTypeDB::bind_method(_MD("eof_reached"),&_File::eof_reached);
  883. ObjectTypeDB::bind_method(_MD("get_8"),&_File::get_8);
  884. ObjectTypeDB::bind_method(_MD("get_16"),&_File::get_16);
  885. ObjectTypeDB::bind_method(_MD("get_32"),&_File::get_32);
  886. ObjectTypeDB::bind_method(_MD("get_64"),&_File::get_64);
  887. ObjectTypeDB::bind_method(_MD("get_float"),&_File::get_float);
  888. ObjectTypeDB::bind_method(_MD("get_double"),&_File::get_double);
  889. ObjectTypeDB::bind_method(_MD("get_real"),&_File::get_real);
  890. ObjectTypeDB::bind_method(_MD("get_buffer","len"),&_File::get_buffer);
  891. ObjectTypeDB::bind_method(_MD("get_line"),&_File::get_line);
  892. ObjectTypeDB::bind_method(_MD("get_as_text"),&_File::get_as_text);
  893. ObjectTypeDB::bind_method(_MD("get_endian_swap"),&_File::get_endian_swap);
  894. ObjectTypeDB::bind_method(_MD("set_endian_swap","enable"),&_File::set_endian_swap);
  895. ObjectTypeDB::bind_method(_MD("get_error:Error"),&_File::get_error);
  896. ObjectTypeDB::bind_method(_MD("get_var"),&_File::get_var);
  897. ObjectTypeDB::bind_method(_MD("get_csv_line"),&_File::get_csv_line);
  898. ObjectTypeDB::bind_method(_MD("store_8","value"),&_File::store_8);
  899. ObjectTypeDB::bind_method(_MD("store_16","value"),&_File::store_16);
  900. ObjectTypeDB::bind_method(_MD("store_32","value"),&_File::store_32);
  901. ObjectTypeDB::bind_method(_MD("store_64","value"),&_File::store_64);
  902. ObjectTypeDB::bind_method(_MD("store_float","value"),&_File::store_float);
  903. ObjectTypeDB::bind_method(_MD("store_double","value"),&_File::store_double);
  904. ObjectTypeDB::bind_method(_MD("store_real","value"),&_File::store_real);
  905. ObjectTypeDB::bind_method(_MD("store_buffer","buffer"),&_File::store_buffer);
  906. ObjectTypeDB::bind_method(_MD("store_line","line"),&_File::store_line);
  907. ObjectTypeDB::bind_method(_MD("store_string","string"),&_File::store_string);
  908. ObjectTypeDB::bind_method(_MD("store_var","value"),&_File::store_var);
  909. ObjectTypeDB::bind_method(_MD("store_pascal_string","string"),&_File::store_pascal_string);
  910. ObjectTypeDB::bind_method(_MD("get_pascal_string"),&_File::get_pascal_string);
  911. ObjectTypeDB::bind_method(_MD("file_exists","path"),&_File::file_exists);
  912. BIND_CONSTANT( READ );
  913. BIND_CONSTANT( WRITE );
  914. BIND_CONSTANT( READ_WRITE );
  915. }
  916. _File::_File(){
  917. f = NULL;
  918. eswap=false;
  919. }
  920. _File::~_File(){
  921. if (f)
  922. memdelete(f);
  923. }
  924. ///////////////////////////////////////////////////////
  925. Error _Directory::open(const String& p_path) {
  926. Error err;
  927. DirAccess *alt=DirAccess::open(p_path,&err);
  928. if (!alt)
  929. return err;
  930. if (d)
  931. memdelete(d);
  932. d=alt;
  933. return OK;
  934. }
  935. bool _Directory::list_dir_begin() {
  936. ERR_FAIL_COND_V(!d,false);
  937. return d->list_dir_begin();
  938. }
  939. String _Directory::get_next(){
  940. ERR_FAIL_COND_V(!d,"");
  941. return d->get_next();
  942. }
  943. bool _Directory::current_is_dir() const{
  944. ERR_FAIL_COND_V(!d,false);
  945. return d->current_is_dir();
  946. }
  947. void _Directory::list_dir_end(){
  948. ERR_FAIL_COND(!d);
  949. return d->list_dir_end();
  950. }
  951. int _Directory::get_drive_count(){
  952. ERR_FAIL_COND_V(!d,0);
  953. return d->get_drive_count();
  954. }
  955. String _Directory::get_drive(int p_drive){
  956. ERR_FAIL_COND_V(!d,"");
  957. return d->get_drive(p_drive);
  958. }
  959. Error _Directory::change_dir(String p_dir){
  960. ERR_FAIL_COND_V(!d,ERR_UNCONFIGURED);
  961. return d->change_dir(p_dir);
  962. }
  963. String _Directory::get_current_dir() {
  964. ERR_FAIL_COND_V(!d,"");
  965. return d->get_current_dir();
  966. }
  967. Error _Directory::make_dir(String p_dir){
  968. ERR_FAIL_COND_V(!d,ERR_UNCONFIGURED);
  969. return d->make_dir(p_dir);
  970. }
  971. Error _Directory::make_dir_recursive(String p_dir){
  972. ERR_FAIL_COND_V(!d,ERR_UNCONFIGURED);
  973. return d->make_dir_recursive(p_dir);
  974. }
  975. bool _Directory::file_exists(String p_file){
  976. ERR_FAIL_COND_V(!d,false);
  977. return d->file_exists(p_file);
  978. }
  979. bool _Directory::dir_exists(String p_dir) {
  980. ERR_FAIL_COND_V(!d,false);
  981. return d->dir_exists(p_dir);
  982. }
  983. int _Directory::get_space_left(){
  984. ERR_FAIL_COND_V(!d,0);
  985. return d->get_space_left();
  986. }
  987. Error _Directory::copy(String p_from,String p_to){
  988. ERR_FAIL_COND_V(!d,ERR_UNCONFIGURED);
  989. return d->copy(p_from,p_to);
  990. }
  991. Error _Directory::rename(String p_from, String p_to){
  992. ERR_FAIL_COND_V(!d,ERR_UNCONFIGURED);
  993. return d->rename(p_from,p_to);
  994. }
  995. Error _Directory::remove(String p_name){
  996. ERR_FAIL_COND_V(!d,ERR_UNCONFIGURED);
  997. return d->remove(p_name);
  998. }
  999. void _Directory::_bind_methods() {
  1000. ObjectTypeDB::bind_method(_MD("open:Error","path"),&_Directory::open);
  1001. ObjectTypeDB::bind_method(_MD("list_dir_begin"),&_Directory::list_dir_begin);
  1002. ObjectTypeDB::bind_method(_MD("get_next"),&_Directory::get_next);
  1003. ObjectTypeDB::bind_method(_MD("current_is_dir"),&_Directory::current_is_dir);
  1004. ObjectTypeDB::bind_method(_MD("list_dir_end"),&_Directory::list_dir_end);
  1005. ObjectTypeDB::bind_method(_MD("get_drive_count"),&_Directory::get_drive_count);
  1006. ObjectTypeDB::bind_method(_MD("get_drive","idx"),&_Directory::get_drive);
  1007. ObjectTypeDB::bind_method(_MD("change_dir:Error","todir"),&_Directory::change_dir);
  1008. ObjectTypeDB::bind_method(_MD("get_current_dir"),&_Directory::get_current_dir);
  1009. ObjectTypeDB::bind_method(_MD("make_dir:Error","name"),&_Directory::make_dir);
  1010. ObjectTypeDB::bind_method(_MD("make_dir_recursive:Error","name"),&_Directory::make_dir_recursive);
  1011. ObjectTypeDB::bind_method(_MD("file_exists","name"),&_Directory::file_exists);
  1012. ObjectTypeDB::bind_method(_MD("dir_exists","name"),&_Directory::dir_exists);
  1013. // ObjectTypeDB::bind_method(_MD("get_modified_time","file"),&_Directory::get_modified_time);
  1014. ObjectTypeDB::bind_method(_MD("get_space_left"),&_Directory::get_space_left);
  1015. ObjectTypeDB::bind_method(_MD("copy:Error","from","to"),&_Directory::copy);
  1016. ObjectTypeDB::bind_method(_MD("rename:Error","from","to"),&_Directory::rename);
  1017. ObjectTypeDB::bind_method(_MD("remove:Error","file"),&_Directory::remove);
  1018. }
  1019. _Directory::_Directory() {
  1020. d = DirAccess::create(DirAccess::ACCESS_RESOURCES);
  1021. }
  1022. _Directory::~_Directory() {
  1023. if (d)
  1024. memdelete(d);
  1025. }
  1026. String _Marshalls::variant_to_base64(const Variant& p_var) {
  1027. int len;
  1028. Error err = encode_variant(p_var,NULL,len);
  1029. ERR_FAIL_COND_V( err != OK, "" );
  1030. DVector<uint8_t> buff;
  1031. buff.resize(len);
  1032. DVector<uint8_t>::Write w = buff.write();
  1033. err = encode_variant(p_var,&w[0],len);
  1034. ERR_FAIL_COND_V( err != OK, "" );
  1035. int b64len = len / 3 * 4 + 4 + 1;
  1036. DVector<uint8_t> b64buff;
  1037. b64buff.resize(b64len);
  1038. DVector<uint8_t>::Write w64 = b64buff.write();
  1039. int strlen = base64_encode((char*)(&w64[0]), (char*)(&w[0]), len);
  1040. //OS::get_singleton()->print("len is %i, vector size is %i\n", b64len, strlen);
  1041. w64[strlen] = 0;
  1042. String ret = (char*)&w64[0];
  1043. return ret;
  1044. };
  1045. Variant _Marshalls::base64_to_variant(const String& p_str) {
  1046. int strlen = p_str.length();
  1047. CharString cstr = p_str.ascii();
  1048. DVector<uint8_t> buf;
  1049. buf.resize(strlen / 4 * 3 + 1);
  1050. DVector<uint8_t>::Write w = buf.write();
  1051. int len = base64_decode((char*)(&w[0]), (char*)cstr.get_data(), strlen);
  1052. Variant v;
  1053. Error err = decode_variant(v, &w[0], len);
  1054. ERR_FAIL_COND_V( err!=OK, Variant() );
  1055. return v;
  1056. };
  1057. void _Marshalls::_bind_methods() {
  1058. ObjectTypeDB::bind_method(_MD("variant_to_base64:String","variant"),&_Marshalls::variant_to_base64);
  1059. ObjectTypeDB::bind_method(_MD("base64_to_variant:Variant","base64_str"),&_Marshalls::base64_to_variant);
  1060. };
  1061. ////////////////
  1062. Error _Semaphore::wait() {
  1063. return semaphore->wait();
  1064. }
  1065. Error _Semaphore::post() {
  1066. return semaphore->post();
  1067. }
  1068. void _Semaphore::_bind_methods() {
  1069. ObjectTypeDB::bind_method(_MD("wait:Error"),&_Semaphore::wait);
  1070. ObjectTypeDB::bind_method(_MD("post:Error"),&_Semaphore::post);
  1071. }
  1072. _Semaphore::_Semaphore() {
  1073. semaphore =Semaphore::create();
  1074. }
  1075. _Semaphore::~_Semaphore(){
  1076. memdelete(semaphore);
  1077. }
  1078. ///////////////
  1079. void _Mutex::lock() {
  1080. mutex->lock();
  1081. }
  1082. Error _Mutex::try_lock(){
  1083. return mutex->try_lock();
  1084. }
  1085. void _Mutex::unlock(){
  1086. mutex->unlock();
  1087. }
  1088. void _Mutex::_bind_methods() {
  1089. ObjectTypeDB::bind_method(_MD("lock"),&_Mutex::lock);
  1090. ObjectTypeDB::bind_method(_MD("try_lock:Error"),&_Mutex::try_lock);
  1091. ObjectTypeDB::bind_method(_MD("unlock"),&_Mutex::unlock);
  1092. }
  1093. _Mutex::_Mutex() {
  1094. mutex =Mutex::create();
  1095. }
  1096. _Mutex::~_Mutex(){
  1097. memdelete(mutex);
  1098. }
  1099. ///////////////
  1100. void _Thread::_start_func(void *ud) {
  1101. _Thread *t=(_Thread*)ud;
  1102. Variant::CallError ce;
  1103. const Variant* arg[1]={&t->userdata};
  1104. t->ret=t->target_instance->call(t->target_method,arg,1,ce);
  1105. if (ce.error!=Variant::CallError::CALL_OK) {
  1106. String reason;
  1107. switch(ce.error) {
  1108. case Variant::CallError::CALL_ERROR_INVALID_ARGUMENT: {
  1109. reason="Invalid Argument #"+itos(ce.argument);
  1110. } break;
  1111. case Variant::CallError::CALL_ERROR_TOO_MANY_ARGUMENTS: {
  1112. reason="Too Many Arguments";
  1113. } break;
  1114. case Variant::CallError::CALL_ERROR_TOO_FEW_ARGUMENTS: {
  1115. reason="Too Many Arguments";
  1116. } break;
  1117. case Variant::CallError::CALL_ERROR_INVALID_METHOD: {
  1118. reason="Method Not Found";
  1119. } break;
  1120. default: {}
  1121. }
  1122. ERR_EXPLAIN("Could not call function '"+t->target_method.operator String()+"'' starting thread ID: "+t->get_id()+" Reason: "+reason);
  1123. ERR_FAIL();
  1124. }
  1125. }
  1126. Error _Thread::start(Object *p_instance,const StringName& p_method,const Variant& p_userdata,int p_priority) {
  1127. ERR_FAIL_COND_V(active,ERR_ALREADY_IN_USE);
  1128. ERR_FAIL_COND_V(!p_instance,ERR_INVALID_PARAMETER);
  1129. ERR_FAIL_COND_V(p_method==StringName(),ERR_INVALID_PARAMETER);
  1130. ERR_FAIL_INDEX_V(p_priority,3,ERR_INVALID_PARAMETER);
  1131. ret=Variant();
  1132. target_method=p_method;
  1133. target_instance=p_instance;
  1134. userdata=p_userdata;
  1135. active=true;
  1136. Thread::Settings s;
  1137. s.priority=(Thread::Priority)p_priority;
  1138. thread = Thread::create(_start_func,this,s);
  1139. if (!thread) {
  1140. active=false;
  1141. target_method=StringName();
  1142. target_instance=NULL;
  1143. userdata=Variant();
  1144. return ERR_CANT_CREATE;
  1145. }
  1146. return OK;
  1147. }
  1148. String _Thread::get_id() const {
  1149. if (!thread)
  1150. return String();
  1151. return itos(thread->get_ID());
  1152. }
  1153. bool _Thread::is_active() const {
  1154. return active;
  1155. }
  1156. Variant _Thread::wait_to_finish() {
  1157. ERR_FAIL_COND_V(!thread,Variant());
  1158. ERR_FAIL_COND_V(!active,Variant());
  1159. Thread::wait_to_finish(thread);
  1160. Variant r = ret;
  1161. active=false;
  1162. target_method=StringName();
  1163. target_instance=NULL;
  1164. userdata=Variant();
  1165. thread=NULL;
  1166. return r;
  1167. }
  1168. void _Thread::_bind_methods() {
  1169. ObjectTypeDB::bind_method(_MD("start:Error","instance","method","userdata","priority"),&_Thread::start,DEFVAL(Variant()),DEFVAL(PRIORITY_NORMAL));
  1170. ObjectTypeDB::bind_method(_MD("get_id"),&_Thread::get_id);
  1171. ObjectTypeDB::bind_method(_MD("is_active"),&_Thread::is_active);
  1172. ObjectTypeDB::bind_method(_MD("wait_to_finish:var"),&_Thread::wait_to_finish);
  1173. BIND_CONSTANT( PRIORITY_LOW );
  1174. BIND_CONSTANT( PRIORITY_NORMAL );
  1175. BIND_CONSTANT( PRIORITY_HIGH );
  1176. }
  1177. _Thread::_Thread() {
  1178. active=false;
  1179. thread=NULL;
  1180. target_instance=NULL;
  1181. }
  1182. _Thread::~_Thread() {
  1183. ERR_FAIL_COND(active==true);
  1184. }