]> Dogcows Code - chaz/thecheat/blob - NOTICE
The Cheat 1.2
[chaz/thecheat] / NOTICE
1
2
3 The Cheat Notice File
4 Chaz McGarvey
5 October 4, 2004
6
7
8 The state of the source code--
9
10 The source code for The Cheat has been worked on by one person (me) for a long
11 time. I'm making this project open source now, but it needs a lot of work
12 still. My style of programming is such that I jump around a lot and work on a
13 lot of different parts of the code at any given time. Therefore, the vast
14 majority of the source files are incomplete. In short, the code is basically a
15 disaster at first glance. As I get free time I will continue to work on this
16 project. When the code is ready for a new release, it will be more useful.
17 Nevertheless, if there's something useful to you help yourself as long as your
18 intentions are compatible with the GPL license (provided; see file LICENSE). If
19 you'd like to help with this project, go right ahead. You certainly don't need
20 my permission.
21
22 The code should be in a compilable state unedited, but the resulting binary
23 would only be useful in showing the interface I had in mind for the next
24 release. It's mostly non-functional.
25
26 The complete Xcode project is included. That's what I use. I really don't know
27 if The Cheat will compile under CodeWarrior or not. My intentions are to keep
28 The Cheat Mac OS X 10.2 (Jaguar) compatible. I have thus far resisted the
29 temptation to use any new methods or bindings (I hope).
30
31 Included with this project are also a few personal classes I've written
32 (StatusTextField, DeleteTableView, CMVersionCheck, etc) and also CMLog (a simple
33 NSLog wrapper that allows logging to be toggled on/off). While not really part
34 of The Cheat project, I have used them in The Cheat so I went ahead and GPL'd
35 those classes, too. Some of the classes included in this project were released
36 under a BSD-like license (ThreadedTask, MemoryAccessor, MemoryRegion). Just
37 FYI.
38
39 Well that's basically it. I hope something useful can become of this.
This page took 0.031308 seconds and 4 git commands to generate.