Commit Graph

685 Commits

Author SHA1 Message Date
twinaphex
576905f6ea Use custom sqrt to lessen dependencies on libmath 2015-11-03 20:57:34 +01:00
twinaphex
657b4fe4f9 Add iOS 9 rules 2015-10-15 16:27:19 +02:00
twinaphex
57a8dd5c2e Revert "Cleanups"
This reverts commit 560e706c7e.
2015-09-18 21:48:26 +02:00
twinaphex
6a390a660a Simplify m_swap.h 2015-09-18 21:40:19 +02:00
twinaphex
560e706c7e Cleanups 2015-09-18 14:26:23 +02:00
twinaphex
e9cfd96acf (CTR/3DS) Add target 2015-09-09 07:24:45 +02:00
twinaphex
f914d6f7a8 (Vita) Add target 2015-08-31 22:10:56 +02:00
twinaphex
d76df46843 Backport d1ab3ddad8 2015-08-28 08:08:04 +02:00
twinaphex
63c30719a8 Backport a14550c046 2015-08-28 08:02:27 +02:00
twinaphex
a571b0901e Add back prboom.wad 2015-08-28 07:39:29 +02:00
twinaphex
65c435f598 Backport bbaefa9b77 2015-08-28 07:39:00 +02:00
twinaphex
97611ee03a Backport 3d08adc213 2015-08-28 07:33:43 +02:00
twinaphex
4ec77b424f Backport 2734539c12 2015-08-28 07:22:54 +02:00
twinaphex
7335dda785 Use MSB_FIRST 2015-08-27 08:13:20 +02:00
twinaphex
06dd82b10e N/A 2015-08-27 08:06:02 +02:00
twinaphex
804f70bd8d Reimplement shutdown 2015-08-27 08:01:20 +02:00
twinaphex
7b41edf67a Take out doublebuffer - always on 2015-08-27 07:51:50 +02:00
twinaphex
c531078eea Fix prboom datafiles 2015-08-27 07:36:16 +02:00
twinaphex
4e018b20a3 Split up sound code into separate file 2015-08-27 04:50:41 +02:00
twinaphex
fd4b611ec5 N/A 2015-08-27 04:26:56 +02:00
twinaphex
4e6983466d (OSX) Lower requirements to 10.1 2015-08-01 23:16:34 +02:00
twinaphex
82bc7bc7a0 Don't rely on LSB_FIRST 2015-07-23 22:22:50 +02:00
twinaphex
11bbdf71fc Silence some warnings 2015-07-14 05:50:04 +02:00
Twinaphex
db4e58d316 Merge pull request #12 from Kivutar/patch-1
Unhardcode CC in the Makefile
2015-06-04 00:06:38 +02:00
Jean-André Santoni
5a4d4f159e Unhardcode CC in the Makefile
Hardcoding the compiler make it difficult to cross compile in Lakka
2015-06-03 11:05:03 +07:00
twinaphex
7effae2074 Add uniform resolutions 2015-06-01 11:46:56 +02:00
Twinaphex
e9d32a6258 Merge pull request #11 from Oggom/patch-1
(libretro) Update library version
2015-05-12 08:56:46 +02:00
Oggom
e76e0b61a5 (libretro) Update library version
https://github.com/libretro/libretro-super/issues/246
2015-05-11 23:48:04 +02:00
twinaphex
2bfa6c7c90 We rely on QNX Makefile target 2015-03-10 21:01:14 +01:00
Twinaphex
e6752a0136 Merge pull request #10 from iKarith/master
Don't use xcrun for setting IOSSDK
2015-03-10 11:37:15 +01:00
T. Joseph Carter
c401085a8d Don't use xcrun for setting IOSSDK 2015-03-10 01:27:04 -07:00
twinaphex
3acc334d32 (linux-portable) Update 2015-03-05 23:44:28 +01:00
twinaphex
bf127f81b8 linux-portable target works now 2015-03-05 17:59:26 +01:00
twinaphex
631d0fa8b0 Set up some preparatory work 2015-03-02 16:39:03 +01:00
Twinaphex
323d307217 Merge pull request #9 from invertego/master
Fix crash on new game start in mingw32 builds
2015-01-01 19:27:48 +01:00
invertego
a63ae5363d Fix crash on new game start in mingw32 builds
GCC's ms-bitfields option, enabled by default in mingw32, breaks the
behavior of the packed attribute (http://gcc.gnu.org/PR5299). The
workaround is to force GCC's native structure packing rules for packed
structures.
2015-01-01 08:13:06 -08:00
twinaphex
bc3331de66 Take out SET_AUDIO_CALLBACK - was not properly implemented anyway
and killed blocking on audio which is necessary for framerates below
60fps
2014-12-30 23:39:32 +01:00
twinaphex
a29dc4be55 Fix resolution changing code - now height is no longer the same
as width
2014-12-30 17:21:41 +01:00
twinaphex
6d22d50633 Small cleanups 2014-12-30 17:16:52 +01:00
twinaphex
9b94a215fc Take out 1280x720 - doesn't fit inside buffer 2014-12-30 17:00:22 +01:00
twinaphex
68b6771b25 Add resolution core option - goes from 320x200 to 1280x720 2014-12-30 16:35:16 +01:00
twinaphex
ee756461cb Fixup V_DrawMemPatch - fixes status bar 2014-12-30 16:24:13 +01:00
twinaphex
6dadf02712 Setup variable resolution code 2014-12-29 21:29:16 +01:00
twinaphex
9ba6b3a8ec Backport VPT_STRETCH 2014-12-29 20:28:24 +01:00
twinaphex
63f7030811 Dehardcode some width/height values 2014-12-29 19:11:52 +01:00
twinaphex
93de4e6479 Use 'true' and 'false' instead of 'FALSE'/'TRUE' 2014-12-29 16:55:13 +01:00
twinaphex
437fd00bf5 (Theos iOS) Add Theos iOS target 2014-12-23 19:26:42 +01:00
twinaphex
6ecc14078a Add input descriptors 2014-12-04 16:53:47 +01:00
twinaphex
5adbe263ce (Android) Use Makefile.common 2014-11-02 17:21:12 +01:00
twinaphex
5716a5bc81 Add Makefile.common 2014-11-02 17:18:56 +01:00