Search Results
Post Author Forum [desc] Replies Views Posted
    Thread: Smile!
Post: Smile!

I noticed (on Chrome anyway) that if I type a traditional smiley face (with the colon and bracket) it comes out as the word "Smile" after I post, which looks funny. :)
Domarius Forum issues 8 33,132 08-26-2017, 01:29 PM
    Thread: Smile!
Post: RE: Smile!

Cool, I see it working :)
Domarius Forum issues 8 33,132 08-27-2017, 12:56 AM
    Thread: Smile!
Post: RE: Smile!

I see it... ah but now when I try to type a smiley it does something really weird!! Below is a link to a video of me trying to type "I see it :) Very cool!"  (I had to paste that one together to ge...
Domarius Forum issues 8 33,132 09-10-2017, 09:29 PM
    Thread: Smile!
Post: RE: Smile!

I checked out GIFCam, looks like a nice option :)  Gyazo is pretty good though, it starts on a hot key, click twice to set bounding box, it starts recording and when it's done it immediately upload...
Domarius Forum issues 8 33,132 09-13-2017, 09:20 AM
    Thread: Markup?
Post: Markup?

I find myself googling the MyBB markup codes for some things, like how to insert images inline, bold is easy to remember, I see the code one works - but a simple link had me stumped, even searching fo...
Domarius Forum issues 2 13,773 07-10-2018, 05:56 AM
    Thread: Forum issues after migration
Post: Clickable smileys don't work

I'm clicking the smileys on the panel on the left and nothing is happening :) Just manually typed one then. I wanted the confused face in the other thread but :/ wasn't interpreted.
Domarius Forum issues 10 36,637 07-10-2018, 06:41 AM
    Thread: Forum issues after migration
Post: RE: Forum issues after migration

Oh, so Hostinger didn't work out? What happened? Who's your new host?
Domarius Forum issues 10 36,637 07-10-2018, 09:11 PM
    Thread: Forum issues after migration
Post: RE: Forum issues after migration

Ohh ok - I still had my eye on them based on your recommendation. Still using Wix.com for my www.domariusgames.com site for now. But I want to try using something like Html5Up or Bootstrap and see w...
Domarius Forum issues 10 36,637 07-11-2018, 09:54 AM
    Thread: Documentation menu on website
Post: Documentation menu on website

This is a website issue, not a forum issue; but I noticed the "Documentation" menu on the website lists 2 options - C/C++, and Python. When in fact if you open C/C++ you get instructions for the aw...
Domarius Forum issues 5 20,492 07-12-2018, 08:47 AM
    Thread: Volunteer to update the docs
Post: Volunteer to update the docs

Would you like me to help with the docs? Is that possible? I noticed setting up Windows and Linux is just a copy paste of what's in Github. Also I noticed at the bottom of http://tilengine.org/d...
Domarius Forum issues 2 11,831 07-12-2018, 02:07 PM
    Thread: Volunteer to update the docs
Post: RE: Volunteer to update the docs

Ok I will do a git check out next time I'm doing this stuff again :)
Domarius Forum issues 2 11,831 07-13-2018, 08:27 PM
    Thread: Documentation menu on website
Post: RE: Documentation menu on website

Yeah I think that should do it :) To me it seems like what's in the C/C++ sub menu can really be the "full manual", because it shouldn't be much to look up the correct function call (eg. Python API) ...
Domarius Forum issues 5 20,492 07-13-2018, 08:40 PM
    Thread: Markup?
Post: RE: Markup?

Ah I didn't know it was called MyCode.  Thank you.
Domarius Forum issues 2 13,773 07-14-2018, 10:41 PM
    Thread: Forum issues after migration
Post: RE: Forum issues after migration

Hmm actually; Wix still comes pretty close to meeting those requirements - maybe not quite, but closer than you think. They've come a long way. I have to say some things about Wix - not because I'm ...
Domarius Forum issues 10 36,637 07-11-2018, 09:36 PM
    Thread: Forum issues after migration
Post: RE: Forum issues after migration

:cool: Hey cool, looks like I can type some Code: -- Code for people to read -- A list of things that work Bullet points Inline image tags https://blogs.discovermagazine.com/neuroskeptic/wp-co...
Domarius Forum issues 10 36,637 07-13-2018, 08:24 PM
    Thread: Spam in the English presentation forum
Post: Spam in the English presentation forum

Ugh.  On the plus side, looks like you've been able to avoid the spam for over a year now.
Domarius Forum issues 1 8,292 08-01-2018, 05:15 PM
    Thread: MOD/Tracker music! SDL does not loop properly
Post: RE: MOD/Tracker music! SDL does not loop properly

Success! FMOD plays looped MOD files correctly.  Hooray.  Geez. If anyone wants any help, just let me know.  But it's just the usual stuff with setting up C++ libraries and refering to FMOD's docum...
Domarius Game development topics 6 26,179 08-04-2018, 08:25 AM
    Thread: MOD/Tracker music! SDL does not loop properly
Post: RE: MOD/Tracker music! SDL does not loop properly

I read somewhere that the creator of SDL_Mixer said it was only meant to be very simplistic.  But FMOD gets initialised and plays sounds in just as many lines of code! It's just more venerable... I t...
Domarius Game development topics 6 26,179 08-05-2018, 09:07 PM
    Thread: Psudeo 3D (Sprite positions in mode 7 games)
Post: Psudeo 3D (Sprite positions in mode 7 games)

I actually understand how Mode 7 3D works - it's actually a scrolling & rotating 2D background, which scales each line wider as you move down the screen, to create a fake perspective effect. If I was...
Domarius Game development topics 5 23,134 07-29-2018, 01:33 AM
    Thread: Psudeo 3D (Sprite positions in mode 7 games)
Post: RE: Psudeo 3D (Sprite positions in mode 7 games)

Ah it's probably simple enough when I put the time into it. I just need to go get the code for it. From what I understand, I can store the rotation of the background in a matrix, and then all the sp...
Domarius Game development topics 5 23,134 07-30-2018, 06:32 AM