1. 29 Dec, 2000 2 commits
    • Steven Fuller's avatar
      Finished conversion of actor states from individual structions to an array · 55f2fbd3
      Steven Fuller authored
      of structures, using enumerated indexes instead of pointers (idea from
      WolfGL).
      55f2fbd3
    • Steven Fuller's avatar
      Temp checkin. · 328d9220
      Steven Fuller authored
      id_vh.c, vi_*: added VL_DirectPlotFlush (used by FizzleFade) to just update
      the screen
      
      wl_act2.c, wl_def.h, wl_agent.c, wl_act3.h, wl_act3.c: moved all statetype
      declarations to wl_act3.c/wl_act3.h
      
      wl_act2.c, wl_state.c: removed some UPLOAD ifndefs (from when the older wl1
      sound header was used)
      
      wl_menu.c: fixed the music functions again (no more trying to free null
      chunk warnings)
      
      rest: most likely whitespace changes
      328d9220
  2. 26 Dec, 2000 1 commit
  3. 25 Dec, 2000 2 commits
  4. 24 Dec, 2000 1 commit
  5. 23 Dec, 2000 1 commit
  6. 20 Dec, 2000 1 commit
  7. 18 Dec, 2000 1 commit
    • Steven Fuller's avatar
      NOTES, README, TODO: Doc updates · 250feebc
      Steven Fuller authored
      id_heads.h, wl_game.c, wl_play.c: changed mapwidth/mapheight to #defines,
      since only maps with size 64x64 are allowed
      
      vi_xlib.c, vi_svga.c, vi_null.c, vi_wdx.c, id_vh.c: moved VL_DeModeXize
      to id_vh.c
      
      vi_xlib.c: Part 2 of rewrite
      250feebc
  8. 15 Dec, 2000 1 commit
  9. 14 Dec, 2000 1 commit
  10. 12 Dec, 2000 1 commit
  11. 11 Dec, 2000 1 commit
    • Steven Fuller's avatar
      fmopl.c, fmopl.h: Removed unused stuff · 0e25b737
      Steven Fuller authored
      misc.c: DisplayTextSplash: minor fixes, output should be better now
      
      sd_oss.c: SoundThread: Now init WSE=1 (OPL2).  I overlooked this in the
      original sources, now many songs/sounds are a lot better!  Also tried to fix
      the panning; I think it's okay now.
      
      wl_draw.c: DeCompileSprite: simplified
      0e25b737
  12. 10 Dec, 2000 4 commits
  13. 09 Dec, 2000 2 commits
  14. 08 Dec, 2000 1 commit
  15. 07 Dec, 2000 3 commits
  16. 06 Dec, 2000 1 commit
  17. 05 Dec, 2000 1 commit
  18. 03 Dec, 2000 2 commits
  19. 01 Dec, 2000 1 commit
  20. 30 Nov, 2000 1 commit
  21. 29 Nov, 2000 1 commit
  22. 25 Nov, 2000 2 commits
  23. 24 Nov, 2000 2 commits
  24. 23 Nov, 2000 4 commits
  25. 20 Nov, 2000 1 commit
    • Steven Fuller's avatar
      More cleanups. · 46f35dd2
      Steven Fuller authored
      Removed the unnecessary third parameters to some calls to open().
      
      Removed some unused code.
      
      Rewrote CAL_CarmackExpand to prevent problems with unaligned access.
      
      Changed direct access to the Keyboard array to use a macro IN_KeyDown()
      (which could one day become a function).
      46f35dd2
  26. 19 Nov, 2000 1 commit