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
ozkl
377c4777f6
Merge pull request #2 from Redfoxymoon/master
...
Portability fixes for building against musl libc distros
2020-11-22 17:05:57 +03:00
Ørjan
d56ba1f41e
Makefile: build with _DEFAULT_SOURCE
2020-09-08 13:12:03 +00:00
Ørjan
63fe4c3a85
portability fixes
2020-09-08 13:11:08 +00:00
ozkl
58fa1d7bba
unnecessary memcpy removed
2020-05-16 17:56:17 +03:00
ozkl
a381494150
Merge pull request #1 from bcoles/patch-1
...
Use explicit .savegame directory name
2020-05-16 16:01:07 +03:00
bcoles
cd3a9ac613
Use DIR_SEPARATOR_S
2020-04-01 17:27:31 +11:00
bcoles
09acabf5c4
Use explicit .savegame directory name
2020-03-31 19:53:46 +11:00
Akhsarbek Gozoev
ee3ee58191
Readme modified, osx screenshots added
2020-02-11 10:14:39 -08:00
Akhsarbek Gozoev
b4d5f74332
Readme modified, osx screenshots added
2020-02-11 10:14:03 -08:00