-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Initial commit with CVS code modified by nukes to support 64-bit systems
- Loading branch information
1 parent
cac31d1
commit 3e50767
Showing
470 changed files
with
165,043 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
(defconst ivan-style | ||
'((c-offsets-alist . ((substatement-open . 0) | ||
(label . /) | ||
(access-label . /) | ||
(case-label . 1) | ||
(statement-case-intro . 1) | ||
(brace-list-open . 0) | ||
(statement-cont . c-lineup-math) | ||
(inline-open . 0) | ||
(member-init-intro . 0) | ||
(arglist-close . 0) | ||
(substatement . 2) | ||
(defun-block-intro . 2) | ||
(statement-block-intro . 2) | ||
(statement-case-open . *)))) | ||
"The Standard IVAN Programming Style") | ||
|
||
(add-hook 'c-mode-common-hook 'ivan-mode-common-hook) | ||
(autoload 'c++-mode "cc-mode" "Major mode for editing C++ code." t) | ||
|
||
(defun ivan-mode-common-hook () | ||
;; add style and set it for the current buffer | ||
(c-add-style "IVAN" ivan-style t)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,100 @@ | ||
/------------------------------\ | ||
|Iter Vehemens ad Necem credits| | ||
\------------------------------/ | ||
|
||
|
||
/-------\ | ||
|IvanDev| | ||
\-------/ | ||
|
||
Master Programmer | ||
(implemented most of the bugs) | ||
------------------------------ | ||
|
||
Timo Kiviluoto | ||
|
||
|
||
Apprentice Programmer, PR Guy, Porter | ||
(made some of the bugs, but they're | ||
all really features, or OS's fault) | ||
------------------------------------- | ||
|
||
Heikki Sairanen | ||
|
||
|
||
Head Graphics Designer | ||
(drew all the heads) | ||
---------------------- | ||
|
||
Tuukka Virtaperko | ||
|
||
|
||
/----------------------------\ | ||
|Other people who have helped| | ||
\----------------------------/ | ||
|
||
Additional coders | ||
----------------- | ||
|
||
In order of importance | ||
|
||
Ilari Kaartinen | ||
Alex Mooney | ||
Mark Schreiber | ||
Miles Bader | ||
Perttu Luukko | ||
Niko Kosonen | ||
|
||
Additional graphics | ||
------------------- | ||
|
||
In order of importance | ||
|
||
Frederic "blob" Tarabout | ||
Vesa Peltonen | ||
Corey Martin | ||
|
||
Additional level design | ||
----------------------- | ||
|
||
Corey Martin | ||
|
||
Authors of the RNG we use | ||
------------------------- | ||
|
||
Takuji Nishimura | ||
Makoto Matsumoto | ||
|
||
Author of the font we use | ||
------------------------- | ||
|
||
Shawn Hargreaves's Allegro | ||
- A game programming library | ||
|
||
Idea providers and bug hunters | ||
------------------------------- | ||
|
||
In alphabetical order | ||
|
||
Atte Aholainen | ||
Chris Allcock | ||
Brian Angeletti | ||
Laurent Birtz | ||
Christian Harms | ||
Matt Howe | ||
Ilari Kaartinen | ||
Wojciech Kaczmarek | ||
Henri Kiviluoto | ||
Thomas Klausner | ||
Niko Kosonen | ||
Perttu Luukko | ||
Corey Martin | ||
Janne Miettinen | ||
Kari Pahula | ||
Vesa Peltonen | ||
Philip Rawson | ||
Will Riley | ||
Renne Sairanen | ||
Adam Joseph Robert Walker Smith III | ||
Norvell Spearman | ||
Konstantin Stupnik |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.