MonkeyClan

A forum from the [MC] clan of Nexuiz
HomeHome  ­PortalPortal  ­CalendarCalendar  ­FAQFAQ  ­SearchSearch  ­MemberlistMemberlist  ­UsergroupsUsergroups  ­Log inLog in  ­RegisterRegister  
Post new topic   Reply to topicShare | 
 

 Got invited

View previous topic View next topic Go down 
Goto page : 1, 2  Next
AuthorMessage
[C]167



Number of posts: 8
Registration date: 2008-08-24

PostSubject: Got invited   Sun Aug 24, 2008 4:33 pm

Hi, i got invited to join [MC] by [MC]monkey0###.
I'm currently in the {UF} clan but haven't seen any members for months now.

Some personal stuff:
Linux user, playing the most recent trunc nexuiz version with some optimisations to the engine
Refusing nex and crylink
Only playing on CTF servers
Back to top Go down
View user profile
lmonkey
Admin


Male Number of posts: 120
Age: 14
Location: belgium
Registration date: 2008-08-16

PostSubject: Re: Got invited   Sun Aug 24, 2008 4:37 pm

welcome [C]167

_________________
My Monkey Army Will Conquer The World With Me As Their Dictator
Back to top Go down
View user profile http://monkeeclan.forumotion.net/forum.htm
Guest
Guest



PostSubject: Re: Got invited   Sun Aug 24, 2008 6:10 pm

hi
Back to top Go down
darkness_shadow



Male Number of posts: 70
Age: 18
Location: Italy
Registration date: 2008-08-21

PostSubject: Re: Got invited   Mon Aug 25, 2008 8:30 pm

hey [C]167 i'm new too Smile
Back to top Go down
View user profile
[C]167



Number of posts: 8
Registration date: 2008-08-24

PostSubject: Re: Got invited   Thu Aug 28, 2008 5:31 pm

does that mean now that i'm accepted?
Back to top Go down
View user profile
lmonkey
Admin


Male Number of posts: 120
Age: 14
Location: belgium
Registration date: 2008-08-16

PostSubject: Re: Got invited   Thu Aug 28, 2008 8:23 pm

well its normal that your accepted if i asked you lol! lol! lol!

_________________
My Monkey Army Will Conquer The World With Me As Their Dictator
Back to top Go down
View user profile http://monkeeclan.forumotion.net/forum.htm
darkness_shadow



Male Number of posts: 70
Age: 18
Location: Italy
Registration date: 2008-08-21

PostSubject: Re: Got invited   Thu Aug 28, 2008 9:58 pm

hey guys i changed name from uchiha_madara to darkness_shadow i hope u like it Smile
Back to top Go down
View user profile
lmonkey
Admin


Male Number of posts: 120
Age: 14
Location: belgium
Registration date: 2008-08-16

PostSubject: Re: Got invited   Fri Aug 29, 2008 7:39 am

if you want i could change your name on the forum to

_________________
My Monkey Army Will Conquer The World With Me As Their Dictator
Back to top Go down
View user profile http://monkeeclan.forumotion.net/forum.htm
darkness_shadow



Male Number of posts: 70
Age: 18
Location: Italy
Registration date: 2008-08-21

PostSubject: Re: Got invited   Sat Aug 30, 2008 2:24 pm

no but thanks anyway
Back to top Go down
View user profile
DeathDebianMoll



Male Number of posts: 12
Age: 24
Location: Chile (SurAmerica)
Registration date: 2008-09-07

PostSubject: Re: Got invited   Sat Sep 13, 2008 9:56 pm

hey "Devbag" era del [MC] pero se retiro porque encontraba fome el clan....
yo creo que si todos aportamos un pocopodemos sacar adelante a este foro y al clan.
Back to top Go down
View user profile http://www.facebook.com/home.php?#/profile.php?id=1154245884
lmonkey
Admin


Male Number of posts: 120
Age: 14
Location: belgium
Registration date: 2008-08-16

PostSubject: Re: Got invited   Sun Sep 14, 2008 10:20 am

please speak english

_________________
My Monkey Army Will Conquer The World With Me As Their Dictator
Back to top Go down
View user profile http://monkeeclan.forumotion.net/forum.htm
[C]167



Number of posts: 8
Registration date: 2008-08-24

PostSubject: Re: Got invited   Mon Sep 15, 2008 8:44 pm

I decided today to quit playing nexuiz completly. This mainly caused by the unbalanceness and unfairness on the FFA-servers, which iself is caused partly by the nex.
I'll quit all activities regarding nexuiz, which has been deleted from my machine.
If here are any linux users who want a fairly optimized engine, they should apply this patch to their makefile.inc:
Code:
Index: makefile.inc                                       
===================================================================
--- makefile.inc        (Revision 8505)                           
+++ makefile.inc        (Arbeitskopie)                           
@@ -20,7 +20,7 @@                                                 
 # No specific CPU (386 compatible)
 CPUOPTIMIZATIONS?=
 # Experimental
-#CPUOPTIMIZATIONS?=-fno-math-errno -ffinite-math-only -fno-rounding-math -fno-signaling-nans -fassociative-math -freciprocal-math -fno-signed-zeros -fno-trapping-math
+CPUOPTIMIZATIONS?=-pipe -march=prescott- -fomit-frame-pointer -mfpmath=sse -msse -msse2 -msse3 -funroll-all-loops fno-math-errno -ffinite-math-only -fno-rounding-math -fno-signaling-nans -fassociative-math -freciprocal-math -fno-signed-zeros -fno-trapping-math

 SDL_CONFIG?=sdl-config
 SDLCONFIG_UNIXCFLAGS?=`$(SDL_CONFIG) --cflags`
@@ -167,10 +167,10 @@
 CFLAGS_SDL=$(SDLCONFIG_CFLAGS)

 OPTIM_DEBUG=$(CPUOPTIMIZATIONS)
-#OPTIM_RELEASE=-O2 -fno-strict-aliasing -ffast-math -funroll-loops $(CPUOPTIMIZATIONS)
-#OPTIM_RELEASE=-O2 -fno-strict-aliasing -fno-math-errno -fno-trapping-math -ffinite-math-only -fno-signaling-nans -fcx-limited-range -funroll-loops $(CPUOPTIMIZATIONS)
+#OPTIM_RELEASE=-O3 -fno-strict-aliasing -ffast-math -funroll-loops $(CPUOPTIMIZATIONS)
+OPTIM_RELEASE=-O3 -fno-strict-aliasing -ffast-math -fno-math-errno -fno-trapping-math -ffinite-math-only -fno-signaling-nans -fcx-limited-range -funroll-loops $(CPUOPTIMIZATIONS)
 #OPTIM_RELEASE=-O2 -fno-strict-aliasing -funroll-loops $(CPUOPTIMIZATIONS)
-OPTIM_RELEASE=-O2 -fno-strict-aliasing $(CPUOPTIMIZATIONS)
+#OPTIM_RELEASE=-O2 -fno-strict-aliasing $(CPUOPTIMIZATIONS)

 DO_CC=$(CC) $(CFLAGS) -c $< -o $@
This gives me better performance on my Centrino Duo-CPU (SSE3 capable cpu required)

I'm sorry for all the clanmembers and wanted to thank you for having me invited to this clan.
Bye,
[C]167
Back to top Go down
View user profile
lmonkey
Admin


Male Number of posts: 120
Age: 14
Location: belgium
Registration date: 2008-08-16

PostSubject: Re: Got invited   Mon Sep 15, 2008 9:27 pm

i find it really to bad that you quit becease you where a really good player and you wear cool

_________________
My Monkey Army Will Conquer The World With Me As Their Dictator
Back to top Go down
View user profile http://monkeeclan.forumotion.net/forum.htm
[C]167



Number of posts: 8
Registration date: 2008-08-24

PostSubject: Re: Got invited   Wed Sep 17, 2008 8:13 pm

Thank you lmonkey, but i won't change my decision. I'll maybe look into nexuiz again in some months to see if it changed, but i lost all hope.
Back to top Go down
View user profile
lmonkey
Admin


Male Number of posts: 120
Age: 14
Location: belgium
Registration date: 2008-08-16

PostSubject: Re: Got invited   Wed Sep 17, 2008 9:26 pm

can i know why?

_________________
My Monkey Army Will Conquer The World With Me As Their Dictator
Back to top Go down
View user profile http://monkeeclan.forumotion.net/forum.htm
 

Got invited

View previous topic View next topic Back to top 
Page 1 of 2Goto page : 1, 2  Next

Permissions of this forum:You cannot reply to topics in this forum
MonkeyClan :: free forum :: presentation forum-
Post new topic   Reply to topic