Need some help to finalize AmigaOS4 port of AssaultCube
#8
I think that bug is caused by shadow rendering. Try switching "Dynamic Shadows" to "Blob" or "Off" in the menu (Settings->Video settings->Advanced video settings).

In order to find the cause of the bug, you should use a debugger (preferably GDB, i think that's available for Amiga?). You'll have to compile with the -g option. To do this, change the line
CXXFLAGS= -O3 -fomit-frame-pointer
at the top of source/src/Makefile to
CXXFLAGS= -O3 -fomit-frame-pointer -g
, then recompile and run it in GDB.
Thanks given by:


Messages In This Thread
RE: Need some help to finalize AmigaOS4 port of AssaultCube - by tempest - 12 Nov 10, 07:47PM