Login
Username:

Password:

Remember me



Lost Password?

Register now!

Sections

Who's Online
46 user(s) are online (27 user(s) are browsing Forums)

Members: 1
Guests: 45

kas1e, more...

Headlines

Forum Index


Board index » All Posts (beworld)




Re: ProTracker clone
Just popping in
Just popping in


@smarkusg

Same progress here, i fix SAVE MODULE / SAVE SAMPLER

i disable MOD2WAV and release new beta for MorphOS

Go to top


Re: ProTracker clone
Just popping in
Just popping in


so... bad new... all save function are affected:

MOD2WAV
PAT2SMP
DISK OP. / SAVE MODULE -> seem ok after swapping some vars
DISK OP. / SAVE SAMPLE

https://github.com/8bitbubsy/pt2-clone ... rc/pt2_module_saver.c#L30

L30 - L48 - L49: add SDL_Swap16()

Go to top


Re: ProTracker clone
Just popping in
Just popping in


Oh, i think it's a byte swap (BE) problem... i try to find, thanks for report.

PS:
ok i think i found, sorry but i create only MorphOS build to test:
https://www.morphos-storage.net/upload/test/pt2-clone

if ok, i give you patch.


Edited by beworld on 2023/11/7 6:41:08
Go to top


Re: ProTracker clone
Just popping in
Just popping in


hey,

Can you test with false value here:

https://github.com/8bitbubsy/pt2-clone ... r/src/pt2_visuals.c#L1983

I try on MorphOS and this flag corrupt mouse coords...

Go to top


Re: Porting astromenace to AmigaOS4
Just popping in
Just popping in


i success build version SDL2 (1.3.3)
i put all sources into my git here: https://github.com/BeWorld2018/astromenace/tree/morphos-1.3.2

i push morphos version into storage (you need to have new version fo gamedata.vfs file)

Now you can try to adapt and build it on AmigaOS4 to see if more faster with SDL2

Go to top


Re: Porting astromenace to AmigaOS4
Just popping in
Just popping in


Hi, here morphos source (SDL1) (with Bszili changes)

You can find endian fix into.

https://www.morphos-storage.net/upload/test/AstroMenace132-mos.zip

Go to top


Re: Porting astromenace to AmigaOS4
Just popping in
Just popping in


@SinanSam460
I only publish 1.3.2 for MorphOS with BZsili source's.

It's SDL1 version

I will try to fin some time to publish it

Go to top


Re: Porting astromenace to AmigaOS4
Just popping in
Just popping in


Hey
This fork isnt finish and not working....
I have some problem with endian... again endian... arggg

I only publish 1.3.2 for MorphOS with BZsili source's.

Go to top


Re: have you seen this?
Just popping in
Just popping in


I dont really publish my sources for WipeOut.
So i publish it because, i dont understand why that doesnt working for you

So I mixed 2 fork:

https://github.com/phoboslab/wipeout-rewrite
and
GL_LEGACY:
https://github.com/mrneo240/wipeout-rewrite

I just upload my fork for WipeOut here:

https://github.com/BeWorld2018/wipeout-rewrite/tree/master

Try that, and hope that working for you.

Go to top


Re: MacOS PPC CroMag Rally game port
Just popping in
Just popping in


@kas1e
https://ibb.co/nn9mmQx
https://ibb.co/rfxJ2FG

i confirm here for "Prefs" file, save to root of volume dir

Go to top


Re: MacOS PPC CroMag Rally game port
Just popping in
Just popping in


@kas1e same, all objets (texture) are black, but i see background and bonus

Go to top


Re: MacOS PPC CroMag Rally game port
Just popping in
Just popping in


For me : https://ibb.co/TW739kB
No texture.... dont know why.. maybe somthing tinygl dont support.

Go to top


Re: MacOS PPC CroMag Rally game port
Just popping in
Just popping in


@kas1e Thanks ! i test that on MorphOS

Go to top


Re: MacOS PPC CroMag Rally game port
Just popping in
Just popping in


@kas1e yes, i see the sound problem here, i put AUDIO_S16SYS but same , music is ok but sound not really....

Go to top


Re: MacOS PPC CroMag Rally game port
Just popping in
Just popping in



Go to top


Re: MacOS PPC CroMag Rally game port
Just popping in
Just popping in


@kas1e i just test it

and i can say no problem with context !! i see game... but i have message when i start game : "Skeleton file has wrong version"

I continue to check why



Check maybe here for you : https://github.com/jorio/CroMagRally/b ... 82f2/Source/Main.cpp#L160

Go to top


Re: MacOS PPC CroMag Rally game port
Just popping in
Just popping in


@kas1e have you build with define TARGET_RT_BIGENDIAN ?

https://github.com/jorio/Pomme/blob/b9 ... es/bigendianstreams.h#L51

Go to top


Re: Project : Compiling Vanilla-Conquer (C&C) for AmigaOS4 - Help needed
Just popping in
Just popping in


@SinanSam460
vanillatd master repository isnt 100% big endian fix, you need check on arczi repository ou use it directly

You can delete all file from REDALERT.. not bigendian.... i test it in my makefile

Go to top


Re: Project : Compiling Vanilla-Conquer (C&C) for AmigaOS4 - Help needed
Just popping in
Just popping in


You can solve your Git undefined reference
to add gitinfo.cpp

https://github.com/TheAssemblyArmada/V ... lla/common/gitinfo.cpp.in

// TiberianDawn.DLL and RedAlert.dll and corresponding source code is free
// software: you can redistribute it and/or modify it under the terms of
// the GNU General Public License as published by the Free Software Foundation,
// either version 3 of the License, or (at your option) any later version.

// TiberianDawn.DLL and RedAlert.dll and corresponding source code is distributed
// in the hope that it will be useful, but with permitted additional restrictions
// under Section 7 of the GPL. See the GNU General Public License in LICENSE.TXT
// distributed with this program. You should have received a copy of the
// GNU General Public License along with permitted additional restrictions
// with this program. If not, see https://github.com/electronicarts/CnC_Remastered_Collection
#include "gitinfo.h"

const char GitSHA1[] = "";
const 
char GitShortSHA1[] = "";
const 
char GitCommitDate[] = "";
const 
char GitCommitAuthorName[] = "";
const 
char GitTag[] = "";
time_t GitCommitTimeStamp 0;
bool GitUncommittedChanges false;
bool GitHaveInfo false;
int GitRevision 0;

Go to top


Re: A new editor for AmigaOS 4 is in the works
Just popping in
Just popping in


@walkero

i try to port 2.1 os4 branch to MorphOS and seem working with little edit...

but for AmigaOS4, i see on your last commit, some errors/missing :

makefile.os4 :
-> src/api/dirmonitor.o
-> missing src/api/dirmonitor/dummy.o

and try to put (uncomment) luaopen_dirmonitor into api.c

with MorphOS, litexl seem working, i can send you sources (send me mail beworld @ sfr . fr)

Go to top



TopTop
(1) 2 »




Powered by XOOPS 2.0 © 2001-2023 The XOOPS Project