-
Would be very nice to add this feature, increases the scene recognition by the brain by adding extra black edges on the elements of the screen - in QW it would be bsp edges and models. Below projects that may help. I know it would require quite a lot work, or maybe even redesign of rendering engine.
http://en.wikipedia.org/wiki/Cel-shaded_animation...
2009-11-13 11:10:11 UTC in ezQuake
-
I was thinking maybe about adding two new cvars for console fon
vid_conauto [0,1] // would automatically readjust console font depending on the screen resolution
vid_conscale // scaling factor
so when you change resolutions then the console font would be auto readjusted.
code in pseudolanguage:
if (vid_conauto){
x = getcvar( vid_customwidth )*vid_conscale;
y = getcvar(...
2009-11-13 11:04:11 UTC in ezQuake
-
If you got logs with very long chat lines, you may enctounter module to fail while parsing certain logs with tholse long chat lines. Of course that causes whole eggdrop to die.
Looks like the culprit is the buffer oveflow in:
fileoperations.c
in function
static void str_write(FILE *file, char *fstr, ... )
just change in that function
int size=256;
to
int size =1024;
and...
2009-09-10 07:41:55 UTC in logs2html module for eggdrop
-
The voice says ' This is an example of Speex'
AFAIR since 1.2.x mumble uses CELT ;)
2009-08-31 16:15:11 UTC in Mumble
-
If you got disabled services under Windows XP:
Error Reporting
Machine Debug Manager
and run mumble 2009-08-28-2315-279ca0 (Experimental Git Snapshot)
then the mumble crashes on start.
2009-08-31 16:13:52 UTC in Mumble
-
run Audio Wizard, go to the moment, when you see coloured bar.
The message displays info about blue bar color.
But there is a yellow bar color, not a blue one.
2009-08-31 16:11:00 UTC in Mumble
-
By default, server used 96k for client transfer
Setting maximum quality and lowerst delay in audio input its possibble to squeeze around 124k on client side
Of course if server is limiting the quality, then there is a red text on client side.
Amybe increase the value to 124000 in murmur.ini ?.
2009-08-31 15:59:09 UTC in Mumble
-
Some users had issues with the new server, so their accoutns were deleted manually to allow registration again.
But unfortunaltey some of the persons could not be registered again - rightcliking on nick and choosing register did nothing.
Nothing in server logs.
Server restart fixed the issue.
server - e5c38f static
client - 2009-08-28-2315-279ca0.
2009-08-31 15:55:24 UTC in Mumble
-
Joining server as client for the first time, after few seconds in client log window there is a message that the mumble switche dto the TCP mode.
Rejoining server fixes the issue, and message is not shown.
Noticed by at least 5 persons on the same server with the two latest mumble builds.
Nothing in server logs.
2009-08-31 15:51:40 UTC in Mumble