Coder Social home page Coder Social logo

vs-osi's Introduction

VS-OSI

Adds Visual Studio support for working with OSI bytecode (scripts used by the SAGE game engine).

Goals

  • OSI Assembly language support for .osa files
    • Syntax coloring
    • Code folding
    • Code prediction
    • Instruction signature help
  • OSI Projects for compiling OSI Assembly into OSI using SAGE-JS
    • SAGE-JS MSBuild task (Installed to a well-known path by the installer)
    • Launch the game when the run action is activated
    • Don't rebuild unchanged sources
  • An actual debug engine for debugging the bytecode live
    • Attach and detatch properly
    • Pipe game debug output to VS Output Window
    • Breakpoints
    • Step one instruction
    • Browse & modify VM state

Dependencies

Place this repo next to the LOMNHook repo Install the August 2007 DIrectX SDK, and update the include path in OSIProject.DebugServer's properties

Project Overview

Installer.iss - An installer script that is compiled by Inno Setup into the Output/ directory upon build. Requires Inno Setup to be installed AND ON THE PATH (the Inno Setup installer doesn't do this for you!) An installer is necessary for installing the MSBuild task, although we are migrating away from using project files with MSBuild.

OSIProject.Language - The details of OSI stuff. OSIAssembly.cs for OSI Assembly (lexing, tokens, and keywords), and maybe later an OSIFile.cs for the actual packed .osi format.

OSIProject.Language.Test - A few poorly done unit tests for OSIProject.Language.

OSIProject.ProjectTemplate - The template for creating new Visual Studio OSI Projects.

OSIProject.ProjectType - The Visual Studio VSIX extension for OSI Projects, language support, and all the rest of the editor stuff.
See OSIAssemblyLanguageService.cs for the text editor support for OSI Assembly.
See OSADeploy.cs for what will eventually be the copy-to-game deploy task.
See ScriptDebuggerLaunchProvider.cs for the debugger launching stuff.

OSIProject.Tasks - The library that holds the MSBuild tasks for compiling OSI material.

OSIProject.DebugServer - The SAGE Hookmod that hooks the game's OSI virtual machine and provides debugging capabilities.

OSIProject.DebugInterop - The .NET classes for attaching to a debug server.

vs-osi's People

Contributors

epicabsol avatar jrmastermodelbuilder avatar

Stargazers

 avatar

Watchers

James Cloos avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.