Search
Sections
System
Sort
Date
1362 results 0 1 2 3 ... 28 (29) 30 ... 48 49 50 Prev Next
"NoNum" Blog
6th December 2017
After a day spent trying to track down the issue(s), I've finally got WinSock to return exactly what I expect it to return! I can't rest yet, as I need to foolproof the values being returned, and also then get it working on things other than Windows... WinSock is strictly for Windows, so .. It's going to be a system-by-system rewrite to get everything on the same level. But I'm about 50% confident that I'm able to send requests from the Windows editions of the games. *sigh* T...
Views 161, Upvotes 34  
2018 Framework
4th December 2017
It's definitely picking up the controller..
Views 157, Upvotes 31  
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 148, Upvotes 31  
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 121, Upvotes 30  
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 84, Upvotes 27  
2018 Framework
Winning Pixelart
#1065 - 30th November 2017
Views 183, Upvotes 42  
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 101, Upvotes 14  
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 99, Upvotes 26  
2018 Framework
14th November 2017
I posted Benchmark 2 over on Socoder, yesterday. You can Download the Benchmark here.
Views 125, Upvotes 22  
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 142, Upvotes 33  
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 114, Upvotes 26  
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 87, Upvotes 22  
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 127, Upvotes 56  
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 109, Upvotes 18  
Daily Blog , 2018 Framework
#566 - 9th November 2017
Views 41, Upvotes 12  
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 140, Upvotes 19  
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 123, Upvotes 21  
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 137, Upvotes 20  
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 93, Upvotes 23  
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 90, Upvotes 14  
Daily Blog , 2018 Framework
2nd November 2017
First step, trying to get OpenAL to compile.
Views 140, Upvotes 29  
2018 Framework
Starfield Blog
1st November 2017
Today's been about neatening the engine in places, and also adding a Random Number Generator.
Views 1649, Upvotes 78  
2018 Framework
1st November 2017

Developments

32 pixels are winding me up!
Views 78, Upvotes 15  
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 309, Upvotes 25  
2018 Framework
31st October 2017

Developments

I've already added a few "Power" features to the framework, even at this early stage.
Views 121, Upvotes 17  
Daily Blog , 2018 Framework
30th October 2017
Another basic task undertaken.
Views 152, Upvotes 26  
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 96, Upvotes 23  
Daily Blog , 2018 Framework
1362 results 0 1 2 3 ... 28 (29) 30 ... 48 49 50 Prev Next
Site credits : Site built from the ground up, in php, using Programmer's Notepad 2, and a very bored Jayenkai.
(c) Jayenkai 2023 and onwards, RSS feed 251

AGameAWeek - Games by Jayenkai