Re: [hlcoders] Remember June 2006?

2010-10-31 Thread Tres Walsh
I realize the discussion has started to move in a different direction,
but I would just like to briefly state... something. I wouldn't really
call it an opinion. This might be a bit long winded (and I should warn
you a cuil-like, nearly nonsensical metaphor is approaching), but bear
with with me :)

I view Valve as one of the three, when it comes to first person
shooter technology. Id, Epic, and Valve. Each studio seems to focus on
a particular aspect when it comes to development. Id focuses on the
technology, Epic focuses on the art, and Valve really doesn't care
about their tools, but rather the end product (as long as the player
wants more). And this is, I think, apparent when viewing the ad-hoc
way in which features are added (or should that be bolted? :P) on to
the Source engine, as opposed to say Id Tech, or the Unreal Engine,
where large portions of the engine are written with each iteration.

Now to get to the metaphor of engine technology I call The Burger.

Let's assume for a moment, that Id software has created a burger. It's
the first of its kind (to be released), and the cook, John Carmack, is
quite pleased with this creation. Everyone loves it, and some say it
will be the future of cuisine. John tells those who wish to listen
about what is in the burger, how he had to change the ingredients to
ensure that everyone in the world would be able to eat it, and enjoy
it, as well as some of the challenges to make it look and taste so
amazing. But, as a problem, nearly everyone in the world has begun to
hack together their own kind of burger, but only by looking at John's
Burger (because not everyone has the money to pay for the recipe).
Regardless, the Cheesequaker was a huge success.

Meanwhile, a man named Tim Sweeney began cooking his own burger as
well. He was aware of John's Burger, and had started to create his own
before John's would be released to the public. A few screenshots of
what Tim's burger *could* be were enough to entice burger fan's
everywhere. But instead, a young man was brought into Tim's Kitchen.
The burger's ingredients were delicious, but the burger could
definitely look better, so this young man named Cliff added some
pizazz to the burger. Once released, Tim allowed people to purchase
the ingredients, as long as they promised not to tell anyone what was
in them, they could create a brand new burger, independent of their
own (indeed, one such restaurant was 3D Realms, which promised The
Duke, a burger that would satisfy you, *forever*). Even fans of the
burger were told how they could add zest, and spice to this Bunreal.

Around the time of the Bunreal release, a startup approached John
Carmack, and told him of an idea they had for a burger, built on his
recipes. John, rather than be an megalomaniac, gave them the recipes,
parting with the words Make something great. This startup did. Using
some as of yet unreleased at the time additions to the Cheesequaker,
they were able to create a wonderful masterpiece. Half Fry-fe.

Let's skip forward several years, and ditch this metaphor because the
punchline has been told, and the horse has been beaten to death
(horse? don't you mean cow? hahaha). And I don't want to iterate all
of FPS gaming in the past 15 years for everyone with burger jokes,
because I'm fairly certain a majority of us were all there for it. :)

Part of why I think the Source SDK is starting to feel old and
decrepit is because of design decisions with the tools early on. I
emailed Valve back in and Mike was kind enough to respond. I asked
what toolkits Valve used, with nearly everything, and was told that
Hammer (and friends) used the old MFC framework, with a few tools
relying on Mete Cirrigan (of Milkshape 3D fame's) mxToolkit (though
this is mentioned in the copyright statements for the Source SDK).  I
don't believe this is Mike's fault, nor do I think anyone wishes it
was, and if anything I think he is slowly trying to phase it out, or
at the very least, quickly phase it out in favor of OS X support. And
yes, the code for Source itself is most definitely not the cleanest
code. From clear cases of code that is ingrained with some instances
of code that hark back to the QuakeWorld version of the engine (I have
no way to prove it, but the ZPool/Memory Pool is most likely somewhere
within the confines of Source in some way shape or form. You can't
*not* have a memory pool. Otherwise I would question how Team Fortress
2 is able to allocate so much memory), to routines that return
allocated memory, to C With Objects code, to preprocessor macros
that have a blatent disregard for sanity (http://i.imgur.com/maP8P.png
-- seriously guys, you couldn't use a va_list? I mean I'm all for
type safety, but at some point you've just got to step back and say
It's ok to have a little overhead when calling a script from C++.
I'm pretty sure that list gets bigger too. I'm *not* diving back into
that code), to a small amount of template usage, and function
overloading, to even 

Re: [hlcoders] Does Valve (America) offers internships?

2010-09-04 Thread Tres Walsh
On Mon, Aug 30, 2010 at 6:35 AM, WRNM assaultar...@hotmail.com wrote:




 Hey guys,

 I don't really know if this is the right place or not but I'm wondering if 
 Valve provides any chances for internships?

 I am currently a sophomore student majoring in Math. I can do some 
 programming but I'm better in 3D/2D Art stuff.

 Just looking for some game development work experience, and of course I'm 
 happy to do it for free.

 Please let me know if there's anything I can do about it.

 Thanks,


 Richard

When I emailed them back in December of 2008, Mike Durand commented
that they do not accept internships. I believe this is still the case.

___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlcoders



Re: [hlcoders] Sharing a depot in perforce

2009-06-27 Thread Tres Walsh
I don't know about that. There's
TortoiseGithttp://code.google.com/p/tortoisegit/,
as well as TortoiseHg http://bitbucket.org/tortoisehg/stable/wiki/Home.
On Thu, Jun 25, 2009 at 11:32 PM, Paul Peloski paulpelo...@gmail.comwrote:

 I think it's probably smartest to keep your mapsrc/modelsrc/src under SVN,
 and have a script that automatically builds your mod assets when the SVN
 revision changes. Then have the team use rsync to download the built assets
 into their sourcemods folder.

 As for SVN vs P4 vs git. SVN wins because of TortoiseSVN, the front-ends
 for
 the other SCMs just aren't as good yet.

 Paul

 On Thu, Jun 25, 2009 at 9:37 AM, Garry Newman garrynew...@gmail.com
 wrote:

  Slightly off topic, but why do people use Perforce over SVN (besides 'cuz
  Valve does')?
  garry
 
  On Thu, Jun 25, 2009 at 4:25 PM, botman botman.hlcod...@gmail.com
 wrote:
 
   Ben Tucker wrote:
im having some perforce troubles I have two computers on the same
   network, and both have perforce installed. I also have them sharing a
   netfolder ( a hard drive shared on the network ). I cant install
 perforce
   server on the netfolder because it isnt actually a server. Id like to
  store
   a perforce depot on there that both the computers can access and use.
   
I have attempted this by defining a depot on both of the comps. I did
   this with MSDOS:
p4 depot lido
and then changed the map: field to the netfolder's path and where I
 had
   the depot folder. This half worked, as they both could put files up
 there
   and do things with them. however, they could not detect the other
  computers
   files, so they could not collaborate.
   
anyone know how to fix this so they can collaborate on the same
 files?
   
   You shouldn't be sharing files anywhere.  You install Perforce on one
   machine and run it as the server...
  
  
  
 
 http://www.perforce.com/perforce/doc.082/manuals/p4sag/01_install.html#1049719
  
   You install Perforce on the other machine (the client) and run it as a
   client.
  
   The server creates a depot using p4 depot SomeDepotName...
  
  
  
 
 http://www.perforce.com/perforce/doc.082/manuals/p4sag/03_superuser.html#1044923
  
   ...and the client(s) access those files by creating a ClientSpec (or
   Workspace) that contains that depot.
  
   The client can then add new files to the depot or sync to revisions of
   files in the depot.  The P4 server keeps track of which version of each
   file a client has.  At no point should you share a file between the
   server and client by putting on a shared network resource where either
   machine can modify that file.
  
   --
   Jeffrey botman Broome
  
  
   ___
   To unsubscribe, edit your list preferences, or view the list archives,
   please visit:
   http://list.valvesoftware.com/mailman/listinfo/hlcoders
  
  
  ___
  To unsubscribe, edit your list preferences, or view the list archives,
  please visit:
  http://list.valvesoftware.com/mailman/listinfo/hlcoders
 
 
 ___
 To unsubscribe, edit your list preferences, or view the list archives,
 please visit:
 http://list.valvesoftware.com/mailman/listinfo/hlcoders




-- 
http://treswalsh.com
___
To unsubscribe, edit your list preferences, or view the list archives, please 
visit:
http://list.valvesoftware.com/mailman/listinfo/hlcoders