however
i need an earlier version of sdl 1.2 to rightly get events for key presses
however
i need an earlier version of sdl 1.2 to rightly get events for key presses
but my engine isn’t compiling
if you’re trying to compile sdl 1.2.16 in this environment
either with codewarrior or mpw,
you must remember to go to the include directory and rename “SDL_config_macos.h” to “SDL_config.h” before compiling
but my engine isn’t compiling
if you’re trying to compile sdl 1.2.16 in this environment
either with codewarrior or mpw,
you must remember to go to the include directory and rename “SDL_config_macos.h” to “SDL_config.h” before compiling
now i just need to download an iso of mac os 9.2.1/2 because mac os x is slow as hell and just takes up disk space
now i just need to download an iso of mac os 9.2.1/2 because mac os x is slow as hell and just takes up disk space
x / 3 = ∑ ( n = 0 → ∞ ) x / 4 ^ n
this can be implemented far more easily in 6502 assembly than my previous iterations
x / 3 = ∑ ( n = 0 → ∞ ) x / 4 ^ n
this can be implemented far more easily in 6502 assembly than my previous iterations
good news
i found my old logitech f310 controller for coding and testing
bad news
my intel stickered intel macbook pro stopped turning on
good news
a g3 ibook is coming in the mail soon to satisfy some of my mac programming
good news
i found my old logitech f310 controller for coding and testing
bad news
my intel stickered intel macbook pro stopped turning on
good news
a g3 ibook is coming in the mail soon to satisfy some of my mac programming
bubble machine
fluorescent bubble fluid
and blacklights
i need to do this
bubble machine
fluorescent bubble fluid
and blacklights
i need to do this
freebsd isn’t working out so well for my tower
i guess i’ll have to try installing gentoo again but maybe from a boot disc for some other distro
i also have prescriptions coming up tomorrow
freebsd isn’t working out so well for my tower
i guess i’ll have to try installing gentoo again but maybe from a boot disc for some other distro
i also have prescriptions coming up tomorrow
it’s honestly a little bit fuckin stupid of big romsites on the internet to not be setting up their own onion services
the only romsites i see on onion services are just
ftp directories, with like 3 roms for n64
it’s honestly a little bit fuckin stupid of big romsites on the internet to not be setting up their own onion services
the only romsites i see on onion services are just
ftp directories, with like 3 roms for n64
and please refrain from hashing out a vanity address
and please refrain from hashing out a vanity address
it still needs a bit of work
because the ‘MM_SET_SDL2B’ tag introduces bugs
but i think i have an idea to resolve it
it still needs a bit of work
because the ‘MM_SET_SDL2B’ tag introduces bugs
but i think i have an idea to resolve it
basically everyone else’s
the republicans and democrats are playing chicken about it and have been for five years
because they know they both have people in their ranks who are guilty
they’re both hoping that you buy into their game of chicken
basically everyone else’s
the republicans and democrats are playing chicken about it and have been for five years
because they know they both have people in their ranks who are guilty
they’re both hoping that you buy into their game of chicken
but there’s still a lot more work to do
i have to add some conditional exclusion tags for BeOS
and i have to write that scaled blit function
but there’s still a lot more work to do
i have to add some conditional exclusion tags for BeOS
and i have to write that scaled blit function
to clear out junk data before use
[ mm_struct.h ]
//ifdef MM_NEWSTRUCT
//undef MM_NEWSTRUCT
//endif
//define MM_NEWSTRUCT { \
… \
}
struct MM_struct {
…
} ;
typedef MM_struct MM_struct ;
…
[ main.c ]
int main ( ) {
MM_struct = MM_NEWSTRUCT ;
to clear out junk data before use
[ mm_struct.h ]
//ifdef MM_NEWSTRUCT
//undef MM_NEWSTRUCT
//endif
//define MM_NEWSTRUCT { \
… \
}
struct MM_struct {
…
} ;
typedef MM_struct MM_struct ;
…
[ main.c ]
int main ( ) {
MM_struct = MM_NEWSTRUCT ;
not fun
not fun
it stretches and scales layers in fullscreen mode
i’d prefer if it were to use bilinear scaling rather than nearest-neighbor
i guess that can come later though
back to math work for now then
it stretches and scales layers in fullscreen mode
i’d prefer if it were to use bilinear scaling rather than nearest-neighbor
i guess that can come later though
back to math work for now then
vapid bullshit and racial slurs in the tags
vapid bullshit and racial slurs in the tags
i think i'll try to upload it somewhere
the disk image was designed to fit on this exact model of sd card, and it was installed and configured specifically for the rpi4B
( default root password is "raspberry" )
i think i'll try to upload it somewhere
the disk image was designed to fit on this exact model of sd card, and it was installed and configured specifically for the rpi4B
( default root password is "raspberry" )
all the code will also be open source as soon as i have a working proof of concept for the engine
i should include all the mathematical specifications for every math function in writing a manual for it too
all the code will also be open source as soon as i have a working proof of concept for the engine
i should include all the mathematical specifications for every math function in writing a manual for it too
instead of
x * 1.058….. ( this factor over-corrects for lower ratios representing x )
i found
x * ( 1.0 + x * 0.058 )
instead of
x * 1.058….. ( this factor over-corrects for lower ratios representing x )
i found
x * ( 1.0 + x * 0.058 )
i've got 20 out of the 29 standard math functions specified by the ANSI C standard
i've got 20 out of the 29 standard math functions specified by the ANSI C standard
c89’s math.h / exp ( x )
is e ^ ( x )
c89’s math.h / exp ( x )
is e ^ ( x )