94 Commits

Author SHA1 Message Date
ozkl d7b13f7cb8 Merge pull request #13 from turol/dos
DOS support with Allegro and DJGPP
2024-04-27 17:18:52 +03:00
Turo Lamminen a1b8c56c2a Add DJGPP makefile 2024-04-23 20:37:23 +03:00
Turo Lamminen d0946b46cf Add Allegro code 2024-04-23 20:37:20 +03:00
Turo Lamminen ca6b513b54 Fixes to 256-color mode 2024-04-23 20:23:03 +03:00
Turo Lamminen e26ad99499 Fix i_sound.c compilation on DJGPP when sound is enabled 2024-04-23 20:23:03 +03:00
Turo Lamminen 278709ec42 Add DJGPP -specific code to i_swap.h 2024-04-23 20:23:03 +03:00
Turo Lamminen 0e30ce7f95 Hide Unix-only Zenity code on DJGPP 2024-04-23 20:23:03 +03:00
Turo Lamminen c46a511273 Use correct separators on DJGPP 2024-04-23 20:23:03 +03:00
Turo Lamminen 6530e1ac00 Implement ENDOOM on DJGPP 2024-04-23 20:23:03 +03:00
Turo Lamminen a236d63e6d Use M_TempFile win32 code also on DJGPP 2024-04-23 20:23:03 +03:00
Turo Lamminen ff3f677ff9 Add DJGPP-specific path to I_Error 2024-04-23 20:23:03 +03:00
Turo Lamminen dc8e70d85a Make it easier to override resolution from Makefile 2024-04-23 20:23:03 +03:00
Turo Lamminen 6d96d087e5 Move extern declarations to header 2024-04-23 20:23:03 +03:00
Turo Lamminen 79944e85f7 Remove unnecessary extern 2024-04-23 20:23:03 +03:00
Turo Lamminen 500c92390c Fix types 2024-04-23 20:23:03 +03:00
Turo Lamminen c14684b774 Update .gitignore 2024-04-23 20:23:03 +03:00
ozkl 613f870b6f Update README.TXT 2023-04-23 20:14:39 +03:00
ozkl 8b1654a2c5 Update README.md 2023-04-23 20:14:15 +03:00
ozkl 980aea8c36 emscripten port 2023-04-23 19:48:54 +03:00
ozkl 38f06ef4f0 known wads item renamed to lowercase 2023-04-23 19:46:08 +03:00
ozkl b77f9ff2b8 timidity temp config usage removed 2023-04-23 15:09:03 +03:00
ozkl 57e390dece I_InitInput return value fixed 2023-04-23 15:02:28 +03:00
ozkl a1094d5642 Merge pull request #10 from Trider12/master
Fixed VS project and .gitignore
2023-04-06 09:08:59 +03:00
Trider12 17e4f61daa Fixed VS project and .gitignore 2023-04-05 15:21:19 +06:00
ozkl 8381c1a140 sdl include paths 2023-03-19 19:01:23 +03:00
ozkl c2dad8e134 sdl makefile 2023-03-19 12:48:43 +03:00
ozkl 1aebbdf1dc better sdl makefile 2023-03-19 12:43:47 +03:00
ozkl 6f1d54580b Update README.md 2023-03-14 23:34:06 +03:00
ozkl f316a8bb54 X11/XKBlib.h 2023-03-14 23:24:22 +03:00
ozkl 6dbb11c60b main loop moved outside 2023-03-14 23:01:42 +03:00
ozkl ec96a8a5e9 main outside 2023-03-13 23:47:19 +03:00
ozkl 4139175cc5 Merge pull request #7 from lukneu/SDL_Keybinding
Added missing keys to doomgeneric_sdl.c
2023-03-10 19:39:08 +03:00
ozkl eed7c27708 main() from outside 2023-03-10 19:29:47 +03:00
lukneu b47e17b34c Added missing keys to doomgeneric_sdl.c 2023-02-26 21:19:38 +01:00
ozkl bec8ced588 Update README.md 2023-01-15 20:42:06 +03:00
ozkl dc5b24aae7 gitignore 2023-01-15 20:21:49 +03:00
ozkl a38765c5f5 DG_sound_module 2023-01-12 00:31:21 +03:00
ozkl 79cb385cf4 Merge pull request #6 from indigoparadox/master
Added missing include guards for compiling without SDL/sound.
2023-01-11 23:27:06 +03:00
indigoparadox e234647d40 Added missing include guards for compiling without SDL/sound. 2022-12-30 16:45:28 -05:00
ozkl 62b78cdd33 empty I_InitTimidityConfig() decleration for non timidity ports! 2022-12-04 15:24:51 +03:00
Georgi Gerganov 35387d77b8 Added SDL2-based sound playback 2022-12-04 14:47:24 +03:00
ozkl b694f097ab Update README.md 2022-10-20 00:45:17 +03:00
ozkl 6a096dfb2a Merge pull request #5 from weirddan455/x11
X11: Improve performance by using XImage over XPixmap
2022-10-20 00:40:45 +03:00
Daniel Bomar 580e19a7b8 X11: Improve performance by using XImage over XPixmap
This method does not need to copy pixel data greatly improving
performance. The doom framebuffer data is already in a format that Xlib
can accept so all we need to do is a single XPutImage call whenever the
engine wants us to draw a frame.
2022-04-27 01:11:39 -05:00
ozkl 2d9b24f07c soso nano-x port 2021-02-28 20:44:35 +03:00
ozkl 2019640bd6 doom soso port update 2021-02-28 19:12:01 +03:00
ozkl 0f488ee086 clang istead of gcc 2020-12-12 18:00:29 +03:00
ozkl b964f78952 better framebuffer handling for soso 2020-12-06 18:48:59 +03:00
ozkl c579afc68c Merge pull request #3 from axcap/master
Thanks for the port.
2020-11-26 21:07:56 +03:00
Akhsarbek Gozoev 63551ae64c Renamed all occurrences of 'osx' to 'sdl', deleted binary files (doomgeneric, doomgeneric/DOOM1.WAD) 2020-11-26 17:03:42 +01:00