mirror of
https://github.com/id-Software/DOOM-3-BFG.git
synced 2024-12-02 08:51:57 +00:00
Added major contributors to the credits menu
This commit is contained in:
parent
a92a49dc2f
commit
aaed5dd0b7
1 changed files with 13 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
||||||
|
|
||||||
Doom 3 BFG Edition GPL Source Code
|
Doom 3 BFG Edition GPL Source Code
|
||||||
Copyright (C) 1993-2012 id Software LLC, a ZeniMax Media company.
|
Copyright (C) 1993-2012 id Software LLC, a ZeniMax Media company.
|
||||||
|
Copyright (C) 2013 Robert Beckebans
|
||||||
|
|
||||||
This file is part of the Doom 3 BFG Edition GPL Source Code ("Doom 3 BFG Edition Source Code").
|
This file is part of the Doom 3 BFG Edition GPL Source Code ("Doom 3 BFG Edition Source Code").
|
||||||
|
|
||||||
|
@ -64,6 +65,18 @@ void idMenuScreen_Shell_Credits::SetupCreditList()
|
||||||
|
|
||||||
|
|
||||||
creditList.Clear();
|
creditList.Clear();
|
||||||
|
creditList.Append( creditInfo_t( 3, "RBDOOM 3 BFG EDITION" ) );
|
||||||
|
creditList.Append( creditInfo_t() );
|
||||||
|
creditList.Append( creditInfo_t( 1, "Lead Programmer" ) );
|
||||||
|
creditList.Append( creditInfo_t( 0, "Robert Beckebans - Major part of the Linux port" ) );
|
||||||
|
creditList.Append( creditInfo_t() );
|
||||||
|
creditList.Append( creditInfo_t( 1, "Additional Programming" ) );
|
||||||
|
creditList.Append( creditInfo_t( 0, "Daniel Gibson - Tons of code cleanups, netcode++" ) );
|
||||||
|
creditList.Append( creditInfo_t( 0, "Jonathan Young - Bugfixes, misc improvements" ) );
|
||||||
|
creditList.Append( creditInfo_t() );
|
||||||
|
creditList.Append( creditInfo_t( 0, "For more see the GitHub stats ;)" ) );
|
||||||
|
creditList.Append( creditInfo_t() );
|
||||||
|
creditList.Append( creditInfo_t() );
|
||||||
creditList.Append( creditInfo_t( 3, "DOOM 3 BFG EDITION" ) );
|
creditList.Append( creditInfo_t( 3, "DOOM 3 BFG EDITION" ) );
|
||||||
creditList.Append( creditInfo_t() );
|
creditList.Append( creditInfo_t() );
|
||||||
creditList.Append( creditInfo_t( 2, "DEVELOPMENT TEAM" ) );
|
creditList.Append( creditInfo_t( 2, "DEVELOPMENT TEAM" ) );
|
||||||
|
|
Loading…
Reference in a new issue