Gamer.Site Web Search

Search results

  1. Results From The WOW.Com Content Network
  2. List of commercial video games with available source code

    en.wikipedia.org/wiki/List_of_commercial_video...

    The extracted source code was made open-source and is hosted freely available on SourceForge. Jak and Daxter: The Precursor Legacy: 2001 (PlayStation 2) 2022 Platformer: Naughty Dog: Naughty Dog coded the first three Jak and Daxter games in GOAL, a modified version of Lisp. A group of programmers created a program that could read and decompile ...

  3. List of game engine recreations - Wikipedia

    en.wikipedia.org/wiki/List_of_game_engine...

    List of game engine recreations. Game engine recreation is a type of video game engine remastering process wherein a new game engine is written from scratch as a clone of the original with the full ability to read the original game's data files. The new engine reads the old engine's files and, in theory, loads and understands its assets in a ...

  4. Minecraft modding - Wikipedia

    en.wikipedia.org/wiki/Minecraft_modding

    Microsoft released the new pack open source and free of charge, amidst a drive to push towards more open source software. On 4 July 2015 a "Windows 10" version of Minecraft was announced. This, unlike the previous versions, was to be programmed in C++.

  5. QuakeC - Wikipedia

    en.wikipedia.org/wiki/QuakeC

    QuakeC. QuakeC is a compiled language developed in 1996 by John Carmack of id Software to program parts of the video game Quake. Using QuakeC, a programmer is able to customize Quake to great extents by adding weapons, changing game logic and physics, and programming complex scenarios. It can be used to control many aspects of the game itself ...

  6. List of open-source video games - Wikipedia

    en.wikipedia.org/wiki/List_of_open-source_video...

    On May 26, 2020, the source code of Soldat was released under MIT license on GitHub. [37] Sopwith: 1984 2014 Shoot 'em up: GPL: GPL: 2D: The C and x86 assembly source code to Sopwith was released in 2000, [38] at first under a non-commercial use license, but later under the GNU GPL at the request of fans. [39] Speed Dreams: 2010 2023 Sim racing ...

  7. Decompiler - Wikipedia

    en.wikipedia.org/wiki/Decompiler

    Decompiler. A decompiler is a computer program that translates an executable file to high-level source code. It does therefore the opposite of a typical compiler, which translates a high-level language to a low-level language. While disassemblers translate an executable into assembly language, decompilers go a step further and translate the ...

  8. Comparison of documentation generators - Wikipedia

    en.wikipedia.org/wiki/Comparison_of...

    fully cross-linked project-wide, including all hierarchy and dependency graphs, metrics tables, source code snippets, and source files full semantic analysis of source code, including parameter types, conditional compilation directives, macro expansions Javadoc: JSDoc: Yes JsDoc Toolkit: Yes mkd: Customisable for all type of comments 'as-is' in ...

  9. Interactive Disassembler - Wikipedia

    en.wikipedia.org/wiki/Interactive_Disassembler

    Interactive Disassembler. The Interactive Disassembler ( IDA) is a disassembler for computer software which generates assembly language source code from machine-executable code. It supports a variety of executable formats for different processors and operating systems. It can also be used as a debugger for Windows PE, Mac OS X Mach-O, and Linux ...