Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pond3r/ggpo Loading
base: master
Choose a base ref
...
head repository: kivutar/ggpo Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 14 commits
  • 28 files changed
  • 3 contributors

Commits on Oct 27, 2019

  1. Cross-platform support for *nix platforms

    Bo Qin authored and Bo Qin committed Oct 27, 2019
    Configuration menu
    Copy the full SHA
    dbdc1bb View commit details
    Browse the repository at this point in the history
  2. fix for linux build. linux build successful

    Bo Qin authored and Bo Qin committed Oct 27, 2019
    Configuration menu
    Copy the full SHA
    86673e8 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2019

  1. Use platform_unix.h for MacOSX and Linux

    We get rid of platform_linux.{h,cpp}.
    Shugyousha committed Dec 1, 2019
    Configuration menu
    Copy the full SHA
    93e1608 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2019

  1. Configuration menu
    Copy the full SHA
    5314508 View commit details
    Browse the repository at this point in the history

Commits on Jan 1, 2020

  1. Configuration menu
    Copy the full SHA
    108f75d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d73f64e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b60c510 View commit details
    Browse the repository at this point in the history
  4. network/udp_proto: remove unneeded define

    This seems to be defined in winsock2.h already.
    Shugyousha committed Jan 1, 2020
    Configuration menu
    Copy the full SHA
    9f03b1e View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2020

  1. Use clock_gettime instead of gettimeofday

    This allows us to use the CLOCK_MONOTONIC flag. This option avoids
    issues should the system clock change while we are asking for the time
    in our program.
    Shugyousha committed Jan 2, 2020
    Configuration menu
    Copy the full SHA
    edeb230 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d024aa View commit details
    Browse the repository at this point in the history
  3. apps/vectorwar: don't depend on Platform functions

    Instead we just copy them there for now.
    Shugyousha committed Jan 2, 2020
    Configuration menu
    Copy the full SHA
    e755f60 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2020

  1. Configuration menu
    Copy the full SHA
    9e0138b View commit details
    Browse the repository at this point in the history

Commits on Apr 6, 2023

  1. Configuration menu
    Copy the full SHA
    2f53919 View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. Silence logs for now

    kivutar committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    7049f8f View commit details
    Browse the repository at this point in the history
Loading