diff options
author | Fabian Greffrath | 2015-05-27 19:35:05 +0200 |
---|---|---|
committer | Fabian Greffrath | 2015-05-27 19:35:05 +0200 |
commit | 7d8a9f3f2ecea118993fc5c828bdf4f0e4c2f154 (patch) | |
tree | 596a7539fe7d96ae752da0a9ea37c2f7e518d609 /src | |
parent | d1bfae16981023899c7703ec5004655cd6f0ffaf (diff) | |
download | chocolate-doom-7d8a9f3f2ecea118993fc5c828bdf4f0e4c2f154.tar.gz chocolate-doom-7d8a9f3f2ecea118993fc5c828bdf4f0e4c2f154.tar.bz2 chocolate-doom-7d8a9f3f2ecea118993fc5c828bdf4f0e4c2f154.zip |
desktop: Add some additional keywords to *.desktop files
fixes #511
Diffstat (limited to 'src')
-rw-r--r-- | src/doom.desktop.in | 1 | ||||
-rw-r--r-- | src/doom/r_defs.h | 2 | ||||
-rw-r--r-- | src/doom/r_plane.c | 2 | ||||
-rw-r--r-- | src/heretic.desktop.in | 1 | ||||
-rw-r--r-- | src/hexen.desktop.in | 1 | ||||
-rw-r--r-- | src/strife.desktop.in | 1 |
6 files changed, 6 insertions, 2 deletions
diff --git a/src/doom.desktop.in b/src/doom.desktop.in index e554a244..1ec35b37 100644 --- a/src/doom.desktop.in +++ b/src/doom.desktop.in @@ -5,3 +5,4 @@ Icon=@PROGRAM_PREFIX@doom Type=Application Comment=@PACKAGE_SHORTDESC@ Categories=Game;ActionGame; +Keywords=first;person;shooter;vanilla; diff --git a/src/doom/r_defs.h b/src/doom/r_defs.h index a64ac842..b8b308a0 100644 --- 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 diff --git a/src/doom/r_plane.c b/src/doom/r_plane.c index ea1611c2..e5987de8 100644 --- a/src/doom/r_plane.c +++ b/src/doom/r_plane.c @@ -42,7 +42,7 @@ planefunction_t ceilingfunc; // // Here comes the obnoxious "visplane". -#define MAXVISPLANES 128 +#define MAXVISPLANES 128*8 visplane_t visplanes[MAXVISPLANES]; visplane_t* lastvisplane; visplane_t* floorplane; diff --git a/src/heretic.desktop.in b/src/heretic.desktop.in index 54ef6a83..2c9c2fb4 100644 --- a/src/heretic.desktop.in +++ b/src/heretic.desktop.in @@ -5,3 +5,4 @@ Icon=@PROGRAM_PREFIX@doom Type=Application Comment=@PACKAGE_SHORTDESC@ Categories=Game;ActionGame; +Keywords=first;person;shooter;doom;vanilla; diff --git a/src/hexen.desktop.in b/src/hexen.desktop.in index 14603840..01eafccb 100644 --- a/src/hexen.desktop.in +++ b/src/hexen.desktop.in @@ -5,3 +5,4 @@ Icon=@PROGRAM_PREFIX@doom Type=Application Comment=@PACKAGE_SHORTDESC@ Categories=Game;ActionGame; +Keywords=first;person;shooter;doom;vanilla; diff --git a/src/strife.desktop.in b/src/strife.desktop.in index eb44c61d..541c2adb 100644 --- a/src/strife.desktop.in +++ b/src/strife.desktop.in @@ -5,3 +5,4 @@ Icon=@PROGRAM_PREFIX@doom Type=Application Comment=@PACKAGE_SHORTDESC@ Categories=Game;ActionGame; +Keywords=first;person;shooter;doom;vanilla; |