shithub: choc

Download patch

ref: 7d8a9f3f2ecea118993fc5c828bdf4f0e4c2f154
parent: d1bfae16981023899c7703ec5004655cd6f0ffaf
author: Fabian Greffrath <fabian@greffrath.com>
date: Wed May 27 15:35:05 EDT 2015

desktop: Add some additional keywords to *.desktop files

fixes #511

--- a/src/doom.desktop.in
+++ b/src/doom.desktop.in
@@ -5,3 +5,4 @@
 Type=Application
 Comment=@PACKAGE_SHORTDESC@
 Categories=Game;ActionGame;
+Keywords=first;person;shooter;vanilla;
--- a/src/doom/r_defs.h
+++ b/src/doom/r_defs.h
@@ -48,7 +48,7 @@
 #define SIL_TOP			2
 #define SIL_BOTH		3
 
-#define MAXDRAWSEGS		256
+#define MAXDRAWSEGS		256*8
 
 
 
--- a/src/doom/r_plane.c
+++ b/src/doom/r_plane.c
@@ -42,7 +42,7 @@
 //
 
 // Here comes the obnoxious "visplane".
-#define MAXVISPLANES	128
+#define MAXVISPLANES	128*8
 visplane_t		visplanes[MAXVISPLANES];
 visplane_t*		lastvisplane;
 visplane_t*		floorplane;
--- a/src/heretic.desktop.in
+++ b/src/heretic.desktop.in
@@ -5,3 +5,4 @@
 Type=Application
 Comment=@PACKAGE_SHORTDESC@
 Categories=Game;ActionGame;
+Keywords=first;person;shooter;doom;vanilla;
--- a/src/hexen.desktop.in
+++ b/src/hexen.desktop.in
@@ -5,3 +5,4 @@
 Type=Application
 Comment=@PACKAGE_SHORTDESC@
 Categories=Game;ActionGame;
+Keywords=first;person;shooter;doom;vanilla;
--- a/src/strife.desktop.in
+++ b/src/strife.desktop.in
@@ -5,3 +5,4 @@
 Type=Application
 Comment=@PACKAGE_SHORTDESC@
 Categories=Game;ActionGame;
+Keywords=first;person;shooter;doom;vanilla;