12864 Commits

Author SHA1 Message Date
Twinaphex
22e18a7823 Merge pull request #998 from lakkatv/lakka
(GLUI) Adapt to font size
2014-09-13 04:22:16 +02:00
Jean-André Santoni
4920af94f5 (GLUI) Adapt to font size 2014-09-13 04:21:48 +02:00
Twinaphex
ac3edc79e3 Merge pull request #996 from lakkatv/lakka
GLUI) Use two column layout
2014-09-13 03:58:48 +02:00
Twinaphex
cf417e4c0f Merge pull request #997 from heuripedes/master
(gl_raster_font.c) Fix warning
2014-09-13 03:58:44 +02:00
Jean-André Santoni
42e15bea37 (GLUI) Use two column layout 2014-09-13 03:58:26 +02:00
Higor Eurípedes
95193c20e0 (gl_raster_font.c) Fix warning 2014-09-12 22:57:24 -03:00
Jean-André Santoni
a67a9f0a61 (GLUI) Use two column layout 2014-09-13 03:56:59 +02:00
Twinaphex
4ecbe7ee1b Merge pull request #995 from heuripedes/master
(gl_font_renderer_t) Add get_glyph() function pointer
2014-09-13 03:42:27 +02:00
Higor Eurípedes
81ff623957 (gl_font_renderer_t) Add get_glyph() function pointer 2014-09-12 22:39:29 -03:00
Twinaphex
9587c3c5a3 Merge pull request #994 from lakkatv/lakka
(GLUI) Allow use of non monospaced fonts
2014-09-13 03:36:32 +02:00
Jean-André Santoni
0839b1f41c (GLUI) Allow use of non monospaced fonts 2014-09-13 03:34:59 +02:00
twinaphex
0c1a2dd8d7 Cleanups 2014-09-13 02:36:13 +02:00
twinaphex
64e77f1224 (camera) Style nits 2014-09-13 02:27:34 +02:00
twinaphex
d32f63b6ed (nearest.c) style nits 2014-09-13 01:48:33 +02:00
Twinaphex
6ba76d8c4b Merge pull request #993 from lioncash/calloc
state_tracker: Guard against a possible calloc failure and fix state_tracker_free
2014-09-13 01:36:25 +02:00
Lioncash
6e63859e0e state_tracker: Guard against a possible calloc failure and fix state_tracker_free
Checks if the passed in tracker is actually valid before attempting to free its members.
2014-09-12 19:27:20 -04:00
twinaphex
9ce8aa74ac (MSVC 2010) Fix build 2014-09-13 00:35:53 +02:00
twinaphex
d4a4dd14bf Add 'nearest' resampler 2014-09-13 00:10:15 +02:00
Twinaphex
61b5e099e7 Merge pull request #991 from timostrunk/remove_ppmd
Remove ppmd
2014-09-12 22:57:14 +02:00
twinaphex
341302919a Add e-mail address to AUTHORS 2014-09-12 22:52:25 +02:00
twinaphex
ab0211a0a2 Add to AUTHORS 2014-09-12 22:48:49 +02:00
Timo Strunk
57bb0a2d85 Merge remote-tracking branch 'upstream/master' into remove_ppmd 2014-09-12 22:43:46 +02:00
Timo Strunk
ff90a4e568 Removed Ppmd references from everywhere. Code is only required for Ppmd support - a special 7z algorithm 2014-09-12 22:41:46 +02:00
Twinaphex
f28edd4ea8 Merge pull request #989 from timostrunk/zip_warning_fixes
size_t to ssize_t because otherwise the errorvalue would be wrong
2014-09-12 22:40:34 +02:00
Twinaphex
65f53c5f40 Merge pull request #990 from heuripedes/lakka-get-gl
Lakka and GLUI fixes for threaded video
2014-09-12 22:40:19 +02:00
Higor Eurípedes
91fea130eb (Lakka) Shut valgrind up 2014-09-12 17:26:26 -03:00
Higor Eurípedes
85cef84bd4 (driver.c) Add driver_video_resolve()
This function returns the real video driver data when threaded video is
in use.
2014-09-12 17:26:26 -03:00
Higor Eurípedes
d6de5773b5 (Lakka) Make some globals static 2014-09-12 17:26:26 -03:00
twinaphex
3787c831e7 (Wii) Compile in 7zip support 2014-09-12 22:24:18 +02:00
twinaphex
01c9d033ae (GX) Build fixes 2014-09-12 22:12:41 +02:00
Timo Strunk
d57c858ad3 size_t to ssize_t because otherwise the errorvalue would be wrong, because of the cast to unsigned. 2014-09-12 22:04:37 +02:00
twinaphex
e54174f3a2 (PSP) Build fix 2014-09-12 21:58:25 +02:00
twinaphex
9c7f444717 (PS3) Add -DHAVE_7Z, -D_7Z_ST to PS3 Makefile 2014-09-12 21:56:55 +02:00
Twinaphex
de582c08fa (Apple) Build fixes to solutions 2014-09-12 21:53:09 +02:00
twinaphex
98fd04d970 (MSVC) Add 7zip support - build fixes to do with casting pointers
explicitly
2014-09-12 21:50:57 +02:00
twinaphex
119a51be76 Silence unused variable warnings
(Android) undefine HAVE_COMPRESSION - gets defined in griffin.c now
2014-09-12 21:41:54 +02:00
Twinaphex
49052ee6a8 Merge pull request #986 from timostrunk/zip_support
Zip support and Fixes
2014-09-12 21:36:36 +02:00
twinaphex
c1118dc12a (D3D) Build fixes for lock_rectangle_clear wrapper function 2014-09-12 21:29:18 +02:00
Timo Strunk
0977449c24 Edited griffin.c to include remaining objects for zip support. 2014-09-12 21:25:08 +02:00
twinaphex
f778d36272 (D3D) Use d3d_lockrectangle_clear wrapper function 2014-09-12 21:15:49 +02:00
Twinaphex
0bc83ca6ae Merge pull request #988 from lioncash/misreturn
playlist: Fix erroneous return value.
2014-09-12 20:23:28 +02:00
twinaphex
5c8cab7e4f (D3D) Build fix - make d3d_texture_blit wrapper function work 2014-09-12 20:21:56 +02:00
Lioncash
8244c74b31 playlist: Fix erroneous return value.
This should actually be false, since it failed to read the playlist file in this case.
2014-09-12 14:21:31 -04:00
twinaphex
fa0261c1d6 (D3D) Get rid of Texture Blit macros 2014-09-12 20:13:53 +02:00
twinaphex
11372a7a9f (D3D) Fix build for d3d_set_vertex_shader 2014-09-12 20:02:57 +02:00
Twinaphex
e5dac5d8b1 Merge pull request #987 from heuripedes/master
(Lakka) Stop initialization if gl is not active
2014-09-12 19:56:12 +02:00
Higor Eurípedes
48f4a96605 (Lakka) Stop initialization if gl is not active 2014-09-12 14:42:59 -03:00
twinaphex
da088073ec (D3D) Create wrapper for SetVertexShader 2014-09-12 19:42:46 +02:00
twinaphex
9c00855f71 (360) Build fix 2014-09-12 19:23:42 +02:00
twinaphex
402388e369 (D3D) Create wrapper function d3d_set_texture 2014-09-12 19:19:11 +02:00