Join us on Discord!
You can help CodeWalrus stay online by donating here.
Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - Yuki

#2911
Games / Re: Read before posting your files
November 16, 2014, 02:23:09 AM
Well, if your app is not an utility that directly deal with the kernel, it should be cross-platform. Especially games. All the Linux game engines also mostly work on Windows. The inverse might not be true because capitalism.
#2912
I have set Tapatalk in incognito mode so nobody can find us yet. Or else you might try to search for codewalr.us.
#2913
Media Talk / Re: Ponies
November 14, 2014, 07:15:14 PM
Yep, something like early 2015.
#2914
Games / [Android]Supersonic Ball[PC]
November 14, 2014, 07:13:12 PM
This is the PC and Android port of DJ Omnimaga's Supersonic Ball, originally for TI-83+. In this game, you are a bouncing ball trying to get through a bunch of tunnels.

#2915
Media Talk / Ponies
November 14, 2014, 07:06:13 PM
Let's talk about them. Now.
#2916
I'm sure it will. PHP is on now. You can still test stuff with HHVM with file extension .hh if you want.
#2917
In your home directory or in img/ or something like that. And yeah the sizes, I just checked, are 196x144 and 640x360. Also...

UPDATE:

- Switched to PHP 5.6.2 (solves quite a ton of stuff)
#2918
It needs a 192x128 pic iirc. And another 640x480 or something I'll confirm you the actual dimensions.
#2919
I'll switch to PHP real soon.
#2920
Quote from: DJ Omnimaga on November 14, 2014, 12:56:01 AM
Quote from: Juju on November 13, 2014, 11:41:44 PM
Oh, and what about a download mod?
The file archives will be integrated directly into the forums, as categories and sub-forums, like Omni had back in 2005-2007. There will only be 1 sub-forum for now, though (topic titles will include the platform in them).

Sounds good.
#2921
Here's the results of my investigation. Have some excerpts of the hhvm error.log:

QuoteFatal error: f_get_extension_funcs is not supported: extensions are built differently in /var/www/codewalr.us/Sources/ManageAttachments.php on line 158

Fatal error: f_get_extension_funcs is not supported: extensions are built differently in /var/www/codewalr.us/Sources/ManageAttachments.php on line 219

Happens on blank pages of death. The faulty function is get_extension_funcs, which always throws a fatal error with hhvm.

Quotejuju@rick:~$ grep -r get_extension_funcs /var/www/codewalr.us/
/var/www/codewalr.us/Sources/Subs-Graphics.php: if (($extensionFunctions = get_extension_funcs('gd')) === false)
/var/www/codewalr.us/Sources/Subs-Graphics.php: $testGD = get_extension_funcs('gd');
/var/www/codewalr.us/Sources/ManageAttachments.php:     $testGD = get_extension_funcs('gd');
/var/www/codewalr.us/Sources/ManageAttachments.php:     $testGD = get_extension_funcs('gd');

It happens 4 times in 2 files, so you can easily write a mod to fix it.

QuoteWarning: Invalid argument: function: method 'ob_gzhandler' not found in /var/www/codewalr.us/index.php on line 97

This one is pretty harmless, but it happens quite a lot.

So yeah, a few solutions:

1. Write a mod to fix it
2. Switch to PHP

Suggested steps are also:

3. Complain to HHVM's GitHub and IRC channel
4. Also complain to SMF
#2922
Oh, and what about a download mod?
#2923
Should be kind of smaller. And with more transparency. Otherwise, nice icon.
#2924
You can add all the genders you want as long you have the pic for it, I made it a custom field.
#2925
UPDATE:

- Added other gender options
Powered by EzPortal