Cleaned up some legacy source code files.
git-svn-id: svn://svn.code.sf.net/p/sc2/code/trunk@3494 8092fc87-c524-0410-9efc-e669fe64eaf9
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
Changes towards version 0.7:
|
||||
- Removed some legacy source code files related to resources - SvdB
|
||||
- Put SuperMelee source files in separate subdirectory - SvdB
|
||||
- Added additive and alpha drawing modes to graphics lib - Alex
|
||||
- Fixed black pixel gaps between the planet and shield when entering the
|
||||
|
||||
@@ -0,0 +1,39 @@
|
||||
This file is intended as a place to document historically interesting
|
||||
curiosities in the UQM source and content, which have been deleted from
|
||||
the current source/content tree.
|
||||
|
||||
This file is probably not complete.
|
||||
|
||||
|
||||
== .res files ===
|
||||
|
||||
The Star Control source code contained files with the extension .res, which
|
||||
contained a description of the packages (.pkg or .ndx) files to be generated.
|
||||
|
||||
There were .res files for each ship and each race which you can communicate
|
||||
with. These files 'included' the file 'star3do.res', which itself included
|
||||
'star3do.typ'.
|
||||
|
||||
There were also header files icode.h, igfxres.h, imusicre.h, isndres.h,
|
||||
istrtab.h, resinst.h, respkg.h and restypes.h in each of the ship and comm
|
||||
directories, which defined a few resource constants, which were presumably also
|
||||
generated from these .res files.
|
||||
|
||||
|
||||
== Outtake not taken out ==
|
||||
|
||||
There was an outtake accidentally left in the original speech for the Druuge.
|
||||
It can still be found at
|
||||
http://sc2.svn.sourceforge.net/viewvc/*checkout*/sc2/trunk/sc2/content/comm/druuge/druug011.ogg?revision=133&pathrev=1113
|
||||
|
||||
|
||||
== Original title screen and menu ==
|
||||
|
||||
The original title screen -- which included the text 'Star Control' and
|
||||
'Accolade' and could hence not be used in UQM -- can be found at
|
||||
http://sc2.svn.sourceforge.net/viewvc/sc2/trunk/sc2/content/lbm/title.tga?revision=6&pathrev=6
|
||||
The original main menu (which did not include 'setup' or 'quit' options)
|
||||
can be found at
|
||||
http://sc2.svn.sourceforge.net/viewvc/sc2/trunk/sc2/content/lbm/newgame0.tga?revision=6&pathrev=6
|
||||
|
||||
|
||||
@@ -1,10 +0,0 @@
|
||||
INCLUDE ../../star3do.typ
|
||||
|
||||
PATH comm/arilou
|
||||
|
||||
PACKAGE ARILOU_PACKAGE arilou.con
|
||||
GFXRES ARILOU_PMAP_ANIM arilou.ani
|
||||
FONTRES ARILOU_FONT arilou.fon
|
||||
MUSICRES ARILOU_MUSIC arilou.mod
|
||||
STRTAB ARILOU_CONVERSATION_PHRASES arilou.txt
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
/* This file was auto-generated by the gen_resfiles utility and
|
||||
should not be edited directly. Modify the master resource list
|
||||
instead and regenerate. */
|
||||
|
||||
#define ARILOU_FONT "comm.arilou.font"
|
||||
@@ -1,6 +0,0 @@
|
||||
/* This file was auto-generated by the gen_resfiles utility and
|
||||
should not be edited directly. Modify the master resource list
|
||||
instead and regenerate. */
|
||||
|
||||
#define ARILOU_COLOR_MAP "comm.arilou.colortable"
|
||||
#define ARILOU_PMAP_ANIM "comm.arilou.graphics"
|
||||
@@ -1,5 +0,0 @@
|
||||
/* This file was auto-generated by the gen_resfiles utility and
|
||||
should not be edited directly. Modify the master resource list
|
||||
instead and regenerate. */
|
||||
|
||||
#define ARILOU_MUSIC "comm.arilou.music"
|
||||
@@ -1,5 +0,0 @@
|
||||
/* This file was auto-generated by the gen_resfiles utility and
|
||||
should not be edited directly. Modify the master resource list
|
||||
instead and regenerate. */
|
||||
|
||||
#define ARILOU_CONVERSATION_PHRASES "comm.arilou.dialogue"
|
||||
@@ -1,4 +1,5 @@
|
||||
#include "igfxres.h"
|
||||
#include "ifontres.h"
|
||||
#include "istrtab.h"
|
||||
#include "imusicre.h"
|
||||
#define ARILOU_COLOR_MAP "comm.arilou.colortable"
|
||||
#define ARILOU_PMAP_ANIM "comm.arilou.graphics"
|
||||
#define ARILOU_FONT "comm.arilou.font"
|
||||
#define ARILOU_CONVERSATION_PHRASES "comm.arilou.dialogue"
|
||||
#define ARILOU_MUSIC "comm.arilou.music"
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
enum
|
||||
{
|
||||
ARILOU_PACKAGE = 1
|
||||
};
|
||||
|
||||
@@ -1,17 +0,0 @@
|
||||
#ifndef _RESTYPES_H
|
||||
#define _RESTYPES_H
|
||||
|
||||
enum
|
||||
{
|
||||
KEY_CONFIG = 1,
|
||||
GFXRES,
|
||||
FONTRES,
|
||||
STRTAB,
|
||||
SNDRES,
|
||||
MUSICRES,
|
||||
RES_INDEX,
|
||||
CODE
|
||||
};
|
||||
|
||||
#endif /* _RESTYPES_H */
|
||||
|
||||
@@ -1,10 +0,0 @@
|
||||
INCLUDE ../../star3do.typ
|
||||
|
||||
PATH comm/blackur
|
||||
|
||||
PACKAGE BLACKURQ_PACKAGE blackur.con
|
||||
GFXRES BLACKURQ_PMAP_ANIM blackur.ani
|
||||
FONTRES BLACKURQ_FONT blackur.fon
|
||||
MUSICRES BLACKURQ_MUSIC blackur.mod
|
||||
STRTAB BLACKURQ_CONVERSATION_PHRASES blackur.txt
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
/* This file was auto-generated by the gen_resfiles utility and
|
||||
should not be edited directly. Modify the master resource list
|
||||
instead and regenerate. */
|
||||
|
||||
#define BLACKURQ_FONT "comm.kohrah.font"
|
||||
@@ -1,5 +0,0 @@
|
||||
/* This file was auto-generated by the gen_resfiles utility and
|
||||
should not be edited directly. Modify the master resource list
|
||||
instead and regenerate. */
|
||||
|
||||
#define BLACKURQ_PMAP_ANIM "comm.kohrah.graphics"
|
||||
@@ -1,5 +0,0 @@
|
||||
/* This file was auto-generated by the gen_resfiles utility and
|
||||
should not be edited directly. Modify the master resource list
|
||||
instead and regenerate. */
|
||||
|
||||
#define BLACKURQ_MUSIC "comm.kohrah.music"
|
||||
@@ -1,6 +0,0 @@
|
||||
/* This file was auto-generated by the gen_resfiles utility and
|
||||
should not be edited directly. Modify the master resource list
|
||||
instead and regenerate. */
|
||||
|
||||
#define BLACKURQ_COLOR_MAP "comm.kohrah.colortable"
|
||||
#define BLACKURQ_CONVERSATION_PHRASES "comm.kohrah.dialogue"
|
||||
@@ -1,4 +1,5 @@
|
||||
#include "igfxres.h"
|
||||
#include "ifontres.h"
|
||||
#include "istrtab.h"
|
||||
#include "imusicre.h"
|
||||
#define BLACKURQ_PMAP_ANIM "comm.kohrah.graphics"
|
||||
#define BLACKURQ_FONT "comm.kohrah.font"
|
||||
#define BLACKURQ_COLOR_MAP "comm.kohrah.colortable"
|
||||
#define BLACKURQ_CONVERSATION_PHRASES "comm.kohrah.dialogue"
|
||||
#define BLACKURQ_MUSIC "comm.kohrah.music"
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
enum
|
||||
{
|
||||
BLACKURQ_PACKAGE = 1
|
||||
};
|
||||
|
||||
@@ -1,17 +0,0 @@
|
||||
#ifndef _RESTYPES_H
|
||||
#define _RESTYPES_H
|
||||
|
||||
enum
|
||||
{
|
||||
KEY_CONFIG = 1,
|
||||
GFXRES,
|
||||
FONTRES,
|
||||
STRTAB,
|
||||
SNDRES,
|
||||
MUSICRES,
|
||||
RES_INDEX,
|
||||
CODE
|
||||
};
|
||||
|
||||
#endif /* _RESTYPES_H */
|
||||
|
||||
@@ -1,10 +0,0 @@
|
||||
INCLUDE ../../star3do.typ
|
||||
|
||||
PATH comm/chmmr
|
||||
|
||||
PACKAGE CHMMR_PACKAGE chmmr.con
|
||||
GFXRES CHMMR_PMAP_ANIM chmmr.ani
|
||||
FONTRES CHMMR_FONT chmmr.fon
|
||||
MUSICRES CHMMR_MUSIC chmmr.mod
|
||||
STRTAB CHMMR_CONVERSATION_PHRASES chmmr.txt
|
||||
STRTAB CHMMR_COLOR_MAP chmmr.ct
|
||||
@@ -1,5 +0,0 @@
|
||||
/* This file was auto-generated by the gen_resfiles utility and
|
||||
should not be edited directly. Modify the master resource list
|
||||
instead and regenerate. */
|
||||
|
||||
#define CHMMR_FONT "comm.chmmr.font"
|
||||
@@ -1,5 +0,0 @@
|
||||
/* This file was auto-generated by the gen_resfiles utility and
|
||||
should not be edited directly. Modify the master resource list
|
||||
instead and regenerate. */
|
||||
|
||||
#define CHMMR_PMAP_ANIM "comm.chmmr.graphics"
|
||||
@@ -1,5 +0,0 @@
|
||||
/* This file was auto-generated by the gen_resfiles utility and
|
||||
should not be edited directly. Modify the master resource list
|
||||
instead and regenerate. */
|
||||
|
||||
#define CHMMR_MUSIC "comm.chmmr.music"
|
||||
@@ -1,6 +0,0 @@
|
||||
/* This file was auto-generated by the gen_resfiles utility and
|
||||
should not be edited directly. Modify the master resource list
|
||||
instead and regenerate. */
|
||||
|
||||
#define CHMMR_COLOR_MAP "comm.chmmr.colortable"
|
||||
#define CHMMR_CONVERSATION_PHRASES "comm.chmmr.dialogue"
|
||||
@@ -1,4 +1,5 @@
|
||||
#include "igfxres.h"
|
||||
#include "ifontres.h"
|
||||
#include "istrtab.h"
|
||||
#include "imusicre.h"
|
||||
#define CHMMR_PMAP_ANIM "comm.chmmr.graphics"
|
||||
#define CHMMR_FONT "comm.chmmr.font"
|
||||
#define CHMMR_COLOR_MAP "comm.chmmr.colortable"
|
||||
#define CHMMR_CONVERSATION_PHRASES "comm.chmmr.dialogue"
|
||||
#define CHMMR_MUSIC "comm.chmmr.music"
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
enum
|
||||
{
|
||||
CHMMR_PACKAGE = 1
|
||||
};
|
||||
|
||||
@@ -1,17 +0,0 @@
|
||||
#ifndef _RESTYPES_H
|
||||
#define _RESTYPES_H
|
||||
|
||||
enum
|
||||
{
|
||||
KEY_CONFIG = 1,
|
||||
GFXRES,
|
||||
FONTRES,
|
||||
STRTAB,
|
||||
SNDRES,
|
||||
MUSICRES,
|
||||
RES_INDEX,
|
||||
CODE
|
||||
};
|
||||
|
||||
#endif /* _RESTYPES_H */
|
||||
|
||||
@@ -1,15 +0,0 @@
|
||||
INCLUDE ../../star3do.typ
|
||||
|
||||
PATH comm/comandr
|
||||
PACKAGE COMMANDER_PACKAGE comandr.con
|
||||
GFXRES COMMANDER_PMAP_ANIM comandr.ani
|
||||
FONTRES COMMANDER_FONT comandr.fon
|
||||
MUSICRES COMMANDER_MUSIC comandr.mod
|
||||
STRTAB COMMANDER_COLOR_MAP comandr.ct
|
||||
|
||||
PACKAGE COMMANDER_PHRASE_PACKAGE comandr.con
|
||||
STRTAB COMMANDER_CONVERSATION_PHRASES comandr.txt
|
||||
|
||||
PATH comm/starbas
|
||||
PACKAGE STARBASE_PHRASE_PACKAGE comandr.con
|
||||
STRTAB STARBASE_CONVERSATION_PHRASES starbas.txt
|
||||
@@ -1,5 +0,0 @@
|
||||
/* This file was auto-generated by the gen_resfiles utility and
|
||||
should not be edited directly. Modify the master resource list
|
||||
instead and regenerate. */
|
||||
|
||||
#define COMMANDER_FONT "comm.commander.font"
|
||||
@@ -1,5 +0,0 @@
|
||||
/* This file was auto-generated by the gen_resfiles utility and
|
||||
should not be edited directly. Modify the master resource list
|
||||
instead and regenerate. */
|
||||
|
||||
#define COMMANDER_PMAP_ANIM "comm.commander.graphics"
|
||||
@@ -1,7 +0,0 @@
|
||||
/* This file was auto-generated by the gen_resfiles utility and
|
||||
should not be edited directly. Modify the master resource list
|
||||
instead and regenerate. */
|
||||
|
||||
#define COMMANDER_LOWPOW_MUSIC "comm.commander.lowpower.music"
|
||||
#define COMMANDER_MUSIC "comm.commander.music"
|
||||
#define STARBASE_ALT_MUSIC "comm.starbase.music"
|
||||
@@ -1,7 +0,0 @@
|
||||
/* This file was auto-generated by the gen_resfiles utility and
|
||||
should not be edited directly. Modify the master resource list
|
||||
instead and regenerate. */
|
||||
|
||||
#define COMMANDER_COLOR_MAP "comm.commander.colortable"
|
||||
#define COMMANDER_CONVERSATION_PHRASES "comm.commander.dialogue"
|
||||
#define STARBASE_CONVERSATION_PHRASES "comm.starbase.dialogue"
|
||||
@@ -1,4 +1,8 @@
|
||||
#include "igfxres.h"
|
||||
#include "ifontres.h"
|
||||
#include "istrtab.h"
|
||||
#include "imusicre.h"
|
||||
#define COMMANDER_PMAP_ANIM "comm.commander.graphics"
|
||||
#define COMMANDER_FONT "comm.commander.font"
|
||||
#define COMMANDER_COLOR_MAP "comm.commander.colortable"
|
||||
#define COMMANDER_CONVERSATION_PHRASES "comm.commander.dialogue"
|
||||
#define STARBASE_CONVERSATION_PHRASES "comm.starbase.dialogue"
|
||||
#define COMMANDER_LOWPOW_MUSIC "comm.commander.lowpower.music"
|
||||
#define COMMANDER_MUSIC "comm.commander.music"
|
||||
#define STARBASE_ALT_MUSIC "comm.starbase.music"
|
||||
|
||||
@@ -1,9 +0,0 @@
|
||||
enum
|
||||
{
|
||||
COMMANDER_PACKAGE = 1,
|
||||
COMMANDER_PHRASE_PACKAGE,
|
||||
STARBASE_PHRASE_PACKAGE,
|
||||
STARBASE_MUSIC_PACKAGE,
|
||||
COMMANDER_LOWPOW_PACKAGE,
|
||||
};
|
||||
|
||||
@@ -1,17 +0,0 @@
|
||||
#ifndef _RESTYPES_H
|
||||
#define _RESTYPES_H
|
||||
|
||||
enum
|
||||
{
|
||||
KEY_CONFIG = 1,
|
||||
GFXRES,
|
||||
FONTRES,
|
||||
STRTAB,
|
||||
SNDRES,
|
||||
MUSICRES,
|
||||
RES_INDEX,
|
||||
CODE
|
||||
};
|
||||
|
||||
#endif /* _RESTYPES_H */
|
||||
|
||||
@@ -1,10 +0,0 @@
|
||||
INCLUDE ../../star3do.typ
|
||||
|
||||
PATH comm/druuge
|
||||
|
||||
PACKAGE DRUUGE_PACKAGE druuge.con
|
||||
GFXRES DRUUGE_PMAP_ANIM druuge.ani
|
||||
FONTRES DRUUGE_FONT druuge.fon
|
||||
MUSICRES DRUUGE_MUSIC druuge.mod
|
||||
STRTAB DRUUGE_CONVERSATION_PHRASES druuge.txt
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
/* This file was auto-generated by the gen_resfiles utility and
|
||||
should not be edited directly. Modify the master resource list
|
||||
instead and regenerate. */
|
||||
|
||||
#define DRUUGE_FONT "comm.druuge.font"
|
||||
@@ -1,5 +0,0 @@
|
||||
/* This file was auto-generated by the gen_resfiles utility and
|
||||
should not be edited directly. Modify the master resource list
|
||||
instead and regenerate. */
|
||||
|
||||
#define DRUUGE_PMAP_ANIM "comm.druuge.graphics"
|
||||
@@ -1,5 +0,0 @@
|
||||
/* This file was auto-generated by the gen_resfiles utility and
|
||||
should not be edited directly. Modify the master resource list
|
||||
instead and regenerate. */
|
||||
|
||||
#define DRUUGE_MUSIC "comm.druuge.music"
|
||||
@@ -1,6 +0,0 @@
|
||||
/* This file was auto-generated by the gen_resfiles utility and
|
||||
should not be edited directly. Modify the master resource list
|
||||
instead and regenerate. */
|
||||
|
||||
#define DRUUGE_COLOR_MAP "comm.druuge.colortable"
|
||||
#define DRUUGE_CONVERSATION_PHRASES "comm.druuge.dialogue"
|
||||
@@ -1,4 +1,5 @@
|
||||
#include "igfxres.h"
|
||||
#include "ifontres.h"
|
||||
#include "istrtab.h"
|
||||
#include "imusicre.h"
|
||||
#define DRUUGE_PMAP_ANIM "comm.druuge.graphics"
|
||||
#define DRUUGE_FONT "comm.druuge.font"
|
||||
#define DRUUGE_COLOR_MAP "comm.druuge.colortable"
|
||||
#define DRUUGE_CONVERSATION_PHRASES "comm.druuge.dialogue"
|
||||
#define DRUUGE_MUSIC "comm.druuge.music"
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
enum
|
||||
{
|
||||
DRUUGE_PACKAGE = 1
|
||||
};
|
||||
|
||||
@@ -1,17 +0,0 @@
|
||||
#ifndef _RESTYPES_H
|
||||
#define _RESTYPES_H
|
||||
|
||||
enum
|
||||
{
|
||||
KEY_CONFIG = 1,
|
||||
GFXRES,
|
||||
FONTRES,
|
||||
STRTAB,
|
||||
SNDRES,
|
||||
MUSICRES,
|
||||
RES_INDEX,
|
||||
CODE
|
||||
};
|
||||
|
||||
#endif /* _RESTYPES_H */
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
/* This file was auto-generated by the gen_resfiles utility and
|
||||
should not be edited directly. Modify the master resource list
|
||||
instead and regenerate. */
|
||||
|
||||
#define ILWRATH_FONT "comm.ilwrath.font"
|
||||
@@ -1,5 +0,0 @@
|
||||
/* This file was auto-generated by the gen_resfiles utility and
|
||||
should not be edited directly. Modify the master resource list
|
||||
instead and regenerate. */
|
||||
|
||||
#define ILWRATH_PMAP_ANIM "comm.ilwrath.graphics"
|
||||
@@ -1,10 +0,0 @@
|
||||
INCLUDE ../../star3do.typ
|
||||
|
||||
PATH comm/ilwrath
|
||||
|
||||
PACKAGE ILWRATH_PACKAGE ilwrath.con
|
||||
GFXRES ILWRATH_PMAP_ANIM ilwrath.ani
|
||||
FONTRES ILWRATH_FONT ilwrath.fon
|
||||
MUSICRES ILWRATH_MUSIC ilwrath.mod
|
||||
STRTAB ILWRATH_CONVERSATION_PHRASES ilwrath.txt
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
/* This file was auto-generated by the gen_resfiles utility and
|
||||
should not be edited directly. Modify the master resource list
|
||||
instead and regenerate. */
|
||||
|
||||
#define ILWRATH_MUSIC "comm.ilwrath.music"
|
||||
@@ -1,6 +0,0 @@
|
||||
/* This file was auto-generated by the gen_resfiles utility and
|
||||
should not be edited directly. Modify the master resource list
|
||||
instead and regenerate. */
|
||||
|
||||
#define ILWRATH_COLOR_MAP "comm.ilwrath.colortable"
|
||||
#define ILWRATH_CONVERSATION_PHRASES "comm.ilwrath.dialogue"
|
||||
@@ -1,4 +1,5 @@
|
||||
#include "igfxres.h"
|
||||
#include "ifontres.h"
|
||||
#include "istrtab.h"
|
||||
#include "imusicre.h"
|
||||
#define ILWRATH_PMAP_ANIM "comm.ilwrath.graphics"
|
||||
#define ILWRATH_FONT "comm.ilwrath.font"
|
||||
#define ILWRATH_COLOR_MAP "comm.ilwrath.colortable"
|
||||
#define ILWRATH_CONVERSATION_PHRASES "comm.ilwrath.dialogue"
|
||||
#define ILWRATH_MUSIC "comm.ilwrath.music"
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
enum
|
||||
{
|
||||
ILWRATH_PACKAGE = 1
|
||||
};
|
||||
|
||||
@@ -1,17 +0,0 @@
|
||||
#ifndef _RESTYPES_H
|
||||
#define _RESTYPES_H
|
||||
|
||||
enum
|
||||
{
|
||||
KEY_CONFIG = 1,
|
||||
GFXRES,
|
||||
FONTRES,
|
||||
STRTAB,
|
||||
SNDRES,
|
||||
MUSICRES,
|
||||
RES_INDEX,
|
||||
CODE
|
||||
};
|
||||
|
||||
#endif /* _RESTYPES_H */
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
/* This file was auto-generated by the gen_resfiles utility and
|
||||
should not be edited directly. Modify the master resource list
|
||||
instead and regenerate. */
|
||||
|
||||
#define MELNORME_FONT "comm.melnorme.font"
|
||||
@@ -1,5 +0,0 @@
|
||||
/* This file was auto-generated by the gen_resfiles utility and
|
||||
should not be edited directly. Modify the master resource list
|
||||
instead and regenerate. */
|
||||
|
||||
#define MELNORME_PMAP_ANIM "comm.melnorme.graphics"
|
||||
@@ -1,5 +0,0 @@
|
||||
/* This file was auto-generated by the gen_resfiles utility and
|
||||
should not be edited directly. Modify the master resource list
|
||||
instead and regenerate. */
|
||||
|
||||
#define MELNORME_MUSIC "comm.melnorme.music"
|
||||
@@ -1,6 +0,0 @@
|
||||
/* This file was auto-generated by the gen_resfiles utility and
|
||||
should not be edited directly. Modify the master resource list
|
||||
instead and regenerate. */
|
||||
|
||||
#define MELNORME_COLOR_MAP "comm.melnorme.colortable"
|
||||
#define MELNORME_CONVERSATION_PHRASES "comm.melnorme.dialogue"
|
||||
@@ -1,10 +0,0 @@
|
||||
INCLUDE ../../star3do.typ
|
||||
|
||||
PATH comm/melnorm
|
||||
|
||||
PACKAGE MELNORME_PACKAGE melnorm.con
|
||||
GFXRES MELNORME_PMAP_ANIM melnorm.ani
|
||||
FONTRES MELNORME_FONT melnorm.fon
|
||||
MUSICRES MELNORME_MUSIC melnorm.mod
|
||||
STRTAB MELNORME_CONVERSATION_PHRASES melnorm.txt
|
||||
STRTAB MELNORME_COLOR_MAP melnorm.ct
|
||||
@@ -1,4 +1,5 @@
|
||||
#include "igfxres.h"
|
||||
#include "ifontres.h"
|
||||
#include "istrtab.h"
|
||||
#include "imusicre.h"
|
||||
#define MELNORME_PMAP_ANIM "comm.melnorme.graphics"
|
||||
#define MELNORME_FONT "comm.melnorme.font"
|
||||
#define MELNORME_COLOR_MAP "comm.melnorme.colortable"
|
||||
#define MELNORME_CONVERSATION_PHRASES "comm.melnorme.dialogue"
|
||||
#define MELNORME_MUSIC "comm.melnorme.music"
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
enum
|
||||
{
|
||||
MELNORME_PACKAGE = 1
|
||||
};
|
||||
|
||||
@@ -1,17 +0,0 @@
|
||||
#ifndef _RESTYPES_H
|
||||
#define _RESTYPES_H
|
||||
|
||||
enum
|
||||
{
|
||||
KEY_CONFIG = 1,
|
||||
GFXRES,
|
||||
FONTRES,
|
||||
STRTAB,
|
||||
SNDRES,
|
||||
MUSICRES,
|
||||
RES_INDEX,
|
||||
CODE
|
||||
};
|
||||
|
||||
#endif /* _RESTYPES_H */
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
/* This file was auto-generated by the gen_resfiles utility and
|
||||
should not be edited directly. Modify the master resource list
|
||||
instead and regenerate. */
|
||||
|
||||
#define MYCON_FONT "comm.mycon.font"
|
||||
@@ -1,5 +0,0 @@
|
||||
/* This file was auto-generated by the gen_resfiles utility and
|
||||
should not be edited directly. Modify the master resource list
|
||||
instead and regenerate. */
|
||||
|
||||
#define MYCON_PMAP_ANIM "comm.mycon.graphics"
|
||||
@@ -1,5 +0,0 @@
|
||||
/* This file was auto-generated by the gen_resfiles utility and
|
||||
should not be edited directly. Modify the master resource list
|
||||
instead and regenerate. */
|
||||
|
||||
#define MYCON_MUSIC "comm.mycon.music"
|
||||
@@ -1,6 +0,0 @@
|
||||
/* This file was auto-generated by the gen_resfiles utility and
|
||||
should not be edited directly. Modify the master resource list
|
||||
instead and regenerate. */
|
||||
|
||||
#define MYCON_COLOR_MAP "comm.mycon.colortable"
|
||||
#define MYCON_CONVERSATION_PHRASES "comm.mycon.dialogue"
|
||||
@@ -1,10 +0,0 @@
|
||||
INCLUDE ../../star3do.typ
|
||||
|
||||
PATH comm/mycon
|
||||
|
||||
PACKAGE MYCON_PACKAGE mycon.con
|
||||
GFXRES MYCON_PMAP_ANIM mycon.ani
|
||||
FONTRES MYCON_FONT mycon.fon
|
||||
MUSICRES MYCON_MUSIC mycon.mod
|
||||
STRTAB MYCON_CONVERSATION_PHRASES mycon.txt
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
#include "igfxres.h"
|
||||
#include "ifontres.h"
|
||||
#include "istrtab.h"
|
||||
#include "imusicre.h"
|
||||
#define MYCON_PMAP_ANIM "comm.mycon.graphics"
|
||||
#define MYCON_FONT "comm.mycon.font"
|
||||
#define MYCON_COLOR_MAP "comm.mycon.colortable"
|
||||
#define MYCON_CONVERSATION_PHRASES "comm.mycon.dialogue"
|
||||
#define MYCON_MUSIC "comm.mycon.music"
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
enum
|
||||
{
|
||||
MYCON_PACKAGE = 1
|
||||
};
|
||||
|
||||
@@ -1,17 +0,0 @@
|
||||
#ifndef _RESTYPES_H
|
||||
#define _RESTYPES_H
|
||||
|
||||
enum
|
||||
{
|
||||
KEY_CONFIG = 1,
|
||||
GFXRES,
|
||||
FONTRES,
|
||||
STRTAB,
|
||||
SNDRES,
|
||||
MUSICRES,
|
||||
RES_INDEX,
|
||||
CODE
|
||||
};
|
||||
|
||||
#endif /* _RESTYPES_H */
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
/* This file was auto-generated by the gen_resfiles utility and
|
||||
should not be edited directly. Modify the master resource list
|
||||
instead and regenerate. */
|
||||
|
||||
#define ORZ_FONT "comm.orz.font"
|
||||
@@ -1,5 +0,0 @@
|
||||
/* This file was auto-generated by the gen_resfiles utility and
|
||||
should not be edited directly. Modify the master resource list
|
||||
instead and regenerate. */
|
||||
|
||||
#define ORZ_PMAP_ANIM "comm.orz.graphics"
|
||||
@@ -1,5 +0,0 @@
|
||||
/* This file was auto-generated by the gen_resfiles utility and
|
||||
should not be edited directly. Modify the master resource list
|
||||
instead and regenerate. */
|
||||
|
||||
#define ORZ_MUSIC "comm.orz.music"
|
||||
@@ -1,6 +0,0 @@
|
||||
/* This file was auto-generated by the gen_resfiles utility and
|
||||
should not be edited directly. Modify the master resource list
|
||||
instead and regenerate. */
|
||||
|
||||
#define ORZ_COLOR_MAP "comm.orz.colortable"
|
||||
#define ORZ_CONVERSATION_PHRASES "comm.orz.dialogue"
|
||||
@@ -1,10 +0,0 @@
|
||||
INCLUDE ../../star3do.typ
|
||||
|
||||
PATH comm/orz
|
||||
|
||||
PACKAGE ORZ_PACKAGE orz.con
|
||||
GFXRES ORZ_PMAP_ANIM orz.ani
|
||||
FONTRES ORZ_FONT orz.fon
|
||||
MUSICRES ORZ_MUSIC orz.mod
|
||||
STRTAB ORZ_CONVERSATION_PHRASES orz.txt
|
||||
STRTAB ORZ_COLOR_MAP orz.ct
|
||||
@@ -1,4 +1,5 @@
|
||||
#include "igfxres.h"
|
||||
#include "ifontres.h"
|
||||
#include "istrtab.h"
|
||||
#include "imusicre.h"
|
||||
#define ORZ_PMAP_ANIM "comm.orz.graphics"
|
||||
#define ORZ_FONT "comm.orz.font"
|
||||
#define ORZ_COLOR_MAP "comm.orz.colortable"
|
||||
#define ORZ_CONVERSATION_PHRASES "comm.orz.dialogue"
|
||||
#define ORZ_MUSIC "comm.orz.music"
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
enum
|
||||
{
|
||||
ORZ_PACKAGE = 1
|
||||
};
|
||||
|
||||
@@ -1,17 +0,0 @@
|
||||
#ifndef _RESTYPES_H
|
||||
#define _RESTYPES_H
|
||||
|
||||
enum
|
||||
{
|
||||
KEY_CONFIG = 1,
|
||||
GFXRES,
|
||||
FONTRES,
|
||||
STRTAB,
|
||||
SNDRES,
|
||||
MUSICRES,
|
||||
RES_INDEX,
|
||||
CODE
|
||||
};
|
||||
|
||||
#endif /* _RESTYPES_H */
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
/* This file was auto-generated by the gen_resfiles utility and
|
||||
should not be edited directly. Modify the master resource list
|
||||
instead and regenerate. */
|
||||
|
||||
#define PKUNK_FONT "comm.pkunk.font"
|
||||
@@ -1,5 +0,0 @@
|
||||
/* This file was auto-generated by the gen_resfiles utility and
|
||||
should not be edited directly. Modify the master resource list
|
||||
instead and regenerate. */
|
||||
|
||||
#define PKUNK_PMAP_ANIM "comm.pkunk.graphics"
|
||||
@@ -1,5 +0,0 @@
|
||||
/* This file was auto-generated by the gen_resfiles utility and
|
||||
should not be edited directly. Modify the master resource list
|
||||
instead and regenerate. */
|
||||
|
||||
#define PKUNK_MUSIC "comm.pkunk.music"
|
||||
@@ -1,6 +0,0 @@
|
||||
/* This file was auto-generated by the gen_resfiles utility and
|
||||
should not be edited directly. Modify the master resource list
|
||||
instead and regenerate. */
|
||||
|
||||
#define PKUNK_COLOR_MAP "comm.pkunk.colortable"
|
||||
#define PKUNK_CONVERSATION_PHRASES "comm.pkunk.dialogue"
|
||||
@@ -1,10 +0,0 @@
|
||||
INCLUDE ../../star3do.typ
|
||||
|
||||
PATH comm/pkunk
|
||||
|
||||
PACKAGE PKUNK_PACKAGE pkunk.con
|
||||
GFXRES PKUNK_PMAP_ANIM pkunk.ani
|
||||
FONTRES PKUNK_FONT pkunk.fon
|
||||
MUSICRES PKUNK_MUSIC pkunk.mod
|
||||
STRTAB PKUNK_CONVERSATION_PHRASES pkunk.txt
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
#include "igfxres.h"
|
||||
#include "ifontres.h"
|
||||
#include "istrtab.h"
|
||||
#include "imusicre.h"
|
||||
#define PKUNK_PMAP_ANIM "comm.pkunk.graphics"
|
||||
#define PKUNK_FONT "comm.pkunk.font"
|
||||
#define PKUNK_COLOR_MAP "comm.pkunk.colortable"
|
||||
#define PKUNK_CONVERSATION_PHRASES "comm.pkunk.dialogue"
|
||||
#define PKUNK_MUSIC "comm.pkunk.music"
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
enum
|
||||
{
|
||||
PKUNK_PACKAGE = 1
|
||||
};
|
||||
|
||||
@@ -1,17 +0,0 @@
|
||||
#ifndef _RESTYPES_H
|
||||
#define _RESTYPES_H
|
||||
|
||||
enum
|
||||
{
|
||||
KEY_CONFIG = 1,
|
||||
GFXRES,
|
||||
FONTRES,
|
||||
STRTAB,
|
||||
SNDRES,
|
||||
MUSICRES,
|
||||
RES_INDEX,
|
||||
CODE
|
||||
};
|
||||
|
||||
#endif /* _RESTYPES_H */
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
/* This file was auto-generated by the gen_resfiles utility and
|
||||
should not be edited directly. Modify the master resource list
|
||||
instead and regenerate. */
|
||||
|
||||
#define SHOFIXTI_FONT "comm.shofixti.font"
|
||||
@@ -1,5 +0,0 @@
|
||||
/* This file was auto-generated by the gen_resfiles utility and
|
||||
should not be edited directly. Modify the master resource list
|
||||
instead and regenerate. */
|
||||
|
||||
#define SHOFIXTI_PMAP_ANIM "comm.shofixti.graphics"
|
||||
@@ -1,5 +0,0 @@
|
||||
/* This file was auto-generated by the gen_resfiles utility and
|
||||
should not be edited directly. Modify the master resource list
|
||||
instead and regenerate. */
|
||||
|
||||
#define SHOFIXTI_MUSIC "comm.shofixti.music"
|
||||
@@ -1,6 +0,0 @@
|
||||
/* This file was auto-generated by the gen_resfiles utility and
|
||||
should not be edited directly. Modify the master resource list
|
||||
instead and regenerate. */
|
||||
|
||||
#define SHOFIXTI_COLOR_MAP "comm.shofixti.colortable"
|
||||
#define SHOFIXTI_CONVERSATION_PHRASES "comm.shofixti.dialogue"
|
||||
@@ -1,4 +1,5 @@
|
||||
#include "igfxres.h"
|
||||
#include "ifontres.h"
|
||||
#include "istrtab.h"
|
||||
#include "imusicre.h"
|
||||
#define SHOFIXTI_PMAP_ANIM "comm.shofixti.graphics"
|
||||
#define SHOFIXTI_FONT "comm.shofixti.font"
|
||||
#define SHOFIXTI_COLOR_MAP "comm.shofixti.colortable"
|
||||
#define SHOFIXTI_CONVERSATION_PHRASES "comm.shofixti.dialogue"
|
||||
#define SHOFIXTI_MUSIC "comm.shofixti.music"
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
enum
|
||||
{
|
||||
SHOFIXTI_PACKAGE = 1
|
||||
};
|
||||
|
||||
@@ -1,17 +0,0 @@
|
||||
#ifndef _RESTYPES_H
|
||||
#define _RESTYPES_H
|
||||
|
||||
enum
|
||||
{
|
||||
KEY_CONFIG = 1,
|
||||
GFXRES,
|
||||
FONTRES,
|
||||
STRTAB,
|
||||
SNDRES,
|
||||
MUSICRES,
|
||||
RES_INDEX,
|
||||
CODE
|
||||
};
|
||||
|
||||
#endif /* _RESTYPES_H */
|
||||
|
||||
@@ -1,10 +0,0 @@
|
||||
INCLUDE ../../star3do.typ
|
||||
|
||||
PATH comm/shofixt
|
||||
|
||||
PACKAGE SHOFIXTI_PACKAGE shofixt.con
|
||||
GFXRES SHOFIXTI_PMAP_ANIM shofixt.ani
|
||||
FONTRES SHOFIXTI_FONT shofixt.fon
|
||||
MUSICRES SHOFIXTI_MUSIC shofixt.mod
|
||||
STRTAB SHOFIXTI_CONVERSATION_PHRASES shofixt.txt
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
/* This file was auto-generated by the gen_resfiles utility and
|
||||
should not be edited directly. Modify the master resource list
|
||||
instead and regenerate. */
|
||||
|
||||
#define SLYLANDRO_FONT "comm.slylandro.font"
|
||||
@@ -1,5 +0,0 @@
|
||||
/* This file was auto-generated by the gen_resfiles utility and
|
||||
should not be edited directly. Modify the master resource list
|
||||
instead and regenerate. */
|
||||
|
||||
#define SLYLANDRO_PMAP_ANIM "comm.slylandro.graphics"
|
||||
@@ -1,5 +0,0 @@
|
||||
/* This file was auto-generated by the gen_resfiles utility and
|
||||
should not be edited directly. Modify the master resource list
|
||||
instead and regenerate. */
|
||||
|
||||
#define SLYLANDRO_MUSIC "comm.slylandro.music"
|
||||
@@ -1,6 +0,0 @@
|
||||
/* This file was auto-generated by the gen_resfiles utility and
|
||||
should not be edited directly. Modify the master resource list
|
||||
instead and regenerate. */
|
||||
|
||||
#define SLYLANDRO_COLOR_MAP "comm.slylandro.colortable"
|
||||
#define SLYLANDRO_CONVERSATION_PHRASES "comm.slylandro.dialogue"
|
||||
@@ -1,4 +1,5 @@
|
||||
#include "igfxres.h"
|
||||
#include "ifontres.h"
|
||||
#include "istrtab.h"
|
||||
#include "imusicre.h"
|
||||
#define SLYLANDRO_PMAP_ANIM "comm.slylandro.graphics"
|
||||
#define SLYLANDRO_FONT "comm.slylandro.font"
|
||||
#define SLYLANDRO_COLOR_MAP "comm.slylandro.colortable"
|
||||
#define SLYLANDRO_CONVERSATION_PHRASES "comm.slylandro.dialogue"
|
||||
#define SLYLANDRO_MUSIC "comm.slylandro.music"
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
enum
|
||||
{
|
||||
SLYLANDRO_PACKAGE = 1
|
||||
};
|
||||
|
||||
@@ -1,17 +0,0 @@
|
||||
#ifndef _RESTYPES_H
|
||||
#define _RESTYPES_H
|
||||
|
||||
enum
|
||||
{
|
||||
KEY_CONFIG = 1,
|
||||
GFXRES,
|
||||
FONTRES,
|
||||
STRTAB,
|
||||
SNDRES,
|
||||
MUSICRES,
|
||||
RES_INDEX,
|
||||
CODE
|
||||
};
|
||||
|
||||
#endif /* _RESTYPES_H */
|
||||
|
||||
@@ -1,10 +0,0 @@
|
||||
INCLUDE ../../star3do.typ
|
||||
|
||||
PATH comm/slyhome
|
||||
|
||||
PACKAGE SLYLANDRO_PACKAGE slyhome.con
|
||||
GFXRES SLYLANDRO_PMAP_ANIM slyhome.ani
|
||||
FONTRES SLYLANDRO_FONT slyhome.fon
|
||||
MUSICRES SLYLANDRO_MUSIC slyhome.mod
|
||||
STRTAB SLYLANDRO_CONVERSATION_PHRASES slyhome.txt
|
||||
STRTAB SLYLANDRO_COLOR_MAP slyhome.ct
|
||||
@@ -1,5 +0,0 @@
|
||||
/* This file was auto-generated by the gen_resfiles utility and
|
||||
should not be edited directly. Modify the master resource list
|
||||
instead and regenerate. */
|
||||
|
||||
#define SLYLAND_FONT "comm.probe.font"
|
||||
@@ -1,5 +0,0 @@
|
||||
/* This file was auto-generated by the gen_resfiles utility and
|
||||
should not be edited directly. Modify the master resource list
|
||||
instead and regenerate. */
|
||||
|
||||
#define SLYLAND_PMAP_ANIM "comm.probe.graphics"
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user