DEADSOFTWARE

flatwaifu.git
4 years agosystem: game itself do not depends on sdl
DeaDDooMER [Sat, 21 Mar 2020 15:31:19 +0000 (18:31 +0300)]
system: game itself do not depends on sdl

4 years agoopengl: do not even try to allocate texture with size more than supported by texture...
DeaDDooMER [Fri, 20 Mar 2020 08:30:51 +0000 (11:30 +0300)]
opengl: do not even try to allocate texture with size more than supported by texture cache

4 years agoopengl: implement texture deallocator
DeaDDooMER [Fri, 20 Mar 2020 07:49:00 +0000 (10:49 +0300)]
opengl: implement texture deallocator

4 years agoopengl: rebind texture only when needed
DeaDDooMER [Thu, 19 Mar 2020 19:11:46 +0000 (22:11 +0300)]
opengl: rebind texture only when needed

4 years agoopengl: limit cache texture to 512x512
DeaDDooMER [Thu, 19 Mar 2020 18:08:25 +0000 (21:08 +0300)]
opengl: limit cache texture to 512x512

4 years agoopengl: fix segfault
DeaDDooMER [Thu, 19 Mar 2020 17:49:22 +0000 (20:49 +0300)]
opengl: fix segfault

4 years agoopengl: fix building on non osx
DeaDDooMER [Thu, 19 Mar 2020 17:27:59 +0000 (20:27 +0300)]
opengl: fix building on non osx

4 years agoopengl: implement texture cache
DeaDDooMER [Thu, 19 Mar 2020 15:45:03 +0000 (18:45 +0300)]
opengl: implement texture cache

4 years agoimplement optional opengl render
DeaDDooMER [Thu, 19 Mar 2020 06:19:54 +0000 (09:19 +0300)]
implement optional opengl render

4 years agoheaders describes that c-files implements
DeaDDooMER [Sun, 15 Mar 2020 09:20:39 +0000 (12:20 +0300)]
headers describes that c-files implements

4 years agofix texture drawing
DeaDDooMER [Sat, 14 Mar 2020 18:43:05 +0000 (21:43 +0300)]
fix texture drawing

4 years agofix palette
DeaDDooMER [Sat, 14 Mar 2020 16:33:22 +0000 (19:33 +0300)]
fix palette

4 years agofully separate render
DeaDDooMER [Sat, 14 Mar 2020 16:24:27 +0000 (19:24 +0300)]
fully separate render

4 years agomostly remove game dependency on low level part of render
DeaDDooMER [Fri, 13 Mar 2020 08:06:29 +0000 (11:06 +0300)]
mostly remove game dependency on low level part of render

4 years agofully move highter level rendering code in separate file
DeaDDooMER [Thu, 12 Mar 2020 14:46:03 +0000 (17:46 +0300)]
fully move highter level rendering code in separate file

4 years agofirst step to separate render
DeaDDooMER [Wed, 11 Mar 2020 21:37:26 +0000 (00:37 +0300)]
first step to separate render

4 years agofix segfault on 64bit systems
DeaDDooMER [Wed, 11 Mar 2020 21:30:03 +0000 (00:30 +0300)]
fix segfault on 64bit systems

4 years agofix segfault on 64 bit
DeaDDooMER [Wed, 11 Mar 2020 15:54:08 +0000 (18:54 +0300)]
fix segfault on 64 bit

4 years agofix some warnings
DeaDDooMER [Wed, 11 Mar 2020 12:27:12 +0000 (15:27 +0300)]
fix some warnings

4 years agoppc: fix saves and more map loading improvements
DeaDDooMER [Tue, 10 Mar 2020 19:57:16 +0000 (22:57 +0300)]
ppc: fix saves and more map loading improvements

4 years agoported to osx-pcc
DeaDDooMER [Tue, 10 Mar 2020 10:02:45 +0000 (13:02 +0300)]
ported to osx-pcc

6 years agoMerge pull request #1 from djmadcat/feature/macos
Dmitry D. Chernov [Thu, 14 Dec 2017 14:48:35 +0000 (00:48 +1000)]
Merge pull request #1 from djmadcat/feature/macos

Build for macOS

6 years agoUpdate INSTALL for build under macOS
Alexey Aleshkov [Sun, 10 Dec 2017 11:49:25 +0000 (14:49 +0300)]
Update INSTALL for build under macOS

6 years agoCleanup includes
Alexey Aleshkov [Sun, 10 Dec 2017 11:40:03 +0000 (14:40 +0300)]
Cleanup includes

6 years agoAdd missed parentheses around the assignment
Alexey Aleshkov [Sun, 10 Dec 2017 11:30:15 +0000 (14:30 +0300)]
Add missed parentheses around the assignment

6 years agoAdd missed initialization parameter
Alexey Aleshkov [Sun, 10 Dec 2017 11:29:10 +0000 (14:29 +0300)]
Add missed initialization parameter

6 years agoPredeclare `MN_hit` function
Alexey Aleshkov [Sun, 10 Dec 2017 11:26:27 +0000 (14:26 +0300)]
Predeclare `MN_hit` function

6 years agoExpose `S_updatemusic` function
Alexey Aleshkov [Sun, 10 Dec 2017 11:23:09 +0000 (14:23 +0300)]
Expose `S_updatemusic` function

6 years agoAdd missed includes
Alexey Aleshkov [Sun, 10 Dec 2017 11:17:16 +0000 (14:17 +0300)]
Add missed includes

6 years agoExpose `fexists` function
Alexey Aleshkov [Sun, 10 Dec 2017 11:16:58 +0000 (14:16 +0300)]
Expose `fexists` function

6 years agoAdd missed stdlib include
Alexey Aleshkov [Sun, 10 Dec 2017 11:16:00 +0000 (14:16 +0300)]
Add missed stdlib include

6 years agoDrop non-standard `malloc.h` include
Alexey Aleshkov [Sun, 10 Dec 2017 11:03:54 +0000 (14:03 +0300)]
Drop non-standard `malloc.h` include

6 years agoUse `find_package` to find SDL dependency
Alexey Aleshkov [Sun, 10 Dec 2017 11:01:04 +0000 (14:01 +0300)]
Use `find_package` to find SDL dependency

12 years agoMinor doom2d_deb_maker fixes
Andriy Shinkarchuck [Tue, 26 Jul 2011 22:33:22 +0000 (01:33 +0300)]
Minor doom2d_deb_maker fixes

12 years agodefault.cfg encoding fixed.
Andriy Shinkarchuck [Tue, 26 Jul 2011 22:30:50 +0000 (01:30 +0300)]
default.cfg encoding fixed.

12 years agoAutomated package and tarball assemble scripts were added.
Andriy Shinkarchuck [Tue, 26 Jul 2011 22:25:51 +0000 (01:25 +0300)]
Automated package and tarball assemble scripts were added.

12 years agocopy.sh minor fixes
Andriy Shinkarchuck [Tue, 26 Jul 2011 22:24:53 +0000 (01:24 +0300)]
copy.sh minor fixes

12 years agoSave-файлы сохраняются в $HOME/.doom2d-rembo
ARembo [Tue, 26 Jul 2011 14:28:26 +0000 (17:28 +0300)]
Save-файлы сохраняются в $HOME/.doom2d-rembo

12 years agoПравка копирайтов
ARembo [Tue, 26 Jul 2011 09:14:53 +0000 (05:14 -0400)]
Правка копирайтов

12 years agoСкриншоты теперь сохраняются в $HOME/.doom2d-rembo
ARembo [Tue, 26 Jul 2011 09:03:19 +0000 (05:03 -0400)]
Скриншоты теперь сохраняются в $HOME/.doom2d-rembo

12 years agoMinor README fixes.
andruxoid [Tue, 26 Jul 2011 01:14:16 +0000 (01:14 +0000)]
Minor README fixes.

12 years agoMinor fixes in README.
andruxoid [Tue, 26 Jul 2011 01:07:19 +0000 (01:07 +0000)]
Minor fixes in README.

12 years agoAdded package installation guide to INSTALL. README with complete reference was written.
Andriy Shinkarchuck [Tue, 26 Jul 2011 01:01:45 +0000 (04:01 +0300)]
Added package installation guide to INSTALL. README with complete reference was written.

12 years agoисправлен segfault при закрытии окна программы
ARembo [Mon, 25 Jul 2011 16:56:58 +0000 (12:56 -0400)]
исправлен segfault при закрытии окна программы

12 years agoMinor INSTALL file fixes
Andriy Shinkarchuck [Mon, 25 Jul 2011 02:10:02 +0000 (05:10 +0300)]
Minor INSTALL file fixes

12 years agoПути к файлам ресурсов как в UNIX
ARembo [Mon, 25 Jul 2011 01:49:18 +0000 (21:49 -0400)]
Пути к файлам ресурсов как в UNIX

12 years agoAdded COPYING file, INSTALL with installation instructions and simple script copy...
Andriy Shinkarchuck [Mon, 25 Jul 2011 01:28:42 +0000 (04:28 +0300)]
Added COPYING file, INSTALL with installation instructions and simple script copy.sh for post-build copying data.

12 years agoНенужный код
ARembo [Mon, 25 Jul 2011 01:05:44 +0000 (21:05 -0400)]
Ненужный код

12 years agoПоменял регистр на нижний конфиг файла
ARembo [Sun, 24 Jul 2011 23:04:11 +0000 (19:04 -0400)]
Поменял регистр на нижний конфиг файла

12 years agoНенужный хэдер
ARembo [Sun, 24 Jul 2011 23:01:11 +0000 (19:01 -0400)]
Ненужный хэдер

12 years agoбаг проявлялся на x86_64
ARembo [Sun, 24 Jul 2011 22:57:35 +0000 (18:57 -0400)]
баг проявлялся на x86_64

12 years agoИсправил баг, при котором выбивал segfault
ARembo [Sun, 24 Jul 2011 22:48:12 +0000 (18:48 -0400)]
Исправил баг, при котором выбивал segfault

12 years agoЗакоментировал ненужный код
ARembo [Sun, 24 Jul 2011 22:38:31 +0000 (18:38 -0400)]
Закоментировал ненужный код

12 years agoEditing source tree for configuring with CMake
Andriy Shinkarchuck [Sun, 24 Jul 2011 22:06:32 +0000 (01:06 +0300)]
Editing source tree for configuring with CMake

12 years agoEditing source tree for configuring with CMake
Andriy Shinkarchuck [Sun, 24 Jul 2011 22:00:16 +0000 (01:00 +0300)]
Editing source tree for configuring with CMake

12 years agomusic directory moved with its content to repo. wad's moved to repo.
Andriy Shinkarchuck [Sun, 24 Jul 2011 19:25:05 +0000 (22:25 +0300)]
music directory moved with its content to repo. wad's moved to repo.

12 years agominor changes
Andriy Shinkarchuck [Sun, 24 Jul 2011 18:55:20 +0000 (21:55 +0300)]
minor changes

12 years agominor editing
Andriy Shinkarchuck [Sun, 24 Jul 2011 18:52:20 +0000 (21:52 +0300)]
minor editing

12 years agochmod -x under source files.
Andriy Shinkarchuck [Sun, 24 Jul 2011 17:07:56 +0000 (20:07 +0300)]
chmod -x under source files.

12 years agoMakefile .dep.inc moved to repo.
Andriy Shinkarchuck [Sun, 24 Jul 2011 17:06:25 +0000 (20:06 +0300)]
Makefile .dep.inc moved to repo.

12 years agoDEFAULT.CFG moved to repo.
Andriy Shinkarchuck [Sun, 24 Jul 2011 16:55:11 +0000 (19:55 +0300)]
DEFAULT.CFG moved to repo.

12 years agoanim.c moved to repo. Added license notification
Andriy Shinkarchuck [Sun, 24 Jul 2011 16:52:46 +0000 (19:52 +0300)]
anim.c moved to repo. Added license notification

12 years agobmap.c bmap.h moved to repo. Added license notification
Andriy Shinkarchuck [Sun, 24 Jul 2011 16:51:37 +0000 (19:51 +0300)]
bmap.c bmap.h moved to repo. Added license notification

12 years agoconfig.c config.h moved to repo. Added license notification
Andriy Shinkarchuck [Sun, 24 Jul 2011 16:50:04 +0000 (19:50 +0300)]
config.c config.h moved to repo. Added license notification

12 years agodots.c dots.h moved to repo. Added license notification
Andriy Shinkarchuck [Sun, 24 Jul 2011 16:46:56 +0000 (19:46 +0300)]
dots.c dots.h moved to repo. Added license notification

12 years agoerror.c moved to repo. Added license notification
Andriy Shinkarchuck [Sun, 24 Jul 2011 16:45:07 +0000 (19:45 +0300)]
error.c moved to repo. Added license notification

12 years agofiles.c files.h moved to repo. Added license notification
Andriy Shinkarchuck [Sun, 24 Jul 2011 16:41:07 +0000 (19:41 +0300)]
files.c files.h moved to repo. Added license notification

12 years agofx.c fx.h moved to repo. Added license notification
Andriy Shinkarchuck [Sun, 24 Jul 2011 16:39:18 +0000 (19:39 +0300)]
fx.c fx.h moved to repo. Added license notification

12 years agogame.c glob.h fx1sin.fat gamma.dat moved to repo. Added license notification
Andriy Shinkarchuck [Sun, 24 Jul 2011 16:38:09 +0000 (19:38 +0300)]
game.c glob.h fx1sin.fat gamma.dat moved to repo. Added license notification

12 years agoitems.c items.h moved to repo. Added license notification
Andriy Shinkarchuck [Sun, 24 Jul 2011 16:35:44 +0000 (19:35 +0300)]
items.c items.h moved to repo. Added license notification

12 years agokeyb.c keyb.h moved to repo. Added license notification
Andriy Shinkarchuck [Sun, 24 Jul 2011 16:34:05 +0000 (19:34 +0300)]
keyb.c keyb.h moved to repo. Added license notification

12 years agomain.c moved to repo. Added license notification
Andriy Shinkarchuck [Sun, 24 Jul 2011 16:31:51 +0000 (19:31 +0300)]
main.c moved to repo. Added license notification

12 years agomap.h memory.c memory.h moved to repo. Added license notification
Andriy Shinkarchuck [Sun, 24 Jul 2011 16:30:51 +0000 (19:30 +0300)]
map.h memory.c memory.h moved to repo. Added license notification

12 years agomenu.c menu.h moved to repo. Added license notification
Andriy Shinkarchuck [Sun, 24 Jul 2011 16:24:01 +0000 (19:24 +0300)]
menu.c menu.h moved to repo. Added license notification

12 years agomisc.c misc.h moved to repo. Added licence notification
Andriy Shinkarchuck [Sun, 24 Jul 2011 16:19:32 +0000 (19:19 +0300)]
misc.c misc.h moved to repo. Added licence notification

12 years agomonster.c monster.h moved to repo. Added license notification
Andriy Shinkarchuck [Sun, 24 Jul 2011 16:16:15 +0000 (19:16 +0300)]
monster.c monster.h moved to repo. Added license notification

12 years agomy.c moved to repo. Added license notification.
Andriy Shinkarchuck [Sun, 24 Jul 2011 16:00:51 +0000 (19:00 +0300)]
my.c moved to repo. Added license notification.

12 years agoplayer.c player.h moved to repo. Added license notification
Andriy Shinkarchuck [Sun, 24 Jul 2011 15:57:20 +0000 (18:57 +0300)]
player.c player.h moved to repo. Added license notification

12 years agoredraw.c moved to repo. Added licence notification
Andriy Shinkarchuck [Sun, 24 Jul 2011 15:55:53 +0000 (18:55 +0300)]
redraw.c moved to repo. Added licence notification

12 years agosmoke.c smoke.h moved to repo. Added license notification.
Andriy Shinkarchuck [Sun, 24 Jul 2011 15:54:31 +0000 (18:54 +0300)]
smoke.c smoke.h moved to repo. Added license notification.

12 years agosound.h switch.c switch.h moved to repo. Added licence notification
Andriy Shinkarchuck [Sun, 24 Jul 2011 15:52:49 +0000 (18:52 +0300)]
sound.h switch.c switch.h moved to repo. Added licence notification

12 years agothings.h moved to repo. Added license notification
Andriy Shinkarchuck [Sun, 24 Jul 2011 15:49:36 +0000 (18:49 +0300)]
things.h moved to repo. Added license notification

12 years agovga.c vga.h moved to repo. Added license notification.
Andriy Shinkarchuck [Sun, 24 Jul 2011 15:46:42 +0000 (18:46 +0300)]
vga.c vga.h moved to repo. Added license notification.

12 years agoviews.c views.h moved to repo. Added licence notification.
Andriy Shinkarchuck [Sun, 24 Jul 2011 15:43:11 +0000 (18:43 +0300)]
views.c views.h moved to repo. Added licence notification.

12 years agoweapons.c weapons.h moved to repo. Added license notification
Andriy Shinkarchuck [Sun, 24 Jul 2011 15:37:07 +0000 (18:37 +0300)]
weapons.c weapons.h moved to repo. Added license notification

12 years agoAdded license notification
Andriy Shinkarchuck [Sun, 24 Jul 2011 15:09:46 +0000 (18:09 +0300)]
Added license notification

12 years agoAdded license notification
Andriy Shinkarchuck [Sun, 24 Jul 2011 14:38:01 +0000 (17:38 +0300)]
Added license notification

12 years agoAdded license notification
ARembo [Sun, 24 Jul 2011 14:28:08 +0000 (17:28 +0300)]
Added license notification

12 years agoAdded license notification
Andriy Shinkarchuck [Sun, 24 Jul 2011 14:19:01 +0000 (17:19 +0300)]
Added license notification

12 years agoMinor formatting changes
ARembo [Sun, 24 Jul 2011 13:59:12 +0000 (16:59 +0300)]
Minor formatting changes

12 years agorembo 22222
ARembo [Sat, 23 Jul 2011 17:24:09 +0000 (20:24 +0300)]
rembo 22222

12 years agonew
ARembo [Sat, 23 Jul 2011 16:59:50 +0000 (16:59 +0000)]
new

12 years agorembo 22222
ARembo [Sat, 23 Jul 2011 16:26:14 +0000 (19:26 +0300)]
rembo 22222

12 years agorembo 22222
ARembo [Sat, 23 Jul 2011 16:26:07 +0000 (19:26 +0300)]
rembo 22222

12 years agorembo
ARembo [Sat, 23 Jul 2011 16:21:21 +0000 (19:21 +0300)]
rembo

12 years agorembo
ARembo [Sat, 23 Jul 2011 16:21:05 +0000 (19:21 +0300)]
rembo

12 years agorembo
ARembo [Sat, 23 Jul 2011 15:46:19 +0000 (18:46 +0300)]
rembo