PiNotEqual3

Results 6 issues of PiNotEqual3

If you setup a grid were all tiles are 1 like [1,1,1,1,....], set tiles [1,2] as walkable and change the map during the game by setting one tile to 2...

Something is wrong here with `$domain`: ``` function ntlm_get_challenge_msg($msg, $challenge, $targetname, $domain, $computer, $dnsdomain, $dnscomputer) { $domain = ntlm_field_value($msg, 16); ``` See https://github.com/loune/php-ntlm/blob/master/ntlm.php#L118 It is only used once, so maybe...

[Readme](https://github.com/tnylea/qr) says: ``` php artisan bundle:install qr ``` But I get ``` [InvalidArgumentException] There are no commands defined in the "bundle" namespace. ``` Looks like this is because of laravel...

From what I read about it, I need to add `-sass-debug-info` but I am not sure. See https://github.com/less/less.js/pull/1038 Or maybe `--source-map --source-map-basepath`? ``` node_modules/less/bin/lessc --source-map --source-map-basepath="`pwd`"/web --source-map-rootpath=/ --strict-imports web/assets/site/css/bootstrap/bootstrap-full.less web/assets/site/css/bootstrap/bootstrap-full.css...

According to [magento-connect](http://www.magentocommerce.com/magento-connect/customer-group-checkout.html) there it does not work with 1.7. Is it untested or does it really not work with 1.7?