Commit Graph

685 Commits

Author SHA1 Message Date
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
twinaphex
87a74ba769 Update 2020-12-19 17:26:55 +01:00
twinaphex
884d55591a Update .gitlab-ci.yml 2020-12-05 19:40:01 +01:00
twinaphex
e56de18d70 Update gitlab 2020-12-05 19:38:03 +01:00
Autechre
3f0ec57221
Merge pull request #144 from jdgleaver/dingux-gitlab-ci
Add OpenDingux target to .gitlab-ci.yml
2020-11-27 22:29:05 +01:00
jdgleaver
ebd5c8b87b Add OpenDingux target to .gitlab-ci.yml 2020-11-27 11:24:57 +00:00
Autechre
43e90fb103
Merge pull request #143 from jdgleaver/rumble
Add rumble support
2020-11-13 19:09:56 +01:00
jdgleaver
e98bd085de Add rumble support 2020-11-13 17:47:00 +00:00
Autechre
0f553228c1
Merge pull request #142 from dnicolson/patch-1
Fix MP3 filename
2020-10-21 21:41:00 +02:00
Dave Nicolson
e25e58e1a5 Fix MP3 filename 2020-10-21 20:02:38 +02:00
Autechre
bf49c53c36
Update .gitlab-ci.yml 2020-10-19 22:16:18 +02:00