* updated current contributors list
This commit is contained in:
parent
187f48198e
commit
287fadc0d7
|
@ -33,7 +33,7 @@ FCEUX >= 2.0 Contributors
|
|||
|
||||
* zeromus - mgambrell at gmail dot com (sf:zeromus) - Core architecture refactoring and merging - Windows driver maintenance
|
||||
|
||||
* adelikat - document thyself (sf:adelikat) - UI cleanup, project management, Win32 features & maintenence, TAS tools, documentation
|
||||
* adelikat - document thyself (sf:adelikat) - UI cleanup, project management, Win32 features & maintenance, TAS tools, documentation
|
||||
|
||||
* CaH4e3 - CaH4e3 at mail dot ru (sf: cah4e3) - Mappers
|
||||
|
||||
|
@ -47,7 +47,7 @@ FCEUX >= 2.0 Contributors
|
|||
|
||||
* DWEdit - Debugger additions
|
||||
|
||||
* AnS - ansstuff at yandex dot ru (sf:ansstuff) - Bugfixes and additions, TAS Editor v1.0
|
||||
* AnS - ansstuff at yandex dot ru (sf:ansstuff) - Win32 features & maintenance, TAS Editor, debugging tools, documentation
|
||||
|
||||
FCEUX (>=2.0) Linux/SDL Developers
|
||||
----------------------------------
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
|
||||
23-Sep-2013 - AnS - Tracer: do not clear window log when stopping the logging
|
||||
22-Sep-2013 - AnS - Tracer: the dialog window can be resized
|
||||
21-Sep-2013 - AnS - Debugger: newly created Bookmarks inherit existing symbolic name by default
|
||||
20-Sep-2013 - AnS - Debugger, Tracer: clicking on Symbolic names works as well as clicking on addresses
|
||||
|
|
|
@ -21,13 +21,12 @@ char *FCEUI_GetAboutString() {
|
|||
"zeromus, adelikat, AnS\n\n"
|
||||
"Current Contributors:\n"
|
||||
"punkrockguy318 (Lukas Sabota)\n"
|
||||
"Plombo (Bryan Cain)\n"
|
||||
"qeed, QFox, Shinydoofy, ugetab\n"
|
||||
"CaH4e3, gocha, Acmlm, DWEdit\n"
|
||||
"CaH4e3, gocha, xhainingx, feos\n"
|
||||
"\n"
|
||||
"FCEUX 2.0:\n"
|
||||
"mz, nitsujrehtona, Lukas Sabota,\n"
|
||||
"SP, Ugly Joe\n"
|
||||
"mz, nitsujrehtona, SP, Ugly Joe,\n"
|
||||
"Plombo, qeed, QFox, Shinydoofy\n"
|
||||
"ugetab, Acmlm, DWEdit\n"
|
||||
"\n"
|
||||
"Previous versions:\n"
|
||||
"FCE - Bero\n"
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*/
|
||||
|
||||
//#define PUBLIC_RELEASE // uncomment this when making a public release, but comment back before committing
|
||||
#define PUBLIC_RELEASE // uncomment this when making a public release, but comment back before committing
|
||||
|
||||
#ifndef __FCEU_VERSION
|
||||
#define __FCEU_VERSION
|
||||
|
|
Loading…
Reference in New Issue