~ubuntu-branches/ubuntu/gutsy/blender/gutsy-security

« back to all changes in this revision

Viewing changes to source/gameengine/GamePlayer/netscape/test/threaded_gears/TST_threaded_gears.c

  • Committer: Bazaar Package Importer
  • Author(s): Florian Ernst
  • Date: 2007-05-17 11:47:59 UTC
  • mfrom: (1.2.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20070517114759-yp4ybrnhp2u7pk66
Tags: 2.44-1
* New upstream release.
* Drop debian/patches/01_64bits_stupidity, not needed anymore: as of this
  version blender is 64 bits safe again. Adjust README.Debian accordingly.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/**
2
 
 * $Id: TST_threaded_gears.c,v 1.4 2004/03/22 22:01:50 jesterking Exp $
 
2
 * $Id: TST_threaded_gears.c,v 1.5 2007/04/04 13:18:38 campbellbarton Exp $
3
3
 *
4
4
 * ***** BEGIN GPL/BL DUAL LICENSE BLOCK *****
5
5
 *
46
46
 
47
47
/*
48
48
 * $Log: TST_threaded_gears.c,v $
 
49
 * Revision 1.5  2007/04/04 13:18:38  campbellbarton
 
50
 * moved source and text to american spelling
 
51
 * * colour -> color
 
52
 * * centre -> center
 
53
 * * normalise -> normalize
 
54
 * * modelling -> modeling
 
55
 *
49
56
 * Revision 1.4  2004/03/22 22:01:50  jesterking
50
57
 * [GameEngine] Commit all Kester's changes made to the gameengine to restore 2.25 like physics.
51
58
 * [SCons] Build with Solid as default when enabling the gameengine in the build process
100
107
 * - Adapted tests to the new situation.
101
108
 *
102
109
 * Revision 1.4  2002/01/04 17:02:56  nzc
103
 
 * - Removed double mutex unlock from plain colour drawing func.
 
110
 * - Removed double mutex unlock from plain color drawing func.
104
111
 * - Renamed functions to better reflect the grouping. See comments in
105
112
 *   UnixShell.c for details.
106
113
 *