Commit Graph

23272 Commits

Author SHA1 Message Date
Twinaphex
500e058cce Compile in video_context_driver always 2015-10-11 09:19:11 +02:00
Alcaro
d10bb76427 Wipe out some insane rule that makes --verbose change behaviour. I think this is what is intended... 2015-10-11 09:14:33 +02:00
Twinaphex
4f1e89b21b (menu_input.c) Start making this code slightly more sane and less of a
total mess
2015-10-11 09:07:03 +02:00
Alcaro
edc80ee837 Get rid of call to nonexistent function. 2015-10-11 08:49:33 +02:00
Twinaphex
026de2f96e (menu_input.c) Use new RARCH_DEVICE_MOUSE_SCREEN_{X|Y} 2015-10-11 08:48:36 +02:00
Twinaphex
ce3f8f91b6 Merge pull request #2229 from leiradel/master
prefix fun
2015-10-10 16:17:51 +02:00
Andre Leiradella
e372b50b7c prefix fun 2015-10-10 11:06:59 -03:00
twinaphex
95cf20e5d2 (Zarch) Cleanups 2015-10-10 11:38:22 +02:00
twinaphex
56bc07f4b0 (CXX_BUILD) Buildfixes 2015-10-10 11:12:11 +02:00
twinaphex
062752b8eb (Zarch) C89_BUILD fixes 2015-10-10 11:10:59 +02:00
twinaphex
81a50cf0fe cheevos.c - don't use malloc.h - not there on OSX/iOS 2015-10-10 11:07:49 +02:00
twinaphex
f95e31dabd (libretro-db) Move struct definitions around 2015-10-10 10:51:12 +02:00
twinaphex
e1456dce9c parser.c - symbol namespace alterations 2015-10-10 10:49:34 +02:00
twinaphex
d2a5172ddf (x11_input.c) Remove forward declaration 2015-10-10 10:38:22 +02:00
twinaphex
8fc33b386b (udev) Start adding RETRO_DEVICE_POINTER / RETRO_DEVICE_POINTER_SCREEN -
untested
2015-10-10 10:35:45 +02:00
twinaphex
7c3c72e61a Add weird 'menu/driverspzarch.c' to .gitignore 2015-10-10 08:16:06 +02:00
twinaphex
ec3339b272 No idea where this keeps coming from 2015-10-10 08:14:19 +02:00
twinaphex
ff59f92341 (Win32) Create win32_suppress_screensaver 2015-10-10 08:13:58 +02:00
twinaphex
7f164647a2 (jsonsax) Preventing more namespace / symbol collisions in the future 2015-10-09 20:58:18 +02:00
twinaphex
14688de54a (jsonsax) Buildfixes 2015-10-09 20:55:31 +02:00
twinaphex
2a952fc083 (Cheevos) Buildfix 2015-10-09 20:42:39 +02:00
Twinaphex
5962e6b0d5 Merge pull request #2226 from leiradel/master
added cheevos_test back to runloop.c; included runloop.c and jsonsax.…
2015-10-09 20:40:32 +02:00
twinaphex
ab65bec860 Add HAVE_MENU ifdefs 2015-10-09 20:40:05 +02:00
twinaphex
f6d4ea0a68 (menu_input.c) Cleanups 2015-10-09 20:35:30 +02:00
Andre Leiradella
c53766dde3 added cheevos_test back to runloop.c; included runloop.c and jsonsax.c in griffin.c 2015-10-09 15:29:50 -03:00
twinaphex
b5f1ec6da0 (Zarch) Remove unused variables 2015-10-09 20:14:30 +02:00
twinaphex
e3637e0492 (GLUI) remove unused variables 2015-10-09 20:12:23 +02:00
Twinaphex
d637ef0683 Merge pull request #2225 from leiradel/master
removed cheevos_test for now
2015-10-09 19:38:38 +02:00
Andre Leiradella
18db59b446 removed cheevos_test for now 2015-10-09 14:09:49 -03:00
Twinaphex
36b4f21a40 Merge pull request #2224 from leiradel/master
fix function signatures; fix license on jsonsax
2015-10-09 18:53:03 +02:00
Andre Leiradella
89a7496413 fixed more function signatures 2015-10-09 13:52:15 -03:00
Andre Leiradella
9485298f78 fix function signatures; fix license on jsonsax 2015-10-09 13:48:17 -03:00
Twinaphex
775d21ba77 Merge pull request #2223 from leiradel/master
preliminary code for retro achievements (cheevos)
2015-10-09 18:36:15 +02:00
Andre Leiradella
fa3f17d219 preliminary code for retro achievements (cheevos) 2015-10-09 13:29:57 -03:00
twinaphex
0d4b73127f Start fleshing out zui_finish to be more like menu_video_draw_texture 2015-10-09 18:29:24 +02:00
twinaphex
a3fdac4a65 (Menu) Enable EXPERIMENTAL_MOUSE_SCREEN 2015-10-08 21:06:20 +02:00
Twinaphex
39189047b4 Use RARCH_DEVICE_MOUSE_SCREEN by default now for Zarch, start
setting up cocoa_input.c
2015-10-08 21:04:27 +02:00
twinaphex
704968adca (Dinput) Add RARCH_DEVICE_MOUSE_SCREEN 2015-10-08 10:16:28 +02:00
twinaphex
e572cb19f5 Add EXPERIMENTAL_MOUSE_SCREEN to menu_input.c 2015-10-08 10:07:30 +02:00
twinaphex
666c6849b7 (X11) Add preliminary stab at RARCH_DEVICE_MOUSE_SCREEN 2015-10-08 09:52:31 +02:00
twinaphex
20b8d592e1 Create RARCH_DEVICE_MOUSE_SCREEN 2015-10-08 08:19:38 +02:00
twinaphex
41f2ec1ecf Show game cursor also when video context driver has no windowed mode
support at all and mouse is still enabled
2015-10-08 07:11:52 +02:00
twinaphex
f5255889c6 Only show ingame cursor when in fullscreen mode 2015-10-08 07:07:47 +02:00
twinaphex
c6bdeba819 Add Debug Panel Enable setting 2015-10-08 06:47:45 +02:00
twinaphex
449cdfe36f Fix shader derp 2015-10-08 06:25:58 +02:00
twinaphex
16ec2a620e (libretro-db) Silence warning 2015-10-08 05:43:23 +02:00
Twinaphex
abe0c19bba Merge pull request #2222 from leiradel/master
fixed plain converter; added lua converter back until we're sure the plain converter is working
2015-10-08 04:43:56 +02:00
Andre Leiradella
1b403105e4 fixed plain converter; added lua converter back until we're sure the plain converter is working 2015-10-07 19:28:38 -03:00
twinaphex
a61104dba3 Create video_shader_scale 2015-10-07 18:18:49 +02:00
twinaphex
e352f15da6 dat_converter - use plain_dat_converter 2015-10-07 15:08:54 +02:00