Skip to content
Avatar

Sponsoring

@enkimute

Achievements

Achievements

Organizations

@KILLTUBE
Block or Report

Block or report kungfooman

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories

  1. libcod Public

    Server extension for Call Of Duty 1, 2 and 4

    C++ 35 27

  2. EiC C Interpreter

    C 20 4

  3. CoD BSP Decompiler

    C++ 19 10

  4. manymaps Public

    A web based .iwd generator for Call of Duty 2 with libcod

    PHP 4 2

  5. Surf mod for Call of Duty 2

    4 1

  6. Demon Mod by Tally

    C++ 4 2

269 contributions in the last year

Mar Apr May Jun Jul Aug Sep Oct Nov Dec Jan Feb Mar Mon Wed Fri

Contribution activity

March 2022

Created 4 commits in 1 repository

Created a pull request in playcanvas/engine that received 3 comments

Use this.constructor, fix JSDoc types, add unit tests for clone

Many classes can't be properly extended and cloned, so this is just fixing a bunch of these issues (math classes + GraphNode/Entity). This allows d…

+114 −24 3 comments
Reviewed 3 pull requests in 2 repositories

Created an issue in giltayar/proposal-types-as-comments that received 2 comments

Types aren't comments, like class constructor public/private

TS: class Point { constructor(public x = 0, public y = 0, public z = 0) { // nothing yet } } Using TS Playground, it transpiles into: "use strict"; c…

2 comments

Seeing something unexpected? Take a look at the GitHub profile guide.