| @@ -12,7 +12,7 @@ if [ "${conffile}" = "" ]; then | |||||
| fi | fi | ||||
| scriptfile="" | scriptfile="" | ||||
| builddir="${tmpdir}/lol-bitten-`whoami`" | builddir="${tmpdir}/lol-bitten-`whoami`" | ||||
| url="http://lol.zoy.org/builds" | |||||
| url="http://lolengine.net/builds" | |||||
| # | # | ||||
| # Utility functions | # Utility functions | ||||
| @@ -114,7 +114,7 @@ static inline uint16_t float_to_half_branch(uint32_t x) | |||||
| /* We use this magic table, inspired by De Bruijn sequences, to compute a | /* We use this magic table, inspired by De Bruijn sequences, to compute a | ||||
| * branchless integer log2. The actual value fetched is 24-log2(x+1) for x | * branchless integer log2. The actual value fetched is 24-log2(x+1) for x | ||||
| * in 1, 3, 7, f, 1f, 3f, 7f, ff, 1fe, 1ff, 3fc, 3fd, 3fe, 3ff. See | * in 1, 3, 7, f, 1f, 3f, 7f, ff, 1fe, 1ff, 3fc, 3fd, 3fe, 3ff. See | ||||
| * http://lol.zoy.org/blog/2012/4/3/beyond-de-bruijn for an explanation | |||||
| * http://lolengine.net/blog/2012/04/03/beyond-de-bruijn for an explanation | |||||
| * of how the value 0x5a1a1a2u was obtained. */ | * of how the value 0x5a1a1a2u was obtained. */ | ||||
| static uint32_t const shifttable[16] = | static uint32_t const shifttable[16] = | ||||
| { | { | ||||
| @@ -20,7 +20,7 @@ | |||||
| using lol::real; | using lol::real; | ||||
| using lol::RemezSolver; | using lol::RemezSolver; | ||||
| /* See the tutorial at http://lol.zoy.org/wiki/doc/maths/remez */ | |||||
| /* See the tutorial at http://lolengine.net/wiki/doc/maths/remez */ | |||||
| real f(real const &x) | real f(real const &x) | ||||
| { | { | ||||
| return exp(x); | return exp(x); | ||||
| @@ -2,7 +2,7 @@ | |||||
| """ Experimental Lol Engine Vim plugin | """ Experimental Lol Engine Vim plugin | ||||
| """ | """ | ||||
| """ More info here: | """ More info here: | ||||
| """ http://lol.zoy.org/wiki/dev/setup/vim | |||||
| """ http://lolengine.net/wiki/dev/setup/vim | |||||
| """ | """ | ||||
| @@ -6,7 +6,7 @@ | |||||
| <Version>1.0.0.8</Version> | <Version>1.0.0.8</Version> | ||||
| <Description xml:space="preserve">Lol Engine Productivity Tools.</Description> | <Description xml:space="preserve">Lol Engine Productivity Tools.</Description> | ||||
| <Locale>1033</Locale> | <Locale>1033</Locale> | ||||
| <MoreInfoUrl>http://lol.zoy.org/</MoreInfoUrl> | |||||
| <MoreInfoUrl>http://lolengine.net/</MoreInfoUrl> | |||||
| <License>COPYING</License> | <License>COPYING</License> | ||||
| <InstalledByMsi>false</InstalledByMsi> | <InstalledByMsi>false</InstalledByMsi> | ||||
| <SupportedProducts> | <SupportedProducts> | ||||