Skip to content

Commit

Permalink
Initial commit with CVS code modified by nukes to support 64-bit systems
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewtweber committed Oct 2, 2013
1 parent cac31d1 commit 3e50767
Show file tree
Hide file tree
Showing 470 changed files with 165,043 additions and 1 deletion.
23 changes: 23 additions & 0 deletions .customs.emacs
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))
100 changes: 100 additions & 0 deletions AUTHORS
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
2 changes: 1 addition & 1 deletion LICENSE → COPYING
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ convey the exclusion of warranty; and each file should have at least
the "copyright" line and a pointer to where the full notice is found.

Iter Vehemens ad Necem continuation by Attnam.com
Copyright (C) 2013 Attnam
Copyright (C) 2013 andrewtweber

This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
Expand Down
Loading

0 comments on commit 3e50767

Please sign in to comment.