Search Results
Post Author Forum Replies [asc] Views Posted
    Thread: Basic Embedding
Post: RE: Basic Embedding

That's very cool man, looking forward to hearing about any progress :)
Domarius Game development topics 43 143,733 09-08-2018, 11:31 PM
  Heart Thread: Multiple Gamepad inputs? And a couple more buttons?
Post: Multiple Gamepad inputs? And a couple more buttons...

First! In the whole forum, I think! I'm super keen on this simplistic input system - where the only inputs are 4 directions and 4 action buttons, automatically mapped to the keyboard keys or a gamepa...
Domarius Support 22 81,394 08-23-2017, 08:18 PM
    Thread: Multiple Gamepad inputs? And a couple more buttons?
Post: RE: Multiple Gamepad inputs? And a couple more but...

Ah, if the windowing and input is just for testing, that changes everything! I'll keep that in mind.  Actually it would be good if they were marked as such in the documentation, that way I don't assum...
Domarius Support 22 81,394 08-26-2017, 01:17 PM
    Thread: Multiple Gamepad inputs? And a couple more buttons?
Post: RE: Multiple Gamepad inputs? And a couple more but...

Oh yeah that was me gushing over the YouTube videos as well, hahah. Yeah I've been doing this Alex Kidd "de-make" in Pico-8 and the restrictions are cool, and cute... (and I'll be uploading it soon) ...
Domarius Support 22 81,394 08-27-2017, 01:49 AM
    Thread: Multiple Gamepad inputs? And a couple more buttons?
Post: RE: Multiple Gamepad inputs? And a couple more but...

Welp, if I'm using SDL2 I assume I'll be using C++. I remember trying to use the C# wrapper for SDL (to start the aforementioned arcade front end interface) but couldn't get it working... I figured i...
Domarius Support 22 81,394 08-27-2017, 11:22 PM
    Thread: Multiple Gamepad inputs? And a couple more buttons?
Post: RE: Multiple Gamepad inputs? And a couple more but...

Yes I did see that, I can see what you mean :)
Domarius Support 22 81,394 09-03-2017, 11:39 AM
    Thread: Multiple Gamepad inputs? And a couple more buttons?
Post: RE: Multiple Gamepad inputs? And a couple more but...

I completely agree with your assessment on the comparison between C, C++ and C#.  Honestly I felt I should brush up on C++ in case a job requires it, but after my arcade interface project, I won't be ...
Domarius Support 22 81,394 09-02-2017, 08:37 AM
    Thread: Multiple Gamepad inputs? And a couple more buttons?
Post: RE: Multiple Gamepad inputs? And a couple more but...

I just read the release notes - that sounds awesome! I think it's really good to have this, a lot more convenient than relying inn SDLs input and setting up key config yourself. I've had to give th...
Domarius Support 22 81,394 12-24-2017, 12:32 AM
    Thread: Building & cross compiling experience
Post: RE: Building & cross compiling experience

Ok I got there - in the end! There were 2 strange problems. I got to "sudo ./install" and got an error; Code: -- domarius@Domarius-LinuxMint /mnt/user/Users/Clint/Documents/My Files/Game Developm...
Domarius Support 22 75,037 07-10-2018, 06:39 AM
    Thread: Building & cross compiling experience
Post: RE: Building & cross compiling experience

Oh wow, ok. I still need to compile a 64 bit SDL2 then. Regarding your concerns distributing the DLLs, wouldn't you just provide 32bit and 64bit downloads as you have, and just let the developer k...
Domarius Support 22 75,037 07-11-2018, 11:06 PM
    Thread: Building & cross compiling experience
Post: Building & cross compiling experience

Hi Megamarc - I went on a tangent in my other post, and since it's a bit quiet here, I figured I'd make this a new post, as I'd like to get your thoughts on a couple things. I may have found a reason...
Domarius Support 22 75,037 07-07-2018, 09:40 AM
    Thread: Building & cross compiling experience
Post: RE: Building & cross compiling experience

Thanks I really appreciate your insight :) Thank you for pointing out that the mod playback just comes from SDL_sound. It's a little thing but I overlooked that, and it's good to know it's as easy as...
Domarius Support 22 75,037 07-09-2018, 04:22 PM
    Thread: Building & cross compiling experience
Post: RE: Building & cross compiling experience

Oh don't get me wrong, VS is great.  It's just that they clearly couldn't stand another piece of software using C# that they didn't have control over... it would have been nice to just open the projec...
Domarius Support 22 75,037 07-13-2018, 08:48 PM
    Thread: Building & cross compiling experience
Post: RE: Building & cross compiling experience

Quick question - what is YOUR preferred workflow for building a Tilengine game?  Eg. which combination of Windows, Linux, SDL2, C, C#, Python, etc. etc. And if it's primarily Windows, what workflow wo...
Domarius Support 22 75,037 07-14-2018, 07:48 AM
    Thread: Building & cross compiling experience
Post: RE: Building & cross compiling experience

megamarc Wrote: (07-10-2018, 04:06 PM) -- I don't know what happened to your first run of the C# platformer sample and why it worked ok from second time onwards. I'm glad you have it already running!...
Domarius Support 22 75,037 07-10-2018, 09:16 PM
    Thread: Building & cross compiling experience
Post: RE: Building & cross compiling experience

megamarc Wrote: (07-10-2018, 10:34 PM) -- Yes, you're lucky... after releasing the source code, I've found that building on different environments is like HELL. -- Haha, now we know why people inven...
Domarius Support 22 75,037 07-11-2018, 09:31 AM
    Thread: Building & cross compiling experience
Post: RE: Building & cross compiling experience

I saw the cross-compiling problems you were talking about since I tried to run the C/C++ examples on Linux, and got crashes in Mode7 and SuperMarioClone samples. I had a post all about where they cra...
Domarius Support 22 75,037 07-16-2018, 03:10 PM
    Thread: Building & cross compiling experience
Post: RE: Building & cross compiling experience

Question: The "Platformer.exe" that I built sucessfully in Linux, should it run just fine in Windows? I tried, and it crashed with a "DllNotFound". I tried putting the TileEngine.dll from the newly d...
Domarius Support 22 75,037 07-11-2018, 09:51 AM
    Thread: Building & cross compiling experience
Post: RE: Building & cross compiling experience

Ah, I see - I didn't try SDL2.dll as well. I just experimented and from what I can tell, pretty sure the problem is I complied that example on 64bit Linux, so the 32 bit SDL2.dll I have is causing ...
Domarius Support 22 75,037 07-11-2018, 09:48 PM
    Thread: Building & cross compiling experience
Post: RE: Building & cross compiling experience

Forget I said compile - I can just download it, doh. Sometimes I have my head so far stuck in the details I forget the obvious things. Trying to get MonoDevelop working on Windows really did my head...
Domarius Support 22 75,037 07-12-2018, 08:36 AM