Raised This Month: $51 Target: $400
 12% 

Yup, it's a... release change!


Post New Thread Closed Thread   
 
Thread Tools Display Modes
AlucarD_fOx
Member
Join Date: Jul 2004
Location: Araraquara, SP - Bra
Old 08-14-2004 , 22:00  
#31

If they need of a force to test... We are there to assist!

Bye!!
__________________
Alu bR

[-.THC.-] ReD L


Avante Madrid, con Robinho en equipo teremos show en Bernabeu!!!

Araraquara, SP - Brazil


thc-phk.servecounterstrike.com:27016

Open in weekends after 21:00 hrs of Saturday. Come to play with us!
AlucarD_fOx is offline
Send a message via ICQ to AlucarD_fOx Send a message via MSN to AlucarD_fOx
Neo-Vortex
Senior Member
Join Date: Jun 2004
Location: Australia
Old 08-14-2004 , 22:53  
#32

Quote:
Originally Posted by SniperBeamer
0.2 will contain two new natives:
- md5()
- md5_file()
he he, what about trim()? i thought that was new also, awell as afew others...
Neo-Vortex is offline
BAILOPAN
Join Date: Jan 2004
Old 08-14-2004 , 22:57  
#33

The md5 stuff, that's just a last minute thing I tacked on (yes, trim is there too).

Servers were taking a long time to load (long is 5 seconds ;] ) with all the translations we had, so I added in a second optimization cache thingy-majig so it won't reparse dictionaries that haven't changed.

I used md5 to do it so I figured scripts could have the functions as well
__________________
egg
BAILOPAN is offline
Neo-Vortex
Senior Member
Join Date: Jun 2004
Location: Australia
Old 08-14-2004 , 23:26  
#34

he he, cool...

but noone has answered me about why RC2 not RC1 though...

Edit: oh, and speaking of which, when can we expect this rc to be out?
Neo-Vortex is offline
[415]StoNeD
Senior Member
Join Date: Mar 2004
Old 08-14-2004 , 23:42  
#35

Turtles should never race.
[415]StoNeD is offline
devicenull
Veteran Member
Join Date: Mar 2004
Location: CT
Old 08-15-2004 , 00:00  
#36

Feature request for 0.30 dbi_escape - escapes all the fscking ' and " characters
__________________
Various bits of semi-useful code in a bunch of languages: http://code.devicenull.org/
devicenull is offline
Freecode
Never Fall Asleep
Join Date: Jan 2004
Old 08-15-2004 , 00:46  
#37

ROFL
Freecode is offline
Sonic
Junior Member
Join Date: Feb 2004
Location: Germany
Old 08-15-2004 , 01:53  
#38

Quote:
Originally Posted by devicenull
Feature request for 0.30 dbi_escape - escapes all the fscking ' and " characters
Code:
stock db_escape_string(const string[], dest[])
{
  new pos = 0
  new a = 0
  for( a = 0; a <= strlen(string)-1; a++ ){
    if( equal(string[a],"'",1) || equal(string[a],"\",1) ){
      setc(dest[pos], 1, '\')
      pos++
    }
    setc(dest[pos], 1, string[a])
    pos++
  }
}
try this
Sonic is offline
BAILOPAN
Join Date: Jan 2004
Old 08-15-2004 , 02:16  
#39

RC2, because we already have made RC1 :]

It was an internal release
__________________
egg
BAILOPAN is offline
narcussist
Senior Member
Join Date: Jul 2004
Location: Canton, Ohio
Old 08-15-2004 , 02:19  
#40

Quote:
Originally Posted by BAILOPAN
RC2, because we already have made RC1 :]

It was an internal release
there is your reason why they skiped rc 1
__________________
narcussist is offline
Send a message via AIM to narcussist Send a message via MSN to narcussist Send a message via Yahoo to narcussist
Closed Thread



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 05:18.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode