misc/libfreetype/docs/MAKEPP
author sheepluva
Thu, 18 Aug 2011 00:14:43 +0200
changeset 5594 3ab68a93434b
parent 5172 88f2e05288ba
permissions -rw-r--r--
portal: combating the space-detection issue. what needs to be tweaked next is how far away objects are spawned. it should either be a trial&error adjustment or depend on the object's moving direction and the portal's angle in order to avoid issues with box collisions. if the spawn distance to the portal is just a fixed value (as it was before this patch) or a constant factor (it is now) it can be too big for "nice" portal angles (in tight gaps with still enough space, but -> denied) and too small for bad angles (box collision esp. on big objects like barrels -> denied)
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5172
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
     1
As a special  exception, FreeType can also be  built with the 'makepp'
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
     2
build tool, available from http://makepp.sourceforge.net.
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
     3
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
     4
Note, however. that  you will need at least version  1.19 and pass the
88f2e05288ba aaand let's add freetype as well while we are at it
koda
parents:
diff changeset
     5
option --norc-substitution to have it work correctly.