Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
c65347ab
Commit
c65347ab
authored
Oct 07, 2019
by
antirez
Browse files
LOLWUT: version 6: change text message & credits.
parent
c448f6fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lolwut6.c
View file @
c65347ab
...
...
@@ -32,10 +32,11 @@
* fun and interesting, and should be replaced by a new implementation at
* each new version of Redis.
*
* Thanks to Michele Hiki Falcone for the original image that ispired
* the image, part of his game, Plaguemon.
*
* Thanks to the Shhh computer art collective for the help in tuning the
* output to have a better artistic effect. Also thanks to Michele Hiki Falcone
* for sending me the original gameboy image that this LOLWUT makes
* generative.
* output to have a better artistic effect.
*/
#include "server.h"
...
...
@@ -189,7 +190,8 @@ void lolwut6Command(client *c) {
generateSkyline
(
canvas
);
sds
rendered
=
renderCanvas
(
canvas
);
rendered
=
sdscat
(
rendered
,
"
\n
Dedicated to the 8 bit game developers of the past. Redis ver. "
);
"
\n
Dedicated to the 8 bit game developers of past and present.
\n
"
"Original 8 bit image from Plaguemon by hikikomori. Redis ver. "
);
rendered
=
sdscat
(
rendered
,
REDIS_VERSION
);
rendered
=
sdscatlen
(
rendered
,
"
\n
"
,
1
);
addReplyVerbatim
(
c
,
rendered
,
sdslen
(
rendered
),
"txt"
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment