Code Monkey home page Code Monkey logo

toetag's Introduction

ToeTag

ToeTag is a map level editor for Quake 1, written from the ground up for Mac OS X with Objective-C and the Cocoa framework. All you need is a working Quake installation and you're ready to begin making maps - ToeTag provides everything else.

toetag's People

Contributors

oliveratgithub avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

toetag's Issues

Rewrite typedef struct from C using Objective-C methods

In QDataTypes.h update the "typedef struct" definitions from C by using new Objective-C methods, because they cause a Memory Allocation issue when trying ot open a "WAD"-file (textures) within the ToeTap.

Example call can be found in "TWADReader.m" at the line TWADReader.m#L107

SWAPINT32( WADEntries[e].filepos );

Eventually valuable inputs can be found in the following Stackoverflow discussion:
http://stackoverflow.com/questions/18822858/objective-c-cocoa-equivalent-of-fread

Exception for "loadMDL" when creating New File

When Running ToeTag an creating a "New" file, the App crashes with the following exception:

ToeTag(10384,0x102ee1000) malloc: auto malloc[10384]: error: GC operation on unregistered thread. Thread registered implicitly. Break on auto_zone_thread_registration_error() to debug.

Occuring at the following line of TCMPReader.m:

ECRC->model = [reader loadMDL:tocentry->PAKFilename Offset:tocentry->offset Size:tocentry->sz];

Maybe this Stackoverflow thread gives some help on the issue:
http://stackoverflow.com/questions/5850141/seek-help-error-gc-operation-on-unregistered-thread-thread-registered-implic

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.