Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
master

Commits on Aug 8, 2021

  1. Revert "small fix"

    This reverts commit bd96584.
    Nick007J committed Aug 8, 2021
  2. small fix

    Nick007J committed Aug 8, 2021
  3. small fix

    Nick007J committed Aug 8, 2021
  4. small refactoring

    Nick007J committed Aug 8, 2021
  5. fixed tab

    Nick007J committed Aug 8, 2021

Commits on Aug 4, 2021

  1. CVehicle fixes and cleanup

    aap committed Aug 4, 2021

Commits on Aug 2, 2021

  1. CPhysical fixes and cleanup

    aap committed Aug 2, 2021
  2. Merge pull request #1268 from Nick007J/master

    move debug stuff to a separate file
    Sergeanur committed Aug 2, 2021

Commits on Aug 1, 2021

  1. sync

    Nick007J committed Aug 1, 2021

Commits on Jul 31, 2021

  1. Merge pull request #1251 from Sergeanur/HigherDrawDist

    Make cars and peds to not despawn when you look away
    Sergeanur committed Jul 31, 2021
  2. Merge pull request #1248 from davicr/radar-cutscene-bugfix

    Fix blip rendering during scripted sequences
    Sergeanur committed Jul 31, 2021

Commits on Jul 29, 2021

Commits on Jul 28, 2021

  1. Fix comments

    Sergeanur committed Jul 28, 2021

Commits on Jul 27, 2021

  1. One more type fix

    Sergeanur committed Jul 27, 2021
  2. Type fix

    Sergeanur committed Jul 27, 2021
  3. Merge pull request #1257 from Nopey/fixbugs_pedgaplist

    Fix bug triggering gnNumTempPedList assertion
    erorcun committed Jul 27, 2021
  4. Allow sector ped count to exceed gap-list size

    This solves the gnNumTempPedList assertion.
    To prove this works, change gapTempPedList's length to 12, and visit the
    Triad's basketball court.
    Nopey committed Jul 27, 2021