]> git.0x19.co - doomgeneric-snom360/log
doomgeneric-snom360
3 years agomain loop moved outside
ozkl [Tue, 14 Mar 2023 20:01:42 +0000 (23:01 +0300)]
main loop moved outside

3 years agomain outside
ozkl [Mon, 13 Mar 2023 20:47:19 +0000 (23:47 +0300)]
main outside

3 years agoMerge pull request #7 from lukneu/SDL_Keybinding
ozkl [Fri, 10 Mar 2023 16:39:08 +0000 (19:39 +0300)]
Merge pull request #7 from lukneu/SDL_Keybinding

Added missing keys to doomgeneric_sdl.c

3 years agomain() from outside
ozkl [Fri, 10 Mar 2023 16:29:47 +0000 (19:29 +0300)]
main() from outside

3 years agoAdded missing keys to doomgeneric_sdl.c
lukneu [Sun, 26 Feb 2023 20:19:38 +0000 (21:19 +0100)]
Added missing keys to doomgeneric_sdl.c

3 years agoUpdate README.md
ozkl [Sun, 15 Jan 2023 17:42:06 +0000 (20:42 +0300)]
Update README.md

3 years agogitignore
ozkl [Sun, 15 Jan 2023 17:21:49 +0000 (20:21 +0300)]
gitignore

3 years agoDG_sound_module
ozkl [Wed, 11 Jan 2023 21:31:21 +0000 (00:31 +0300)]
DG_sound_module

3 years agoMerge pull request #6 from indigoparadox/master
ozkl [Wed, 11 Jan 2023 20:27:06 +0000 (23:27 +0300)]
Merge pull request #6 from indigoparadox/master

Added missing include guards for compiling without SDL/sound.

3 years agoAdded missing include guards for compiling without SDL/sound.
indigoparadox [Fri, 30 Dec 2022 21:45:28 +0000 (16:45 -0500)]
Added missing include guards for compiling without SDL/sound.

3 years agoempty I_InitTimidityConfig() decleration for non timidity ports!
ozkl [Sun, 4 Dec 2022 12:24:51 +0000 (15:24 +0300)]
empty I_InitTimidityConfig() decleration for non timidity ports!

3 years agoAdded SDL2-based sound playback
Georgi Gerganov [Sat, 26 Feb 2022 13:34:06 +0000 (15:34 +0200)]
Added SDL2-based sound playback

3 years agoUpdate README.md
ozkl [Wed, 19 Oct 2022 21:45:17 +0000 (00:45 +0300)]
Update README.md

3 years agoMerge pull request #5 from weirddan455/x11
ozkl [Wed, 19 Oct 2022 21:40:45 +0000 (00:40 +0300)]
Merge pull request #5 from weirddan455/x11

X11: Improve performance by using XImage over XPixmap

4 years agoX11: Improve performance by using XImage over XPixmap
Daniel Bomar [Wed, 27 Apr 2022 06:11:39 +0000 (01:11 -0500)]
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.

5 years agososo nano-x port
ozkl [Sun, 28 Feb 2021 17:44:35 +0000 (20:44 +0300)]
soso nano-x port

5 years agodoom soso port update
ozkl [Sun, 28 Feb 2021 16:12:01 +0000 (19:12 +0300)]
doom soso port update

5 years agoclang istead of gcc
ozkl [Sat, 12 Dec 2020 15:00:29 +0000 (18:00 +0300)]
clang istead of gcc

5 years agobetter framebuffer handling for soso
ozkl [Sun, 6 Dec 2020 15:45:44 +0000 (18:45 +0300)]
better framebuffer handling for soso

5 years agoMerge pull request #3 from axcap/master
ozkl [Thu, 26 Nov 2020 18:07:56 +0000 (21:07 +0300)]
Merge pull request #3 from axcap/master

Thanks for the port.

5 years agoRenamed all occurrences of 'osx' to 'sdl', deleted binary files (doomgeneric, doomgen...
Akhsarbek Gozoev [Thu, 26 Nov 2020 16:03:42 +0000 (17:03 +0100)]
Renamed all occurrences of 'osx' to 'sdl', deleted binary files (doomgeneric, doomgeneric/DOOM1.WAD)

5 years agoMerge pull request #2 from Redfoxymoon/master
ozkl [Sun, 22 Nov 2020 14:05:57 +0000 (17:05 +0300)]
Merge pull request #2 from Redfoxymoon/master

Portability fixes for building against musl libc distros

5 years agoMakefile: build with _DEFAULT_SOURCE
Ørjan [Tue, 8 Sep 2020 13:12:03 +0000 (13:12 +0000)]
Makefile: build with _DEFAULT_SOURCE

5 years agoportability fixes
Ørjan [Tue, 8 Sep 2020 13:11:08 +0000 (13:11 +0000)]
portability fixes

6 years agounnecessary memcpy removed
ozkl [Sat, 16 May 2020 14:56:17 +0000 (17:56 +0300)]
unnecessary memcpy removed

6 years agoMerge pull request #1 from bcoles/patch-1
ozkl [Sat, 16 May 2020 13:01:07 +0000 (16:01 +0300)]
Merge pull request #1 from bcoles/patch-1

Use explicit .savegame directory name

6 years agoUse DIR_SEPARATOR_S
bcoles [Wed, 1 Apr 2020 06:27:31 +0000 (17:27 +1100)]
Use DIR_SEPARATOR_S

6 years agoUse explicit .savegame directory name
bcoles [Tue, 31 Mar 2020 08:53:46 +0000 (19:53 +1100)]
Use explicit .savegame directory name

6 years agoReadme modified, osx screenshots added
Akhsarbek Gozoev [Tue, 11 Feb 2020 18:14:39 +0000 (10:14 -0800)]
Readme modified, osx screenshots added

6 years agoReadme modified, osx screenshots added
Akhsarbek Gozoev [Tue, 11 Feb 2020 18:14:03 +0000 (10:14 -0800)]
Readme modified, osx screenshots added

6 years agoosx sdl2 port done
Akhsarbek Gozoev [Tue, 11 Feb 2020 18:04:08 +0000 (10:04 -0800)]
osx sdl2 port done

6 years agoUpdate README.md
ozkl [Sat, 7 Sep 2019 16:15:16 +0000 (19:15 +0300)]
Update README.md

6 years agoposx/posy args added to soso to support window placement
ozkl [Fri, 6 Sep 2019 09:01:15 +0000 (12:01 +0300)]
posx/posy args added to soso to support window placement

6 years agoadded 'y' key to known keys for soso
ozkl [Fri, 6 Sep 2019 07:31:50 +0000 (10:31 +0300)]
added 'y' key to known keys for soso

6 years agoadded empty implementation of SetWindowTitle to soso
ozkl [Fri, 6 Sep 2019 07:11:51 +0000 (10:11 +0300)]
added empty implementation of SetWindowTitle to soso

6 years agoUpdate README.md
ozkl [Wed, 4 Sep 2019 18:50:18 +0000 (21:50 +0300)]
Update README.md

6 years agoCreate README.md
ozkl [Wed, 4 Sep 2019 13:35:55 +0000 (16:35 +0300)]
Create README.md

6 years agoscreenshot from windows
ozkl [Wed, 4 Sep 2019 12:36:47 +0000 (15:36 +0300)]
screenshot from windows

6 years agoported to soso os
ozkl [Tue, 20 Aug 2019 19:25:22 +0000 (22:25 +0300)]
ported to soso os

6 years agoMakefile.freebsd (gmake on freebsd)
ozkl [Sun, 18 Aug 2019 14:49:49 +0000 (17:49 +0300)]
Makefile.freebsd (gmake on freebsd)

6 years agoscreenshot from freebsd
ozkl [Sun, 18 Aug 2019 14:44:03 +0000 (17:44 +0300)]
screenshot from freebsd

6 years agoscreenshot from ubuntu
ozkl [Sun, 18 Aug 2019 14:06:24 +0000 (17:06 +0300)]
screenshot from ubuntu

6 years agothe folder for save/load and default config set to '.'
ozkl [Sun, 18 Aug 2019 12:28:49 +0000 (15:28 +0300)]
the folder for save/load and default config set to '.'

6 years agoadded XkbSetDetectableAutoRepeat to xlib port for getting key press
ozkl [Sun, 18 Aug 2019 08:20:59 +0000 (11:20 +0300)]
added XkbSetDetectableAutoRepeat to xlib port for getting key press
events right way

6 years agoCreate LICENSE
ozkl [Sun, 18 Aug 2019 07:50:39 +0000 (10:50 +0300)]
Create LICENSE

6 years agoported to xlib with very basic pixel access
ozkl [Mon, 12 Aug 2019 16:26:55 +0000 (19:26 +0300)]
ported to xlib with very basic pixel access

6 years agoWindows GDI port
ozkl [Sun, 4 Aug 2019 20:02:31 +0000 (23:02 +0300)]
Windows GDI port

6 years agorenamed to doomgeneric
ozkl [Sun, 4 Aug 2019 19:58:47 +0000 (22:58 +0300)]
renamed to doomgeneric

8 years agoAT keycodes to doom keys
Maxime Vincent [Tue, 12 Dec 2017 09:09:06 +0000 (10:09 +0100)]
AT keycodes to doom keys

8 years agotty keyboard input work in progress
Maxime Vincent [Mon, 11 Dec 2017 06:31:25 +0000 (07:31 +0100)]
tty keyboard input work in progress

8 years agofbdoom first version with more generic framebuffer support
Maxime Vincent [Sat, 2 Dec 2017 10:25:39 +0000 (11:25 +0100)]
fbdoom first version with more generic framebuffer support

10 years agoCMAP256
Maxime Vincent [Thu, 9 Jun 2016 14:26:16 +0000 (16:26 +0200)]
CMAP256

10 years agoExtra buffer to compensate for fbdev/doom resolution being different
Maxime Vincent [Mon, 23 May 2016 14:02:22 +0000 (16:02 +0200)]
Extra buffer to compensate for fbdev/doom resolution being different

10 years agoUpgraded to chocolate-doom port instead
Maxime Vincent [Mon, 23 May 2016 13:26:13 +0000 (15:26 +0200)]
Upgraded to chocolate-doom port instead

10 years agoEven less warnings, working on Frosted again. Walls still b0rked
Maxime Vincent [Tue, 17 May 2016 21:54:24 +0000 (23:54 +0200)]
Even less warnings, working on Frosted again. Walls still b0rked

10 years agoRemoved a lot of warnings - but broke Frosted version
Maxime Vincent [Tue, 17 May 2016 21:24:21 +0000 (23:24 +0200)]
Removed a lot of warnings - but broke Frosted version

10 years agoReduce stack usage
Maxime Vincent [Tue, 17 May 2016 08:20:28 +0000 (10:20 +0200)]
Reduce stack usage

10 years agoGame now proceeds to the main game loop
Maxime Vincent [Mon, 16 May 2016 21:27:09 +0000 (23:27 +0200)]
Game now proceeds to the main game loop

10 years agoAdd more debugging to build
Maxime Vincent [Mon, 16 May 2016 21:25:40 +0000 (23:25 +0200)]
Add more debugging to build

10 years agoUpdate README
Maxime Vincent [Tue, 3 May 2016 15:29:48 +0000 (17:29 +0200)]
Update README

10 years agoCompiles with stubs, dummy video and sound
Maxime Vincent [Tue, 3 May 2016 15:28:07 +0000 (17:28 +0200)]
Compiles with stubs, dummy video and sound

10 years agoRename to frosted-doom
Maxime Vincent [Tue, 3 May 2016 15:21:27 +0000 (17:21 +0200)]
Rename to frosted-doom

14 years agoThe source for the DOOM serial / model driver.
Travis Bradshaw [Tue, 31 Jan 2012 21:57:38 +0000 (15:57 -0600)]
The source for the DOOM serial / model driver.

14 years agoAdding the release of the DOOM IPX driver.
Travis Bradshaw [Tue, 31 Jan 2012 21:32:25 +0000 (15:32 -0600)]
Adding the release of the DOOM IPX driver.

14 years agoThe DOOM sources as originally released on December 23, 1997
Travis Bradshaw [Tue, 31 Jan 2012 21:27:37 +0000 (15:27 -0600)]
The DOOM sources as originally released on December 23, 1997