Commit Graph

39064 Commits

Author SHA1 Message Date
twinaphex
edb70936ae Silence warning 2017-08-10 21:27:05 +02:00
twinaphex
7a490aa6d6 Use C-style comments 2017-08-10 21:25:30 +02:00
twinaphex
805c2ad529 Buildfixes 2017-08-10 21:22:30 +02:00
Brad Parker
5d12368c83 fix extern C usage for msvc2005 2017-08-10 11:42:47 -04:00
Brad Parker
ff98730906 don't define UNICODE for msvc2005 2017-08-09 23:33:57 -04:00
Twinaphex
abf95744ee Update (#5279) (#5280)
* Remove horizontal slide animation for XMB

* Add Horizontal Animation configuration

* add translations

* fix one translation error

* Add serial detection for Wii

* Cleanups

* Load Content Special should now produce a filebrowser

* Turn this off

* Revert "(GLUI) Don't select an entry when scrolling"

This reverts commit 9b1ab23aa1.

* (MUI) Attempt to fix the single click

* Revert "(MUI) Attempt to fix the single click"

This reverts commit d5d0f580b0.

* Bump up APK code

* fix windows buildbot urls to point to the correct folder

* (MUI) First batch of comments

* Start documenting menu_driver.h

* (MUI) More comments

* (MUI) More comments

* MOre documentation

* More documentation

* Document menu_event.c

* Document menu_cbs.c

* Update Russian translation

* (menu-setting.c) Allow Max Timing Skew to be set to 0

* Set buildbot dir for MSVC 2005 RetroArch build to MSVC 2005 cores

* Add "Delete Core" option to Core Information menu (#5132)

* msvc2005: add missing winmm dependency

* fire tv hack

* buildfix

* extra devices

* if swap override is not specified it should be false

* update CHANGES.md

* [WiiU] Rewrite exception handler

* Update CHANGES.md

* Preliminary MOD/S3M/XM support through ibmx library (part of micromod repository)

* Update CHANGES.md

* First working prototype.

* Buildfix

* Shouldn't be part of images

* Add mod/s3m/xm support to audio mixer in GUI

* Get rid of logging

* Refactor this to be a bit safer with string lists

* Update CHANGES.md

* Buildfixes

* Some more build fixes

* gdi: enable OSD text drawing

* caca: enable OSD text drawing

* Proper fix for MOD support

* buildfix

* Fix some Coverity warnings

* Prevent dereference after null check warning by Coverity

* allow specifying libretro device and analog dpad mode on remap files

* allow saving analog dpad mode and libretro device to remap files

* remove remaps

* add new variables for "content dir"

* add menu settings

* allow savestates and savefiles to go into content dir via bool setting in addition of the empty string

* allow systemfiles into content dir via bool setting in addition of the empty string

* allow screenshots into content dir via bool setting in addition of the empty string

* make all the directories reseteable

* update win32 platform driver

* update android platform driver

* update CHANGES.md

* update CHANGES.md

* Updates

* Try to avoid direct initialization

* (Wii) Backport
0574b91595
- untested

* fix new android paths

* (GX) Buildfix

* (GX) Another buildfix

* add unicode-aware option for word_wrap (only needed for xmb)

* Update msg_hash_it.h

* Update msg_hash_it.h

* Update msg_hash_it.h

* (GX) Buildfix

* Get rid of some incompatible implicit declaration warnings

* Add encoding_utf to Salamander

* Get rid of some warnings

* Set PPU_CFLAGS

* (PS3) Fix Salamander

* Cleanup retro_dirent_is_dir

* Update msg_hash_it.h

Update italian language

* Missed break here

* Update CHANGES.md

* Update CHANGES.md

* Update CHANGES.md

* Update CHANGES.md

* Update CHANGES.md

* update CHANGES.md

* C89 buildfix

* (Localization) Update Dutch language

* Update CHANGES.md

* Some C89 buildfixes

* C89 buildfix

* C89 buildfix

* Some C89 buildfixes

* Buildfix

* (xmb) deep list copy - Use malloc instead of calloc

* Cleanup

* ps3: use python2 for pkg.py script

* ps3: copy data folder to dist-cores when ran

* fix #5257

* fix saving the libretro device in overrides

* msvc2005: use non-unicode stb font driver

* ps3: build pkgcrypt.dll and copy it to ps3py folder before running pkg.py

* forgot about mingw not defining _MSC_VER

* Add RETRO_ENVIRONMENT_SET_HW_SHARED_CONTEXT

* Update CHANGES.md

* Bump up to 1.6.4

* Update imports.h

add additional imports  (semaphore)

* Added button press lightup on overlay.

input_overlay_add_inputs added, still need to implement dpad and analog visuals on overlay. Also still needs to be restructured so input_overlay_post_poll is only called once.

* use input_state instead of current_input->input_state.

* Moved input_overlay_add_inputs call out of input_driver.c, shortened arguments.

* reduce scope of input_overlay_add_inputs to file.

* Added analog overlay support to input_overlay_add_inputs.

* Fix MOD support not mixing core provided audio stream

* Add keyboard overlay support to input_overlay_add_inputs.

* Remove commented code in input_driver.c

* Cast ctype args to unsigned char

* Add option and menu setting for viewing inputs on overlay.

* Add support for buttons that are multiple inputs.

* Added sublabel to Show Inputs On Overlay

* Added option to change controller port to listen to for showing overlay input.

* msg_hash_it.h - fix build

* Update CHANGES.md

* Updates

* Updates

* Update msg_hash_it.h

* Update msg_hash_it.h

* (xmb) Improve responsiveness while browsing horizontally

* Try to be somewhat safer here in case of null pointer derefences

* (xmb) Fix segfault when entering certain lists

* (xmb) Defragment and shrink tween list after updates

* Add win32_get_video_output_size

* Add win32_get_video_output_prev

* Fix logic in win32_get_video_output_next

* Create win32_get_video_output_next

* Start filling in more resolution functionality for Windows

* emscripten: only fire keyup once, and don't wait so long to do so

* Don't hide 'Resolution' setting behind compile-time ifdefs anymore

* Start hooking up more resolution functions - not working properly yet

* Revert "Start hooking up more resolution functions - not working properly yet"

This reverts commit dccc9711d9.

* win32_common.cpp - style nits

* Convert win32_common.cpp to C - gets rid of all the extern "C"
references as well.
Note to bparker - DragAcceptFiles has a minimum dependency for WinXP,
might have to go through a function pointer there or have a
compilation-time ifdef

* Convert wgl_ctx into C - also take care of serious warning

* Convert gdi_ctx.cpp to C

* (Lakka) Fix Online Updater

* (dinput.c) Cleanups

* Cleanup

* Make DragAcceptFiles go through function pointer

* Go through DragAcceptFiles function pointer for ui_win32_window too

* (dinput) Buildfix

* update icons

* update icons

* update icons

* update banner

* d3d9: only use wide char on msvc if UNICODE is defined
2017-08-10 03:14:35 +02:00
Brad Parker
530d79f8e3 d3d9: only use wide char on msvc if UNICODE is defined 2017-08-09 18:25:45 -04:00
Twinaphex
d557deb70d Merge pull request #5277 from fr500/master
update icons
2017-08-09 21:27:02 +02:00
radius
d2f870a2a1 update banner 2017-08-09 13:13:59 -05:00
radius
23d9637dc0 update icons 2017-08-09 13:04:56 -05:00
radius
3310939983 update icons 2017-08-09 13:04:56 -05:00
radius
34236932a3 update icons 2017-08-09 13:04:55 -05:00
twinaphex
5101895cc9 (dinput) Buildfix 2017-08-09 16:53:06 +02:00
twinaphex
dfd2c45454 Go through DragAcceptFiles function pointer for ui_win32_window too 2017-08-09 16:32:08 +02:00
twinaphex
2f832d145f Make DragAcceptFiles go through function pointer 2017-08-09 16:25:23 +02:00
twinaphex
4e49155147 Cleanup 2017-08-09 15:54:24 +02:00
twinaphex
ee275c85d8 (dinput.c) Cleanups 2017-08-09 15:51:27 +02:00
twinaphex
795ae524e9 Convert gdi_ctx.cpp to C 2017-08-09 13:56:47 +02:00
twinaphex
a4a027be67 Convert wgl_ctx into C - also take care of serious warning 2017-08-09 13:51:33 +02:00
twinaphex
c3851d42e6 Convert win32_common.cpp to C - gets rid of all the extern "C"
references as well.
Note to bparker - DragAcceptFiles has a minimum dependency for WinXP,
might have to go through a function pointer there or have a
compilation-time ifdef
2017-08-09 13:39:14 +02:00
twinaphex
535dbe0aaa win32_common.cpp - style nits 2017-08-09 13:28:31 +02:00
Jean-André Santoni
05558697ca (Lakka) Fix Online Updater 2017-08-09 15:16:27 +02:00
twinaphex
3bac7cc7ef Revert "Start hooking up more resolution functions - not working properly yet"
This reverts commit dccc9711d9.
2017-08-09 11:19:27 +02:00
twinaphex
dccc9711d9 Start hooking up more resolution functions - not working properly yet 2017-08-09 10:58:43 +02:00
twinaphex
365cfd22ee Don't hide 'Resolution' setting behind compile-time ifdefs anymore 2017-08-09 10:33:36 +02:00
twinaphex
9272d26269 Start filling in more resolution functionality for Windows 2017-08-09 04:17:32 +02:00
twinaphex
cea3cab3f4 Create win32_get_video_output_next 2017-08-09 04:09:44 +02:00
twinaphex
97de6deb56 Fix logic in win32_get_video_output_next 2017-08-09 04:07:41 +02:00
twinaphex
1ecdbf4050 Add win32_get_video_output_prev 2017-08-09 03:53:19 +02:00
twinaphex
b943060797 Add win32_get_video_output_size 2017-08-09 03:44:03 +02:00
twinaphex
ca80f13b2b Try to be somewhat safer here in case of null pointer derefences 2017-08-09 02:42:19 +02:00
bparker06
3a5a2d9de6 emscripten: only fire keyup once, and don't wait so long to do so 2017-08-08 22:18:27 -04:00
Twinaphex
aef66e3d9e Merge pull request #5273 from heuripedes/xmb-lists
XMB horizontal browsing tweaks
2017-08-09 04:12:03 +02:00
Higor Eurípedes
63c0cae326 (xmb) Defragment and shrink tween list after updates 2017-08-08 22:37:37 -03:00
Higor Eurípedes
8d358899df (xmb) Fix segfault when entering certain lists 2017-08-08 22:34:54 -03:00
Higor Eurípedes
c0cb042998 (xmb) Improve responsiveness while browsing horizontally 2017-08-08 21:05:00 -03:00
Twinaphex
a37f91c2a1 Merge pull request #5272 from theheroGAC/patch-5
Update msg_hash_it.h
2017-08-08 23:45:54 +02:00
theheroGAC
ee76e54617 Update msg_hash_it.h 2017-08-08 20:49:55 +02:00
theheroGAC
3f3b30b5dc Update msg_hash_it.h 2017-08-08 19:18:40 +02:00
Twinaphex
988468f691 Merge pull request #5267 from rtissera/modmixfix
Fix MOD support not mixing core provided audio stream
2017-08-08 18:52:03 +02:00
twinaphex
3c758609b5 Updates 2017-08-08 18:51:01 +02:00
twinaphex
e979eece1c Updates 2017-08-08 18:45:56 +02:00
twinaphex
383d810fd4 Update CHANGES.md 2017-08-08 17:45:27 +02:00
twinaphex
86a107afc9 msg_hash_it.h - fix build 2017-08-08 17:42:28 +02:00
Twinaphex
d14fa0c8b9 Merge pull request #5269 from Denu8thell/overlay_controller_response
Overlay controller response
2017-08-08 19:41:33 +02:00
Twinaphex
060603b8d3 Merge pull request #5270 from theheroGAC/patch-5
Update msg_hash_it.h
2017-08-08 19:21:23 +02:00
denu8thell
5bece2cbcc Merge branch 'master' of https://github.com/libretro/RetroArch into overlay_controller_response 2017-08-08 09:57:50 -05:00
denu8thell
c5b36320df Added option to change controller port to listen to for showing overlay input. 2017-08-08 09:56:27 -05:00
denu8thell
c07380293e Added sublabel to Show Inputs On Overlay 2017-08-08 09:05:03 -05:00
denu8thell
8e69a348e6 Add support for buttons that are multiple inputs. 2017-08-08 07:49:02 -05:00