Michael Burgardt
bef7e28ace
Update core options to v2 and sync with Crowdin ( #171 )
2021-11-25 18:01:19 +01:00
jdgleaver
0f5927db4f
'MEMORY_LOW' platforms: Enable configuration of purge limit + fix loading of Hacx WAD ( #164 )
2021-11-09 16:37:57 +01:00
jdgleaver
70b0d070f5
'MEMORY_LOW' improvements ( #163 )
2021-11-08 19:34:11 +01:00
twinaphex
1b28eeb5c8
Cleanups
2021-11-06 18:46:41 +01:00
twinaphex
b6f66b9ee8
Bandaid fix/hack for now (as proposed by jdg) for this stable
2021-11-05 18:55:07 +01:00
twinaphex
16abf22373
Temporary hack for now to get rid of segfault on Windows
2021-11-05 15:49:12 +01:00
jdgleaver
ee17bf3632
Prevent segfault when applying cheats before a level has loaded ( #161 )
2021-11-05 15:12:05 +01:00
jdgleaver
e8ebfe780f
Fix memory leaks + prevent potential segfault when saving/loading games ( #160 )
2021-11-04 19:27:27 +01:00
jdgleaver
cb13c1561d
Fix core options version detection ( #159 )
2021-11-03 18:35:54 +01:00
twinaphex
e872f8c59b
Get rid of stdio.h header includes where possible
2021-11-02 15:28:12 +01:00
Salvador
4872dff400
Miyoo ( #158 )
...
* add Miyoo target
* add Miyoo target
2021-10-15 20:15:08 +02:00
twinaphex
1e4e73e858
Cleanups
2021-10-08 19:02:01 +02:00
twinaphex
ac76753b0c
fluidlite cleanups
2021-10-08 18:58:45 +02:00
twinaphex
45665da75f
(libvorbis) Cleanups - get rid of file I/O paths
2021-10-08 17:14:50 +02:00
twinaphex
2e3e16ae3f
Cleanup some dependencies
2021-10-08 16:59:44 +02:00
twinaphex
9100eae148
Cleanups - remove some printfs
2021-10-08 16:01:48 +02:00
twinaphex
08bf021eec
MSVC2005 buildfix
2021-09-23 22:45:05 +02:00
Autechre
d129159b7f
Merge pull request #156 from jdgleaver/load-defaults-vfs
...
Convert M_LoadDefaultsFile() to VFS file I/O
2021-09-21 17:05:09 +02:00
jdgleaver
5357258cbe
MSVC build fix
2021-09-21 15:18:57 +01:00
jdgleaver
30dc265749
Convert M_LoadDefaultsFile() to VFS file I/O
2021-09-21 15:07:28 +01:00
twinaphex
af27eb26ef
Convert M_SaveDefaults to VFS file I/O - converting M_LoadDefaultsFile
...
currently doesn't work
2021-09-18 23:28:24 +02:00
twinaphex
746478e694
Make sure some strings are newlined
2021-09-18 02:52:14 +02:00
twinaphex
3db3e620e4
Stat using VFS for file I/O
...
Things I have not been able to convert so far:
- M_SaveDefaults/M_LoadDefaults - something seems to be going wrong here
when trying to use the filestream equivalents - when I change the FPS
and then reload prboom, I cannot get the new fps setting to apply
- d_deh.c has not been changed to use VFS I/O yet - it relies on text
mode, which is currently not implemented in file_stream/VFS
2021-09-18 02:26:42 +02:00
twinaphex
9814a1fbc4
Revert "Fix base_width/base_height resolution"
...
This reverts commit 8bba736cb0
.
2021-08-16 20:17:29 +02:00
Autechre
8bba736cb0
Fix base_width/base_height resolution
...
Fix base_width/base_height resolution
2021-08-15 04:00:49 +02:00
Autechre
7c0833257e
Merge pull request #154 from Poligraf/retrofw
...
add retrofw target
2021-08-12 15:30:32 +02:00
Poligraf
98cde91713
add retrofw target
2021-08-12 22:40:57 +12:00
Autechre
9e71384746
Merge pull request #153 from Ferk/savebuffer-crash
...
Revert "Do not reallocate or memcpy save state buffer"
2021-08-05 21:47:51 +02:00
Fernando Carmona Varo
1a5d693241
Revert "Do not reallocate or memcpy save state buffer"
...
This reverts commit d8a6b1101a
.
Also reverts related changes in commit 9eb4a04874
.
2021-08-05 20:33:19 +02:00
Autechre
2ab3b4ac77
Merge pull request #150 from fjtrujy/fix-dynamic-platforms
2021-05-28 18:29:32 +02:00
Francisco Javier Trujillo Mata
d3dc266952
Fix some platform compilation
2021-05-28 13:45:43 +02:00
Autechre
e5724f8884
Merge pull request #149 from fjtrujy/ps2-support
...
Add Support to PS2
2021-05-28 01:28:51 +02:00
Francisco Javier Trujillo Mata
f54495f795
Add PS2 to GitLab CI
2021-05-28 00:24:20 +02:00
Francisco Javier Trujillo Mata
0622e2522f
Use MEMORY_LOW for PS2
2021-05-28 00:24:20 +02:00
Francisco Javier Trujillo Mata
8db389cf6c
Do not cast degenmobj_t as mobj_t, breaks some aliasing rules.
...
https://github.com/coelckers/prboom-plus/pull/309/files
2021-05-28 00:24:20 +02:00
Francisco Javier Trujillo Mata
f77838c532
Apply proper color palette
2021-05-28 00:24:20 +02:00
Francisco Javier Trujillo Mata
e5d175002f
Fix issue with fast_sqrt
2021-05-28 00:24:20 +02:00
Francisco Javier Trujillo Mata
fc369fbe57
Update libretro-common files
2021-05-28 00:24:20 +02:00
twinaphex
b903eb43d8
Add od-beta
2021-03-25 21:27:14 +01:00
twinaphex
97856efcfd
Add ios-arm64/tvos-arm64
2021-03-08 08:04:31 +01:00
twinaphex
cc801758fd
(MSVC) Embed MSVCRT runtime
2021-02-14 22:24:24 +01:00
twinaphex
6904262b3b
Add MSVC 2005/2010 cores
2021-02-12 00:44:01 +01:00
twinaphex
9ea1595448
boolean type was conflicting with Win 7.0 header type, renaming
...
it to dbool
2021-02-12 00:39:41 +01:00
twinaphex
29592dc40d
(macOS) Set up CROSS_COMPILE for ARM 64bit
2021-01-28 10:10:59 +01:00
Autechre
3b7b187ed5
Merge pull request #145 from liberodark/patch-1
...
add armv8 support
2021-01-13 19:08:40 +01:00
liberodark
a6644e406b
add armv8 support
2021-01-13 18:54:08 +01:00
Autechre
45b1af3264
Update .gitlab-ci.yml
2021-01-09 17:54:54 +01:00
Autechre
c6e5224c05
Update .gitlab-ci.yml
2021-01-09 17:54:04 +01:00
Autechre
bc927337fd
Update .gitlab-ci.yml
2021-01-02 01:16:58 +01:00
Autechre
3c6166b710
Update .gitlab-ci.yml
2020-12-29 00:52:15 +01:00