12864 Commits

Author SHA1 Message Date
Timo Strunk
9e38cb4c93 Removed zip as default extension from core info 2014-09-12 19:09:21 +02:00
Timo Strunk
1883b03497 All files and not just content file can now be compressed 2014-09-12 19:06:36 +02:00
Timo Strunk
565ca9fee8 Corrected error value in case file is not found in zip file 2014-09-12 19:03:19 +02:00
Timo Strunk
e5112b3675 Correct returnvalue in case file is not found in 7z archive 2014-09-12 19:00:52 +02:00
twinaphex
37a7e56a9b (D3D9 PC) Build fix 2014-09-12 18:06:47 +02:00
twinaphex
b65e16254c (D3D) Go through wrapper for SetViewport 2014-09-12 18:01:32 +02:00
twinaphex
147c40985c (D3D) d3d_wrapper.c - silence warning 2014-09-12 17:54:11 +02:00
Timo Strunk
6386bfdb14 Menu now loads file from carchive correctly in the cases of deferred core and the standard case (like MENU_FILE_PLAIN) 2014-09-12 17:52:16 +02:00
Timo Strunk
8d3e89cc7e Use pathname_short representation in menu_entries.c to allow for correct viewing of compressed paths in history list 2014-09-12 17:49:31 +02:00
Timo Strunk
aeb849b109 Defer core now realizes whether something is compressed or not 2014-09-12 17:48:35 +02:00
Timo Strunk
c83dced0d2 Made safe version of string concat with delimiter 2014-09-12 17:46:40 +02:00
twinaphex
155439ad07 (D3D) Get rid of unused D3D macros 2014-09-12 17:43:03 +02:00
twinaphex
7e5746cc75 (D3D) Get rid of xdk_d3d.cpp/xdk_d3d.h 2014-09-12 17:39:15 +02:00
twinaphex
fe26623343 (D3D) Use d3d_swap wrapper function 2014-09-12 17:38:20 +02:00
twinaphex
345900ae3a (D3D) Cleanups 2014-09-12 17:36:22 +02:00
twinaphex
a943609c1a (D3D) Get rid of some D3D macros 2014-09-12 17:32:18 +02:00
twinaphex
7924166f64 (XDK) Use wrapper functions in render_chain_xdk.h 2014-09-12 17:30:30 +02:00
twinaphex
a58a1b4e43 (XDK) Build fix 2014-09-12 17:27:51 +02:00
twinaphex
b0b1a4c692 (D3D) Go through wrapper for MinFilter/MagFilter 2014-09-12 17:22:46 +02:00
twinaphex
35893e96ea (D3D) Go through more wrapper functions 2014-09-12 17:17:28 +02:00
Timo Strunk
11b63cbe3d Merge remote-tracking branch 'upstream/master' into zip_support 2014-09-12 17:06:41 +02:00
Timo Strunk
9c4c2a107c We check dynamically in file.c if the filename contains a zipfile 2014-09-12 17:06:28 +02:00
Timo Strunk
502475f6c7 Added function to check whether path contains a compressed file 2014-09-12 17:05:05 +02:00
Timo Strunk
5ad5a1b6a9 Removed general zip support flags again. 2014-09-12 17:04:14 +02:00
twinaphex
5e8fd1cf03 (D3D) Nit 2014-09-12 16:22:02 +02:00
Twinaphex
ee07c69c20 Merge pull request #985 from lioncash/free
command: Fix possible null dereference in rarch_cmd_free
2014-09-12 15:12:09 +02:00
Lioncash
a300ce5b2e command: Fix possible null dereference in rarch_cmd_free
Free called on null pointers is OK, but if it's ever null and it hits this conditional, it will be a null pointer dereference.
2014-09-12 08:07:41 -04:00
twinaphex
7fc59210b1 (D3D) Have more functions go through d3d_wrapper 2014-09-12 08:08:04 +02:00
twinaphex
fa27c8884d Add d3d_wrapper to Makefile.win 2014-09-12 08:02:48 +02:00
twinaphex
05c7d4e573 (D3D/MSVC) Build fix and include d3d_wrapper.c for MSVC build 2014-09-12 08:02:50 +02:00
twinaphex
127441e0c6 (D3D) Start using D3D wrapper functions 2014-09-12 07:49:25 +02:00
twinaphex
a4e6af8234 (GLUI) Take out '>' for selected item 2014-09-12 07:19:09 +02:00
Twinaphex
0e2282185f Merge pull request #983 from lioncash/derefs
Fix some more possible null pointer dereferences
2014-09-12 06:49:07 +02:00
twinaphex
85f0db5bad (Menu) Create menu_action_setting_driver and have Lakka and RGUI both
use it
2014-09-12 06:46:43 +02:00
Lioncash
be12253243 Fix some more possible null pointer dereferences 2014-09-12 00:30:53 -04:00
twinaphex
33750bc046 (Lakka) Indent/style nits 2014-09-12 06:29:39 +02:00
twinaphex
f5e523a8c3 Refactor/rename menu_action.c functions 2014-09-12 06:04:02 +02:00
twinaphex
050a6b9571 (Lakka) Only perform menu actions if MENU_ACTION_LEFT/MENU_ACTION_RIGHT/
MENU_ACTION_START/MENU_ACTION_OK is pressed
2014-09-12 05:57:27 +02:00
twinaphex
4a14658278 (Menu) Split up reusable menu_action code to menu_action.c 2014-09-12 05:54:58 +02:00
Twinaphex
81073c96ef Merge pull request #982 from lioncash/deref
Squash some more potential null pointer dereferences
2014-09-12 05:26:50 +02:00
twinaphex
3863fe1e95 Add RARCH_ACTION_STATE_FORCE_QUIT 2014-09-12 05:14:43 +02:00
Lioncash
64272ef327 Squash some more potential null pointer dereferences 2014-09-11 23:04:02 -04:00
twinaphex
d96de429ea (Menu) Add RARCH_CMD_LOAD_CONTENT_PERSIST 2014-09-12 05:01:24 +02:00
Twinaphex
59546e6f34 Merge pull request #981 from lioncash/include
retroarch_logger: Include header stdio.h
2014-09-12 04:33:40 +02:00
Lioncash
7ccc71bb59 retroarch_logger: Include header stdio.h
Prior to this, if this file was included in a source file, but stdio was not, then a compile error would result, as the log calls internally print to stderr, which is defined within stdio.h
2014-09-11 22:22:42 -04:00
Twinaphex
1aa8ad306d Merge pull request #979 from Monroe88/windows_glui
Add GLUI building to Makefile.win
2014-09-12 04:18:18 +02:00
Twinaphex
d9fbfb8fdc Merge pull request #980 from lioncash/deref
settings_data: Handle potential null dereferences
2014-09-12 04:17:51 +02:00
Lioncash
fef46e3128 settings_data: Handle potential null dereferences 2014-09-11 22:12:23 -04:00
twinaphex
550ebc0e49 (Menu) Fix case where we load content with 'Load Content' 2014-09-12 04:09:01 +02:00
twinaphex
9104736dce (D3D) Include xtl.h header for D3D8 Xbox 1 2014-09-12 04:04:05 +02:00