95 Commits

Author SHA1 Message Date
twinaphex
074f14b132 Add verbosity.c/verbosity.h 2015-11-23 12:03:38 +01:00
Twinaphex
1cd1ecfc5c More C89_BUILD buildfixes 2015-11-19 13:43:48 +01:00
Higor Eurípedes
0e8d65c44e (task_database) Fix serial lookup 2015-11-16 20:49:51 -03:00
Higor Eurípedes
0ae631078a (task_database) Stop crc lookup on first match 2015-11-14 19:44:08 -03:00
twinaphex
9e2dc0745e Add param to dir_list_new_special 2015-10-26 21:30:58 +01:00
twinaphex
02a43c6b2a Change 'rarch' to 'retro' namespace in libretro-common 2015-10-26 03:18:13 +01:00
twinaphex
02a5d738fe Static code analysis cleanups 2015-09-28 23:00:22 +02:00
twinaphex
1eb80f6c93 More static code analysis fixes 2015-09-28 17:18:48 +02:00
Twinaphex
f44852b35b Fix redefinition of variable 2015-09-28 03:32:05 +02:00
Twinaphex
f2f3374760 Get rid of unused variable 2015-09-28 03:31:09 +02:00
twinaphex
c7fe8922a1 Allow upper-case CUE extension too 2015-09-27 03:50:45 +02:00
twinaphex
1d33bf5db7 Add uppercase 'ISO' extension too 2015-09-27 03:48:58 +02:00
Jean-André Santoni
d2d402ea1b Refactor CD scanning, and detect PSP games before searching serials 2015-09-27 02:14:24 +02:00
Jean-André Santoni
1ffe9eae43 Implement PSP scanning 2015-09-27 00:12:17 +02:00
Jean-André Santoni
938e89562b Search the ps1 serial in the whole binary 2015-09-25 00:36:12 +02:00
Jean-André Santoni
fea95aa4a1 Finish implementing psx scanning 2015-09-24 14:14:42 +02:00
Jean-André Santoni
0e7018c27d Serial lookup for psx scanning 2015-09-22 15:22:15 +02:00
twinaphex
432aac58a3 Get rid of more fcntl header includes 2015-09-18 04:03:11 +02:00
twinaphex
78185be8bf Build fixes 2015-09-16 22:44:16 +02:00
twinaphex
fad78d8b81 Split up code to task_database_cue.c 2015-09-16 22:39:47 +02:00
Jean-André Santoni
07f362e88d Start adding ps1 scanning 2015-09-16 22:11:08 +02:00
twinaphex
8ca8b43545 Take out retro_endianness.h include out of retro_miscellaneous.h 2015-09-14 03:34:05 +02:00
Alcaro
9554597160 Add missing header includes, fixes CXX_BUILD. 2015-09-06 14:46:25 +02:00
twinaphex
f88575633e Cleanups 2015-09-05 20:34:22 +02:00
Alcaro
c05bb6e0c3 Tolerate unset database path. 2015-08-20 19:24:08 +02:00
Alcaro
28b1c9eada Rename this variable, every other instance of it has the same name. 2015-08-20 19:08:07 +02:00
twinaphex
c4ff5e73f1 (task_database.c) Refactor away get_ptr function 2015-08-06 04:14:49 +02:00
twinaphex
f967c88ff0 (runloop_data.c) Cleanups 2015-08-06 02:31:50 +02:00
twinaphex
9185d37710 Bump up collection limit 2015-07-26 00:40:24 +02:00
twinaphex
51137d5351 Set pending_scan_finished to false in rarch_main_data_db_uninit 2015-07-09 02:33:46 +02:00
twinaphex
1c406bc098 Add rarch_main_data_pending_scan_finished and other mechanisms
so that the call to menu_environment_cb gets made on main thread
2015-07-09 02:31:46 +02:00
twinaphex
51e2a128c5 (runloop data) Don't have to pass around runloop pointer anymore 2015-07-08 23:01:11 +02:00
twinaphex
52e2fd1689 Refactor task_database.c 2015-07-08 22:03:23 +02:00
twinaphex
c84ddb53fa (task_databse.c) Refactors 2015-07-08 21:48:58 +02:00
twinaphex
039ba91c48 Add mechanism so that task_database informs the menu driver that
we need to refresh the horizontal list. Kivutar; make the icons
work again after we do a horizontal list refresh
2015-07-08 01:01:41 +02:00
Higor Eurípedes
a3aab2f98e (task_database) Dont call zlib_parse_file_iterate_stop so much 2015-07-05 10:40:51 -03:00
Higor Eurípedes
3cc6e07174 (task_database) Fix leaks when scanning zip files 2015-07-05 10:23:21 -03:00
twinaphex
d4dcf784c9 Update msg_hash.c 2015-07-01 19:40:50 +02:00
twinaphex
5d576ce61d (task_database.c) Use fill_pathname_join_delim in task_database.c 2015-06-22 19:51:13 +02:00
twinaphex
5f67c53e6a Use fill_short_pathname_representation 2015-06-22 19:39:56 +02:00
twinaphex
b08c399d3b (task_database.c) Fix some warnings 2015-06-15 22:48:41 +02:00
twinaphex
a86977de3a (tasks) Use hashes 2015-06-14 17:11:48 +02:00
twinaphex
25372dfb56 (task_database.c) Refactor to not use strcmp 2015-06-14 16:59:38 +02:00
twinaphex
a10cdfa8b1 (tasks) Cleanups 2015-06-12 22:37:06 +02:00
Higor Eurípedes
85800a81b6 (task_database.c) Use a query for faster CRC scanning 2015-06-10 14:51:26 -03:00
Higor Eurípedes
4d23fd211c (libretro-db) Store CRC32 as uint32_t 2015-06-09 20:21:14 -03:00
twinaphex
b321c38d62 (task_database.c) If 0 out some excessive logging 2015-06-09 21:10:57 +02:00
twinaphex
9487def760 (task_database.c) We can now scan individual files 2015-06-09 19:38:51 +02:00
Twinaphex
ba0e25dd88 Rename database_info_init to database_info_dir_init 2015-06-09 18:53:18 +02:00
twinaphex
29e3f5ff66 Expand playlist format - rename it to 'lpl' 2015-06-08 23:38:03 +02:00