<?xml version="1.0" encoding="ISO-8859-1"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">
<channel>

<title>GMLscripts.com</title>
<link>http://www.gmlscripts.com/</link>
<description>September 2, 2009</description>
<language>en-us</language>
<pubDate>Wed, 02 Sep 2009 10:55:05 GMT</pubDate>
<generator>GMLscripts.com RSS Mangler</generator>
<webMaster>xot@gmlscripts.com (John Leffingwell)</webMaster>
<managingEditor>xot@gmlscripts.com (John Leffingwell)</managingEditor>
<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/gmlscripts" type="application/rss+xml" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
<title>Update: date_format(format [,datetime])</title>
<link>http://feedproxy.google.com/~r/gmlscripts/~3/wNbBvkcpswo/date_format</link>
<guid isPermaLink="false">http://www.gmlscripts.com/script/date_format</guid>
<description>Sep 1, 2009 - xot corrects an error with the Unix timestamp conversion</description>
<pubDate>Tue, 01 Sep 2009 15:49:50 GMT</pubDate>
<category>Date-time Functions</category>
<dc:creator>xot</dc:creator>
<feedburner:origLink>http://www.gmlscripts.com/script/date_format</feedburner:origLink></item>
<item>
<title>Update: exp_dist(x)</title>
<link>http://feedproxy.google.com/~r/gmlscripts/~3/LAHmrubxD0Y/exp_dist</link>
<guid isPermaLink="false">http://www.gmlscripts.com/script/exp_dist</guid>
<description>Jul 31, 2009 - xot places script under review</description>
<pubDate>Sat, 01 Aug 2009 02:10:35 GMT</pubDate>
<category>Probability Functions</category>
<dc:creator>pedrosorio</dc:creator>
<feedburner:origLink>http://www.gmlscripts.com/script/exp_dist</feedburner:origLink></item>
<item>
<title>Update: collision_triangle(x1,y1,x2,y2,x3,y3,object)</title>
<link>http://feedproxy.google.com/~r/gmlscripts/~3/Qn3Ns-B8u_s/collision_triangle</link>
<guid isPermaLink="false">http://www.gmlscripts.com/script/collision_triangle</guid>
<description>Jul 27, 2009 - Big J spots a typo</description>
<pubDate>Mon, 27 Jul 2009 14:07:11 GMT</pubDate>
<category>Collision Checking</category>
<dc:creator>Big J, xot</dc:creator>
<feedburner:origLink>http://www.gmlscripts.com/script/collision_triangle</feedburner:origLink></item>
<item>
<title>Update: motion_predict(instance,steps)</title>
<link>http://feedproxy.google.com/~r/gmlscripts/~3/oZtaRkqpQ4M/motion_predict</link>
<guid isPermaLink="false">http://www.gmlscripts.com/script/motion_predict</guid>
<description>Jul 26, 2009 - Tepi makes a nice optimization</description>
<pubDate>Mon, 27 Jul 2009 04:26:03 GMT</pubDate>
<category>Artificial Intelligence</category>
<dc:creator>Tepi, xot</dc:creator>
<feedburner:origLink>http://www.gmlscripts.com/script/motion_predict</feedburner:origLink></item>
<item>
<title>Update: map_sounds(ds_map,ex_sound)</title>
<link>http://feedproxy.google.com/~r/gmlscripts/~3/RO3dPFfsHmU/map_sounds</link>
<guid isPermaLink="false">http://www.gmlscripts.com/script/map_sounds</guid>
<description>Mar 4, 2009 - Tahnok finds a copy-and-paste error</description>
<pubDate>Wed, 04 Mar 2009 22:56:25 GMT</pubDate>
<category>Resource Management</category>
<dc:creator>Tahnok, paul23</dc:creator>
<feedburner:origLink>http://www.gmlscripts.com/script/map_sounds</feedburner:origLink></item>
<item>
<title>Update: normal_detect(x,y,obj [,rad [,res]])</title>
<link>http://feedproxy.google.com/~r/gmlscripts/~3/q1O9Gy4eNys/normal_detect</link>
<guid isPermaLink="false">http://www.gmlscripts.com/script/normal_detect</guid>
<description>Jul 12, 2008 - flexaplex reports a misdeclared variable</description>
<pubDate>Tue, 17 Feb 2009 22:34:28 GMT</pubDate>
<category>Geometric Functions</category>
<dc:creator>xot</dc:creator>
<feedburner:origLink>http://www.gmlscripts.com/script/normal_detect</feedburner:origLink></item>
<item>
<title>Update: erf(x)</title>
<link>http://feedproxy.google.com/~r/gmlscripts/~3/qRK7hJgY5gQ/erf</link>
<guid isPermaLink="false">http://www.gmlscripts.com/script/erf</guid>
<description>May 23, 2008 - brac37 corrects a few important typos</description>
<pubDate>Tue, 17 Feb 2009 22:33:33 GMT</pubDate>
<category>Real-valued Functions</category>
<dc:creator>Yourself, brac37</dc:creator>
<feedburner:origLink>http://www.gmlscripts.com/script/erf</feedburner:origLink></item>
<item>
<title>New Script: ds_grid_set_grid_region(id,source,x1,y1,x2,y2,xpos,ypos)</title>
<link>http://feedproxy.google.com/~r/gmlscripts/~3/X6gtsTHyyCk/ds_grid_set_grid_region</link>
<guid isPermaLink="false">http://www.gmlscripts.com/script/ds_grid_set_grid_region</guid>
<description>Copies the contents of the cells in the region in grid source to grid id. xpos and ypos indicate the place where the region must be placed in the grid. (Can also be used to copy values from one place in a grid to another.)
</description>
<pubDate>Sat, 25 Jul 2009 19:51:15 GMT</pubDate>
<category>Ds Grid Functions</category>
<dc:creator>xot</dc:creator>
<feedburner:origLink>http://www.gmlscripts.com/script/ds_grid_set_grid_region</feedburner:origLink></item>
<item>
<title>Update: bin_to_bytes(bin)</title>
<link>http://feedproxy.google.com/~r/gmlscripts/~3/Q9iIK7F9r2w/bin_to_bytes</link>
<guid isPermaLink="false">http://www.gmlscripts.com/script/bin_to_bytes</guid>
<description>Feb 26, 2008 - xot corrects a major bug found by $pector</description>
<pubDate>Tue, 17 Feb 2009 22:30:32 GMT</pubDate>
<category>Data And Number Conversion</category>
<dc:creator>xot</dc:creator>
<feedburner:origLink>http://www.gmlscripts.com/script/bin_to_bytes</feedburner:origLink></item>
<item>
<title>Update: move_follow(object,speed)</title>
<link>http://feedproxy.google.com/~r/gmlscripts/~3/3nw3Kwzal7A/move_follow</link>
<guid isPermaLink="false">http://www.gmlscripts.com/script/move_follow</guid>
<description>Feb 15, 2008 - Amit points out an inconsistancy between description and function.</description>
<pubDate>Tue, 17 Feb 2009 22:34:25 GMT</pubDate>
<category>Moving Around</category>
<dc:creator>Purple_Flamingo</dc:creator>
<feedburner:origLink>http://www.gmlscripts.com/script/move_follow</feedburner:origLink></item>
<item>
<title>Update: draw_sprite_inverted(sprite,subimg,x,y)</title>
<link>http://feedproxy.google.com/~r/gmlscripts/~3/iXLNT5tMSzo/draw_sprite_inverted</link>
<guid isPermaLink="false">http://www.gmlscripts.com/script/draw_sprite_inverted</guid>
<description>Feb 4, 2008 - xot replaces flaky rectangle code with fog trick.</description>
<pubDate>Tue, 17 Feb 2009 22:33:06 GMT</pubDate>
<category>Sprite Functions</category>
<dc:creator>xot</dc:creator>
<feedburner:origLink>http://www.gmlscripts.com/script/draw_sprite_inverted</feedburner:origLink></item>
<item>
<title>Update: is_odd(value)</title>
<link>http://feedproxy.google.com/~r/gmlscripts/~3/Bw45b2cdFnc/is_odd</link>
<guid isPermaLink="false">http://www.gmlscripts.com/script/is_odd</guid>
<description>Feb 2, 2008 - Schreib submits faster script that handles negative numbers and accumulated FP errors.</description>
<pubDate>Tue, 17 Feb 2009 22:34:05 GMT</pubDate>
<category>Real-valued Functions</category>
<dc:creator>Leif902, Schreib, SerMSYS</dc:creator>
<feedburner:origLink>http://www.gmlscripts.com/script/is_odd</feedburner:origLink></item>
<item>
<title>Update: draw_background_tiled_area_ext(background,x,y,x1,y2,x2,y2,color,alpha)</title>
<link>http://feedproxy.google.com/~r/gmlscripts/~3/PUjLRpkR7Tc/draw_background_tiled_area_ext</link>
<guid isPermaLink="false">http://www.gmlscripts.com/script/draw_background_tiled_area_ext</guid>
<description>Mar 9, 2007 - rinkuhero fixes a bug, draw_background_part should be draw_background_part_ext.</description>
<pubDate>Tue, 17 Feb 2009 22:32:56 GMT</pubDate>
<category>Background Functions</category>
<dc:creator>EyeGuy, rinkuhero</dc:creator>
<feedburner:origLink>http://www.gmlscripts.com/script/draw_background_tiled_area_ext</feedburner:origLink></item>
</channel>
</rss>
