Search
Sections
System
Sort
Date
1252 results 0 1 2 3 ... 24 (25) 26 ... 44 45 46 Prev Next
4th December 2017
It's definitely picking up the controller..
Views 84, Upvotes 22  
Daily Blog , 2018 Framework
3rd December 2017
Time for another test. If you're bored, are running Windows, have a controller or two at hand, and want to help out, please give this test a run. Download the Test Here (Windows only, right now. Linux is.. ... Being Linux!)
Views 114, Upvotes 24  
2018 Framework
3rd December 2017
Mouse, and of course, touchscreen. They both took a bit of a tumble, last night. The overscan seemed to be working, but I was only testing it with controllers, since the overscan is typically only used on Android TV versions of the games. Yesterday, however, I chose to reuse the overscan functions on iOS.
Views 87, Upvotes 21  
Daily Blog , 2018 Framework
2nd December 2017
<- 4:3 | iPhone -> The menu seems to be scaling fairly well, which is nice. Poor single-pixel Platdude outline looks a bit gnatty, but that's "GL_Nearest" sprite scaling for you :\ I'm confident that, once on an actual device, the resolution increase will help to fix that. Either way, the screen seems to fit all my test screen resolutions well enough to move ahead with the next task. Gud gud!!
Views 65, Upvotes 21  
2018 Framework
Winning Pixelart
#1065 - 30th November 2017
Views 117, Upvotes 31  
Gardening
19th November 2017
So, after having read up on URL access for a couple of hours, I managed to get about 0% through it, yesterday. I might actually end up trying to find a proper book on the subject, and having a good focused read-through. .. Although I imagine any book would probably focus on Win/Linux, and not the cross-platform usage I'm after. I've really coded myself into a pickle, here!
Views 80, Upvotes 6  
Daily Blog
Saving Blog
17th November 2017
Today I've been working through what will and won't be part of the "Framework". That is, what values and settings and functions should be "Framework", which should be "Engine" and which should be "The Game".
Views 77, Upvotes 21  
2018 Framework
14th November 2017
I posted Benchmark 2 over on Socoder, yesterday. You can Download the Benchmark here.
Views 102, Upvotes 16  
Daily Blog , 2018 Framework
11th November 2017
OK, a fair number of tweaks in the past few hours (and a nice big nap, too!) I'm now running Ubuntu32Bit, and have recompiled the Benchmark test with (hopefully!) all the important libraries Statically Linked, thus apparently making for a more compatible ".exe" You can grab the Benchmark Test here. If it runs, let me know. More importantly, if it doesn't, let me know! Thanks, again, for any and all testing.
Views 119, Upvotes 20  
2018 Framework
11th November 2017
Seems the crash in the Linux code was happening when it tried to stream a .wav file, so I had to rejig a whole bunch of stuff to get it working again. After all of that rejigging, the Benchmark test now runs 100% on Linux, which is nice. If you'd like to give the benchmark test a try, You can Download the test here as a .tar.gz. The test has been compiled using GLFW3 and OpenAL, under Ubuntu 16.04 LTS, with the g++ command, because that's all I could currently get it working with!! You'...
Views 100, Upvotes 21  
2018 Framework
11th November 2017

Developments

The Benchmark thing from the other day starts running well on the Linux setup, but seems to crash after about 2 minutes..
Views 62, Upvotes 14  
Daily Blog , 2018 Framework
10th November 2017

Developments

I finally got around to shifting the framework over to the Mac, last night. Hitting the compile button swiftly planted around about 1,000,000,000 red "WARNING:ERROR!" flags all over the code.
Views 74, Upvotes 14  
Daily Blog , 2018 Framework
Success? Blog
9th November 2017
Most folk seem to be giving me successful results with yesterday's benchmark test program. If you haven't already, Do so here!
Views 93, Upvotes 13  
Daily Blog , 2018 Framework
#566 - 9th November 2017
Views 32, Upvotes 9  
8th November 2017
If you can, please give this benchmarker a run. It's a simple little tool. Unzip it, run the .exe, and watch as three "Bloke" sprites circle around for a little while. Don't touch anything. The benchmark tool will do it all for you. Running through a bunch of sprite-pushing tests, blending methods, and audio streaming, too. It'll also flip to fullscreen to check there, too, so be warned if you're watching any other media on your PC at the time!!! Once it's done (about a minute...
Views 115, Upvotes 15  
2018 Framework
7th November 2017
This seems to be functional as well as can be expected. An .ogg file is playing in the background. Feel free to replace the ogg with your own ogg, should you have any! As with the previous audio test, up and down will (*should!) pitch the music up and down, but now it'll glide more smoothly, since the pitch is being handled by the main loop, not the re-buffer part of the code. Other than that, nothing of note has changed, I don't think. You can download the Ogg Playing test here.
Views 114, Upvotes 19  
2018 Framework
6th November 2017
OK, I think I managed to get this working!! Run the game, and you should hear the "Sheep Goes Right - Level Complete" sound playing over and over and over. This is in fact an audio stream. This first test is for .wav only, so I left the "Data/550/TestStream.wav" as just a small little sample, but if you want to try switching it out for some actual music, simply replace that file. Audio must be in .wav format, though. Be sure to let me know if it does/doesn't work for you. You can Download St...
Views 93, Upvotes 15  
2018 Framework
4th November 2017
I haven't got around to tackling Streams, yet, and have spent all morning working on audio loading functionality. Mainly that the thing kept breaking when trying to load too many files. Typical memory leaks and the like were fairly rampant, too. But I've persevered, and I think it's more or less stable, now.
Views 83, Upvotes 21  
2018 Framework
4th November 2017

Developments

With my little "Waahoo" sound playing, I'm fairly confident that the first step of the audio chaos is finally working the way it should. .. I think..
Views 80, Upvotes 11  
Daily Blog , 2018 Framework
2nd November 2017
First step, trying to get OpenAL to compile.
Views 79, Upvotes 18  
2018 Framework
Starfield Blog
1st November 2017
Today's been about neatening the engine in places, and also adding a Random Number Generator.
Views 1592, Upvotes 69  
2018 Framework
1st November 2017

Developments

32 pixels are winding me up!
Views 65, Upvotes 12  
Daily Blog , 2018 Framework
31st October 2017
Today's tweaks have been numerous and varied, although mostly concentrating on controller based stuff. As in the Monkey framework, F1 toggles Debug Mode (the framerate on the bottom), and F11 now toggles Fullscreen mode. Clicking on the screen draws a rock, which looks like a sponge. I've not begun doing Multitouch, yet. If you've a gamepad at hand, be sure to plug it in and then push various face buttons to do something. Let me know if ANYTHING works!! I'll be posting a more com...
Views 293, Upvotes 23  
2018 Framework
31st October 2017

Developments

I've already added a few "Power" features to the framework, even at this early stage.
Views 105, Upvotes 15  
Daily Blog , 2018 Framework
30th October 2017
Another basic task undertaken.
Views 134, Upvotes 21  
2018 Framework
30th October 2017
Yesterday's framework test seems to have gotten negative reviews, with a common .dll issue cropping up along the way. I've uploaded a quick fix, this morning, so if you'd like to give it a whirl, be sure to let me know how well it works.
Views 82, Upvotes 19  
Daily Blog , 2018 Framework
29th October 2017
Spent most of this morning rewriting bits of the basic Image Loader, to work with Spritesheets instead of individual sprites, and then additionally to fix the filename stuff. A few basic errors have also been implemented. I'm near enough ready, now, to start working out the Threading stuff, but for the sake of testing, here's the latest download. Starting to get slightly larger, now, since it also includes 2 images, but otherwise everything's at a more or less maintainable size. .. I thi...
Views 20, Upvotes 2  
Daily Blog
1252 results 0 1 2 3 ... 24 (25) 26 ... 44 45 46 Prev Next
Site credits : Jayenkai
(c) Jayenkai 2023 and onwards, RSS feed 306

AGameAWeek - Games by Jayenkai