Activity for BSzili

  • BSzili BSzili committed [bdffbe]

    r_bsp.c: fixed an unused variable warning

  • BSzili BSzili committed [cba708]

    commented out some dead code (software poly renderer, R_Gen*Tile, R_EntityParticles)

  • BSzili BSzili committed [452b9e]

    early return for SCR_DrawFPS

  • BSzili BSzili committed [fd571b]

    d_sky68k.s: replaced fsqrt with the fast inverse square root

  • BSzili BSzili committed [c7abc0]

    added fast approximate vector and square root functions

  • BSzili BSzili committed [303a38]

    amiga: hwcl Makefile fix

  • BSzili BSzili committed [974ff2]

    amiga: fixed the SV_SpawnServer race condition on meso2 and romeric5

  • BSzili BSzili committed [a10d98]

    fix the light value for SURF_DRAWSOLID surfaces, cleanup

  • BSzili BSzili committed [c20a38]

    added solid color surface drawing functions

  • BSzili BSzili committed [5de66d]

    Cmd_MoveToFront and Cvar_MoveToFront cleanup

  • BSzili BSzili committed [9db3a1]

    move commands and cvars used by progs to the front for faster access

  • BSzili BSzili committed [4ed915]

    quakefs.c: the hash table size can no longer exceed MAX_FILES_IN_PACK

  • BSzili BSzili committed [3b7e95]

    quakefs.c: use hashindex for the file names

  • BSzili BSzili committed [9b74bd]

    fixed the reuse of mod_known handles in Mod_FindName

  • BSzili BSzili committed [ed3583]

    gl_rmisc.c: clear the hash tables in D_ClearOpenGLTextures

  • BSzili BSzili committed [8ed841]

    added hashing to gl_model and gl_draw

  • BSzili BSzili committed [3103e7]

    hashindex clean up and makefile updates

  • BSzili BSzili committed [291c23]

    added hashing for known_sfx, menu_cachepics and mod_known lookups

  • BSzili BSzili committed [ba190d]

    r_misc.c: don't use Cvar_Set in R_SetupFrame in multiplayer

  • BSzili BSzili committed [52f3d4]

    amiga: disabled the z-writes in D_DrawTurbulent8T and the T / T5 polyset functions

  • BSzili BSzili committed [07fb2c]

    vid_cgx.c: eliminated the need for vid_curpal, VID_SetPalette speedup

  • BSzili BSzili committed [f0d8b2]

    amiga: added 68k optimized R_TransformFrustum

  • BSzili BSzili committed [7328d4]

    amiga: disabled some more problematic GCC6 optimizations

  • BSzili BSzili committed [401a17]

    r_alias68k.s: fixed R_AliasTransformFinalVert

  • BSzili BSzili committed [d5783f]

    moved r_sincos to mathlib

  • BSzili BSzili committed [1bfb92]

    replaced the client-side sin/cos calls with r_sincos lookups

  • BSzili BSzili committed [3730cd]

    converted r_sincos to BAMS to deal with angles outside the 0-360 range

  • BSzili BSzili committed [8a8f7b]

    added an interleaved sin/cos table for refresh functions

  • BSzili BSzili committed [a40242]

    amiga: added 68k optimized versions of R_AliasTransformVector and R_AliasTransformFinalVert

  • BSzili BSzili committed [a322e7]

    amiga: added 68k optimized alias clipping functions

  • BSzili BSzili committed [991234]

    amiga: added 68k optimized span and edge functions

  • BSzili BSzili committed [091320]

    d_scan68k.s: cleaned up and simplified D_DrawTurbulent8T

  • BSzili BSzili committed [cb0bb6]

    d_part68k.s: small improvement to the translucent branch in D_DrawParticle

  • BSzili BSzili committed [03cb4b]

    d_scan68k.s: fixed the z-buffer checks in D_DrawSpans16T

  • BSzili BSzili committed [5730a3]

    amiga: added 68k optimized R_MakeSky

  • BSzili BSzili committed [900a74]

    amiga: added 68k optimized D_DrawSkyScans8

  • BSzili BSzili committed [9a6d8c]

    amiga: renamed amiga_d_68k.s to d_sprite68k.s

  • BSzili BSzili committed [1596fd]

    amiga: added 68k implementations for D_SpriteDrawSpansT and D_SpriteDrawSpansT2

  • BSzili BSzili committed [2aa7e2]

    d_polyse68k.s: improved D_PolysetDrawSpans8T and D_PolysetDrawSpans8T2, small cleanup

  • BSzili BSzili committed [c45752]

    amiga: added 68k optimized polyset drawing functions

  • BSzili BSzili committed [f2ef11]

    d_polyse.c cleanup, removed obsolete amiga_d_polyse68k.s

  • BSzili BSzili committed [256d0e]

    d_scan68k.s: replaced a couple of jmp's with bra, simplified D_DrawSpans16T

  • BSzili BSzili committed [b2386f]

    amiga: added 68k optimized span drawing functions

  • BSzili BSzili committed [d19152]

    amiga: replaced the R_DrawSurfaceBlock8_mip? 68k functions

  • BSzili BSzili committed [a1ec65]

    r_part.c: don't use Cvar_VariableValue for snow particles

  • BSzili BSzili committed [99dcf3]

    amiga: added cdplayer.library support

  • BSzili BSzili committed [5a2738]

    sys_amiga.c: fixed the minimum stack on AmigaOS 3 with LibNIX and reduce it to 256 KB

  • BSzili BSzili committed [1f4f2c]

    in_amiga.c: PSX controller support

  • BSzili BSzili committed [a8a45d]

    in_amiga.c: lowlevel.library analogue support C89 compatibility

  • BSzili BSzili committed [6115df]

    amiga: added support for Paula audio

  • BSzili BSzili committed [94e2f8]

    snd_sys.h: HAVE_PAULA_SOUND is for PLATFORM_AMIGAOS3 only

  • BSzili BSzili committed [5f7d30]

    snd_paula.c: clib2 compatibility

  • BSzili BSzili committed [2a61b2]

    in_amiga.c: cleaned up the joystick and input event handling

  • BSzili BSzili committed [5d51c1]

    amiga: simplified the findfirst/findnext implementation

  • BSzili BSzili committed [1d88d9]

    vid_cgx.c: added custom screen tags, removed the non-bitmap C2P, CGFX minimum version

  • BSzili BSzili committed [d9fddf]

    amiga: don't check ap_Base in findclose

  • BSzili BSzili committed [ece9ff]

    amiga: disabled a couple more GCC6 optimizations

  • BSzili BSzili committed [b9d1d6]

    in_amiga.c: fixed the morphos input handler warnings

  • BSzili BSzili committed [cedc50]

    amiga: fixed the findfirst/findnext checks to use pattern_str

  • BSzili BSzili committed [8220c2]

    modified the amiga files to compile on AmigaOS 3

  • BSzili BSzili committed [e9e434]

    fixed video mode switching on AROS

  • BSzili BSzili committed [da52b2]

    filter video modes on Amiga

  • BSzili BSzili committed [35a374]

    made the Amiga version compile again, temporary fix for Sys_DoubleTime

  • BSzili BSzili committed [4e2d61]

    use EClock instead of DateStamp on Amiga

  • BSzili BSzili committed [c51eb8]

    amiga: windowed palette bug workaround, full screen double buffering

  • BSzili BSzili committed [6de1a3]

    vid_cgx.c: fallback to fullscreen on 8-bit screens and below

  • BSzili BSzili committed [6f2355]

    vid_cgx.c: support for native amiga chipset modes

  • BSzili BSzili committed [860d27]

    vid_cgx.c: limit windowed modes by the public screen resolution

  • BSzili BSzili committed [415775]

    vid_cgx.c: support for other monitor types besides PAL/NTSC

  • BSzili BSzili committed [e898ec]

    fixed sky scaling issues in software mode

  • BSzili BSzili committed [92d7c4]

    properly separated fullscreen and windowed lists on amiga, the monitor type is now saved to the config file

  • BSzili BSzili committed [b4203d]

    fov_adapt shouldn't affect pixelAspect when vid.noadapt is set on amiga

  • BSzili BSzili committed [18cb8c]

    in_amiga.c: fixed scan code differences between amiga and pc keyboards, more consistent mouse pointer handling, general cleanup

  • BSzili BSzili committed [6da13c]

    gl_vidamiga.c: smart and automatic locking support for MiniGL

  • BSzili BSzili committed [31d106]

    amiga: assembly optimized C2P, adjusted compile flags for 060

  • BSzili BSzili committed [b0a491]

    amiga: CAMD MIDI support

  • BSzili BSzili committed [8cdc5e]

    in_amiga.c: removed joystick detection at startup and the port number remapping

  • BSzili BSzili committed [5a503d]

    q_endian.c: use a union in DetectByteorder

  • BSzili BSzili committed [17414b]

    midi_camd.c: fixed the copyright notice

  • BSzili BSzili committed [d361aa]

    software particle fix for tall pixels

  • BSzili BSzili committed [2268c5]

    vid_cgx.c: use safer bitmap C2P routines

  • BSzili BSzili committed [ea71f0]

    midi_camd.c: reduced static buffer sizes, guard against overflows

  • BSzili BSzili committed [f3013a]

    try to reduce menu overdraw

  • BSzili BSzili committed [4e0a83]

    in-game menus could need the tile clear with smaller screen sizes

  • BSzili BSzili committed [6bb3de]

    don't redraw the status bar every frame, don't draw the background tiles when using the inventory and the view area fills the screen

  • BSzili BSzili committed [16b3f3]

    eliminated the Draw_TileClear calls when the view area fills the screen

  • BSzili BSzili committed [d5b731]

    sys_amiga.c: added free memory detection, replaced poking in the process structure with GetProgramDir(), return early in Sys_ConsoleInput if not dedicated

  • BSzili BSzili committed [53c77e]

    in_amiga.c: lowered the required keymap.library version

  • BSzili BSzili committed [6ec8dc]

    amiga: added manual library opening and default stack for clib2

  • BSzili BSzili committed [670e41]

    added the r_dynamic cvar for software

  • BSzili BSzili committed [baaa19]

    c2p1x1_8_c5_030.s: fixed a missing symbol

  • BSzili BSzili committed [90af3e]

    amiga: added 680x0 optimized render routines by John Selck

  • BSzili BSzili committed [9a3f1f]

    software model lighting optimization

  • BSzili BSzili committed [426bba]

    fixed a couple status bar regressions

  • BSzili BSzili committed [d4204f]

    try to speed up SV_Move a bit by avoiding recursion

  • BSzili BSzili committed [baa572]

    pass the trace_t structure in a pointer to PR_SetTrace

  • BSzili BSzili committed [eea518]

    fixed a status bar regression in higher resolutions

  • BSzili BSzili committed [e9bfa6]

    small tweaks to the interpreter by caching things in local variables

  • BSzili BSzili committed [d75096]

    midi_camd.c: use floating point for the time, because the 060 has no 64-bit div/mul

  • BSzili BSzili committed [b42dd0]

    sys_amiga.c: disable stdout when running from Workbench

1 >