mirror of
https://github.com/OpenTTD/OpenTTD.git
synced 2025-08-12 17:19:09 +00:00
Compare commits
85 Commits
7f5ff838a7
...
1.0.4-RC1
Author | SHA1 | Date | |
---|---|---|---|
|
7dbf9f675d | ||
|
0f1dd224d3 | ||
|
008d3e89e0 | ||
|
801bf2e3d3 | ||
|
a8e42b7bdd | ||
|
7cf8dd70c3 | ||
|
544887688b | ||
|
0dc153f022 | ||
|
d6e34c9ad0 | ||
|
d74a79cc8c | ||
|
5a8c49a0ef | ||
|
7e81ab9d9f | ||
|
ebbe9409bd | ||
|
133f5ba643 | ||
|
eaa79661cf | ||
|
6999dcab18 | ||
|
0ac197a0c5 | ||
|
2da34ec3d6 | ||
|
cc9c1ff2b0 | ||
|
266bb52e1e | ||
|
fc3c216e66 | ||
|
00a2f93bd6 | ||
|
9531e10e82 | ||
|
0c5822bfb0 | ||
|
a388cc7f85 | ||
|
cd5e653e8f | ||
|
bf4fceef98 | ||
|
3ff50c23e6 | ||
|
de1018655b | ||
|
e8ab381e3f | ||
|
a519bd4bf8 | ||
|
9f041e4884 | ||
|
1ac4df08b8 | ||
|
4988065998 | ||
|
82450356fd | ||
|
8ed3cde783 | ||
|
017e56d64b | ||
|
e31a99619e | ||
|
9f8627152b | ||
|
69aa1249fb | ||
|
76f552f16d | ||
|
517a9d4a68 | ||
|
a68647b11e | ||
|
0c01de0929 | ||
|
eee6e228c7 | ||
|
3f1bc42eb0 | ||
|
1e5d35634d | ||
|
530d904f84 | ||
|
233ff7cacd | ||
|
b62a1ad1d5 | ||
|
706d321f52 | ||
|
2dee7158d3 | ||
|
1f1ad73073 | ||
|
9f14d652a9 | ||
|
4fada121bd | ||
|
7c3487501c | ||
|
ba8422354b | ||
|
9ed75d3ab7 | ||
|
83cca3a75a | ||
|
d197bcae1c | ||
|
bb74ec40ea | ||
|
8840831852 | ||
|
fcff99da75 | ||
|
a9163d0503 | ||
|
3106bb110e | ||
|
6837650080 | ||
|
286575a6c3 | ||
|
9931557d89 | ||
|
821fe5c3ba | ||
|
c3daa9a9fe | ||
|
7c127b2760 | ||
|
4aef9b3247 | ||
|
d0583ff075 | ||
|
aba6a8a229 | ||
|
fa9867879f | ||
|
ccf52c64e9 | ||
|
6a8b04d01e | ||
|
7ed9361ad9 | ||
|
bfa5e7fef5 | ||
|
5b188a4933 | ||
|
eb8263ce50 | ||
|
b87549229b | ||
|
02afc66664 | ||
|
6c86fa768c | ||
|
9a4fd32e87 |
48
.gitignore
vendored
48
.gitignore
vendored
@@ -1,12 +1,46 @@
|
||||
Makefile*
|
||||
bin/*
|
||||
bundle/*
|
||||
!bin/data/chars.grf
|
||||
!bin/ai
|
||||
bin/ai/*
|
||||
!bin/ai/compat*.nut
|
||||
!bin/ai/regression
|
||||
!bin/data
|
||||
bin/data/*
|
||||
!bin/data/openttdd.grf
|
||||
!bin/data/openttdw.grf
|
||||
!bin/data/opntitle.grf
|
||||
!bin/scenario/README
|
||||
!bin/scripts*
|
||||
config.*
|
||||
!bin/data/opntitle.dat
|
||||
!bin/data/orig_*.obg
|
||||
!bin/data/orig_*.obs
|
||||
!bin/data/no_sound.obs
|
||||
!bin/gm
|
||||
bin/gm/*
|
||||
!bin/gm/no_music.obm
|
||||
!bin/gm/orig_*.obm
|
||||
!bin/scripts
|
||||
bin/scripts/*
|
||||
!bin/scripts/*.example
|
||||
!bin/scripts/readme.txt
|
||||
|
||||
bundle/*
|
||||
bundles/*
|
||||
docs/aidocs/*
|
||||
docs/source/*
|
||||
media/openttd.desktop
|
||||
media/openttd.desktop.install
|
||||
objs/*
|
||||
projects/Debug
|
||||
projects/Release
|
||||
projects/*.ncb
|
||||
projects/*.suo
|
||||
projects/*.sdf
|
||||
projects/*.opensdf
|
||||
projects/*.vcproj.*.user
|
||||
projects/*.vcxproj.user
|
||||
src/rev.cpp
|
||||
src/os/windows/ottdres.rc
|
||||
|
||||
/Makefile*
|
||||
!/Makefile.msvc
|
||||
/config.*
|
||||
!/config.lib
|
||||
!*.in
|
||||
*.tmp
|
||||
|
21
.hgignore
21
.hgignore
@@ -1,11 +1,26 @@
|
||||
syntax: glob
|
||||
|
||||
bin/lang/*
|
||||
bin/opentd*
|
||||
bin/openttd*
|
||||
bin/*.cfg
|
||||
bundle/*
|
||||
config.cache.*
|
||||
bundles/*
|
||||
config.cache*
|
||||
config.log
|
||||
config.pwd
|
||||
docs/aidocs/*
|
||||
docs/source/*
|
||||
Makefile
|
||||
Makefile.am
|
||||
media/openttd.desktop*
|
||||
Makefile.bundle
|
||||
media/openttd.desktop
|
||||
media/openttd.desktop.install
|
||||
objs/*
|
||||
projects/*.ncb
|
||||
projects/*.suo
|
||||
projects/*.sdf
|
||||
projects/*.opensdf
|
||||
projects/*.vcproj.*.user
|
||||
projects/*.vcxproj.user
|
||||
src/rev.cpp
|
||||
src/os/windows/ottdres.rc
|
||||
|
@@ -88,7 +88,8 @@ endif
|
||||
$(Q)cp "$(BIN_DIR)/scripts/"* "$(BUNDLE_DIR)/scripts/"
|
||||
ifdef MENU_DIR
|
||||
$(Q)cp "$(ROOT_DIR)/media/openttd.desktop" "$(BUNDLE_DIR)/media/"
|
||||
$(Q)cat "$(ROOT_DIR)/media/openttd.desktop" | sed s/=openttd/=$(BINARY_NAME)/g > "$(ROOT_DIR)/media/openttd.desktop.install"
|
||||
$(Q)$(AWK) -f "$(ROOT_DIR)/media/openttd.desktop.translation.awk" "$(SRC_DIR)/lang/"*.txt | $(SORT) >> "$(BUNDLE_DIR)/media/openttd.desktop"
|
||||
$(Q)sed s/=openttd/=$(BINARY_NAME)/g "$(BUNDLE_DIR)/media/openttd.desktop" > "$(ROOT_DIR)/media/openttd.desktop.install"
|
||||
endif
|
||||
ifeq ($(TTD), openttd.exe)
|
||||
$(Q)unix2dos "$(BUNDLE_DIR)/docs/"* "$(BUNDLE_DIR)/readme.txt" "$(BUNDLE_DIR)/COPYING" "$(BUNDLE_DIR)/changelog.txt" "$(BUNDLE_DIR)/known-bugs.txt"
|
||||
@@ -155,7 +156,7 @@ bundle_dmg: bundle
|
||||
bundle_exe: all
|
||||
@echo '[BUNDLE] Creating $(BUNDLE_NAME).exe'
|
||||
$(Q)mkdir -p "$(BUNDLES_DIR)"
|
||||
$(Q)unix2dos "$(ROOT_DIR)/docs/"* "$(ROOT_DIR)/readme.txt" "$(ROOT_DIR)/COPYING" "$(ROOT_DIR)/changelog.txt" "$(ROOT_DIR)/known-bugs.txt"
|
||||
$(Q)unix2dos "$(ROOT_DIR)/docs/"*.txt "$(ROOT_DIR)/readme.txt" "$(ROOT_DIR)/COPYING" "$(ROOT_DIR)/changelog.txt" "$(ROOT_DIR)/known-bugs.txt"
|
||||
$(Q)cd $(ROOT_DIR)/os/windows/installer && makensis.exe //DVERSION_INCLUDE=version_$(PLATFORM).txt install.nsi
|
||||
$(Q)mv $(ROOT_DIR)/os/windows/installer/*$(PLATFORM).exe "$(BUNDLES_DIR)/$(BUNDLE_NAME).exe"
|
||||
|
||||
|
95
Makefile.grf.in
Normal file
95
Makefile.grf.in
Normal file
@@ -0,0 +1,95 @@
|
||||
# $Id$
|
||||
|
||||
# This file is part of OpenTTD.
|
||||
# OpenTTD is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2.
|
||||
# OpenTTD is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
# See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenTTD. If not, see <http://www.gnu.org/licenses/>.
|
||||
#
|
||||
# Building requires GRFCodec and NFORenum. Older versions of GRFCodec are
|
||||
# known to miscompile the graphics.
|
||||
#
|
||||
# Recent nightlies (including sources) of both can be found at:
|
||||
# http://www.openttd.org/download-grfcodec
|
||||
# http://www.openttd.org/download-nforenum
|
||||
#
|
||||
# The mercurial repository of both can be found at:
|
||||
# http://hg.openttdcoop.org/grfcodec
|
||||
# http://hg.openttdcoop.org/nforenum
|
||||
#
|
||||
|
||||
|
||||
ROOT_DIR = !!ROOT_DIR!!
|
||||
GRF_DIR = $(ROOT_DIR)/media/extra_grf
|
||||
BIN_DIR = !!BIN_DIR!!/data
|
||||
OBJS_DIR = !!GRF_OBJS_DIR!!
|
||||
OS = !!OS!!
|
||||
STAGE = !!STAGE!!
|
||||
|
||||
# Check if we want to show what we are doing
|
||||
ifdef VERBOSE
|
||||
Q =
|
||||
E = @true
|
||||
else
|
||||
Q = @
|
||||
E = @echo
|
||||
endif
|
||||
|
||||
# Some configurational settings for your environment.
|
||||
# If GRFCodec doesn't know a command, it'll exit with a non-zero exit code.
|
||||
GRFCODEC := $(shell grfcodec -s -v >/dev/null 2>/dev/null && echo "grfcodec -s" || echo "grfcodec")
|
||||
# Old NFORenums don't give an error code when a parameter isn't known, so we have to work around that.
|
||||
NFORENUM := $(shell [ `nforenum -s -v 2>/dev/null | wc -l ` -eq 1 ] && echo "nforenum -s" || echo "nforenum")
|
||||
MD5SUM := $(shell [ "$(OS)" = "OSX" ] && echo "md5 -r" || echo "md5sum")
|
||||
|
||||
# Some "should not be changed" settings.
|
||||
NFO_FILES := $(GRF_DIR)/*.nfo
|
||||
PCX_FILES := $(GRF_DIR)/*.pcx
|
||||
|
||||
# Build the GRF.
|
||||
all: $(BIN_DIR)/openttdd.grf $(BIN_DIR)/openttdw.grf
|
||||
|
||||
# Make sure the sprites directory exists.
|
||||
$(OBJS_DIR)/sprites:
|
||||
$(Q)-mkdir "$@"
|
||||
|
||||
$(BIN_DIR)/openttdd.grf: $(PCX_FILES) $(NFO_FILES) $(OBJS_DIR)/sprites
|
||||
@# Only try; if nforenum isn't available, just retouch the file as they likely didn't need it anyway.
|
||||
$(Q) ($(NFORENUM) -? > /dev/null 2>&1 && $(MAKE) $(OBJS_DIR)/openttdd.grf && cp $(OBJS_DIR)/openttdd.grf $(BIN_DIR)/openttdd.grf) || ([ -e $(BIN_DIR)/openttdd.grf ] && touch $(BIN_DIR)/openttdd.grf && echo "no NFORenum and GRFCodec found, skipping rebuild of openttdd.grf...") || (echo "no NFORenum and GRFCodec found, but no openttdd.grf either. Install NFORenum and GRFCodec." && exit 1)
|
||||
|
||||
# Yeah, we'd like to use -i in the sed, but Mac OS X's sed and GNU sed just can't agree on the usage of -i. In any case either one of them fails.
|
||||
$(OBJS_DIR)/openttdd.grf: $(PCX_FILES) $(NFO_FILES) $(OBJS_DIR)/sprites
|
||||
$(E) '$(STAGE) Assembling openttdd.nfo'
|
||||
$(Q)-cp $(PCX_FILES) $(OBJS_DIR)/sprites 2> /dev/null
|
||||
$(Q) gcc -DDOS -I$(GRF_DIR) -C -E - < "$(GRF_DIR)/openttd.nfo" | sed -e '/^#/d' -e '/^$$/d' > $(OBJS_DIR)/sprites/openttdd.nfo
|
||||
$(Q) $(NFORENUM) $(OBJS_DIR)/sprites/openttdd.nfo
|
||||
$(E) '$(STAGE) Compiling openttdd.grf'
|
||||
$(Q) $(GRFCODEC) -e -m1 $(OBJS_DIR)/openttdd.grf
|
||||
$(Q) cp $(OBJS_DIR)/openttdd.grf $(BIN_DIR)/openttdd.grf
|
||||
$(E) '$(STAGE) Updating base graphics sets for DOS graphics'
|
||||
$(Q) for grf in $(BIN_DIR)/orig_dos*.obg; do sed 's/^OPENTTDD.GRF = [0-9a-f]*$$/OPENTTDD.GRF = '`$(MD5SUM) $(BIN_DIR)/openttdd.grf | sed 's@ .*@@'`'/' $$grf > $$grf.tmp && mv $$grf.tmp $$grf; done
|
||||
|
||||
$(BIN_DIR)/openttdw.grf: $(PCX_FILES) $(NFO_FILES) $(OBJS_DIR)/sprites
|
||||
@# Only try; if nforenum isn't available, just retouch the file as they likely didn't need it anyway.
|
||||
$(Q) ($(NFORENUM) -? > /dev/null 2>&1 && $(MAKE) $(OBJS_DIR)/openttdw.grf && cp $(OBJS_DIR)/openttdw.grf $(BIN_DIR)/openttdw.grf) || ([ -e $(BIN_DIR)/openttdw.grf ] && touch $(BIN_DIR)/openttdw.grf && echo "no NFORenum and GRFCodec found, skipping rebuild of openttdw.grf...") || (echo "no NFORenum and GRFCodec found, but no openttdw.grf either. Install NFORenum and GRFCodec." && exit 1)
|
||||
|
||||
$(OBJS_DIR)/openttdw.grf: $(PCX_FILES) $(NFO_FILES) $(OBJS_DIR)/sprites
|
||||
$(E) '$(STAGE) Assembling openttdw.nfo'
|
||||
$(Q)-cp $(PCX_FILES) $(OBJS_DIR)/sprites 2> /dev/null
|
||||
$(Q) gcc -I$(GRF_DIR) -C -E - < "$(GRF_DIR)/openttd.nfo" | sed -e '/^#/d' -e '/^$$/d' > $(OBJS_DIR)/sprites/openttdw.nfo
|
||||
$(Q) $(NFORENUM) $(OBJS_DIR)/sprites/openttdw.nfo
|
||||
$(E) '$(STAGE) Compiling openttdw.grf'
|
||||
$(Q) $(GRFCODEC) -e -p2 $(OBJS_DIR)/openttdw.grf
|
||||
$(Q) cp $(OBJS_DIR)/openttdw.grf $(BIN_DIR)/openttdw.grf
|
||||
$(E) '$(STAGE) Updating base graphics sets for Windows graphics'
|
||||
$(Q) for grf in $(BIN_DIR)/orig_win.obg; do sed 's/^OPENTTDW.GRF = [0-9a-f]*$$/OPENTTDW.GRF = '`$(MD5SUM) $(BIN_DIR)/openttdw.grf | sed 's@ .*@@'`'/' $$grf > $$grf.tmp && mv $$grf.tmp $$grf; done
|
||||
|
||||
# Clean up temporary files.
|
||||
clean:
|
||||
$(Q)rm -f *.bak *.grf
|
||||
|
||||
# Clean up temporary files and result of generation, i.e. the grfs.
|
||||
mrproper: clean
|
||||
$(Q)rm -fr sprites
|
||||
$(Q)rm -f $(BIN_DIR)/openttdd.grf $(BIN_DIR)/openttdw.grf
|
||||
|
||||
.PHONY: all mrproper depend clean
|
@@ -43,6 +43,7 @@ OSXAPP = !!OSXAPP!!
|
||||
LIPO = !!LIPO!!
|
||||
REVISION = !!REVISION!!
|
||||
AWK = !!AWK!!
|
||||
SORT = !!SORT!!
|
||||
DISTCC = !!DISTCC!!
|
||||
|
||||
RES := $(shell if [ ! -f $(CONFIG_CACHE_PWD) ] || [ "`pwd`" != "`cat $(CONFIG_CACHE_PWD)`" ]; then echo "`pwd`" > $(CONFIG_CACHE_PWD); fi )
|
||||
@@ -53,7 +54,7 @@ ifdef DISTCC
|
||||
@if [ -z "`echo '$(MFLAGS)' | grep '\-j'`" ]; then echo; echo "WARNING: you enabled distcc support, but you don't seem to be using the -jN paramter"; echo; fi
|
||||
endif
|
||||
@for dir in $(DIRS); do \
|
||||
$(MAKE) -C $$dir all; \
|
||||
$(MAKE) -C $$dir all || exit 1; \
|
||||
done
|
||||
ifdef LIPO
|
||||
# Lipo is an OSX thing. If it is defined, it means we are building for universal,
|
||||
|
@@ -192,9 +192,9 @@ function Regression::Base()
|
||||
print(" RandRange(2): " + AIBase.RandRange(2));
|
||||
print(" RandRange(2): " + AIBase.RandRange(2));
|
||||
print(" RandRange(2): " + AIBase.RandRange(2));
|
||||
print(" RandRange(9): " + AIBase.RandRange(9));
|
||||
print(" RandRange(9): " + AIBase.RandRange(9));
|
||||
print(" RandRange(9): " + AIBase.RandRange(9));
|
||||
print(" RandRange(1000000): " + AIBase.RandRange(1000000)); // 32 bit tests
|
||||
print(" RandRange(1000000): " + AIBase.RandRange(1000000));
|
||||
print(" RandRange(1000000): " + AIBase.RandRange(1000000));
|
||||
print(" Chance(1, 2): " + AIBase.Chance(1, 2));
|
||||
print(" Chance(1, 2): " + AIBase.Chance(1, 2));
|
||||
print(" Chance(1, 2): " + AIBase.Chance(1, 2));
|
||||
@@ -785,6 +785,36 @@ function Regression::List()
|
||||
|
||||
list.Clear();
|
||||
print(" IsEmpty(): " + list.IsEmpty());
|
||||
|
||||
for (local i = 0; i < 10; i++) {
|
||||
list.AddItem(i, 5 + i / 2);
|
||||
}
|
||||
|
||||
local it = list.Begin();
|
||||
print(" " + it + " => " + list.GetValue(it) + " (" + list.HasNext() + ")");
|
||||
list.Sort(list.SORT_BY_VALUE, list.SORT_ASCENDING);
|
||||
it = list.Next();
|
||||
print(" " + it + " => " + list.GetValue(it) + " (" + list.HasNext() + ")");
|
||||
|
||||
it = list.Begin();
|
||||
print(" " + it + " => " + list.GetValue(it) + " (" + list.HasNext() + ")");
|
||||
|
||||
list.SetValue(it + 1, -5);
|
||||
it = list.Next();
|
||||
print(" " + it + " => " + list.GetValue(it) + " (" + list.HasNext() + ")");
|
||||
|
||||
list.RemoveValue(list.GetValue(it) + 1);
|
||||
it = list.Next();
|
||||
print(" " + it + " => " + list.GetValue(it) + " (" + list.HasNext() + ")");
|
||||
|
||||
list.RemoveAboveValue(list.GetValue(it));
|
||||
it = list.Next();
|
||||
print(" " + it + " => " + list.GetValue(it) + " (" + list.HasNext() + ")");
|
||||
|
||||
while (list.HasNext()) {
|
||||
it = list.Next();
|
||||
print(" " + it + " => " + list.GetValue(it));
|
||||
}
|
||||
}
|
||||
|
||||
function Regression::Map()
|
||||
@@ -997,6 +1027,7 @@ function Regression::RailTypeList()
|
||||
for (local i = list.Begin(); list.HasNext(); i = list.Next()) {
|
||||
print(" RailType: " + i);
|
||||
print(" IsRailTypeAvailable(): " + AIRail.IsRailTypeAvailable(i));
|
||||
print(" GetMaxSpeed(): " + AIRail.GetMaxSpeed(i));
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1724,6 +1755,48 @@ function Regression::PrintSubsidy(subsidy_id)
|
||||
print(" GetCargoType(): " + AISubsidy.GetCargoType(subsidy_id));
|
||||
}
|
||||
|
||||
function Regression::Math()
|
||||
{
|
||||
print("");
|
||||
print("--Math--");
|
||||
print(" -2147483648 < -2147483647: " + (-2147483648 < -2147483647));
|
||||
print(" -2147483648 < -1 : " + (-2147483648 < -1 ));
|
||||
print(" -2147483648 < 0 : " + (-2147483648 < 0 ));
|
||||
print(" -2147483648 < 1 : " + (-2147483648 < 1 ));
|
||||
print(" -2147483648 < 2147483647: " + (-2147483648 < 2147483647));
|
||||
|
||||
print(" -2147483647 < -2147483648: " + (-2147483647 < -2147483648));
|
||||
print(" -1 < -2147483648: " + (-1 < -2147483648));
|
||||
print(" 0 < -2147483648: " + ( 0 < -2147483648));
|
||||
print(" 1 < -2147483648: " + ( 1 < -2147483648));
|
||||
print(" 2147483647 < -2147483648: " + ( 2147483647 < -2147483648));
|
||||
|
||||
print(" -1 > 2147483647: " + (-1 > 2147483647));
|
||||
print(" -1 > 1 : " + (-1 > 1 ));
|
||||
print(" -1 > 0 : " + (-1 > 0 ));
|
||||
print(" -1 > -1 : " + (-1 > -1 ));
|
||||
print(" -1 > -2147483648: " + (-1 > -2147483648));
|
||||
|
||||
print(" 1 > 2147483647: " + ( 1 > 2147483647));
|
||||
print(" 1 > 1 : " + ( 1 > 1 ));
|
||||
print(" 1 > 0 : " + ( 1 > 0 ));
|
||||
print(" 1 > -1 : " + ( 1 > -1 ));
|
||||
print(" 1 > -2147483648: " + ( 1 > -2147483648));
|
||||
|
||||
print(" 2147483647 > 2147483646: " + ( 2147483647 > 2147483646));
|
||||
print(" 2147483647 > 1 : " + ( 2147483647 > 1 ));
|
||||
print(" 2147483647 > 0 : " + ( 2147483647 > 0 ));
|
||||
print(" 2147483647 > -1 : " + ( 2147483647 > -1 ));
|
||||
print(" 2147483647 > -2147483648: " + ( 2147483647 > -2147483648));
|
||||
|
||||
print(" 2147483646 > 2147483647: " + ( 2147483646 > 2147483647));
|
||||
print(" 1 > 2147483647: " + ( 1 > 2147483647));
|
||||
print(" 0 > 2147483647: " + ( 0 > 2147483647));
|
||||
print(" -1 > 2147483647: " + (-1 > 2147483647));
|
||||
print(" -2147483648 > 2147483647: " + (-2147483648 > 2147483647));
|
||||
|
||||
print(" 13725 > -2147483648: " + ( 13725 > -2147483648));
|
||||
}
|
||||
|
||||
function Regression::Start()
|
||||
{
|
||||
@@ -1789,5 +1862,7 @@ function Regression::Start()
|
||||
}
|
||||
}
|
||||
print(" IsEventWaiting: false");
|
||||
|
||||
this.Math();
|
||||
}
|
||||
|
||||
|
@@ -96,10 +96,10 @@
|
||||
RandRange(1): 0
|
||||
RandRange(2): 0
|
||||
RandRange(2): 0
|
||||
RandRange(2): 1
|
||||
RandRange(9): 6
|
||||
RandRange(9): 7
|
||||
RandRange(9): 4
|
||||
RandRange(2): 0
|
||||
RandRange(1000000): 987346
|
||||
RandRange(1000000): 781750
|
||||
RandRange(1000000): 191841
|
||||
Chance(1, 2): true
|
||||
Chance(1, 2): false
|
||||
Chance(1, 2): false
|
||||
@@ -569,6 +569,14 @@
|
||||
[]:
|
||||
4000 => 50
|
||||
IsEmpty(): true
|
||||
0 => 5 (true)
|
||||
ERROR: Next() is invalid as Begin() is never called
|
||||
ERROR: HasNext() is invalid as Begin() is never called
|
||||
0 => 5 (false)
|
||||
0 => 5 (true)
|
||||
2 => 6 (true)
|
||||
3 => 6 (true)
|
||||
9 => 0 (false)
|
||||
|
||||
--Company--
|
||||
SetName(): true
|
||||
@@ -2140,201 +2148,201 @@
|
||||
GetRoadType(): -1
|
||||
GetPlaneType(): -1
|
||||
Engine 57
|
||||
IsValidEngine(): true
|
||||
GetName(): Passenger Carriage
|
||||
GetCargoType(): 0
|
||||
IsValidEngine(): false
|
||||
GetName(): (null : 0x00000000)
|
||||
GetCargoType(): 255
|
||||
CanRefitCargo(): false
|
||||
GetCapacity(): 45
|
||||
GetCapacity(): -1
|
||||
GetReliability(): -1
|
||||
GetMaxSpeed(): 0
|
||||
GetPrice(): 1447
|
||||
GetMaxSpeed(): -1
|
||||
GetPrice(): -1
|
||||
GetMaxAge(): -1
|
||||
GetRunningCost(): 0
|
||||
GetRunningCost(): -1
|
||||
GetPower(): -1
|
||||
GetWeight(): 25
|
||||
GetWeight(): -1
|
||||
GetMaxTractiveEffort(): -1
|
||||
GetVehicleType(): 0
|
||||
GetRailType(): 2
|
||||
GetVehicleType(): 255
|
||||
GetRailType(): 255
|
||||
GetRoadType(): -1
|
||||
GetPlaneType(): -1
|
||||
Engine 58
|
||||
IsValidEngine(): true
|
||||
GetName(): Mail Van
|
||||
GetCargoType(): 2
|
||||
IsValidEngine(): false
|
||||
GetName(): (null : 0x00000000)
|
||||
GetCargoType(): 255
|
||||
CanRefitCargo(): false
|
||||
GetCapacity(): 35
|
||||
GetCapacity(): -1
|
||||
GetReliability(): -1
|
||||
GetMaxSpeed(): 0
|
||||
GetPrice(): 1335
|
||||
GetMaxSpeed(): -1
|
||||
GetPrice(): -1
|
||||
GetMaxAge(): -1
|
||||
GetRunningCost(): 0
|
||||
GetRunningCost(): -1
|
||||
GetPower(): -1
|
||||
GetWeight(): 21
|
||||
GetWeight(): -1
|
||||
GetMaxTractiveEffort(): -1
|
||||
GetVehicleType(): 0
|
||||
GetRailType(): 2
|
||||
GetVehicleType(): 255
|
||||
GetRailType(): 255
|
||||
GetRoadType(): -1
|
||||
GetPlaneType(): -1
|
||||
Engine 59
|
||||
IsValidEngine(): true
|
||||
GetName(): Coal Truck
|
||||
GetCargoType(): 1
|
||||
CanRefitCargo(): true
|
||||
GetCapacity(): 35
|
||||
IsValidEngine(): false
|
||||
GetName(): (null : 0x00000000)
|
||||
GetCargoType(): 255
|
||||
CanRefitCargo(): false
|
||||
GetCapacity(): -1
|
||||
GetReliability(): -1
|
||||
GetMaxSpeed(): 0
|
||||
GetPrice(): 1031
|
||||
GetMaxSpeed(): -1
|
||||
GetPrice(): -1
|
||||
GetMaxAge(): -1
|
||||
GetRunningCost(): 0
|
||||
GetRunningCost(): -1
|
||||
GetPower(): -1
|
||||
GetWeight(): 18
|
||||
GetWeight(): -1
|
||||
GetMaxTractiveEffort(): -1
|
||||
GetVehicleType(): 0
|
||||
GetRailType(): 2
|
||||
GetVehicleType(): 255
|
||||
GetRailType(): 255
|
||||
GetRoadType(): -1
|
||||
GetPlaneType(): -1
|
||||
Engine 60
|
||||
IsValidEngine(): true
|
||||
GetName(): Oil Tanker
|
||||
GetCargoType(): 3
|
||||
IsValidEngine(): false
|
||||
GetName(): (null : 0x00000000)
|
||||
GetCargoType(): 255
|
||||
CanRefitCargo(): false
|
||||
GetCapacity(): 35
|
||||
GetCapacity(): -1
|
||||
GetReliability(): -1
|
||||
GetMaxSpeed(): 0
|
||||
GetPrice(): 1171
|
||||
GetMaxSpeed(): -1
|
||||
GetPrice(): -1
|
||||
GetMaxAge(): -1
|
||||
GetRunningCost(): 0
|
||||
GetRunningCost(): -1
|
||||
GetPower(): -1
|
||||
GetWeight(): 24
|
||||
GetWeight(): -1
|
||||
GetMaxTractiveEffort(): -1
|
||||
GetVehicleType(): 0
|
||||
GetRailType(): 2
|
||||
GetVehicleType(): 255
|
||||
GetRailType(): 255
|
||||
GetRoadType(): -1
|
||||
GetPlaneType(): -1
|
||||
Engine 61
|
||||
IsValidEngine(): true
|
||||
GetName(): Livestock Van
|
||||
GetCargoType(): 4
|
||||
IsValidEngine(): false
|
||||
GetName(): (null : 0x00000000)
|
||||
GetCargoType(): 255
|
||||
CanRefitCargo(): false
|
||||
GetCapacity(): 30
|
||||
GetCapacity(): -1
|
||||
GetReliability(): -1
|
||||
GetMaxSpeed(): 0
|
||||
GetPrice(): 1125
|
||||
GetMaxSpeed(): -1
|
||||
GetPrice(): -1
|
||||
GetMaxAge(): -1
|
||||
GetRunningCost(): 0
|
||||
GetRunningCost(): -1
|
||||
GetPower(): -1
|
||||
GetWeight(): 20
|
||||
GetWeight(): -1
|
||||
GetMaxTractiveEffort(): -1
|
||||
GetVehicleType(): 0
|
||||
GetRailType(): 2
|
||||
GetVehicleType(): 255
|
||||
GetRailType(): 255
|
||||
GetRoadType(): -1
|
||||
GetPlaneType(): -1
|
||||
Engine 62
|
||||
IsValidEngine(): true
|
||||
GetName(): Goods Van
|
||||
GetCargoType(): 5
|
||||
IsValidEngine(): false
|
||||
GetName(): (null : 0x00000000)
|
||||
GetCargoType(): 255
|
||||
CanRefitCargo(): false
|
||||
GetCapacity(): 30
|
||||
GetCapacity(): -1
|
||||
GetReliability(): -1
|
||||
GetMaxSpeed(): 0
|
||||
GetPrice(): 1113
|
||||
GetMaxSpeed(): -1
|
||||
GetPrice(): -1
|
||||
GetMaxAge(): -1
|
||||
GetRunningCost(): 0
|
||||
GetRunningCost(): -1
|
||||
GetPower(): -1
|
||||
GetWeight(): 21
|
||||
GetWeight(): -1
|
||||
GetMaxTractiveEffort(): -1
|
||||
GetVehicleType(): 0
|
||||
GetRailType(): 2
|
||||
GetVehicleType(): 255
|
||||
GetRailType(): 255
|
||||
GetRoadType(): -1
|
||||
GetPlaneType(): -1
|
||||
Engine 63
|
||||
IsValidEngine(): true
|
||||
GetName(): Grain Hopper
|
||||
GetCargoType(): 6
|
||||
IsValidEngine(): false
|
||||
GetName(): (null : 0x00000000)
|
||||
GetCargoType(): 255
|
||||
CanRefitCargo(): false
|
||||
GetCapacity(): 35
|
||||
GetCapacity(): -1
|
||||
GetReliability(): -1
|
||||
GetMaxSpeed(): 0
|
||||
GetPrice(): 1066
|
||||
GetMaxSpeed(): -1
|
||||
GetPrice(): -1
|
||||
GetMaxAge(): -1
|
||||
GetRunningCost(): 0
|
||||
GetRunningCost(): -1
|
||||
GetPower(): -1
|
||||
GetWeight(): 19
|
||||
GetWeight(): -1
|
||||
GetMaxTractiveEffort(): -1
|
||||
GetVehicleType(): 0
|
||||
GetRailType(): 2
|
||||
GetVehicleType(): 255
|
||||
GetRailType(): 255
|
||||
GetRoadType(): -1
|
||||
GetPlaneType(): -1
|
||||
Engine 64
|
||||
IsValidEngine(): true
|
||||
GetName(): Wood Truck
|
||||
GetCargoType(): 7
|
||||
IsValidEngine(): false
|
||||
GetName(): (null : 0x00000000)
|
||||
GetCargoType(): 255
|
||||
CanRefitCargo(): false
|
||||
GetCapacity(): 35
|
||||
GetCapacity(): -1
|
||||
GetReliability(): -1
|
||||
GetMaxSpeed(): 0
|
||||
GetPrice(): 1060
|
||||
GetMaxSpeed(): -1
|
||||
GetPrice(): -1
|
||||
GetMaxAge(): -1
|
||||
GetRunningCost(): 0
|
||||
GetRunningCost(): -1
|
||||
GetPower(): -1
|
||||
GetWeight(): 16
|
||||
GetWeight(): -1
|
||||
GetMaxTractiveEffort(): -1
|
||||
GetVehicleType(): 0
|
||||
GetRailType(): 2
|
||||
GetVehicleType(): 255
|
||||
GetRailType(): 255
|
||||
GetRoadType(): -1
|
||||
GetPlaneType(): -1
|
||||
Engine 65
|
||||
IsValidEngine(): true
|
||||
GetName(): Iron Ore Hopper
|
||||
GetCargoType(): 8
|
||||
IsValidEngine(): false
|
||||
GetName(): (null : 0x00000000)
|
||||
GetCargoType(): 255
|
||||
CanRefitCargo(): false
|
||||
GetCapacity(): 35
|
||||
GetCapacity(): -1
|
||||
GetReliability(): -1
|
||||
GetMaxSpeed(): 0
|
||||
GetPrice(): 1048
|
||||
GetMaxSpeed(): -1
|
||||
GetPrice(): -1
|
||||
GetMaxAge(): -1
|
||||
GetRunningCost(): 0
|
||||
GetRunningCost(): -1
|
||||
GetPower(): -1
|
||||
GetWeight(): 19
|
||||
GetWeight(): -1
|
||||
GetMaxTractiveEffort(): -1
|
||||
GetVehicleType(): 0
|
||||
GetRailType(): 2
|
||||
GetVehicleType(): 255
|
||||
GetRailType(): 255
|
||||
GetRoadType(): -1
|
||||
GetPlaneType(): -1
|
||||
Engine 66
|
||||
IsValidEngine(): true
|
||||
GetName(): Steel Truck
|
||||
GetCargoType(): 9
|
||||
IsValidEngine(): false
|
||||
GetName(): (null : 0x00000000)
|
||||
GetCargoType(): 255
|
||||
CanRefitCargo(): false
|
||||
GetCapacity(): 25
|
||||
GetCapacity(): -1
|
||||
GetReliability(): -1
|
||||
GetMaxSpeed(): 0
|
||||
GetPrice(): 1148
|
||||
GetMaxSpeed(): -1
|
||||
GetPrice(): -1
|
||||
GetMaxAge(): -1
|
||||
GetRunningCost(): 0
|
||||
GetRunningCost(): -1
|
||||
GetPower(): -1
|
||||
GetWeight(): 18
|
||||
GetWeight(): -1
|
||||
GetMaxTractiveEffort(): -1
|
||||
GetVehicleType(): 0
|
||||
GetRailType(): 2
|
||||
GetVehicleType(): 255
|
||||
GetRailType(): 255
|
||||
GetRoadType(): -1
|
||||
GetPlaneType(): -1
|
||||
Engine 67
|
||||
IsValidEngine(): true
|
||||
GetName(): Armoured Van
|
||||
GetCargoType(): 10
|
||||
IsValidEngine(): false
|
||||
GetName(): (null : 0x00000000)
|
||||
GetCargoType(): 255
|
||||
CanRefitCargo(): false
|
||||
GetCapacity(): 25
|
||||
GetCapacity(): -1
|
||||
GetReliability(): -1
|
||||
GetMaxSpeed(): 0
|
||||
GetPrice(): 1494
|
||||
GetMaxSpeed(): -1
|
||||
GetPrice(): -1
|
||||
GetMaxAge(): -1
|
||||
GetRunningCost(): 0
|
||||
GetRunningCost(): -1
|
||||
GetPower(): -1
|
||||
GetWeight(): 30
|
||||
GetWeight(): -1
|
||||
GetMaxTractiveEffort(): -1
|
||||
GetVehicleType(): 0
|
||||
GetRailType(): 2
|
||||
GetVehicleType(): 255
|
||||
GetRailType(): 255
|
||||
GetRoadType(): -1
|
||||
GetPlaneType(): -1
|
||||
Engine 68
|
||||
@@ -2716,201 +2724,201 @@
|
||||
GetRoadType(): -1
|
||||
GetPlaneType(): -1
|
||||
Engine 89
|
||||
IsValidEngine(): true
|
||||
GetName(): Passenger Carriage
|
||||
GetCargoType(): 0
|
||||
IsValidEngine(): false
|
||||
GetName(): (null : 0x00000000)
|
||||
GetCargoType(): 255
|
||||
CanRefitCargo(): false
|
||||
GetCapacity(): 47
|
||||
GetCapacity(): -1
|
||||
GetReliability(): -1
|
||||
GetMaxSpeed(): 0
|
||||
GetPrice(): 1447
|
||||
GetMaxSpeed(): -1
|
||||
GetPrice(): -1
|
||||
GetMaxAge(): -1
|
||||
GetRunningCost(): 0
|
||||
GetRunningCost(): -1
|
||||
GetPower(): -1
|
||||
GetWeight(): 25
|
||||
GetWeight(): -1
|
||||
GetMaxTractiveEffort(): -1
|
||||
GetVehicleType(): 0
|
||||
GetRailType(): 3
|
||||
GetVehicleType(): 255
|
||||
GetRailType(): 255
|
||||
GetRoadType(): -1
|
||||
GetPlaneType(): -1
|
||||
Engine 90
|
||||
IsValidEngine(): true
|
||||
GetName(): Mail Van
|
||||
GetCargoType(): 2
|
||||
IsValidEngine(): false
|
||||
GetName(): (null : 0x00000000)
|
||||
GetCargoType(): 255
|
||||
CanRefitCargo(): false
|
||||
GetCapacity(): 37
|
||||
GetCapacity(): -1
|
||||
GetReliability(): -1
|
||||
GetMaxSpeed(): 0
|
||||
GetPrice(): 1335
|
||||
GetMaxSpeed(): -1
|
||||
GetPrice(): -1
|
||||
GetMaxAge(): -1
|
||||
GetRunningCost(): 0
|
||||
GetRunningCost(): -1
|
||||
GetPower(): -1
|
||||
GetWeight(): 21
|
||||
GetWeight(): -1
|
||||
GetMaxTractiveEffort(): -1
|
||||
GetVehicleType(): 0
|
||||
GetRailType(): 3
|
||||
GetVehicleType(): 255
|
||||
GetRailType(): 255
|
||||
GetRoadType(): -1
|
||||
GetPlaneType(): -1
|
||||
Engine 91
|
||||
IsValidEngine(): true
|
||||
GetName(): Coal Truck
|
||||
GetCargoType(): 1
|
||||
CanRefitCargo(): true
|
||||
GetCapacity(): 37
|
||||
IsValidEngine(): false
|
||||
GetName(): (null : 0x00000000)
|
||||
GetCargoType(): 255
|
||||
CanRefitCargo(): false
|
||||
GetCapacity(): -1
|
||||
GetReliability(): -1
|
||||
GetMaxSpeed(): 0
|
||||
GetPrice(): 1031
|
||||
GetMaxSpeed(): -1
|
||||
GetPrice(): -1
|
||||
GetMaxAge(): -1
|
||||
GetRunningCost(): 0
|
||||
GetRunningCost(): -1
|
||||
GetPower(): -1
|
||||
GetWeight(): 18
|
||||
GetWeight(): -1
|
||||
GetMaxTractiveEffort(): -1
|
||||
GetVehicleType(): 0
|
||||
GetRailType(): 3
|
||||
GetVehicleType(): 255
|
||||
GetRailType(): 255
|
||||
GetRoadType(): -1
|
||||
GetPlaneType(): -1
|
||||
Engine 92
|
||||
IsValidEngine(): true
|
||||
GetName(): Oil Tanker
|
||||
GetCargoType(): 3
|
||||
IsValidEngine(): false
|
||||
GetName(): (null : 0x00000000)
|
||||
GetCargoType(): 255
|
||||
CanRefitCargo(): false
|
||||
GetCapacity(): 37
|
||||
GetCapacity(): -1
|
||||
GetReliability(): -1
|
||||
GetMaxSpeed(): 0
|
||||
GetPrice(): 1171
|
||||
GetMaxSpeed(): -1
|
||||
GetPrice(): -1
|
||||
GetMaxAge(): -1
|
||||
GetRunningCost(): 0
|
||||
GetRunningCost(): -1
|
||||
GetPower(): -1
|
||||
GetWeight(): 24
|
||||
GetWeight(): -1
|
||||
GetMaxTractiveEffort(): -1
|
||||
GetVehicleType(): 0
|
||||
GetRailType(): 3
|
||||
GetVehicleType(): 255
|
||||
GetRailType(): 255
|
||||
GetRoadType(): -1
|
||||
GetPlaneType(): -1
|
||||
Engine 93
|
||||
IsValidEngine(): true
|
||||
GetName(): Livestock Van
|
||||
GetCargoType(): 4
|
||||
IsValidEngine(): false
|
||||
GetName(): (null : 0x00000000)
|
||||
GetCargoType(): 255
|
||||
CanRefitCargo(): false
|
||||
GetCapacity(): 32
|
||||
GetCapacity(): -1
|
||||
GetReliability(): -1
|
||||
GetMaxSpeed(): 0
|
||||
GetPrice(): 1125
|
||||
GetMaxSpeed(): -1
|
||||
GetPrice(): -1
|
||||
GetMaxAge(): -1
|
||||
GetRunningCost(): 0
|
||||
GetRunningCost(): -1
|
||||
GetPower(): -1
|
||||
GetWeight(): 20
|
||||
GetWeight(): -1
|
||||
GetMaxTractiveEffort(): -1
|
||||
GetVehicleType(): 0
|
||||
GetRailType(): 3
|
||||
GetVehicleType(): 255
|
||||
GetRailType(): 255
|
||||
GetRoadType(): -1
|
||||
GetPlaneType(): -1
|
||||
Engine 94
|
||||
IsValidEngine(): true
|
||||
GetName(): Goods Van
|
||||
GetCargoType(): 5
|
||||
IsValidEngine(): false
|
||||
GetName(): (null : 0x00000000)
|
||||
GetCargoType(): 255
|
||||
CanRefitCargo(): false
|
||||
GetCapacity(): 32
|
||||
GetCapacity(): -1
|
||||
GetReliability(): -1
|
||||
GetMaxSpeed(): 0
|
||||
GetPrice(): 1113
|
||||
GetMaxSpeed(): -1
|
||||
GetPrice(): -1
|
||||
GetMaxAge(): -1
|
||||
GetRunningCost(): 0
|
||||
GetRunningCost(): -1
|
||||
GetPower(): -1
|
||||
GetWeight(): 21
|
||||
GetWeight(): -1
|
||||
GetMaxTractiveEffort(): -1
|
||||
GetVehicleType(): 0
|
||||
GetRailType(): 3
|
||||
GetVehicleType(): 255
|
||||
GetRailType(): 255
|
||||
GetRoadType(): -1
|
||||
GetPlaneType(): -1
|
||||
Engine 95
|
||||
IsValidEngine(): true
|
||||
GetName(): Grain Hopper
|
||||
GetCargoType(): 6
|
||||
IsValidEngine(): false
|
||||
GetName(): (null : 0x00000000)
|
||||
GetCargoType(): 255
|
||||
CanRefitCargo(): false
|
||||
GetCapacity(): 37
|
||||
GetCapacity(): -1
|
||||
GetReliability(): -1
|
||||
GetMaxSpeed(): 0
|
||||
GetPrice(): 1066
|
||||
GetMaxSpeed(): -1
|
||||
GetPrice(): -1
|
||||
GetMaxAge(): -1
|
||||
GetRunningCost(): 0
|
||||
GetRunningCost(): -1
|
||||
GetPower(): -1
|
||||
GetWeight(): 19
|
||||
GetWeight(): -1
|
||||
GetMaxTractiveEffort(): -1
|
||||
GetVehicleType(): 0
|
||||
GetRailType(): 3
|
||||
GetVehicleType(): 255
|
||||
GetRailType(): 255
|
||||
GetRoadType(): -1
|
||||
GetPlaneType(): -1
|
||||
Engine 96
|
||||
IsValidEngine(): true
|
||||
GetName(): Wood Truck
|
||||
GetCargoType(): 7
|
||||
IsValidEngine(): false
|
||||
GetName(): (null : 0x00000000)
|
||||
GetCargoType(): 255
|
||||
CanRefitCargo(): false
|
||||
GetCapacity(): 37
|
||||
GetCapacity(): -1
|
||||
GetReliability(): -1
|
||||
GetMaxSpeed(): 0
|
||||
GetPrice(): 1060
|
||||
GetMaxSpeed(): -1
|
||||
GetPrice(): -1
|
||||
GetMaxAge(): -1
|
||||
GetRunningCost(): 0
|
||||
GetRunningCost(): -1
|
||||
GetPower(): -1
|
||||
GetWeight(): 16
|
||||
GetWeight(): -1
|
||||
GetMaxTractiveEffort(): -1
|
||||
GetVehicleType(): 0
|
||||
GetRailType(): 3
|
||||
GetVehicleType(): 255
|
||||
GetRailType(): 255
|
||||
GetRoadType(): -1
|
||||
GetPlaneType(): -1
|
||||
Engine 97
|
||||
IsValidEngine(): true
|
||||
GetName(): Iron Ore Hopper
|
||||
GetCargoType(): 8
|
||||
IsValidEngine(): false
|
||||
GetName(): (null : 0x00000000)
|
||||
GetCargoType(): 255
|
||||
CanRefitCargo(): false
|
||||
GetCapacity(): 37
|
||||
GetCapacity(): -1
|
||||
GetReliability(): -1
|
||||
GetMaxSpeed(): 0
|
||||
GetPrice(): 1048
|
||||
GetMaxSpeed(): -1
|
||||
GetPrice(): -1
|
||||
GetMaxAge(): -1
|
||||
GetRunningCost(): 0
|
||||
GetRunningCost(): -1
|
||||
GetPower(): -1
|
||||
GetWeight(): 19
|
||||
GetWeight(): -1
|
||||
GetMaxTractiveEffort(): -1
|
||||
GetVehicleType(): 0
|
||||
GetRailType(): 3
|
||||
GetVehicleType(): 255
|
||||
GetRailType(): 255
|
||||
GetRoadType(): -1
|
||||
GetPlaneType(): -1
|
||||
Engine 98
|
||||
IsValidEngine(): true
|
||||
GetName(): Steel Truck
|
||||
GetCargoType(): 9
|
||||
IsValidEngine(): false
|
||||
GetName(): (null : 0x00000000)
|
||||
GetCargoType(): 255
|
||||
CanRefitCargo(): false
|
||||
GetCapacity(): 27
|
||||
GetCapacity(): -1
|
||||
GetReliability(): -1
|
||||
GetMaxSpeed(): 0
|
||||
GetPrice(): 1148
|
||||
GetMaxSpeed(): -1
|
||||
GetPrice(): -1
|
||||
GetMaxAge(): -1
|
||||
GetRunningCost(): 0
|
||||
GetRunningCost(): -1
|
||||
GetPower(): -1
|
||||
GetWeight(): 18
|
||||
GetWeight(): -1
|
||||
GetMaxTractiveEffort(): -1
|
||||
GetVehicleType(): 0
|
||||
GetRailType(): 3
|
||||
GetVehicleType(): 255
|
||||
GetRailType(): 255
|
||||
GetRoadType(): -1
|
||||
GetPlaneType(): -1
|
||||
Engine 99
|
||||
IsValidEngine(): true
|
||||
GetName(): Armoured Van
|
||||
GetCargoType(): 10
|
||||
IsValidEngine(): false
|
||||
GetName(): (null : 0x00000000)
|
||||
GetCargoType(): 255
|
||||
CanRefitCargo(): false
|
||||
GetCapacity(): 27
|
||||
GetCapacity(): -1
|
||||
GetReliability(): -1
|
||||
GetMaxSpeed(): 0
|
||||
GetPrice(): 1494
|
||||
GetMaxSpeed(): -1
|
||||
GetPrice(): -1
|
||||
GetMaxAge(): -1
|
||||
GetRunningCost(): 0
|
||||
GetRunningCost(): -1
|
||||
GetPower(): -1
|
||||
GetWeight(): 30
|
||||
GetWeight(): -1
|
||||
GetMaxTractiveEffort(): -1
|
||||
GetVehicleType(): 0
|
||||
GetRailType(): 3
|
||||
GetVehicleType(): 255
|
||||
GetRailType(): 255
|
||||
GetRoadType(): -1
|
||||
GetPlaneType(): -1
|
||||
Engine 100
|
||||
@@ -4990,7 +4998,7 @@
|
||||
CanRefitCargo(): false
|
||||
GetCapacity(): 25
|
||||
GetReliability(): 58
|
||||
GetMaxSpeed(): 238
|
||||
GetMaxSpeed(): 236
|
||||
GetPrice(): 28710
|
||||
GetMaxAge(): 7320
|
||||
GetRunningCost(): 2390
|
||||
@@ -5008,7 +5016,7 @@
|
||||
CanRefitCargo(): false
|
||||
GetCapacity(): 65
|
||||
GetReliability(): 95
|
||||
GetMaxSpeed(): 238
|
||||
GetMaxSpeed(): 236
|
||||
GetPrice(): 30761
|
||||
GetMaxAge(): 8784
|
||||
GetRunningCost(): 2812
|
||||
@@ -5062,7 +5070,7 @@
|
||||
CanRefitCargo(): false
|
||||
GetCapacity(): 30
|
||||
GetReliability(): 77
|
||||
GetMaxSpeed(): 238
|
||||
GetMaxSpeed(): 236
|
||||
GetPrice(): 30761
|
||||
GetMaxAge(): 10980
|
||||
GetRunningCost(): 2756
|
||||
@@ -5739,7 +5747,7 @@
|
||||
GetRailType(): 255
|
||||
GetRoadType(): -1
|
||||
GetPlaneType(): -1
|
||||
Valid Engines: 53
|
||||
Valid Engines: 31
|
||||
|
||||
--EngineList--
|
||||
Count(): 11
|
||||
@@ -7085,7 +7093,7 @@
|
||||
IsBuoyTile(): false
|
||||
IsLockTile(): false
|
||||
IsCanalTile(): false
|
||||
GetBankBalance(): 480703
|
||||
GetBankBalance(): 479851
|
||||
BuildWaterDepot(): true
|
||||
BuildDock(): true
|
||||
BuildBuoy(): true
|
||||
@@ -7098,7 +7106,7 @@
|
||||
IsBuoyTile(): true
|
||||
IsLockTile(): true
|
||||
IsCanalTile(): true
|
||||
GetBankBalance(): 451154
|
||||
GetBankBalance(): 450302
|
||||
|
||||
--AIWaypointList(BUOY)--
|
||||
Count(): 1
|
||||
@@ -7117,7 +7125,7 @@
|
||||
IsBuoyTile(): false
|
||||
IsLockTile(): false
|
||||
IsCanalTile(): false
|
||||
GetBankBalance(): 428509
|
||||
GetBankBalance(): 427657
|
||||
BuildWaterDepot(): true
|
||||
BuildDock(): true
|
||||
|
||||
@@ -7200,6 +7208,7 @@
|
||||
ListDump:
|
||||
RailType: 0
|
||||
IsRailTypeAvailable(): true
|
||||
GetMaxSpeed(): 0
|
||||
|
||||
--Road--
|
||||
Road
|
||||
@@ -8038,7 +8047,7 @@
|
||||
GetPopulation(): 737
|
||||
GetLocation(): 6446
|
||||
GetHouseCount(): 26
|
||||
GetRating(): 5
|
||||
GetRating(): 6
|
||||
Town 11
|
||||
IsValidTown(): true
|
||||
GetName(): Fort Frindston
|
||||
@@ -8073,7 +8082,7 @@
|
||||
GetPopulation(): 807
|
||||
GetLocation(): 42338
|
||||
GetHouseCount(): 33
|
||||
GetRating(): 5
|
||||
GetRating(): 6
|
||||
Town 16
|
||||
IsValidTown(): true
|
||||
GetName(): Kennville
|
||||
@@ -8108,7 +8117,7 @@
|
||||
GetPopulation(): 437
|
||||
GetLocation(): 22585
|
||||
GetHouseCount(): 15
|
||||
GetRating(): 5
|
||||
GetRating(): 6
|
||||
Town 21
|
||||
IsValidTown(): true
|
||||
GetName(): Franinghead
|
||||
@@ -8621,4 +8630,37 @@
|
||||
GetEventType: 6
|
||||
Unknown Event
|
||||
IsEventWaiting: false
|
||||
|
||||
--Math--
|
||||
-2147483648 < -2147483647: true
|
||||
-2147483648 < -1 : true
|
||||
-2147483648 < 0 : true
|
||||
-2147483648 < 1 : true
|
||||
-2147483648 < 2147483647: true
|
||||
-2147483647 < -2147483648: false
|
||||
-1 < -2147483648: false
|
||||
0 < -2147483648: false
|
||||
1 < -2147483648: false
|
||||
2147483647 < -2147483648: false
|
||||
-1 > 2147483647: false
|
||||
-1 > 1 : false
|
||||
-1 > 0 : false
|
||||
-1 > -1 : false
|
||||
-1 > -2147483648: true
|
||||
1 > 2147483647: false
|
||||
1 > 1 : false
|
||||
1 > 0 : true
|
||||
1 > -1 : true
|
||||
1 > -2147483648: true
|
||||
2147483647 > 2147483646: true
|
||||
2147483647 > 1 : true
|
||||
2147483647 > 0 : true
|
||||
2147483647 > -1 : true
|
||||
2147483647 > -2147483648: true
|
||||
2147483646 > 2147483647: false
|
||||
1 > 2147483647: false
|
||||
0 > 2147483647: false
|
||||
-1 > 2147483647: false
|
||||
-2147483648 > 2147483647: false
|
||||
13725 > -2147483648: true
|
||||
ERROR: The AI died unexpectedly.
|
||||
|
49
bin/data/no_sound.obs
Normal file
49
bin/data/no_sound.obs
Normal file
@@ -0,0 +1,49 @@
|
||||
; $Id$
|
||||
;
|
||||
; This represents more or less nothingness
|
||||
;
|
||||
[metadata]
|
||||
name = NoSound
|
||||
shortname = NULL
|
||||
version = 2
|
||||
fallback = true
|
||||
description = A sound pack without any sounds.
|
||||
description.af_ZA = 'n Klank stel sonder enige klanke.
|
||||
description.ar_EG = مجموعة صوت بدوت اصوات مضافة
|
||||
description.bg_BG = Празен звуков пакет.
|
||||
description.ca_ES = Un joc de sons sense cap so.
|
||||
description.cs_CZ = Prázdná sada zvuků.
|
||||
description.da_DA = En lydpakke uden lyde.
|
||||
description.de_DE = Basissounds ohne Sound.
|
||||
description.el_GR = Ένα πάκετο ήχων χώρις ήχους.
|
||||
description.en_GB = A sound pack without any sounds.
|
||||
description.en_US = A sound pack without any sounds.
|
||||
description.es_ES = Un conjunto de sonidos vacío.
|
||||
description.et_ET = Ilma häälteta helipakk.
|
||||
description.fi_FI = Äänipaketti ilman ääniä.
|
||||
description.fr_FR = Un pack de sons sans sons.
|
||||
description.hr_HR = Zvučni paket bez ikakvih zvukova.
|
||||
description.hu_HU = Hang alapcsomag hangok nélkül.
|
||||
description.id_ID = Paket efek suara tanpa berisi suara.
|
||||
description.it_IT = Un pacchetto sonoro non contenente alcun suono.
|
||||
description.nb_NO = En lydpakke uten noen lyder.
|
||||
description.nl_NL = Een geluidset zonder geluid.
|
||||
description.nn_NO = Ei lydpakke utan nokon lydar.
|
||||
description.pl_PL = Zestaw dźwięków nie zawierający żadnych dźwięków.
|
||||
description.pt_PT = Um conjunto de sons vazio.
|
||||
description.ro_RO = Un set de sunete fără nici un sunet inclus.
|
||||
description.ru_RU = "Пустой" набор звукового оформления, не содержащий никаких звуков.
|
||||
description.sk_SK = Zvuková sada neobsahujúca zvuky.
|
||||
description.sl_SL = Zvočni paket brez zvoka.
|
||||
description.sr_RS = Prazan skup zvukova.
|
||||
description.sv_SE = Ett ljudpaket utan några ljud.
|
||||
description.tr_TR = Ses içermeyen boş bir ses kümesi.
|
||||
description.zh_TW = 不含任何音效的音效集。
|
||||
|
||||
[files]
|
||||
samples =
|
||||
|
||||
[md5s]
|
||||
|
||||
[origin]
|
||||
default = This file was part of your OpenTTD installation.
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -4,11 +4,42 @@
|
||||
; Tycoon Deluxe DOS CD.
|
||||
;
|
||||
[metadata]
|
||||
name = original_dos
|
||||
shortname = TTDD
|
||||
version = 1
|
||||
description = Original Transport Tycoon Deluxe DOS edition graphics
|
||||
palette = DOS
|
||||
name = original_dos
|
||||
shortname = TTDD
|
||||
version = 1
|
||||
palette = DOS
|
||||
description = Original Transport Tycoon Deluxe DOS edition graphics.
|
||||
description.af_ZA = Oorspronklike Transport Tycoon Deluxe DOS uitgawe grafieke.
|
||||
description.ar_EG = النسخة الاصلية من ترانسبورت تايكون ديلوكس الرسومية نسخة الدوس
|
||||
description.bg_BG = Оригинални графики на Transport Tycoon Deluxe за DOS.
|
||||
description.ca_ES = Gràfics originals de Transport Tycoon Deluxe per a DOS.
|
||||
description.cs_CZ = Původní sada grafik Transport Tycoon Deluxe (verze pro DOS).
|
||||
description.da_DA = Originalgrafik fra Transport Tycoon Deluxe DOS-version.
|
||||
description.de_DE = Original Transport Tycoon Deluxe DOS Basisgrafiken.
|
||||
description.el_GR = Αρχικά γραφικά από το Transport Tycoon Deluxe έκδοση DOS.
|
||||
description.en_GB = Original Transport Tycoon Deluxe DOS edition graphics.
|
||||
description.en_US = Original Transport Tycoon Deluxe DOS edition graphics.
|
||||
description.es_ES = Gráficos originales de Transport Tycoon Deluxe versión DOS.
|
||||
description.et_ET = Algse Transport Tycoon Deluxe DOSi versiooni graafika.
|
||||
description.fi_FI = Alkuperäiset Transport Tycoon Deluxe DOS grafiikat.
|
||||
description.fr_FR = Graphiques originaux de Transport Tycoon Deluxe (version DOS).
|
||||
description.hr_HR = Originalna grafika za Transport Tycoon Deluxe DOS izdanje.
|
||||
description.hu_HU = Az eredeti Transport Tycoon Deluxe DOS verziójának grafikája.
|
||||
description.id_ID = Grafik orisinil Transport Tycoon Deluxe versi DOS.
|
||||
description.it_IT = Grafica originale di Transport Tycoon Deluxe, edizione DOS.
|
||||
description.nb_NO = Original grafikk fra Transport Tycoon Deluxe for DOS.
|
||||
description.nl_NL = Originele graphics van de Transport Tycoon Deluxe DOS-versie.
|
||||
description.nn_NO = Original grafikk frå Transport Tycoon Deluxe for DOS.
|
||||
description.pl_PL = Oryginalna edycja grafik dla Transport Tycoon Deluxe DOS.
|
||||
description.pt_PT = Gráficos originais da edição DOS de Transport Tycoon Deluxe.
|
||||
description.ro_RO = Setul grafic original al Transport Tycoon Deluxe pentru DOS.
|
||||
description.ru_RU = Оригинальная графика из Transport Tycoon Deluxe для DOS.
|
||||
description.sk_SK = Pôvodná grafika Transport Tycoon Deluxe (DOS).
|
||||
description.sl_SL = Originalna grafika Transport Tycoon Deluxe za različico DOS.
|
||||
description.sr_RS = Originalni skup grafika Transport Tycoon Deluxe DOS izdanja.
|
||||
description.sv_SE = Originalgrafiken från Transport Tycoon Deluxe, DOS-utgåvan.
|
||||
description.tr_TR = Orijinal Transport Tycoon Deluxe DOS sürümü grafikleri.
|
||||
description.zh_TW = 原版 Transport Tycoon Deluxe DOS 版的圖形。
|
||||
|
||||
[files]
|
||||
base = TRG1.GRF
|
||||
@@ -24,8 +55,8 @@ TRGI.GRF = da6a6c9dcc451eec88d79211437b76a8
|
||||
TRGC.GRF = ed446637e034104c5559b32c18afe78d
|
||||
TRGH.GRF = ee6616fb0e6ef6b24892c58c93d86fc9
|
||||
TRGT.GRF = e30e8a398ae86c03dc534a8ac7dfb3b6
|
||||
OPENTTDD.GRF = 356cf9663aacb212fdbff609d99090d6
|
||||
OPENTTDD.GRF = 177d3eeda710bb6f1b93955fdd3754fa
|
||||
|
||||
[origin]
|
||||
default = You can find it on your Transport Tycoon Deluxe CD-ROM.
|
||||
OPENTTDD.GRF = This file was part of your installation.
|
||||
OPENTTDD.GRF = This file was part of your OpenTTD installation.
|
||||
|
@@ -4,10 +4,41 @@
|
||||
; Tycoon Deluxe DOS CD.
|
||||
;
|
||||
[metadata]
|
||||
name = original_dos
|
||||
shortname = TTDO
|
||||
version = 0
|
||||
description = Original Transport Tycoon Deluxe DOS edition sounds
|
||||
name = original_dos
|
||||
shortname = TTDO
|
||||
version = 0
|
||||
description = Original Transport Tycoon Deluxe DOS edition sounds.
|
||||
description.af_ZA = Oorspronklike Transport Tycoon Deluxe DOS uitgawe klanke.
|
||||
description.ar_EG = النسخة الاصلية من ترانسبورت تايكون ديلوكس الصوتية نسخة الدوس
|
||||
description.bg_BG = Оригинални звуци на Transport Tycoon Deluxe за DOS.
|
||||
description.ca_ES = Sons originals de Transport Tycoon Deluxe per a DOS.
|
||||
description.cs_CZ = Původní sada zvuků Transport Tycoon Deluxe (verze pro DOS).
|
||||
description.da_DA = Originallyd fra Transport Tycoon Deluxe DOS-version.
|
||||
description.de_DE = Original Transport Tycoon Deluxe DOS Basissounds.
|
||||
description.el_GR = Αρχικοί ήχοι από το Transport Tycoon Deluxe έκδοση DOS.
|
||||
description.en_GB = Original Transport Tycoon Deluxe DOS edition sounds.
|
||||
description.en_US = Original Transport Tycoon Deluxe DOS edition sounds.
|
||||
description.es_ES = Sonidos originales de Transport Tycoon Deluxe versión DOS.
|
||||
description.et_ET = Algse Transport Tycoon Deluxe DOSi versiooni helid.
|
||||
description.fi_FI = Alkuperäiset Transport Tycoon Deluxe DOS äänet.
|
||||
description.hr_HR = Originalni zvukovi za Transport Tycoon Deluxe DOS izdanje.
|
||||
description.hu_HU = Az eredeti Transport Tycoon Deluxe DOS verziójának hangjai.
|
||||
description.fr_FR = Sons originaux de Transport Tycoon Deluxe (version DOS).
|
||||
description.id_ID = Efek suara orisinil Transport Tycoon Deluxe versi DOS.
|
||||
description.it_IT = Suoni originali di Transport Tycoon Deluxe, edizione DOS.
|
||||
description.nb_NO = Originale lyder fra Transport Tycoon Deluxe for DOS.
|
||||
description.nl_NL = Originele geluiden van de Transport Tycoon Deluxe DOS-versie.
|
||||
description.nn_NO = Originale lydar frå Transport Tycoon Deluxe for DOS.
|
||||
description.pl_PL = Oryginalna edycja dźwięków dla Transport Tycoon Deluxe DOS.
|
||||
description.pt_PT = Sons originais da edição DOS de Transport Tycoon Deluxe.
|
||||
description.ro_RO = Setul de sunete original al Transport Tycoon Deluxe pentru DOS.
|
||||
description.ru_RU = Оригинальный набор звукового оформления из игры Transport Tycoon Deluxe для DOS.
|
||||
description.sk_SK = Pôvodné zvuky Transport Tycoon Deluxe (DOS).
|
||||
description.sl_SL = Originalni zvoki Transport Tycoon Deluxe različice DOS.
|
||||
description.sr_RS = Originalni skup zvukova Transport Tycoon Deluxe DOS izdanja.
|
||||
description.sv_SE = Originalljuden från Transport Tycoon Deluxe, DOS-utgåvan.
|
||||
description.tr_TR = Orijinal Transport Tycoon Deluxe DOS sürümü sesleri.
|
||||
description.zh_TW = 原版 Transport Tycoon Deluxe DOS 版的音效。
|
||||
|
||||
[files]
|
||||
samples = SAMPLE.CAT
|
||||
|
@@ -4,11 +4,42 @@
|
||||
; Tycoon Deluxe DOS CD. It contains one broken sprite.
|
||||
;
|
||||
[metadata]
|
||||
name = original_dos_de
|
||||
shortname = TTDD
|
||||
version = 0
|
||||
description = Original Transport Tycoon Deluxe DOS (German) edition graphics
|
||||
palette = DOS
|
||||
name = original_dos_de
|
||||
shortname = TTDD
|
||||
version = 0
|
||||
palette = DOS
|
||||
description = Original Transport Tycoon Deluxe DOS (German) edition graphics.
|
||||
description.af_ZA = Oorspronklike Transport Tycoon Deluxe DOS (German) uitgawe grafieke.
|
||||
description.ar_EG = النسخة الاصلية من ترانسبورت تايكون ديلوكس الالمانية نسخة الدوس
|
||||
description.bg_BG = Оригинални графики на Transport Tycoon Deluxe за DOS (немски) .
|
||||
description.ca_ES = Gràfics originals de Transport Tycoon Deluxe per a DOS (Alemany).
|
||||
description.cs_CZ = Původní sada grafik Transport Tycoon Deluxe (německá verze pro DOS).
|
||||
description.da_DA = Originalgrafik fra Transport Tycoon Deluxe DOS (Tysk) version.
|
||||
description.de_DE = Original Transport Tycoon Deluxe DOS (Deutsch) Basisgrafiken.
|
||||
description.el_GR = Αρχικά γραφικά από το Transport Tycoon Deluxe έκδοση DOS (Γερμανικό).
|
||||
description.en_GB = Original Transport Tycoon Deluxe DOS (German) edition graphics.
|
||||
description.en_US = Original Transport Tycoon Deluxe DOS (German) edition graphics.
|
||||
description.es_ES = Gráficos originales de Transport Tycoon Deluxe versión DOS (Alemán).
|
||||
description.et_ET = Algse Transport Tycoon Deluxe DOSi (Saksa) versiooni graafika.
|
||||
description.fi_FI = Alkuperäiset Transport Tycoon Deluxe DOS (Saksalainen) grafiikat.
|
||||
description.fr_FR = Graphiques originaux de Transport Tycoon Deluxe (version DOS allemande).
|
||||
description.hr_HR = Originalna grafika za Transport Tycoon Deluxe DOS (Njemački) izdanje.
|
||||
description.hu_HU = Az eredeti Transport Tycoon Deluxe DOS (német) verziójának grafikája.
|
||||
description.id_ID = Grafik orisinil Transport Tycoon Deluxe versi DOS (Jerman).
|
||||
description.it_IT = Grafica originale di Transport Tycoon Deluxe (tedesco), edizione DOS.
|
||||
description.nb_NO = Original grafikk fra Transport Tycoon Deluxe for DOS (tysk).
|
||||
description.nl_NL = Originele graphics van de Duitse Transport Tycoon Deluxe DOS-versie.
|
||||
description.nn_NO = Original grafikk frå Transport Tycoon Deluxe for DOS (tysk).
|
||||
description.pl_PL = Oryginalna edycja grafik dla Transport Tycoon Deluxe DOS (German).
|
||||
description.pt_PT = Gráficos originais da edição DOS (Alemã) de Transport Tycoon Deluxe.
|
||||
description.ro_RO = Setul grafic original al Transport Tycoon Deluxe pentru DOS (ediţia germană).
|
||||
description.ru_RU = Оригинальная графика из немецкой версии Transport Tycoon Deluxe для DOS.
|
||||
description.sk_SK = Pôvodná grafika Transport Tycoon Deluxe (DOS) (v jazyku nemčina).
|
||||
description.sl_SL = Originalna grafika Transport Tycoon Deluxe za nemško različico DOS.
|
||||
description.sr_RS = Originalni skup grafika nemačkog Transport Tycoon Deluxe DOS izdanja.
|
||||
description.sv_SE = Originalgrafiken från Transport Tycoon Deluxe, DOS-utgåvan (tyska).
|
||||
description.tr_TR = Orijinal Transport Tycoon Deluxe DOS (Almanca) sürümü grafikleri.
|
||||
description.zh_TW = 原版 Transport Tycoon Deluxe DOS 版 (德國版) 的圖形。
|
||||
|
||||
[files]
|
||||
base = TRG1.GRF
|
||||
@@ -24,8 +55,8 @@ TRGI.GRF = da6a6c9dcc451eec88d79211437b76a8
|
||||
TRGC.GRF = ed446637e034104c5559b32c18afe78d
|
||||
TRGH.GRF = ee6616fb0e6ef6b24892c58c93d86fc9
|
||||
TRGT.GRF = fcde1d7e8a74197d72a62695884b909e
|
||||
OPENTTDD.GRF = 356cf9663aacb212fdbff609d99090d6
|
||||
OPENTTDD.GRF = 177d3eeda710bb6f1b93955fdd3754fa
|
||||
|
||||
[origin]
|
||||
default = You can find it on your Transport Tycoon Deluxe CD-ROM.
|
||||
OPENTTDD.GRF = This file was part of your installation.
|
||||
OPENTTDD.GRF = This file was part of your OpenTTD installation.
|
||||
|
@@ -4,11 +4,42 @@
|
||||
; Tycoon Deluxe for Windows CD.
|
||||
;
|
||||
[metadata]
|
||||
name = original_windows
|
||||
shortname = TTDW
|
||||
version = 0
|
||||
description = Original Transport Tycoon Deluxe Windows edition graphics
|
||||
palette = Windows
|
||||
name = original_windows
|
||||
shortname = TTDW
|
||||
version = 0
|
||||
palette = Windows
|
||||
description = Original Transport Tycoon Deluxe Windows edition graphics.
|
||||
description.af_ZA = Oorspronklike Transport Tycoon Deluxe Windows uitgawe grafieke.
|
||||
description.ar_EG = النسخة الاصلية من ترانسبورت تايكون ديلوكس الرسومية نسخة وندوز
|
||||
description.bg_BG = Оригинални графики на Transport Tycoon Deluxe за Windows.
|
||||
description.ca_ES = Gràfics originals de Transport Tycoon Deluxe per a Windows.
|
||||
description.cs_CZ = Původní sada grafik Transport Tycoon Deluxe (verze pro Windows).
|
||||
description.da_DA = Originalgrafik fra Transport Tycoon Deluxe Windows-version.
|
||||
description.de_DE = Original Transport Tycoon Deluxe Windows Basisgrafiken.
|
||||
description.el_GR = Αρχικά γραφικά από το Transport Tycoon Deluxe έκδοση Windows.
|
||||
description.en_GB = Original Transport Tycoon Deluxe Windows edition graphics.
|
||||
description.en_US = Original Transport Tycoon Deluxe Windows edition graphics.
|
||||
description.es_ES = Gráficos originales de Transport Tycoon Deluxe versión Windows.
|
||||
description.et_ET = Algse Transport Tycoon Deluxe Windowsi versiooni graafika.
|
||||
description.fi_FI = Alkuperäiset Transport Tycoon Deluxe Windows grafiikat.
|
||||
description.fr_FR = Graphiques originaux de Transport Tycoon Deluxe (version Windows).
|
||||
description.hr_HR = Originalna grafika za Transport Tycoon Deluxe Windows izdanje.
|
||||
description.hu_HU = Az eredeti Transport Tycoon Deluxe Windows verziójának grafikája.
|
||||
description.id_ID = Grafik orisinil Transport Tycoon Deluxe versi Windows.
|
||||
description.it_IT = Grafica originale di Transport Tycoon Deluxe, edizione Windows.
|
||||
description.nb_NO = Original grafikk fra Transport Tycoon Deluxe for Windows.
|
||||
description.nl_NL = Originele graphics van de Transport Tycoon Deluxe Windows-versie.
|
||||
description.nn_NO = Original grafikk frå Transport Tycoon Deluxe for Windows.
|
||||
description.pl_PL = Oryginalna edycja grafik dla Transport Tycoon Deluxe Windows.
|
||||
description.pt_PT = Gráficos originais da edição Windows de Transport Tycoon Deluxe.
|
||||
description.ro_RO = Setul grafic original al Transport Tycoon Deluxe pentru Windows.
|
||||
description.ru_RU = Оригинальная графика из Transport Tycoon Deluxe для Windows.
|
||||
description.sk_SK = Pôvodná grafika Transport Tycoon Deluxe (Windows).
|
||||
description.sl_SL = Originalna grafika Transport Tycoon Deluxe za različico oken(windows).
|
||||
description.sr_RS = Originalni skup grafika Transport Tycoon Deluxe Windows izdanja.
|
||||
description.sv_SE = Originalgrafiken från Transport Tycoon Deluxe, Windows-utgåvan.
|
||||
description.tr_TR = Orijinal Transport Tycoon Deluxe Windows sürümü grafikleri.
|
||||
description.zh_TW = 原版 Transport Tycoon Deluxe Windows 版的圖形。
|
||||
|
||||
[files]
|
||||
base = TRG1R.GRF
|
||||
@@ -24,8 +55,8 @@ TRGIR.GRF = 0c2484ff6be49fc63a83be6ab5c38f32
|
||||
TRGCR.GRF = 3668f410c761a050b5e7095a2b14879b
|
||||
TRGHR.GRF = 06bf2b7a31766f048baac2ebe43457b1
|
||||
TRGTR.GRF = de53650517fe661ceaa3138c6edb0eb8
|
||||
OPENTTDW.GRF = 80346ea80de167068cfb975f93963941
|
||||
OPENTTDW.GRF = 7f67abbead5b77b86c375d4f9a7b1a29
|
||||
|
||||
[origin]
|
||||
default = You can find it on your Transport Tycoon Deluxe CD-ROM.
|
||||
OPENTTDW.GRF = This file was part of your installation.
|
||||
OPENTTDW.GRF = This file was part of your OpenTTD installation.
|
||||
|
@@ -4,10 +4,41 @@
|
||||
; Tycoon Deluxe for Windows CD.
|
||||
;
|
||||
[metadata]
|
||||
name = original_windows
|
||||
shortname = TTDO
|
||||
version = 0
|
||||
description = Original Transport Tycoon Deluxe Windows edition sounds
|
||||
name = original_windows
|
||||
shortname = TTDO
|
||||
version = 0
|
||||
description = Original Transport Tycoon Deluxe Windows edition sounds.
|
||||
description.af_ZA = Oorspronklike Transport Tycoon Deluxe Windows uitgawe klanke.
|
||||
description.ar_EG = النسخة الاصلية من ترانسبورت تايكون ديلوكس الصوتية نسخة وندوز
|
||||
description.bg_BG = Оригинални звуци на Transport Tycoon Deluxe за Windows.
|
||||
description.ca_ES = Sons originals de Transport Tycoon Deluxe per a Windows.
|
||||
description.cs_CZ = Původní sada zvuků Transport Tycoon Deluxe (verze pro Windows).
|
||||
description.da_DA = Originallyd fra Transport Tycoon Deluxe Windows-version.
|
||||
description.de_DE = Original Transport Tycoon Deluxe Windows Basissounds.
|
||||
description.el_GR = Αρχικοί ήχοι από το Transport Tycoon Deluxe έκδοση Windows.
|
||||
description.en_GB = Original Transport Tycoon Deluxe Windows edition sounds.
|
||||
description.en_US = Original Transport Tycoon Deluxe Windows edition sounds.
|
||||
description.es_ES = Sonidos originales de Transport Tycoon Deluxe versión Windows.
|
||||
description.et_ET = Algse Transport Tycoon Deluxe Windowsi versiooni helid.
|
||||
description.fi_FI = Alkuperäiset Transport Tycoon Deluxe Windows äänet.
|
||||
description.hr_HR = Originalni zvukovi za Transport Tycoon Deluxe Windows izdanje.
|
||||
description.hu_HU = Az eredeti Transport Tycoon Deluxe Windows verziójának hangjai.
|
||||
description.fr_FR = Sons originaux de Transport Tycoon Deluxe (version Windows).
|
||||
description.id_ID = Efek suara orisinil Transport Tycoon Deluxe versi Windows.
|
||||
description.it_IT = Suoni originali di Transport Tycoon Deluxe, edizione Windows.
|
||||
description.nb_NO = Originale lyder fra Transport Tycoon Deluxe for Windows.
|
||||
description.nl_NL = Originele geluiden van de Transport Tycoon Deluxe Windows-versie.
|
||||
description.nn_NO = Originale lydar frå Transport Tycoon Deluxe for Windows.
|
||||
description.pl_PL = Oryginalna edycja dźwięków dla Transport Tycoon Deluxe Windows.
|
||||
description.pt_PT = Sons originais da edição Windows de Transport Tycoon Deluxe.
|
||||
description.ro_RO = Setul de sunete original al Transport Tycoon Deluxe pentru Windows.
|
||||
description.ru_RU = Оригинальный набор звукового оформления из игры Transport Tycoon Deluxe для Windows.
|
||||
description.sk_SK = Pôvodné zvuky Transport Tycoon Deluxe (Windows).
|
||||
description.sl_SL = Originalni zvoki Transport Tycoon Deluxe različice oken(windows).
|
||||
description.sr_RS = Originalni skup zvukova Transport Tycoon Deluxe Windows izdanja.
|
||||
description.sv_SE = Originalljuden från Transport Tycoon Deluxe, Windows-utgåvan.
|
||||
description.tr_TR = Orijinal Transport Tycoon Deluxe Windows sürümü sesleri.
|
||||
description.zh_TW = 原版 Transport Tycoon Deluxe Windows 版的音效。
|
||||
|
||||
[files]
|
||||
samples = SAMPLE.CAT
|
||||
|
@@ -3,10 +3,42 @@
|
||||
; This represents more or less nothingness
|
||||
;
|
||||
[metadata]
|
||||
name = NoMusic
|
||||
shortname = NOMU
|
||||
version = 0
|
||||
description = A music pack without actual music
|
||||
name = NoMusic
|
||||
shortname = NULL
|
||||
version = 0
|
||||
fallback = true
|
||||
description = A music pack without actual music.
|
||||
description.af_ZA = 'n Musiek stel sonder enige musiek.
|
||||
description.ar_EG = مجموعة موسيقى بدون موسيقى
|
||||
description.bg_BG = Празен музикален пакет.
|
||||
description.ca_ES = Un joc de música sense cap música.
|
||||
description.cs_CZ = Prázná hudební sada.
|
||||
description.da_DA = En musikpakke uden musik.
|
||||
description.de_DE = Ein Musikset ohne Musik.
|
||||
description.el_GR = Ένα πάκετο μουσικής χωρίς πραγματική μουσική.
|
||||
description.en_GB = A music pack without actual music.
|
||||
description.en_US = A music pack without actual music.
|
||||
description.es_ES = Un conjunto de música vacío.
|
||||
description.et_ET = Muusikakomplekt ilma igasuguse muusikata.
|
||||
description.fi_FI = Musiikkipaketti, jossa ei ole musiikkia.
|
||||
description.fr_FR = Un pack de musiques sans musiques.
|
||||
description.hr_HR = Muzički paket bez ikakve muzike.
|
||||
description.hu_HU = Zenei alapcsomag zene nélkül.
|
||||
description.id_ID = Paket musik tanpa berisi musik.
|
||||
description.it_IT = Un pacchetto musicale non contenente alcuna musica.
|
||||
description.nb_NO = En musikkpakke uten noe musikk.
|
||||
description.nl_NL = Een muziekset zonder muziek.
|
||||
description.nn_NO = Ei musikkpakke utan noko musikk.
|
||||
description.pl_PL = Zestaw utworów muzycznych nie zawierający żadnej muzyki.
|
||||
description.pt_PT = Um conjunto de música vazio.
|
||||
description.ro_RO = Un set de muzică fără muzică inclusă.
|
||||
description.ru_RU = "Пустой" набор музыкального оформления, не содержащий никакой музыки.
|
||||
description.sk_SK = Sada hudby neobsahujúca hudbu.
|
||||
description.sl_SL = Glasbeni paket z vključeno glasbo.
|
||||
description.sr_RS = Prazan skup muzičkih numera.
|
||||
description.sv_SE = Ett musikpaket utan någon musik.
|
||||
description.tr_TR = Müzik içermeyen boş bir müzik paketi.
|
||||
description.zh_TW = 不含任何音樂的音樂集。
|
||||
|
||||
[files]
|
||||
theme =
|
||||
@@ -46,3 +78,4 @@ ezy_9 =
|
||||
[names]
|
||||
|
||||
[origin]
|
||||
default = This file was part of your OpenTTD installation.
|
||||
|
@@ -4,10 +4,41 @@
|
||||
; Tycoon Deluxe for Windows CD.
|
||||
;
|
||||
[metadata]
|
||||
name = original_windows
|
||||
shortname = TTDW
|
||||
version = 1
|
||||
description = Original Transport Tycoon Deluxe Windows edition music
|
||||
name = original_windows
|
||||
shortname = TTDW
|
||||
version = 1
|
||||
description = Original Transport Tycoon Deluxe Windows edition music.
|
||||
description.af_ZA = Oorspronklike Transport Tycoon Deluxe Windows uitgawe musiek.
|
||||
description.ar_EG = النسخة الاصلية من ترانسبورت تايكون ديلوكس الموسيقية نسخة وندوز
|
||||
description.bg_BG = Оригинална музика на Transport Tycoon Deluxe за Windows.
|
||||
description.ca_ES = Música Original de Transport Tycoon Deluxe per a Windows.
|
||||
description.cs_CZ = Původní hudba Transport Tycoon Deluxe (verze pro Windows).
|
||||
description.da_DA = Originalmusik fra Transport Tycoon Deluxe Windows-version.
|
||||
description.de_DE = Original Transport Tycoon Deluxe Windows Musikset.
|
||||
description.el_GR = Αρχική μουσική από το Transport Tycoon Deluxe έκδοση Windows.
|
||||
description.en_GB = Original Transport Tycoon Deluxe Windows edition music.
|
||||
description.en_US = Original Transport Tycoon Deluxe Windows edition music.
|
||||
description.es_ES = Música original de Transport Tycoon Deluxe versión Windows.
|
||||
description.et_ET = Algse Transport Tycoon Deluxe Windowsi versiooni muusika.
|
||||
description.fi_FI = Alkuperäinen Transport Tycoon Deluxe Windows musiikki.
|
||||
description.fr_FR = Musiques originales de Transport Tycoon Deluxe (version Windows).
|
||||
description.hr_HR = Originalna muzika za Transport Tycoon Deluxe Windows izdanje.
|
||||
description.hu_HU = Az eredeti Transport Tycoon Deluxe Windows verziójának zenéje.
|
||||
description.id_ID = Musik pengiring orisinil Transport Tycoon Deluxe versi Windows.
|
||||
description.it_IT = Musica originale di Transport Tycoon Deluxe, edizione Windows.
|
||||
description.nb_NO = Original musikk fra Transport Tycoon Deluxe for Windows.
|
||||
description.nl_NL = Originele muziek van de Transport Tycoon Deluxe Windows-versie.
|
||||
description.nn_NO = Original musikk frå Transport Tycoon Deluxe for Windows.
|
||||
description.pl_PL = Oryginalna edycja utworów muzycznych w Transport Tycoon Deluxe Windows.
|
||||
description.pt_PT = Música original da edição Windows de Transport Tycoon Deluxe.
|
||||
description.ro_RO = Setul de muzică original al Transport Tycoon Deluxe pentru Windows.
|
||||
description.ru_RU = Оригинальный набор музыкального оформления из игры Transport Tycoon Deluxe.
|
||||
description.sk_SK = Pôvodná hudba z Transport Tycoon Deluxe (Windows).
|
||||
description.sl_SL = Originalna glasba Transport Tycoon Deluxe različice oken(windows).
|
||||
description.sr_RS = Originalni skup muzičkih numera Transport Tycoon Deluxe Windows izdanja.
|
||||
description.sv_SE = Originalmusiken från Transport Tycoon Deluxe, Windows-utgåvan.
|
||||
description.tr_TR = Orijinal Transport Tycoon Deluxe Windows sürümü müzikleri.
|
||||
description.zh_TW = 原版 Transport Tycoon Deluxe Windows 版的音樂。
|
||||
|
||||
[files]
|
||||
theme = GM_TT00.GM
|
||||
@@ -91,4 +122,4 @@ GM_TT20.GM = Jammit
|
||||
GM_TT21.GM = Movin' On
|
||||
|
||||
[origin]
|
||||
default = You can find it on your Transport Tycoon Deluxe CD-ROM.
|
||||
default = You can find it on your Transport Tycoon Deluxe CD-ROM.
|
||||
|
328
changelog.txt
328
changelog.txt
@@ -1,3 +1,323 @@
|
||||
1.0.4-RC1 (2010-08-30)
|
||||
------------------------------------------------------------------------
|
||||
- Change: Merge the extra GRF's sources and make it possible to rebuild them easily (r20490)
|
||||
- Fix: Empty NewGRF presets were not selectable [FS#4087] (r20694)
|
||||
- Fix: Desync checker checked the wrong variable (r20677)
|
||||
- Fix: Drawing the 'OpenTTD' text in the intro game caused crashes with very low resolutions [FS#4081] (r20618)
|
||||
- Fix: Crash when a NewGRF defined an invalid substitute type for a house and the NewGRF was removed during the game, disable houses with different size than their substitute [FS#3702] (r20611, r20610, r20609)
|
||||
- Fix: Retain information about all base sets that are found and not only the latest version to stop confusing people that use newer versions of the base sets than those available via BaNaNaS (r20607)
|
||||
- Fix: Let NewGRFs var43 var (information about liveries) for vehicles not be influenced by the local setting determining whether to show liveries or not [FS#4063] (r20605)
|
||||
- Fix: 'Downscale' a full load order to a load if possible order when removing the order while the vehicle is loading. This to prevent the vehicle from (possibly) staying forever in the station [FS#4075] (r20600)
|
||||
- Fix: Crash when the tooltip is wider than the window is [FS#4066] (r20596)
|
||||
- Fix: No (proper) savegame conversion was done when _date_fract got a new value range (r20592)
|
||||
- Fix: Autoreplace failed while attaching non-replaced wagons to the new chain, if to-be-sold-engines would become front-engines and the unitnumber limit would be exceeded (r20583)
|
||||
- Fix: Autoreplace can trigger an assertion when at the vehicle limit [FS#4044] (r20582)
|
||||
- Fix: Go via station and go via waypoint behaved differently when a train went back to the same (unordered) station again [FS#4039] (r20580)
|
||||
- Fix: Draw bounding boxes using white instead of pure white, so they are recoloured to grey in coloured newspaper instead of blue [FS#4051] (r20578)
|
||||
- Fix: Scroll button flickering when pressed [FS#4043] (r20577)
|
||||
- Fix: Warn OpenGFX users when they are using a base set that misses sprites (r20566)
|
||||
- Fix: Wrong tooltip for the company select button in the AI debug and performance rating windows [FS#4053] (r20556, r20555)
|
||||
- Fix: In old savegames aircraft can have an invalid state (r20528)
|
||||
- Fix: Crash when the content download tried to get a MD5 checksum of an 'originally' loaded NewGRF [FS#4038] (r20519)
|
||||
- Fix: Draw error messages in white by default, they may not have a colour set when coming from a NewGRF (r20514)
|
||||
- Fix: Entering half the 'generation seeds' in the console's 'newgame' command failed to set the correct seed [FS#4036] (r20512)
|
||||
- Fix: Desync when vehicles change NewGRF properties such as visual effect when changing railtype [FS#3978] (r20505, r20504, r20503, r20502)
|
||||
- Fix: Desync when converting rail all as trains with a part on the converted rails need updating and not only the engines (r20500)
|
||||
- Fix: Ignore the non-stop state when comparing one order type to another order type, otherwise non-stop nearest depot orders fail [FS#4030] (r20498)
|
||||
- Fix: Non-dedicated servers failing to load a game caused the introgame to be the server's game causing desyncs when people tried to join [FS#3960] (r20497)
|
||||
- Fix: [NoAI] checking whether water tiles are connected failed in some cases [FS#4031] (r20489)
|
||||
- Fix: Statues were not removed when towns would be removed (r20481)
|
||||
- Fix: Do not spend cash when building a statue fails [FS#3985] (r20469, r20227)
|
||||
- Fix: Adding 'goto nearest depot and stop' orders in one go was denied. This caused both AI adding those orders and backed up order restoration to fail [FS#4024] (r20441)
|
||||
- Fix: For docks 'facing' north, i.e. having the watery part a the northern side, the station joiner had an off-by-one to the north w.r.t. the station spread against the actual other (correct) building tools [FS#4022] (r20438)
|
||||
- Fix: Make snow on bridges depend on bridgeheight and make snowyness of bridgeheads depend on the tileheight at the entry [FS#3947] (r20424, r20423, r20422, r20421, r20420)
|
||||
- Fix: During world generation the snow-mapbits are not yet available, so test the snowline variable directly (as they were before) [FS#4017] (r20418)
|
||||
- Fix: PBS reservations were always displayed on halftile foundations if the railtype uses overlays [FS#4013] (r20408)
|
||||
- Fix: Make the default minimum width for editboxes 10 pixels to prevent crashes [FS#4010] (r20394)
|
||||
- Fix: Prevent buying more vehicles than allowed or buying companies when you'd get too many vehicles [FS#3993] (r20393, r20392, r20391, r20390)
|
||||
- Fix: Initialize fund-industry buttons when opening window (r20386)
|
||||
- Fix: Update cursor dimensions when reloading grfs resp. changing base graphics, so the cursor does not glitch if it becomes bigger (r20384)
|
||||
- Fix: Stop vehicle following after zooming out [FS#3989] (r20361)
|
||||
- Fix: [NoAI] Ship depots were constructed along the wrong axis [FS#4004] (r20348)
|
||||
- Fix: Fallback font selection due to missing glyphs did not work as intended (r20296)
|
||||
- Fix: When it is known the loading an old savegame is going to fail, bail out immediately (using an exception) instead of going on until e.g. the expected number of byte is read (r20247)
|
||||
- Fix: The caption of the 'Available vehicle' lists was black, whereas for building those vehicles, which uses the exact same window, it was white (r20244)
|
||||
- Fix: [NoAI] Clarify the documentation for AIBaseStation::GetLocation (r20238)
|
||||
- Fix: Refit costs from refit orders are subtracted from the vehicle yearly income [FS#3988] (r20234)
|
||||
- Fix: Road vehicles could be dead locked with one way roads. This allows one wayness to be removed if there are vehicles on a tile; it does not allow you to add one wayness to roads that have vehicles on them as it makes turning vehicles jump [FS#3961] (r20230)
|
||||
- Fix: 'Service at nearest depot' behaved the same as 'Go to nearest depot' [FS#3986] (r20229)
|
||||
- Fix: Depot did not become unsnowy, when snowline rises [FS#3976] (r20224)
|
||||
- Fix: Strip non-printable characters before showing it in an edit box, so when renaming a vehicle type you won't get the 'SETX stuff' that some NewGRFs use [FS#3974] (r20220)
|
||||
- Fix: NewGRFs that defined a vehicle without either loaded or loading groups could crash OpenTTD [FS#3964] (r20199)
|
||||
- Fix: [NewGRF] GetNearbyTileInformation can be used to get the terrain type of a MP_VOID tile [FS#3963] (r20197)
|
||||
- Fix: [NewGRF] Vehicle var FE bit 6 did return incorrect values for new railtypes (r20175)
|
||||
- Fix: Inconsistencies w.r.t. to km/h vs km-ish/h as 'base' unit for aircraft speeds [FS#3870] (r20164)
|
||||
|
||||
|
||||
1.0.3 (2010-08-01)
|
||||
------------------------------------------------------------------------
|
||||
- Fix: Make it possible to properly assess the length of the rail toolbar caption, don't require '{WHITE}' control codes (r20242)
|
||||
- Fix: Check for disallowed level crossings also when converting rail (r20237)
|
||||
- Fix: Haiku uses a 'special' location for headers (r20219)
|
||||
- Fix: Desync due to (temporary) wrong railtype; when loading a savegame the railtype of some (high ID) trains could be wrong [FS#3945] (r20137)
|
||||
|
||||
|
||||
1.0.3-RC1 (2010-07-17)
|
||||
------------------------------------------------------------------------
|
||||
- Feature: [NewGRF] Textstack support for CB 38 (r20086)
|
||||
- Feature: [NewGRF] Add a railtype flag to disallow level crossings per railtype (r20049)
|
||||
- Change: Improve desync debugging, crash log data and the Debian packaging (by making a debug symbols package) (r20138, r20136, r20129)
|
||||
- Fix: Do not scan /data and ~/data (if they happen to be your working directory). If it is the directory where your binary is located it will still scan them [FS#3949] (r20166)
|
||||
- Fix: Integer comparison failed in case the difference was more than 'MAX_UINT'/2 [FS#3954] (r20162)
|
||||
- Fix: [YAPP] Converting a one-way block to a path signal with trains on both sides could lead to a train crash [FS#3937] (r20156)
|
||||
- Fix: [NewGRF] Improve handling of snowing of railtypes and (infra)structures on foundations [FS#3883] (r20153, r20132, r20126, r20125)
|
||||
- Fix: Ships were not marked as dirty when stopping inside a depot [FS#3880] (r20142)
|
||||
- Fix: Some windows ignored all hotkeys [FS#3902] (r20141, r20140, r20139)
|
||||
- Fix: Do not allow building a rail track to the water using a tree-tile [FS#3695] (r20110)
|
||||
- Fix: [NoAI] AITown::GetRating() returned wrong values [FS#3934] (r20103)
|
||||
- Fix: Reading deleted memory when selecting a NewGRF in the content download window of which the data has not been acquired from the content server. The crash would occur after the content server's reply was processed and the ContentInfo object was replaced with another [FS#3899] (r20089, r20082)
|
||||
- Fix: If after loading a savegame (including intro game) one tried to save a game (including autosave) and that failed (very) early on because it could not open the file for writing all pointers would be converted to NULLs which then causes corrupted game states [FS#3786, FS#3887, FS#3920, FS#3923] (r20087)
|
||||
- Fix: gitignore and hgignore had more missing/wrong entries (r20078, r20033, r20031)
|
||||
- Fix: Remove the space between 'open' and 'ttd' in the title screen (r20077)
|
||||
- Fix: Road vehicles could get crashed twice in a tick [FS#3896] (r20053, r20034)
|
||||
- Fix: Coloured_news_year was stored in savegames while it should be a client setting [FS#3916] (r20051)
|
||||
- Fix: Crash when spectator tried to open a vehicle list without selecting any company [FS#3892] (r20041)
|
||||
- Fix: Instead of loading the intro game when loading a savegame fails on the dedicated server, generate a new game [FS#3907] (r20039)
|
||||
- Fix: Tram tracks did not show at level crossing with the new railtypes [FS#3911] (r20036)
|
||||
- Fix: Under some circumstances you could get into an infinite loop [CVE-2010-2534] [FS#3909] (r20035)
|
||||
- Fix: The 64 bits TortoiseSVN was not always properly detected (r20029)
|
||||
- Fix: Do not close the sort dropdown in the (original) vehicle list when there are no vehicles. That code is meant for the 'actions' dropdown [FS#3881] (r20014)
|
||||
- Fix: When joining a company with a password you could only enter 20 characters of the password (r20012)
|
||||
- Fix: Sign sorting was unstable [FS#3893] (r20009)
|
||||
- Fix: Trains should also have running cost while slowing down for stop (r20006)
|
||||
- Fix: [NewGRF] Stringcodes 82, 83 and 84 were not properly converted to openttd codes so they did not work (r20004)
|
||||
- Fix: Clear force_proceed when entering depots and when loading, resetting of force_proceed on manual stopping did not work [FS#3878] (r19992)
|
||||
- Fix: Do not show an error message when trying to start/stop a crashed plane [FS#3874] (r19953)
|
||||
- Fix: Allow turning of roadvehicles while waiting in a queue (r19945)
|
||||
- Fix: Disallow moving of vehicle news window [FS#3865] (r19943)
|
||||
- Fix: Under some (unlucky) circumstances the wrong company would be 'current company' when changing company colour or orders [FS#3903]
|
||||
|
||||
|
||||
1.0.2 (2010-06-19)
|
||||
------------------------------------------------------------------------
|
||||
- Fix: Owner of the Waypoint View window was not properly set (r19990)
|
||||
- Fix: Close list of vehicles with given oil rig in orders when the oil rig is deleted (r19956)
|
||||
- Fix: Close list of vehicles with given buoy/oil rig in orders when switching company (r19955)
|
||||
- Fix: Do not close list of waypoint's trains when the waypoint view is closed when it is sticky (r19952)
|
||||
- Fix: Close buoy's vehicle list when the buoy is deleted [FS#3869] (r19951)
|
||||
|
||||
|
||||
1.0.2-RC1 (2010-06-05)
|
||||
------------------------------------------------------------------------
|
||||
- Feature: Translated desktop shortcut comments (r19884)
|
||||
- Fix: When 'pause on new game' is set, pause the game before CleanupGeneration() to avoid conflicts with concurrent GUI code [FS#3857] (r19934)
|
||||
- Fix: Pay for the rail/road when constructing tunnels, bridges, depots and stations [FS#3859, FS#3827] (r19925, r19887, r19881)
|
||||
- Fix: Closing chatbox could cause glitches when news message was shown [FS#3865] (r19921)
|
||||
- Fix: [YAPP] Inform the pathfinder as well about the fact that the backside of an one-way path signal can be a safe waiting point [FS#3803] (r19896)
|
||||
- Fix: Allow loading savegames from the console without specifying the '.sav' extension, i.e. make it consistent with saving savegames from the console [FS#3761] (r19885)
|
||||
- Fix: Dropdowns did affect positioning of new windows because they were not yet removed when the new windows were positioned [FS#3812] (r19883)
|
||||
- Fix: [NoAI] AIEngine::IsValidEngine() and AIEngine::IsBuildable() returned false positives. Especially wagons of unavailable railtypes were reported available (r19880)
|
||||
- Fix: Default vehicle group texts were drawn one pixel too low [FS#3851] (r19878)
|
||||
- Fix: It was not possible to send all trains with common waypoint order to depot (r19876)
|
||||
- Fix: Compilation for NetBSD [FS#3809, FS#3840, FS#3845] (r19874, r19859, r19853, r19781)
|
||||
- Fix: If the (guessed initial) destination tile of a road vehicle was not a road stop but was a T-junction or turn, the road vehicles would jump around in circles [FS#3817] (r19873)
|
||||
- Fix: When a network connection gets lost and a game with AIs was loaded the client might crash due to the AIs not being loaded while the game loop is executed [FS#3819] (r19869)
|
||||
- Fix: Use non-breaking spaces for currency pre-/postfixes (r19867)
|
||||
- Fix: Crash when changing/viewing locale settings in the console [FS#3830] (r19865, r19864, r19863, r19862)
|
||||
- Fix: Drawing fallback sprites for unavailable NewGRF waypoints failed (r19852)
|
||||
- Fix: Ensure that both texts of the NewGRF gui download button fit (r19823)
|
||||
- Fix: Kicking clients by IP did not work [FS#3784] (r19818)
|
||||
- Fix: Compilation with MinGW GCC 4.5.0 and UNICODE (r19787)
|
||||
- Fix: If a waypoint is immediately followed by a path signal a reservation would be made from that path signal before the waypoint is marked passed. As a result the order to go to the waypoint is used to reserve the path after the waypoint and as such trains get lost [FS#3770] (r19784)
|
||||
- Fix: NULL pointer deference when testing relative scope *action2 on an unbuilt engine [FS#3828] (r19782)
|
||||
- Fix: Crash on too long paths [FS#3807] (r19780, r19779, r19778, r19777, r19776)
|
||||
- Fix: MP_VOID tiles shall have no tropic zone [FS#3820] (r19769)
|
||||
- Fix: Half-desert tiles would never revert back to clear tiles (r19768)
|
||||
- Fix: Height in smallmap was different from measured heights [FS#3808] (r19767)
|
||||
- Fix: [NewGRF] Vehicle var 43 missed AI information in purchase list (r19761)
|
||||
- Fix: Blocked roadvehicles should first check whether they are still blocked before accelerating again, instead of continuous starting/stopping (r19755)
|
||||
- Fix: Try harder to find a suitable font that can be loaded, i.e. while searching for a suitable font test whether you can open it [FS#3740] (r19753)
|
||||
- Fix: Make sure the chat area fits in the default window size; if you want it larger, you can always change/override it in the config file [FS#3798] (r19751)
|
||||
- Fix: [NewGRF] Industry var 0x43 is not 'safe' during callbacks 22 and 38 either (r19750)
|
||||
- Fix: [NewGRF] Possible divide-by-zero if a NewGRF checked industry var 42 while the production level was 0 (r19749)
|
||||
- Fix: Do not recenter usually centered windows when resizing main window or changing language, if they have been moved/resized before [FS#3675] (r19746)
|
||||
- Fix: The GUI is controlled by _local_company, not _current_company (r19745)
|
||||
- Fix: NewGRFs could access map bits of not yet constructed industries and houses during construction callbacks (r19748, r19743)
|
||||
- Fix: [NewGRF] Passing some invalid data to industry variable 67/68 could cause a crash (r19713)
|
||||
- Fix: Check for industry availability more thoroughly and cancel object placement when selecting not available industries [FS#3787] (r19701)
|
||||
- Fix: Avoid showing building toolbars behind the main toolbar when the 'Link landscape toolbar' setting is active [FS#3781] (r19696)
|
||||
- Fix: Under some circumstances the player's name could be empty (r19693)
|
||||
- Fix: Do not show an error message when trying to give another client an amount of 0 money [FS#3779] (r19684)
|
||||
- Fix: Do not display an error message when double clicking on a vehicle in the 'available vehicles'-window (r19669)
|
||||
- Change: Name invalid engines, cargos and industries 'invalid', if the player removed the supplying NewGRFs, hide invalid engines from the purchase list (r19879, r19877)
|
||||
|
||||
|
||||
1.0.1 (2010-05-01)
|
||||
------------------------------------------------------------------------
|
||||
- Fix: Crash when using restart via rcon (r19722)
|
||||
- Fix: Leaking a file descriptor [CVE-2010-0406] [FS#3785] (r19695)
|
||||
- Fix: Crash when the music/graphics metadata files were unreadable [FS#3774] (r19674)
|
||||
|
||||
|
||||
1.0.1-RC2 (2010-04-22)
|
||||
------------------------------------------------------------------------
|
||||
- Fix: Desync when joining the game because of using the wrong variable (r19687)
|
||||
- Fix: Truncated archives were not detected when using zlib 1.2.3. This also fixes zlib 1.2.4 compatibility, zlib 1.2.5 is bugfree (r19686)
|
||||
- Fix: Towns with 3x3 and 2x2 road layouts could not expand (r19683)
|
||||
- Fix: When joining a MP game all clients with company ID > 0 would be shown as if they were a spectator [FS#3775] (r19680)
|
||||
- Fix: Client status was shown incorrect in the console (r19678)
|
||||
|
||||
|
||||
1.0.1-RC1 (2010-04-17)
|
||||
------------------------------------------------------------------------
|
||||
- Feature: [NewGRF] Support for extended text code 0x9A 11, print qword (r19570)
|
||||
- Feature: Give more detailed error message when trying to build a too long bridge (r19561)
|
||||
- Feature: Add rail speed limit to land area information window (r19556, r19434)
|
||||
- Add: [NoAI] AIRail::GetMaxSpeed(RailType) to get the speed limit of railtypes (r19591)
|
||||
- Change: Sync Debian packaging updates from Debian, but keep building a single package (r19572)
|
||||
- Fix: Crash of a dedicated server if the null blitter is overridden and (after a while) there is no company 0 on new year anymore [FS#3749] (r19664)
|
||||
- Fix: In rare cases, update of signals could be missed (r19663)
|
||||
- Fix: Various improvements of command handling, missing error messages, improper validation causing crashes [CVE-2010-0402] [FS#3748] (r19658, r19657, r19656, r19655, r19654, r19637, r19633, r19621, r19616, r19605, r19604)
|
||||
- Fix: Industry generation failed for large maps and lots of industry types (r19652, r19643)
|
||||
- Fix: When a company is sold, move connected clients to spectators [FS#3745] (r19651)
|
||||
- Fix: A client would not be properly moved when moved while joining, e.g. when entering a company's password. This caused the client to be in the wrong company (according to the rest of the clients) and the client being kicked on the first command [FS#3760] (r19648)
|
||||
- Fix: Trains loaded above the original IDs did not have a default railtypelabel assigned to them, causing them to be unavailable. Could cause desyncs if the multiplayer game was not started from a savegame [FS#3768] (r19647)
|
||||
- Fix: Do not allow building cacti outside of the desert or rain forest trees outside of the rain forest area. This to prevent people from thinking planting rain forest trees makes the rain forest bigger and thus adds more place to build a lumber mill [FS#3728] (r19644, r19635, r19634)
|
||||
- Fix: Desync when taking over companies (r19636)
|
||||
- Fix: Chat message caused glitch when rejoining a network game [FS#3757] (r19629)
|
||||
- Fix: Desync when a command is received and in the queue while a client starts joining, i.e. save the game state. This can happen in two ways: with frame_freq > 1 a command received in a previous frame might not be executed yet or when a command is received in the same frame as the join but before the savegame is made. In both cases the joining client would not get all commands to get in-sync with the server (and the other clients) (r19620)
|
||||
- Fix: Company related graphs were not updated correctly after changing the company colour [FS#3763] (r19615)
|
||||
- Fix: Possible invalid read when server moves client to spectators before he finishes joining [FS#3755] (r19613)
|
||||
- Fix: Crash when opening a savegame with a waypoint from around 0.4.0 [FS#3756] (r19612)
|
||||
- Fix: Improve joining behaviour; kicking clients when entering passwords that was just cleared, 'connection lost' for people failing the password, access restriction circumvention [CVE-2010-0401] [FS#3754] (r19610, r19609, r19608, r19607, r19606)
|
||||
- Fix: Desync debugging; false positives in the cache validity checks and saving/loading the command stream (r19619, r19617, r19602, r19601, r19600, r19596, r19593, r19592, r19589, r19587, r19586)
|
||||
- Fix: Presence of online content was not properly updated after download due to duplicate slashes in the path (r19600)
|
||||
- Fix: [NewGRF] Setting industry prop 0x24 to 0 caused empty station names (r19590)
|
||||
- Fix: Crash when pressing 'h' (non-stop) in the order window of a ship or aircraft [FS#3744] (r19584)
|
||||
- Fix: Graphs were not properly updated when going toggling keys (i.e. companies) (r19574)
|
||||
- Fix: The timetable button was not automatically raised [FS#3739] (r19571)
|
||||
- Fix: [NewGRF] Possible buffer underflow in NewGRF string code (r19569)
|
||||
- Fix: [NewGRF] Do not return a random colour for unowned industries in var 45; TTDPatch does not seem to set the colour data in that case either and it could lead to desyncs (r19566)
|
||||
- Fix: Window::OnResize() was not always called while resizing a window causing incorrect windows [FS#3730] (r19563, r19558)
|
||||
- Fix: Bridge build error message should not show the same message twice (r19560, r19559)
|
||||
- Fix: [NewGRF] During NewGRF loading, store rail type labels in temporary data and process after loading has finished. This avoids deactivated rail vehicles being reactivated if the climate property is set after the rail type property (r19557, r19502)
|
||||
- Fix: Improperly scaled cargo payment graph when having lots of cargo (r19550, 19543)
|
||||
- Fix: [NewGRF] Properties set before property 08 (house, industry, industry tiles) should be ignored, not trigger the NewGRF to be disabled [FS#3725] (r19547)
|
||||
- Fix: Sorting industries by production was broken for NewGRF industries (r19538)
|
||||
- Fix: Vehicle details window did not resize correctly after refitting a road vehicle to a longer variant [FS#3720] (r19533)
|
||||
- Fix: Prevent drawing industries disabled at the smallmap as land tiles when they are built on water (r19523)
|
||||
- Fix: Tunnels, bridges and roadstops are build with only one roadtype (r19506)
|
||||
- Fix: Remove same_industry_close setting did not do what it said and caused NewGRF trouble (r19499)
|
||||
- Fix: Keep number padding intact when cloning vehicle names [FS#3710] (r19498)
|
||||
- Fix: [NewGRF] Bytes and words get sign-extended for temporary/persistent storage (r19497)
|
||||
- Fix: Stop reducing the size of the vehicle list after selecting a vehicle with a long description (r19480)
|
||||
- Fix: Implement custom sound effect for helicopter take-off [FS#3668] (r19364)
|
||||
- Update: Plural type of Slovak (r19452)
|
||||
|
||||
|
||||
1.0.0 (2010-04-01)
|
||||
------------------------------------------------------------------------
|
||||
- Fix: Network clients would crash while connecting to a server with AIs (r19526)
|
||||
- Fix: [NPF] Crash when finding a waypoint before finding the closest depot [FS#3703] (r19460)
|
||||
|
||||
|
||||
1.0.0-RC3 (2010-03-18)
|
||||
------------------------------------------------------------------------
|
||||
- Feature: Append rail type speed limit (if set) to rail type selection list, and toolbar title (r19431)
|
||||
- Feature: [NewGRF] Smallmap colours for railtypes (r19307)
|
||||
- Change: Make the drive through and cargo list consistency checks only run when 'desync' debugging is enabled (r19403, r19398)
|
||||
- Change: Update documentation for console command connect to use ip:port#company parameter format, in line with command line help (r19374)
|
||||
- Change: [NewGRF] Increase railtype cost range (r19306)
|
||||
- Fix: Mark industry windows dirty more often [FS#3701] (r19443)
|
||||
- Fix: Custom group names are misaligned with default ones when using rtl languages [FS#3700] (r19438)
|
||||
- Fix: With certain game settings one could clear tiles for free when building long roads (r19436)
|
||||
- Fix: When loading a savegame created with a house NewGRF without that NewGRF available all houses became tall office blocks (r19435)
|
||||
- Fix: Limit rail clearance earnings to 3/4s of rail build cost, to avoid money making loophole when rail build cost is less than rail removal earnings (r19433)
|
||||
- Fix: Crash when the error message 'owned by <town>' was shown [FS#3696] (r19432)
|
||||
- Fix: [NoAI] When the title game contains an AIPL block the AI settings where overwritten by those from the title game (r19429)
|
||||
- Fix: Gracefully handle the case where we cannot open a .tar file (r19427)
|
||||
- Fix: [YAPP] A train on a bridge/tunnel was not always found when checking for trains on a reserved path (r19425)
|
||||
- Fix: [NoAI] The AI Debug window did not open if an AI or library fails to compile when loading a savegame [FS#3669] (r19395)
|
||||
- Fix: One could not level the whole map anymore at once (r19392)
|
||||
- Fix: Only show the 'No AIs available' error message when explicitly changing the number of AI opponents [FS3676] (r19389)
|
||||
- Fix: [NoAI] When reloading a savegame, an AI failing to compile could trigger (trying) to read the not yet loaded information of another AI via the AI Debug window and its 'open with the most recently used AI' feature [FS#3666] (r19388)
|
||||
- Fix: Close all orders windows when switching companies [FS#3671] (r19387)
|
||||
- Fix: [IPv6] Netmask calculations were wrong if cidr >= 32 [FS#3684] (r19385)
|
||||
- Fix: Overbuilding bridges, rail stations did not properly update PBS reservation [FS#3680] (r19384, r19383)
|
||||
- Fix: [NoAI] List valuator could cause invalid iterators [FS#3665] (r19367)
|
||||
- Fix: Close error messages about missing ownership when the company closes or is taken over [FS#3663] (r19358, r19357)
|
||||
|
||||
|
||||
1.0.0-RC2 (2010-03-04)
|
||||
------------------------------------------------------------------------
|
||||
- Feature: [YAPF] Consider the railtype imposed speed limit for pathfinding (r19301)
|
||||
- Feature: BaNaNaS support for music sets (r19262)
|
||||
- Feature: [NewGRF] Add 2 bits of pseudo-random data for rail types, based on tile location (r19235)
|
||||
- Feature: [Windows] Add OpenMSX to the installer (r19220, r19219)
|
||||
- Feature: [NewGRF] Add CB36 support for aircraft properties 0F and 11 (r19218)
|
||||
- Feature: Scroll to current order destination when ctrl+clicking the start/stop bar (r19216, r19215)
|
||||
- Feature: Concept of fallback base sets, i.e. do not automatically load the NoMusic/NoSound sets when there is another set; make NoSound part of base installations (r19214, r19213, r19212, r19211, r19206)
|
||||
- Feature: Support for genders for cargos, industries, vehicles, stations (r19180, r19179, r19178, r19177)
|
||||
- Change: Increase the default small font size for freetype fonts as 6 point fonts are usually unreadable [FS#3655] (r19308)
|
||||
- Change: [NewGRF] Railtype cost factor from byte to word value (r19306)
|
||||
- Change: Improve error message with track building when signals are in the way (r19190, r19189)
|
||||
- Change: Do not print the absolute path to AI script files in the AI debug window, use the relative path from /ai/ instead (r19166)
|
||||
- Change: The Debian packaging; bring it in sync with the packaging used at Debian excluding package splitting (r19162)
|
||||
- Fix: [Windows] Disable sound when a sound error happens instead of crashing [FS#3652] (r19304)
|
||||
- Fix: [NewGRF] Return the TTD airport type in station var 0xF1 (r19299)
|
||||
- Fix: [NewGRF] Segfault when station vars 0xF2/0xF3 is accessed when there is no truck/bus stop (r19298)
|
||||
- Fix: [NoAI] Some methods of AIAbstractList left invalid iterators [FS#3566] (r19293)
|
||||
- Fix: [YAPP] If reversing at path signals was disabled, a train would not reverse when hitting the back of an one-way signal (r19286)
|
||||
- Fix: [NewGRF] Ensure prices cannot be set to zero. Zero prices break a lot of the internal logic to determine whether something has been done [FS#3646] (r19277)
|
||||
- Fix: 'Cannot build <industry> here... <industry> in the way' showed the to-be-built industry twice, instead of the to-be-built industry and the industry that is in the way [FS#3618] (r19265)
|
||||
- Fix: Writing (console) output to a file failed on Windows if the date would not be logged [FS#3639] (r19252)
|
||||
- Fix: [NewGRF] Some GRF error messages did not free the previous error messages, creating a memory leak (r19251)
|
||||
- Fix: With RTL languages clicking a horizontal scrollbar that could not scroll could cause a crash [FS#3643] (r19250)
|
||||
- Fix: Start and end tiles were swapped in CMD_REMOVE_LONG_ROAD causing too much road to be removed [FS#3642] (r19249)
|
||||
- Fix: DOS 'port' did not compile anymore (r19248)
|
||||
- Fix: The -M command line option did not work (r19233)
|
||||
- Fix: GetDestination() is invalid for nearest-depot orders (r19210)
|
||||
- Fix: Compilation was broken for gcc 3.3 (r19207)
|
||||
- Fix: The vehicle info in the autoreplace gui was drawn even when the window was shaded [FS#3634] (r19187)
|
||||
- Fix: When selecting 'build many industries' in the scenario editor the 'build' button was not enabled [FS#3632] (r19176)
|
||||
- Fix: Buoys are no Stations, only BaseStations (r19174)
|
||||
- Fix: Under some circumstances timidity (via extmidi) would not shut down properly causing all kinds of trouble (e.g. blocked audio output). Try harder to shut down timidity and first shut down the music so shut down order is the inverse of initialisation order (r19168)
|
||||
- Fix: Industry 0 could be choosen even if not available [FS#3631] (r19167)
|
||||
- Fix: Vehicle running costs should not be changed in a running game [FS#3629] (r19165)
|
||||
|
||||
|
||||
1.0.0-RC1 (2010-02-18)
|
||||
------------------------------------------------------------------------
|
||||
- Feature: Allow to select different land colours for the smallmap (r19064)
|
||||
- Feature: [NewGRF] Action 3/2/1 (i.e. new graphics) support for rail types (r19056)
|
||||
- Feature: Add zoom-out to smallmap (r19039)
|
||||
- Add: [NoAI] AIOrder::[G|S]etStopLocation to get/set the stop location of trains in a rail station (r19014)
|
||||
- Change: Move home directory to a better place in Haiku [FS#3625] (r19151)
|
||||
- Change: Do not load the 'new game' NewGRFs when you are certain the savegame would not have been saved with them, i.e. do not load the 'new game' NewGRFs for TTO savegames (r19044)
|
||||
- Fix: Invisible depots draw the track, so also draw the overlays (r19154)
|
||||
- Fix: [v]seprintf should return the number of added characters excluding '\0' on truncation [FS#3627] (r19149, r19148)
|
||||
- Fix: [YAPF] Look-ahead for multitile waypoints 'made up' data that should not go into the cache, causing desyncs in MP [FS#3619] (r19141)
|
||||
- Fix: Report a more useful error when failing to build a bubble generator (r19137)
|
||||
- Fix: Resize station cargo widget when needed to display all accepted cargo types [FS#3617] (r19123)
|
||||
- Fix: [NewGRF] Industry property 0x17 was interpreted incorrectly and in some cases circumvented the density difficulty setting (r19120)
|
||||
- Fix: removing towns (in the scenario editor) that had stations/depots refer to them or vehicles were on the town's road could cause a crash [FS#3616] (r19119)
|
||||
- Fix: In the order window the Non-stop dropdown was not enabled for depot and waypoint orders and some buttons were raised too soon [FS#3593] (r19118, r19117)
|
||||
- Fix: Do not crash on broken lng file and prevent it from happening again [FS#3611] (r19113, r19112)
|
||||
- Fix: Not all news data was properly freed when starting a new game [FS#3614] (r19105)
|
||||
- Fix: The BeMidi driver was broken [FS#3610] (r19097)
|
||||
- Fix: Crash when one of the items in the news_display group in the config file has no value (r19096)
|
||||
- Fix: Crash when a baseset has an empty metadata field (r19095)
|
||||
- Fix: Possible read/write after free when the client triggered the server to close the connection [FS#3599] (r19072)
|
||||
- Fix: Remove Bidi control characters from the reordered text so they are not drawn [FS#3604] (r19067)
|
||||
- Fix: [NewGRF] Settings that are part of the 'TTDPatch flags' can cause desyncs if they are changed in network games (r19066)
|
||||
- Fix: When banning yourself via rcon do not send the 'command response' to the client as the connection has already been terminated [FS#3598] (r19054)
|
||||
- Fix: Mass stopping/starting/autoreplacing gave empty errors when there were no vehicles [FS#3577] (r19024)
|
||||
- Fix: City airport introduction date had become 5 years later (r19023)
|
||||
- Fix: Loading old (0.1-ish) savegames failed (r19022)
|
||||
- Fix: Do not NULL the pointers when saving the savegame on an error during saving; the savegame is still valid, so do not make it invalid [FS#3570] (r19021)
|
||||
- Fix: When removing roads, the player was also charged for removing the foundations [FS#3591] (r19016)
|
||||
|
||||
|
||||
1.0.0-beta4 (2010-02-04)
|
||||
------------------------------------------------------------------------
|
||||
- Feature: Content mirroring support (r18994)
|
||||
@@ -246,7 +566,7 @@
|
||||
- Fix: Some inconsistencies with the difficulty settings in the scenario editor. Also re-enable changing some difficulty settings (e.g. max loan) in the scenario editor [FS#3219] (r17644)
|
||||
- Fix: Do not accept cargo produced in the same industry; generalise and improve the check used only for valuables (r17437)
|
||||
- Fix: Pay only for cargo actually delivered, not for all cargo unloaded at station; can differ with 'stockpiling' industries (r17436)
|
||||
- Fix: Improve movement of aircraft; do not make turns bigger then 45 degrees while in flight, do not move while turning on the ground (r17415, r17405)
|
||||
- Fix: Improve movement of aircraft; do not make turns bigger than 45 degrees while in flight, do not move while turning on the ground (r17415, r17405)
|
||||
- Fix: Crash in order GUI when changing some orders with both the mouse and keyboard at the exact same time [FS#2859] (r17384)
|
||||
- Fix: Trains would not show smoke if the load/unload counter was not 0, though there does not seem to be a reason to check that variable anyhow anymore [FS#3162] (r17352)
|
||||
- Fix: One was not offered to take over bankrupt companies anymore; caused by the introduction NoAI, although NewAI had the same problem too [FS#2769] (r17345)
|
||||
@@ -1436,7 +1756,7 @@
|
||||
- Codechange: Add new vehicle hash table for collision detection and finding vehicles on a tile. The hash area scanned is far smaller than the old hash table, which is now used for viewport updates only. This should give a significant performance improvement for games with many vehicles (r10111)
|
||||
- Codechange: Do not redraw all station tiles when cargo is added or removed if the station has no custom graphics (r10062)
|
||||
- Codechange: Add some support for NewGRF var 7D, temporary storage array (r9707)
|
||||
- Codechange: Add support for returning 'ttdpatch variables' (Action D) (r9701)
|
||||
- Codechange: Add support for returning 'TTDPatch variables' (Action D) (r9701)
|
||||
- Codechange: Implement NewGRF callback 36, which allows changing of various properties which were previously static (r9671 and several others)
|
||||
- Codechange: Add support for multiple 'base' directories for NewGRF searching (r9560)
|
||||
- Codechange: Implement actions 1/2/3 for cargoes, callback handler and custom icon sprites (rmany)
|
||||
@@ -2206,7 +2526,7 @@
|
||||
- Fix: Incorrect validating of tree-planting command which can allow a buffer-overflow (r3446)
|
||||
- Fix: [NewGRF] When changing the sprite ID of a vehicle, if it is not FD (custom graphics), the value needs to changed from a 16bit array offset to an array index. (fixes tropicstw.grf) (r3449)
|
||||
- Fix: You could not remove an item from a list-type of config ingame from the configuration file (r3475)
|
||||
- Fix: [NewGRF] Always reinitialize the ttdpatch flags as patch settings may have changed (r3486)
|
||||
- Fix: [NewGRF] Always reinitialize the TTDPatch flags as patch settings may have changed (r3486)
|
||||
- Fix: Price for demolishing a bridge was dependent on orientation and map size (r3487)
|
||||
|
||||
|
||||
@@ -2399,7 +2719,7 @@
|
||||
- Fix: [Network] 'kick 1' did crash dedicated servers
|
||||
- Fix: [Network] A server no longer crashes when a client sends an invalid DoCommand, but drops the client instead
|
||||
- Fix: [Network] Added packet protection. No longer a client or server
|
||||
- Fix: [Network] Bug in bind system. Advertising failed on systems with more then 1 ip, and server_bind active to one of them
|
||||
- Fix: [Network] Bug in bind system. Advertising failed on systems with more than 1 ip, and server_bind active to one of them
|
||||
- Fix: [Network] Disabled 'money-cheat' (read: bug which could give people a lot of money)
|
||||
- Fix: [SDL] Now the binary never links to SDL if DEDICATED is set
|
||||
- Fix: [Windows] Somehow mousewheel was disabled on windows using SDL; reenabled again
|
||||
|
36
config.lib
36
config.lib
@@ -11,7 +11,7 @@ log() {
|
||||
}
|
||||
|
||||
set_default() {
|
||||
released_version=""
|
||||
released_version="1.0.4-RC1"
|
||||
|
||||
ignore_extra_parameters="0"
|
||||
# We set all kinds of defaults for params. Later on the user can override
|
||||
@@ -1018,7 +1018,7 @@ check_params() {
|
||||
fi
|
||||
|
||||
if [ "$personal_dir" = "1" ]; then
|
||||
if [ "$os" = "MINGW" ] || [ "$os" = "CYGWIN" ] || [ "$os" = "WINCE" ] || [ "$os" = "DOS" ]; then
|
||||
if [ "$os" = "MINGW" ] || [ "$os" = "CYGWIN" ] || [ "$os" = "WINCE" ] || [ "$os" = "DOS" ] || [ "$os" = "HAIKU" ]; then
|
||||
personal_dir="OpenTTD"
|
||||
elif [ "$os" = "OSX" ]; then
|
||||
personal_dir="Documents/OpenTTD"
|
||||
@@ -2304,6 +2304,20 @@ detect_library() {
|
||||
if [ -z "$res" ]; then
|
||||
log 2 " trying /usr/local/include/$4$5... no"
|
||||
fi
|
||||
if [ -z "$res" ] && [ "$os" = "NETBSD" ]; then
|
||||
eval "$2=`ls -1 /usr/pkg/include/$4*.h 2>/dev/null | egrep \"\/$5\$\"`"
|
||||
eval "res=\$$2"
|
||||
if [ -z "$res" ]; then
|
||||
log 2 " trying /usr/pkg/include/$4$5... no"
|
||||
fi
|
||||
fi
|
||||
if [ -z "$res" ] && [ "$os" = "HAIKU" ]; then
|
||||
eval "$2=`ls -1 /boot/common/include/$4*.h 2>/dev/null | egrep \"\/$5\$\"`"
|
||||
eval "res=\$$2"
|
||||
if [ -z "$res" ]; then
|
||||
log 2 " trying /boot/common/include/$4$5... no"
|
||||
fi
|
||||
fi
|
||||
|
||||
eval "res=\$$2"
|
||||
if [ -n "$res" ] && ( [ -n "$force_static" ] || ( [ "$enable_static" != "0" ] && [ "$os" != "OSX" ] ) ); then
|
||||
@@ -2866,6 +2880,7 @@ make_sed() {
|
||||
s@!!SOURCE_LIST!!@$SOURCE_LIST@g;
|
||||
s@!!SRC_OBJS_DIR!!@$SRC_OBJS_DIR@g;
|
||||
s@!!LANG_OBJS_DIR!!@$LANG_OBJS_DIR@g;
|
||||
s@!!GRF_OBJS_DIR!!@$GRF_OBJS_DIR@g;
|
||||
s@!!SRC_DIR!!@$SRC_DIR@g;
|
||||
s@!!SCRIPT_SRC_DIR!!@$SCRIPT_SRC_DIR@g;
|
||||
s@!!OSXAPP!!@$OSXAPP@g;
|
||||
@@ -2991,6 +3006,20 @@ generate_lang() {
|
||||
echo "LANG_DIRS += $LANG_OBJS_DIR" >> Makefile.am
|
||||
}
|
||||
|
||||
generate_grf() {
|
||||
STAGE="[GRF]"
|
||||
|
||||
make_sed
|
||||
|
||||
# Create the language file
|
||||
mkdir -p $GRF_OBJS_DIR
|
||||
|
||||
log 1 "Generating grf/Makefile..."
|
||||
echo "# Auto-generated file from 'Makefile.grf.in' -- DO NOT EDIT" > $GRF_OBJS_DIR/Makefile
|
||||
< $ROOT_DIR/Makefile.grf.in sed "$SRC_REPLACE" >> $GRF_OBJS_DIR/Makefile
|
||||
echo "DIRS += $GRF_OBJS_DIR" >> Makefile.am
|
||||
}
|
||||
|
||||
generate_src_normal() {
|
||||
STAGE=$1
|
||||
|
||||
@@ -3154,7 +3183,8 @@ showhelp() {
|
||||
echo " --with-midi=midi define which midi-player to use"
|
||||
echo " --with-midi-arg=arg define which args to use for the"
|
||||
echo " midi-player"
|
||||
echo " --with-allegrol[=allegro-config]"
|
||||
echo " --with-libtimidity enables libtimidity support"
|
||||
echo " --with-allegro[=allegro-config]"
|
||||
echo " enables Allegro video driver support"
|
||||
echo " --with-cocoa enables COCOA video driver (OSX ONLY)"
|
||||
echo " --with-sdl[=sdl-config] enables SDL video driver support"
|
||||
|
4
configure
vendored
4
configure
vendored
@@ -47,6 +47,7 @@ PREFIX="$PWD/bin"
|
||||
OBJS_DIR="$PWD/objs"
|
||||
BASE_SRC_OBJS_DIR="$OBJS_DIR"
|
||||
LANG_OBJS_DIR="$OBJS_DIR/lang"
|
||||
GRF_OBJS_DIR="$OBJS_DIR/extra_grf"
|
||||
BIN_DIR="$PREFIX"
|
||||
SRC_DIR="$ROOT_DIR/src"
|
||||
LANG_DIR="$SRC_DIR/lang"
|
||||
@@ -160,10 +161,11 @@ else
|
||||
sort="$sort -u"
|
||||
fi
|
||||
|
||||
CONFIGURE_FILES="$ROOT_DIR/configure $ROOT_DIR/config.lib $ROOT_DIR/Makefile.in $ROOT_DIR/Makefile.lang.in $ROOT_DIR/Makefile.src.in $ROOT_DIR/Makefile.bundle.in"
|
||||
CONFIGURE_FILES="$ROOT_DIR/configure $ROOT_DIR/config.lib $ROOT_DIR/Makefile.in $ROOT_DIR/Makefile.grf.in $ROOT_DIR/Makefile.lang.in $ROOT_DIR/Makefile.src.in $ROOT_DIR/Makefile.bundle.in"
|
||||
|
||||
generate_main
|
||||
generate_lang
|
||||
generate_grf
|
||||
generate_src
|
||||
|
||||
check_path_characters
|
||||
|
@@ -23,7 +23,7 @@ Multiplayer Manual for OpenTTD (0.3.5)
|
||||
- If you want to see which servers all online on the Internet, click on 'Internet'
|
||||
and 'Find Server'
|
||||
|
||||
- If there were more then one server
|
||||
- If there were more than one server
|
||||
- select one in the list below the buttons
|
||||
- click on 'join game'
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
.\" Hey, EMACS: -*- nroff -*-
|
||||
.\" Please adjust this date whenever revising the manpage.
|
||||
.Dd Jan 18, 2010
|
||||
.Dd Apr 01, 2010
|
||||
.Dt OPENTTD 6
|
||||
.Sh NAME
|
||||
.Nm openttd
|
||||
|
260
docs/palettes/openttd.gpl
Normal file
260
docs/palettes/openttd.gpl
Normal file
@@ -0,0 +1,260 @@
|
||||
GIMP Palette
|
||||
Name: openttd
|
||||
Columns: 16
|
||||
#
|
||||
0 0 255 unnamed
|
||||
238 0 238 unnamed
|
||||
239 0 239 unnamed
|
||||
240 0 240 unnamed
|
||||
241 0 241 unnamed
|
||||
242 0 242 unnamed
|
||||
243 0 243 unnamed
|
||||
244 0 244 unnamed
|
||||
245 0 245 unnamed
|
||||
246 0 246 unnamed
|
||||
168 168 168 unnamed
|
||||
184 184 184 unnamed
|
||||
200 200 200 unnamed
|
||||
216 216 216 unnamed
|
||||
232 232 232 unnamed
|
||||
252 252 252 unnamed
|
||||
52 60 72 unnamed
|
||||
68 76 92 unnamed
|
||||
88 96 112 unnamed
|
||||
108 116 132 unnamed
|
||||
132 140 152 unnamed
|
||||
156 160 172 unnamed
|
||||
176 184 196 unnamed
|
||||
204 208 220 unnamed
|
||||
48 44 4 unnamed
|
||||
64 60 12 unnamed
|
||||
80 76 20 unnamed
|
||||
96 92 28 unnamed
|
||||
120 120 64 unnamed
|
||||
148 148 100 unnamed
|
||||
176 176 132 unnamed
|
||||
204 204 168 unnamed
|
||||
100 100 100 unnamed
|
||||
116 116 116 unnamed
|
||||
104 80 44 unnamed
|
||||
124 104 72 unnamed
|
||||
152 132 92 unnamed
|
||||
184 160 120 unnamed
|
||||
212 188 148 unnamed
|
||||
244 220 176 unnamed
|
||||
132 132 132 unnamed
|
||||
88 4 16 unnamed
|
||||
112 16 32 unnamed
|
||||
136 32 52 unnamed
|
||||
160 56 76 unnamed
|
||||
188 84 108 unnamed
|
||||
204 104 124 unnamed
|
||||
220 132 144 unnamed
|
||||
236 156 164 unnamed
|
||||
252 188 192 unnamed
|
||||
252 208 0 unnamed
|
||||
252 232 60 unnamed
|
||||
252 252 128 unnamed
|
||||
76 40 0 unnamed
|
||||
96 60 8 unnamed
|
||||
116 88 28 unnamed
|
||||
136 116 56 unnamed
|
||||
156 136 80 unnamed
|
||||
176 156 108 unnamed
|
||||
196 180 136 unnamed
|
||||
68 24 0 unnamed
|
||||
96 44 4 unnamed
|
||||
128 68 8 unnamed
|
||||
156 96 16 unnamed
|
||||
184 120 24 unnamed
|
||||
212 156 32 unnamed
|
||||
232 184 16 unnamed
|
||||
252 212 0 unnamed
|
||||
252 248 128 unnamed
|
||||
252 252 192 unnamed
|
||||
32 4 0 unnamed
|
||||
64 20 8 unnamed
|
||||
84 28 16 unnamed
|
||||
108 44 28 unnamed
|
||||
128 56 40 unnamed
|
||||
148 72 56 unnamed
|
||||
168 92 76 unnamed
|
||||
184 108 88 unnamed
|
||||
196 128 108 unnamed
|
||||
212 148 128 unnamed
|
||||
8 52 0 unnamed
|
||||
16 64 0 unnamed
|
||||
32 80 4 unnamed
|
||||
48 96 4 unnamed
|
||||
64 112 12 unnamed
|
||||
84 132 20 unnamed
|
||||
104 148 28 unnamed
|
||||
128 168 44 unnamed
|
||||
64 64 64 unnamed
|
||||
44 68 32 unnamed
|
||||
60 88 48 unnamed
|
||||
80 104 60 unnamed
|
||||
104 124 76 unnamed
|
||||
128 148 92 unnamed
|
||||
152 176 108 unnamed
|
||||
180 204 124 unnamed
|
||||
16 52 24 unnamed
|
||||
32 72 44 unnamed
|
||||
56 96 72 unnamed
|
||||
76 116 88 unnamed
|
||||
96 136 108 unnamed
|
||||
120 164 136 unnamed
|
||||
152 192 168 unnamed
|
||||
184 220 200 unnamed
|
||||
32 24 0 unnamed
|
||||
56 28 0 unnamed
|
||||
80 80 80 unnamed
|
||||
88 52 12 unnamed
|
||||
104 64 24 unnamed
|
||||
124 84 44 unnamed
|
||||
140 108 64 unnamed
|
||||
160 128 88 unnamed
|
||||
76 40 16 unnamed
|
||||
96 52 24 unnamed
|
||||
116 68 40 unnamed
|
||||
136 84 56 unnamed
|
||||
164 96 64 unnamed
|
||||
184 112 80 unnamed
|
||||
204 128 96 unnamed
|
||||
212 148 112 unnamed
|
||||
224 168 128 unnamed
|
||||
236 188 148 unnamed
|
||||
80 28 4 unnamed
|
||||
100 40 20 unnamed
|
||||
120 56 40 unnamed
|
||||
140 76 64 unnamed
|
||||
160 100 96 unnamed
|
||||
184 136 136 unnamed
|
||||
36 40 68 unnamed
|
||||
48 52 84 unnamed
|
||||
64 64 100 unnamed
|
||||
80 80 116 unnamed
|
||||
100 100 136 unnamed
|
||||
132 132 164 unnamed
|
||||
172 172 192 unnamed
|
||||
212 212 224 unnamed
|
||||
48 48 48 unnamed
|
||||
64 44 144 unnamed
|
||||
88 64 172 unnamed
|
||||
104 76 196 unnamed
|
||||
120 88 224 unnamed
|
||||
140 104 252 unnamed
|
||||
160 136 252 unnamed
|
||||
188 168 252 unnamed
|
||||
0 24 108 unnamed
|
||||
0 36 132 unnamed
|
||||
0 52 160 unnamed
|
||||
0 72 184 unnamed
|
||||
0 96 212 unnamed
|
||||
24 120 220 unnamed
|
||||
56 144 232 unnamed
|
||||
88 168 240 unnamed
|
||||
128 196 252 unnamed
|
||||
188 224 252 unnamed
|
||||
16 64 96 unnamed
|
||||
24 80 108 unnamed
|
||||
40 96 120 unnamed
|
||||
52 112 132 unnamed
|
||||
80 140 160 unnamed
|
||||
116 172 192 unnamed
|
||||
156 204 220 unnamed
|
||||
204 240 252 unnamed
|
||||
172 52 52 unnamed
|
||||
212 52 52 unnamed
|
||||
252 52 52 unnamed
|
||||
252 100 88 unnamed
|
||||
252 144 124 unnamed
|
||||
252 184 160 unnamed
|
||||
252 216 200 unnamed
|
||||
252 244 236 unnamed
|
||||
72 20 112 unnamed
|
||||
92 44 140 unnamed
|
||||
112 68 168 unnamed
|
||||
140 100 196 unnamed
|
||||
168 136 224 unnamed
|
||||
200 176 248 unnamed
|
||||
208 184 255 unnamed
|
||||
232 208 252 unnamed
|
||||
60 0 0 unnamed
|
||||
92 0 0 unnamed
|
||||
128 0 0 unnamed
|
||||
160 0 0 unnamed
|
||||
196 0 0 unnamed
|
||||
224 0 0 unnamed
|
||||
252 0 0 unnamed
|
||||
252 80 0 unnamed
|
||||
252 108 0 unnamed
|
||||
252 136 0 unnamed
|
||||
252 164 0 unnamed
|
||||
252 192 0 unnamed
|
||||
252 220 0 unnamed
|
||||
252 252 0 unnamed
|
||||
204 136 8 unnamed
|
||||
228 144 4 unnamed
|
||||
252 156 0 unnamed
|
||||
252 176 48 unnamed
|
||||
252 196 100 unnamed
|
||||
252 216 152 unnamed
|
||||
8 24 88 unnamed
|
||||
12 36 104 unnamed
|
||||
20 52 124 unnamed
|
||||
28 68 140 unnamed
|
||||
40 92 164 unnamed
|
||||
56 120 188 unnamed
|
||||
72 152 216 unnamed
|
||||
100 172 224 unnamed
|
||||
92 156 52 unnamed
|
||||
108 176 64 unnamed
|
||||
124 200 76 unnamed
|
||||
144 224 92 unnamed
|
||||
224 244 252 unnamed
|
||||
200 236 248 unnamed
|
||||
180 220 236 unnamed
|
||||
132 188 216 unnamed
|
||||
88 152 172 unnamed
|
||||
16 16 16 unnamed
|
||||
32 32 32 unnamed
|
||||
32 68 112 unnamed
|
||||
36 72 116 unnamed
|
||||
40 76 120 unnamed
|
||||
44 80 124 unnamed
|
||||
48 84 128 unnamed
|
||||
72 100 144 unnamed
|
||||
100 132 168 unnamed
|
||||
216 244 252 unnamed
|
||||
96 128 164 unnamed
|
||||
68 96 140 unnamed
|
||||
76 24 8 unnamed
|
||||
108 44 24 unnamed
|
||||
144 72 52 unnamed
|
||||
176 108 84 unnamed
|
||||
210 146 126 unnamed
|
||||
252 60 0 unnamed
|
||||
252 84 0 unnamed
|
||||
252 104 0 unnamed
|
||||
252 124 0 unnamed
|
||||
252 148 0 unnamed
|
||||
252 172 0 unnamed
|
||||
252 196 0 unnamed
|
||||
64 0 0 unnamed
|
||||
255 0 0 unnamed
|
||||
48 48 0 unnamed
|
||||
64 64 0 unnamed
|
||||
80 80 0 unnamed
|
||||
255 255 0 unnamed
|
||||
148 148 148 unnamed
|
||||
247 0 247 unnamed
|
||||
248 0 248 unnamed
|
||||
249 0 249 unnamed
|
||||
250 0 250 unnamed
|
||||
251 0 251 unnamed
|
||||
252 0 252 unnamed
|
||||
253 0 253 unnamed
|
||||
254 0 254 unnamed
|
||||
255 0 255 unnamed
|
||||
255 255 255 unnamed
|
BIN
docs/palettes/palette.act
Normal file
BIN
docs/palettes/palette.act
Normal file
Binary file not shown.
@@ -1,6 +1,6 @@
|
||||
OpenTTD's known bugs
|
||||
Last updated: 2010-02-04
|
||||
Release version: 1.0.0-beta4
|
||||
Last updated: 2010-08-30
|
||||
Release version: 1.0.4-RC1
|
||||
------------------------------------------------------------------------
|
||||
|
||||
|
||||
@@ -34,6 +34,14 @@ that you can find at: http://bugs.openttd.org
|
||||
If the bugs are closed but still listed here it means that the bug is fixed
|
||||
and that the nightlies and next major release will not have that bug.
|
||||
|
||||
- 3935 Under some circumstances two road vehicles can leave road stop simultaniously
|
||||
- 3816 Console text does not always fit at 640x480
|
||||
- 3746 Console output with right-to-left texts in left-to-right texts is not correct
|
||||
- 3714 Some corrupted savegames can cause crashes
|
||||
- 3651 [OSX] Crash when selecting full screen
|
||||
- 3648 [OSX] Crash when selecting music
|
||||
- 3637 Second highest competing station gets penalised twice
|
||||
- 3546 Ignoring signals might crash trains
|
||||
- 3447 [OSX] SDL port is unuseable
|
||||
- 2782 [OSX] Port hopelessly outdated
|
||||
- 2585 [OSX] OS' mouse pointer showing
|
||||
@@ -58,6 +66,38 @@ No suitable AI can be found
|
||||
"AI Settings" -> "Select AI" -> "Check Online Content" which is also
|
||||
accessed via the main menu.
|
||||
|
||||
After a while of playing, colours get corrupted
|
||||
In Windows 7 the background slideshow corrupts the colour mapping of
|
||||
OpenTTD's 8bpp screen modes. Workarounds for this are:
|
||||
a) Switching to windowed mode, instead of fullscreen
|
||||
b) Switching off background slideshow
|
||||
c) Setting up the 32bpp-anim or 32bpp-optimized blitter
|
||||
|
||||
Long delay between switching songs/music
|
||||
On Windows there is a delay of a (few) second(s) between switching of
|
||||
songs for the "win32" driver. This delay is caused by the fact that
|
||||
opening a MIDI file via MCI is extremely slow.
|
||||
|
||||
DirectMusic, known as "dmusic" in OpenTTD, has a much shorter delay.
|
||||
However, under some circumstances DirectMusic does not reset its
|
||||
state properly causing wrongly pitched/bad sounding songs. This
|
||||
problem is in DirectMusic as it is reproducable with Microsoft's
|
||||
DirectMusic Producer. DirectMusic has been deprecated since 2004
|
||||
and as such has no support for 64 bits OpenTTD.
|
||||
|
||||
As a delay is favourable over bad sounding music the "win32" driver
|
||||
is the default driver for OpenTTD. You can change this default by
|
||||
setting the "musicdriver" in your openttd.cfg to "dmusic".
|
||||
|
||||
Custom vehicle type name is incorrectly aligned
|
||||
Some NewGRFs use sprites that are bigger than normal in the "buy
|
||||
vehicle" window. Due to this they have to encode an offset for the
|
||||
vehicle type name. Upon renaming the vehicle type this encoded offset
|
||||
is stripped from the name because the "edit box" cannot show this
|
||||
encoding. As a result the custom vehicle type names will get the
|
||||
default alignment. The only way to (partly) fix this is by adding
|
||||
spaces to the custom name.
|
||||
|
||||
Clipping problems [FS#119]
|
||||
In some cases sprites are not drawn as one would expect. Examples of
|
||||
this are aircraft that might be hidden below the runway or trees that
|
||||
@@ -76,6 +116,14 @@ Clipping problems [FS#119]
|
||||
leave the Transport Tycoon graphics, which in effect means OpenTTD
|
||||
will not be a Transport Tycoon clone anymore.
|
||||
|
||||
Mouse scrolling not possible at the edges of the screen [FS#383] [FS#3966]
|
||||
Scrolling the viewport with the mouse cursor at the edges of the screen
|
||||
in the same direction of the edge will fail. If the cursor is near the
|
||||
edge the scrolling will be very slow.
|
||||
OpenTTD only receives cursor position updates when the cursor is inside
|
||||
OpenTTD's window. It is not told how far you have moved the cursor
|
||||
outside of OpenTTD's window.
|
||||
|
||||
Lost trains ignore (block) exit signals [FS#1473]
|
||||
If trains are lost they ignore block exit signals, blocking junctions
|
||||
with presignals. This is caused because the path finders cannot tell
|
||||
@@ -131,6 +179,7 @@ Duplicate (station) names after renaming [FS#3204]
|
||||
to the automatically generated names.
|
||||
|
||||
Extreme CPU usage/hangs when using SDL and PulseAudio [FS#3294]
|
||||
OpenTTD hangs/freezes when closing, OpenTTD is slow, OpenTTD uses a lot of CPU
|
||||
OpenTTD can be extremely slow/use a lot of CPU when the sound is
|
||||
played via SDL and then through PulseAudio's ALSA wrapper. Under the
|
||||
same configuration OpenTTD, or rather SDL, might hang when exiting
|
||||
@@ -168,3 +217,22 @@ OpenTTD not properly resizing with SDL on X [FS#3305]
|
||||
Window managers that are known to exhibit this behaviour are KDE's
|
||||
and GNOME's. With the XFCE's and LXDE's window managers the resize
|
||||
event is sent when the user releases the mouse.
|
||||
|
||||
Train crashes entering same junction from block and path signals [FS#3928]
|
||||
When a train has reserved a path from a path signal to a two way
|
||||
block signal and the reservation passes a path signal through the
|
||||
back another train can enter the reserved path (only) via that same
|
||||
two way block signal.
|
||||
The reason for this has to do with optimisation; to fix this issue
|
||||
the signal update has to pass all path signals until it finds either
|
||||
a train or a backwards facing signal. This is a very expensive task.
|
||||
The (signal) setups that allow these crashes can furthermore be
|
||||
considered incorrectly signalled; one extra safe waiting point for
|
||||
the train entering from path signal just after the backwards facing
|
||||
signal (from the path signal train) resolves the issue.
|
||||
|
||||
Crashes when playing music [FS#3941]
|
||||
Mac OS X's QuickTime (default music driver) and Windows' MCI (win32
|
||||
music driver) crash on some songs from OpenMSX. OpenTTD cannot do
|
||||
anything about this. Please report these crashes to the authors of
|
||||
OpenMSX so the crash causing songs can be removed or fixed.
|
||||
|
2314
media/extra_grf/2ccmapd.nfo
Normal file
2314
media/extra_grf/2ccmapd.nfo
Normal file
File diff suppressed because it is too large
Load Diff
2314
media/extra_grf/2ccmapw.nfo
Normal file
2314
media/extra_grf/2ccmapw.nfo
Normal file
File diff suppressed because it is too large
Load Diff
25
media/extra_grf/airports.nfo
Normal file
25
media/extra_grf/airports.nfo
Normal file
@@ -0,0 +1,25 @@
|
||||
//
|
||||
// $Id$
|
||||
//
|
||||
// This file is part of OpenTTD.
|
||||
// OpenTTD is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2.
|
||||
// OpenTTD is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
// See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenTTD. If not, see <http://www.gnu.org/licenses/>.
|
||||
//
|
||||
-1 * 0 0C "Extra airport graphics"
|
||||
-1 * 0 05 10 0F
|
||||
-1 sprites/airports.pcx 18 8 09 31 64 -31 0
|
||||
-1 sprites/airports.pcx 98 8 09 31 64 -31 0
|
||||
-1 sprites/airports.pcx 178 8 09 31 64 -31 0
|
||||
-1 sprites/airports.pcx 258 8 09 31 64 -31 0
|
||||
-1 sprites/airports.pcx 338 8 09 31 64 -31 0
|
||||
-1 sprites/airports.pcx 418 8 09 31 64 -31 0
|
||||
-1 sprites/airports.pcx 498 8 09 55 64 -2 -38
|
||||
-1 sprites/airports.pcx 578 8 09 17 18 16 -1
|
||||
-1 sprites/airports.pcx 610 8 09 55 64 -2 -38
|
||||
-1 sprites/airports.pcx 690 8 09 17 18 -30 1
|
||||
-1 sprites/airports.pcx 722 8 09 55 64 -2 -38
|
||||
-1 sprites/airports.pcx 2 88 09 55 64 -2 -38
|
||||
-1 sprites/airports.pcx 82 88 09 31 64 -31 0
|
||||
-1 sprites/airports.pcx 162 88 09 31 64 -31 0
|
||||
-1 sprites/airports.pcx 242 88 09 31 64 -31 0
|
BIN
media/extra_grf/airports.pcx
Normal file
BIN
media/extra_grf/airports.pcx
Normal file
Binary file not shown.
18
media/extra_grf/aqueduct.nfo
Normal file
18
media/extra_grf/aqueduct.nfo
Normal file
@@ -0,0 +1,18 @@
|
||||
//
|
||||
// $Id$
|
||||
//
|
||||
// This file is part of OpenTTD.
|
||||
// OpenTTD is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2.
|
||||
// OpenTTD is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
// See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenTTD. If not, see <http://www.gnu.org/licenses/>.
|
||||
//
|
||||
-1 * 0 0C "Aqueduct graphics by Jonathan G. Rennison"
|
||||
-1 * 3 05 12 08
|
||||
-1 sprites/aqueduct.pcx 34 8 09 33 64 -34 -10
|
||||
-1 sprites/aqueduct.pcx 114 8 09 33 66 -37 -9
|
||||
-1 sprites/aqueduct.pcx 194 8 09 33 64 -34 -10
|
||||
-1 sprites/aqueduct.pcx 274 8 09 33 66 -37 -9
|
||||
-1 sprites/aqueduct.pcx 354 8 09 33 64 -34 -5
|
||||
-1 sprites/aqueduct.pcx 434 8 09 33 66 -37 -4
|
||||
-1 sprites/aqueduct.pcx 514 8 09 23 33 -31 0
|
||||
-1 sprites/aqueduct.pcx 562 8 09 23 33 0 1
|
BIN
media/extra_grf/aqueduct.pcx
Normal file
BIN
media/extra_grf/aqueduct.pcx
Normal file
Binary file not shown.
65
media/extra_grf/autorail.nfo
Normal file
65
media/extra_grf/autorail.nfo
Normal file
@@ -0,0 +1,65 @@
|
||||
//
|
||||
// $Id$
|
||||
//
|
||||
// This file is part of OpenTTD.
|
||||
// OpenTTD is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2.
|
||||
// OpenTTD is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
// See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenTTD. If not, see <http://www.gnu.org/licenses/>.
|
||||
//
|
||||
-1 * 0 0C "Autorail graphics"
|
||||
-1 * 0 05 13 37
|
||||
-1 sprites/autorail.pcx 18 8 09 31 64 -31 7
|
||||
-1 sprites/autorail.pcx 98 8 09 31 64 -31 -1
|
||||
-1 sprites/autorail.pcx 178 8 09 39 64 -31 -1
|
||||
-1 sprites/autorail.pcx 258 8 09 47 64 -31 -9
|
||||
-1 sprites/autorail.pcx 338 8 09 31 64 -31 -5
|
||||
-1 sprites/autorail.pcx 418 8 09 23 64 -31 7
|
||||
-1 sprites/autorail.pcx 498 8 09 18 64 -31 4
|
||||
-1 sprites/autorail.pcx 578 8 09 31 64 -31 -1
|
||||
-1 sprites/autorail.pcx 658 8 09 31 64 -31 7
|
||||
-1 sprites/autorail.pcx 2 72 09 31 64 -31 -1
|
||||
-1 sprites/autorail.pcx 82 72 09 23 64 -31 7
|
||||
-1 sprites/autorail.pcx 162 72 09 18 64 -31 4
|
||||
-1 sprites/autorail.pcx 242 72 09 31 64 -31 -1
|
||||
-1 sprites/autorail.pcx 322 72 09 39 64 -31 -1
|
||||
-1 sprites/autorail.pcx 402 72 09 47 64 -31 -9
|
||||
-1 sprites/autorail.pcx 482 72 09 31 64 -31 -5
|
||||
-1 sprites/autorail.pcx 562 72 09 31 64 -31 7
|
||||
-1 sprites/autorail.pcx 642 72 09 31 64 -31 -1
|
||||
-1 sprites/autorail.pcx 722 72 09 47 64 -31 -9
|
||||
-1 sprites/autorail.pcx 2 136 09 26 64 -31 4
|
||||
-1 sprites/autorail.pcx 82 136 09 23 64 -31 4
|
||||
-1 sprites/autorail.pcx 162 136 09 31 64 -31 -3
|
||||
-1 sprites/autorail.pcx 242 136 09 26 64 -31 4
|
||||
-1 sprites/autorail.pcx 322 136 09 23 64 -31 4
|
||||
-1 sprites/autorail.pcx 402 136 09 31 64 -31 -3
|
||||
-1 sprites/autorail.pcx 482 136 09 31 64 -31 7
|
||||
-1 sprites/autorail.pcx 562 136 09 31 64 -31 -1
|
||||
-1 sprites/autorail.pcx 642 136 09 15 64 -31 7
|
||||
-1 sprites/autorail.pcx 722 136 09 31 64 -31 7
|
||||
-1 sprites/autorail.pcx 2 184 09 39 64 -31 -1
|
||||
-1 sprites/autorail.pcx 82 184 09 31 64 -31 -1
|
||||
-1 sprites/autorail.pcx 162 184 09 31 64 -31 7
|
||||
-1 sprites/autorail.pcx 242 184 09 39 64 -31 -1
|
||||
-1 sprites/autorail.pcx 322 184 09 31 64 -31 -1
|
||||
-1 sprites/autorail.pcx 402 184 09 31 64 -31 7
|
||||
-1 sprites/autorail.pcx 482 184 09 31 64 -31 -1
|
||||
-1 sprites/autorail.pcx 562 184 09 31 64 -31 -1
|
||||
-1 sprites/autorail.pcx 642 184 09 31 64 -31 -1
|
||||
-1 sprites/autorail.pcx 722 184 09 23 64 -31 7
|
||||
-1 sprites/autorail.pcx 2 248 09 15 64 -31 7
|
||||
-1 sprites/autorail.pcx 82 248 09 39 64 -31 -1
|
||||
-1 sprites/autorail.pcx 162 248 09 47 64 -31 -9
|
||||
-1 sprites/autorail.pcx 242 248 09 31 64 -31 7
|
||||
-1 sprites/autorail.pcx 322 248 09 31 64 -31 -1
|
||||
-1 sprites/autorail.pcx 402 248 09 31 64 -31 -1
|
||||
-1 sprites/autorail.pcx 482 248 09 31 64 -31 -1
|
||||
-1 sprites/autorail.pcx 562 248 09 23 64 -31 7
|
||||
-1 sprites/autorail.pcx 642 248 09 15 64 -31 7
|
||||
-1 sprites/autorail.pcx 722 248 09 39 64 -31 -1
|
||||
-1 sprites/autorail.pcx 2 312 09 47 64 -31 -9
|
||||
-1 sprites/autorail.pcx 82 312 09 31 64 -31 -1
|
||||
-1 sprites/autorail.pcx 162 312 09 31 64 -31 -1
|
||||
-1 sprites/autorail.pcx 242 312 09 23 64 -31 7
|
||||
-1 sprites/autorail.pcx 322 312 09 31 64 -31 7
|
||||
-1 sprites/autorail.pcx 402 312 09 31 64 -31 7
|
BIN
media/extra_grf/autorail.pcx
Normal file
BIN
media/extra_grf/autorail.pcx
Normal file
Binary file not shown.
75
media/extra_grf/canals.nfo
Normal file
75
media/extra_grf/canals.nfo
Normal file
@@ -0,0 +1,75 @@
|
||||
//
|
||||
// $Id$
|
||||
//
|
||||
// This file is part of OpenTTD.
|
||||
// OpenTTD is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2.
|
||||
// OpenTTD is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
// See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenTTD. If not, see <http://www.gnu.org/licenses/>.
|
||||
//
|
||||
-1 * 0 0C "Canal graphics by George"
|
||||
-1 * 0 05 08 41
|
||||
-1 sprites/canals.pcx 98 8 09 23 64 -31 0
|
||||
-1 sprites/canals.pcx 178 8 09 39 64 -31 -8
|
||||
-1 sprites/canals.pcx 258 8 09 23 64 -31 0
|
||||
-1 sprites/canals.pcx 338 8 09 39 64 -31 -8
|
||||
-1 sprites/canals.pcx 418 8 09 59 64 -31 -36
|
||||
-1 sprites/canals.pcx 498 8 09 65 64 -31 -34
|
||||
-1 sprites/canals.pcx 578 8 09 59 64 -31 -36
|
||||
-1 sprites/canals.pcx 658 8 09 59 64 -31 -28
|
||||
-1 sprites/canals.pcx 2 88 09 62 64 -1 -51
|
||||
-1 sprites/canals.pcx 82 88 09 62 64 -61 -43
|
||||
-1 sprites/canals.pcx 162 88 09 62 64 -61 -51
|
||||
-1 sprites/canals.pcx 242 88 09 62 64 -1 -43
|
||||
-1 sprites/canals.pcx 322 88 09 59 64 -31 -28
|
||||
-1 sprites/canals.pcx 402 88 09 65 66 -33 -34
|
||||
-1 sprites/canals.pcx 482 88 09 59 64 -31 -28
|
||||
-1 sprites/canals.pcx 562 88 09 59 64 -31 -28
|
||||
-1 sprites/canals.pcx 642 88 09 62 64 -1 -43
|
||||
-1 sprites/canals.pcx 722 88 09 60 64 -61 -43
|
||||
-1 sprites/canals.pcx 2 168 09 62 66 -61 -43
|
||||
-1 sprites/canals.pcx 82 168 09 60 64 -1 -43
|
||||
-1 sprites/canals.pcx 162 168 09 59 64 -31 -28
|
||||
-1 sprites/canals.pcx 242 168 09 59 64 -31 -28
|
||||
-1 sprites/canals.pcx 322 168 09 59 64 -31 -28
|
||||
-1 sprites/canals.pcx 402 168 09 59 64 -31 -28
|
||||
-1 sprites/canals.pcx 482 168 09 60 64 -1 -43
|
||||
-1 sprites/canals.pcx 562 168 09 62 68 -61 -43
|
||||
-1 sprites/canals.pcx 642 168 09 60 64 -61 -43
|
||||
-1 sprites/canals.pcx 722 168 09 62 64 -1 -43
|
||||
-1 sprites/canals.pcx 2 248 09 59 64 -31 -36
|
||||
-1 sprites/canals.pcx 82 248 09 65 64 -31 -34
|
||||
-1 sprites/canals.pcx 162 248 09 59 64 -31 -36
|
||||
-1 sprites/canals.pcx 242 248 09 59 64 -31 -28
|
||||
-1 sprites/canals.pcx 322 248 09 62 64 -1 -51
|
||||
-1 sprites/canals.pcx 402 248 09 62 64 -61 -43
|
||||
-1 sprites/canals.pcx 482 248 09 62 64 -61 -51
|
||||
-1 sprites/canals.pcx 562 248 09 62 64 -1 -43
|
||||
-1 sprites/canals.pcx 642 248 09 59 64 -31 -28
|
||||
-1 sprites/canals.pcx 722 248 09 65 66 -33 -34
|
||||
-1 sprites/canals.pcx 2 328 09 59 64 -31 -28
|
||||
-1 sprites/canals.pcx 82 328 09 59 64 -31 -28
|
||||
-1 sprites/canals.pcx 162 328 09 62 64 -1 -43
|
||||
-1 sprites/canals.pcx 242 328 09 60 64 -61 -43
|
||||
-1 sprites/canals.pcx 322 328 09 62 66 -61 -43
|
||||
-1 sprites/canals.pcx 402 328 09 60 64 -1 -43
|
||||
-1 sprites/canals.pcx 482 328 09 59 64 -31 -28
|
||||
-1 sprites/canals.pcx 562 328 09 59 64 -31 -28
|
||||
-1 sprites/canals.pcx 642 328 09 59 64 -31 -28
|
||||
-1 sprites/canals.pcx 722 328 09 59 64 -31 -28
|
||||
-1 sprites/canals.pcx 2 408 09 60 64 -1 -43
|
||||
-1 sprites/canals.pcx 82 408 09 62 68 -61 -43
|
||||
-1 sprites/canals.pcx 162 408 09 60 64 -61 -43
|
||||
-1 sprites/canals.pcx 242 408 09 62 64 -1 -43
|
||||
-1 sprites/canals.pcx 322 408 09 37 70 -31 -6
|
||||
-1 sprites/canals.pcx 402 408 09 37 70 -31 0
|
||||
-1 sprites/canals.pcx 482 408 09 37 70 -37 0
|
||||
-1 sprites/canals.pcx 562 408 09 37 70 -37 -6
|
||||
-1 sprites/canals.pcx 642 408 09 31 64 -31 0
|
||||
-1 sprites/canals.pcx 722 408 09 31 64 -31 0
|
||||
-1 sprites/canals.pcx 2 488 09 31 64 -31 0
|
||||
-1 sprites/canals.pcx 82 488 09 37 64 -31 -6
|
||||
-1 sprites/canals.pcx 162 488 09 31 64 -31 0
|
||||
-1 sprites/canals.pcx 242 488 09 31 64 -31 0
|
||||
-1 sprites/canals.pcx 322 488 09 31 64 -31 0
|
||||
-1 sprites/canals.pcx 402 488 09 37 64 -31 -6
|
||||
-1 sprites/canals.pcx 482 488 09 20 20 0 0
|
BIN
media/extra_grf/canals.pcx
Normal file
BIN
media/extra_grf/canals.pcx
Normal file
Binary file not shown.
630
media/extra_grf/chars.nfo
Normal file
630
media/extra_grf/chars.nfo
Normal file
@@ -0,0 +1,630 @@
|
||||
//
|
||||
// $Id$
|
||||
//
|
||||
// This file is part of OpenTTD.
|
||||
// OpenTTD is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2.
|
||||
// OpenTTD is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
// See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenTTD. If not, see <http://www.gnu.org/licenses/>.
|
||||
//
|
||||
-1 * 0 0C "Characters, graphics by Bilbo and Jasper Vries"
|
||||
//U+20AC Euro-sign
|
||||
-1 * 0 12 03 00 01 AC 20 01 01 AC 20 02 01 AC 20
|
||||
-1 sprites/chars.pcx 30 10 01 13 8 0 -2
|
||||
-1 sprites/chars.pcx 30 30 01 6 5 0 0
|
||||
-1 sprites/chars.pcx 30 40 01 21 15 0 -2
|
||||
|
||||
//U+0152 Latin Capital Ligature OE
|
||||
//U+0153 Latin Small Ligature OE
|
||||
-1 * 0 12 03 00 02 52 01 01 02 52 01 02 02 52 01
|
||||
-1 sprites/chars.pcx 50 10 01 13 12 0 -2
|
||||
-1 sprites/chars.pcx 300 10 01 13 9 0 -2
|
||||
-1 sprites/chars.pcx 50 30 01 5 5 0 1
|
||||
-1 sprites/chars.pcx 70 30 01 5 5 0 1
|
||||
-1 sprites/chars.pcx 50 40 01 21 19 0 -2
|
||||
-1 sprites/chars.pcx 70 40 01 21 13 0 -2
|
||||
|
||||
//U+0160 Latin Capital Letter S with caron
|
||||
//U+0161 Latin Small Letter S with caron
|
||||
-1 * 0 12 03 00 02 60 01 01 02 60 01 02 02 60 01
|
||||
-1 sprites/chars.pcx 90 10 01 13 8 0 -2
|
||||
-1 sprites/chars.pcx 110 10 01 13 6 0 -2
|
||||
-1 sprites/chars.pcx 90 30 01 6 3 0 0
|
||||
-1 sprites/chars.pcx 110 30 01 6 3 0 0
|
||||
-1 sprites/chars.pcx 90 40 01 21 9 0 -2
|
||||
-1 sprites/chars.pcx 110 40 01 21 6 0 -2
|
||||
|
||||
//U+017D Latin Capital Letter Z with caron
|
||||
//U+017E Latin Small Letter Z with caron
|
||||
-1 * 0 12 03 00 02 7D 01 01 02 7D 01 02 02 7D 01
|
||||
-1 sprites/chars.pcx 120 10 01 13 8 0 -2
|
||||
-1 sprites/chars.pcx 140 10 01 13 7 0 -2
|
||||
-1 sprites/chars.pcx 120 30 01 6 3 0 0
|
||||
-1 sprites/chars.pcx 140 30 01 6 3 0 0
|
||||
-1 sprites/chars.pcx 120 40 01 21 12 0 -2
|
||||
-1 sprites/chars.pcx 140 40 01 21 7 0 -2
|
||||
|
||||
//U+00B0 Degree symbol
|
||||
-1 * 0 12 03 00 01 B0 00 01 01 B0 00 02 01 B0 00
|
||||
-1 sprites/chars.pcx 150 10 01 13 6 0 -2
|
||||
-1 sprites/chars.pcx 150 30 01 6 3 0 0
|
||||
-1 sprites/chars.pcx 150 40 01 21 7 0 -2
|
||||
|
||||
//U+007B Left curly bracket
|
||||
//U+007C Vertical bar
|
||||
//U+007C Right Curly Bracket
|
||||
//U+007D Tilde
|
||||
-1 * 0 12 03 00 04 7B 00 01 04 7B 00 02 04 7B 00
|
||||
-1 sprites/chars.pcx 160 10 01 13 5 0 -2
|
||||
-1 sprites/chars.pcx 170 10 01 13 3 0 -2
|
||||
-1 sprites/chars.pcx 180 10 01 13 5 0 -2
|
||||
-1 sprites/chars.pcx 190 10 01 13 7 0 -2
|
||||
-1 sprites/chars.pcx 160 30 01 5 3 0 1
|
||||
-1 sprites/chars.pcx 170 30 01 5 1 0 1
|
||||
-1 sprites/chars.pcx 180 30 01 5 3 0 1
|
||||
-1 sprites/chars.pcx 190 30 01 5 4 0 1
|
||||
-1 sprites/chars.pcx 160 40 01 21 6 0 -2
|
||||
-1 sprites/chars.pcx 170 40 01 21 3 0 -2
|
||||
-1 sprites/chars.pcx 180 40 01 21 6 0 -2
|
||||
-1 sprites/chars.pcx 190 40 01 21 12 0 -2
|
||||
|
||||
//U+00B7 Middle dot
|
||||
-1 * 0 12 03 00 01 B7 00 01 01 B7 00 02 01 B7 00
|
||||
-1 sprites/chars.pcx 210 10 01 13 3 0 -2
|
||||
-1 sprites/chars.pcx 210 30 01 5 1 0 1
|
||||
-1 sprites/chars.pcx 210 40 01 21 2 0 -2
|
||||
|
||||
//U+0150 Latin Capital Letter O with double acute
|
||||
//U+0151 Latin Small Letter O with double acute
|
||||
-1 * 0 12 03 00 02 50 01 01 02 50 01 02 02 50 01
|
||||
-1 sprites/chars.pcx 230 10 01 13 9 0 -2
|
||||
-1 sprites/chars.pcx 320 10 01 13 6 0 -2
|
||||
-1 sprites/chars.pcx 230 30 01 6 4 0 0
|
||||
-1 sprites/chars.pcx 220 30 01 6 4 0 0
|
||||
-1 sprites/chars.pcx 230 40 01 21 13 0 -2
|
||||
-1 sprites/chars.pcx 220 40 01 21 9 0 -2
|
||||
|
||||
//U+0170 Latin Capital Letter U with double acute
|
||||
//U+0171 Latin Small Letter U with double acute
|
||||
-1 * 0 12 03 00 02 70 01 01 02 70 01 02 02 70 01
|
||||
-1 sprites/chars.pcx 260 10 01 13 8 0 -2
|
||||
-1 sprites/chars.pcx 250 10 01 13 7 0 -2
|
||||
-1 sprites/chars.pcx 260 30 01 6 4 0 0
|
||||
-1 sprites/chars.pcx 250 30 01 6 4 0 0
|
||||
-1 sprites/chars.pcx 260 40 01 21 14 0 -2
|
||||
-1 sprites/chars.pcx 250 40 01 21 9 0 -2
|
||||
|
||||
//U+010C Latin Capital Letter C with caron
|
||||
//U+010D Latin Small Letter C with caron
|
||||
-1 * 0 12 03 00 02 0C 01 01 02 0C 01 02 02 0C 01
|
||||
-1 sprites/chars.pcx 30 70 01 13 9 0 -2
|
||||
-1 sprites/chars.pcx 50 70 01 13 6 0 -2
|
||||
-1 sprites/chars.pcx 30 90 01 6 3 0 0
|
||||
-1 sprites/chars.pcx 50 90 01 6 3 0 0
|
||||
-1 sprites/chars.pcx 30 100 01 21 12 0 -2
|
||||
-1 sprites/chars.pcx 50 100 01 21 8 0 -2
|
||||
|
||||
//U+010E Latin Capital Letter D with caron
|
||||
//U+010F Latin Small Letter D with caron
|
||||
-1 * 0 12 03 00 02 0E 01 01 02 0E 01 02 02 0E 01
|
||||
-1 sprites/chars.pcx 70 70 01 13 8 0 -2
|
||||
-1 sprites/chars.pcx 90 70 01 13 9 0 -2
|
||||
-1 sprites/chars.pcx 70 90 01 6 3 0 0
|
||||
-1 sprites/chars.pcx 90 90 01 5 5 0 1
|
||||
-1 sprites/chars.pcx 70 100 01 21 14 0 -2
|
||||
-1 sprites/chars.pcx 90 100 01 21 12 0 -2
|
||||
|
||||
//U+011A Latin Capital Letter E with caron
|
||||
//U+011B Latin Small Letter E with caron
|
||||
-1 * 0 12 03 00 02 1A 01 01 02 1A 01 02 02 1A 01
|
||||
-1 sprites/chars.pcx 110 70 01 13 8 0 -2
|
||||
-1 sprites/chars.pcx 130 70 01 13 6 0 -2
|
||||
-1 sprites/chars.pcx 110 90 01 6 3 0 0
|
||||
-1 sprites/chars.pcx 130 90 01 6 3 0 0
|
||||
-1 sprites/chars.pcx 110 100 01 21 13 0 -2
|
||||
-1 sprites/chars.pcx 130 100 01 21 8 0 -2
|
||||
|
||||
//U+0147 Latin Capital Letter N with caron
|
||||
//U+0148 Latin Small Letter N with caron
|
||||
-1 * 0 12 03 00 02 47 01 01 02 47 01 02 02 47 01
|
||||
-1 sprites/chars.pcx 150 70 01 13 8 0 -2
|
||||
-1 sprites/chars.pcx 170 70 01 13 6 0 -2
|
||||
-1 sprites/chars.pcx 150 90 01 6 4 0 0
|
||||
-1 sprites/chars.pcx 170 90 01 6 3 0 0
|
||||
-1 sprites/chars.pcx 150 100 01 21 16 0 -2
|
||||
-1 sprites/chars.pcx 170 100 01 21 10 0 -2
|
||||
|
||||
//U+0158 Latin Capital Letter R with caron
|
||||
//U+0159 Latin Small Letter R with caron
|
||||
-1 * 0 12 03 00 02 58 01 01 02 58 01 02 02 58 01
|
||||
-1 sprites/chars.pcx 190 70 01 13 8 0 -2
|
||||
-1 sprites/chars.pcx 210 70 01 13 5 0 -2
|
||||
-1 sprites/chars.pcx 190 90 01 6 3 0 0
|
||||
-1 sprites/chars.pcx 210 90 01 6 3 0 0
|
||||
-1 sprites/chars.pcx 190 100 01 21 12 0 -2
|
||||
-1 sprites/chars.pcx 210 100 01 21 6 0 -2
|
||||
|
||||
//U+0164 Latin Capital Letter T with caron
|
||||
//U+0165 Latin Small Letter T with caron
|
||||
-1 * 0 12 03 00 02 64 01 01 02 64 01 02 02 64 01
|
||||
-1 sprites/chars.pcx 230 70 01 13 9 0 -2
|
||||
-1 sprites/chars.pcx 250 70 01 13 8 0 -2
|
||||
-1 sprites/chars.pcx 230 90 01 6 3 0 0
|
||||
-1 sprites/chars.pcx 250 90 01 5 4 0 1
|
||||
-1 sprites/chars.pcx 230 100 01 21 13 0 -2
|
||||
-1 sprites/chars.pcx 250 100 01 21 7 0 -2
|
||||
|
||||
//U+016E Latin Capital Letter U with ring above
|
||||
//U+016F Latin Small Letter U with ring above
|
||||
-1 * 0 12 03 00 02 6E 01 01 02 6E 01 02 02 6E 01
|
||||
-1 sprites/chars.pcx 270 70 01 13 8 0 -2
|
||||
-1 sprites/chars.pcx 290 70 01 13 6 0 -2
|
||||
-1 sprites/chars.pcx 270 90 01 6 3 0 0
|
||||
-1 sprites/chars.pcx 290 90 01 6 3 0 0
|
||||
-1 sprites/chars.pcx 270 100 01 21 14 0 -2
|
||||
-1 sprites/chars.pcx 290 100 01 21 8 0 -2
|
||||
|
||||
//U+0106 Latin Capital Letter C with acute
|
||||
//U+0107 Latin Small Letter C with acute
|
||||
-1 * 0 12 03 00 02 06 01 01 02 06 01 02 02 06 01
|
||||
-1 sprites/chars.pcx 310 70 01 13 9 0 -2
|
||||
-1 sprites/chars.pcx 330 70 01 13 6 0 -2
|
||||
-1 sprites/chars.pcx 310 90 01 6 3 0 0
|
||||
-1 sprites/chars.pcx 330 90 01 6 3 0 0
|
||||
-1 sprites/chars.pcx 310 100 01 21 12 0 -2
|
||||
-1 sprites/chars.pcx 330 100 01 21 8 0 -2
|
||||
|
||||
//U+0110 Latin Capital Letter D with stroke
|
||||
//U+0111 Latin Small Letter D with stroke
|
||||
-1 * 0 12 03 00 02 10 01 01 02 10 01 02 02 10 01
|
||||
-1 sprites/chars.pcx 350 70 01 13 9 0 -2
|
||||
-1 sprites/chars.pcx 370 70 01 13 7 0 -2
|
||||
-1 sprites/chars.pcx 350 90 01 5 4 0 1
|
||||
-1 sprites/chars.pcx 370 90 01 6 4 0 0
|
||||
-1 sprites/chars.pcx 350 100 01 21 14 0 -2
|
||||
-1 sprites/chars.pcx 370 100 01 21 9 0 -2
|
||||
|
||||
//U+013D Latin Capital Letter L with caron
|
||||
//U+013E Latin Small Letter L with caron
|
||||
-1 * 0 12 03 00 02 3D 01 01 02 3D 01 02 02 3D 01
|
||||
-1 sprites/chars.pcx 390 70 01 13 7 0 -2
|
||||
-1 sprites/chars.pcx 410 70 01 13 6 0 -2
|
||||
-1 sprites/chars.pcx 390 90 01 5 5 0 1
|
||||
-1 sprites/chars.pcx 410 90 01 5 3 0 1
|
||||
-1 sprites/chars.pcx 390 100 01 21 12 0 -2
|
||||
-1 sprites/chars.pcx 410 100 01 21 7 0 -2
|
||||
|
||||
//U+00B4 Acute accent
|
||||
-1 * 0 12 03 00 01 B4 00 01 01 B4 00 02 01 B4 00
|
||||
-1 sprites/chars.pcx 30 130 01 13 4 0 -2
|
||||
-1 sprites/chars.pcx 30 150 01 5 1 0 1
|
||||
-1 sprites/chars.pcx 30 160 01 21 3 0 -2
|
||||
|
||||
//U+00BD Vulgar fraction one half
|
||||
-1 * 0 12 03 00 01 BD 00 01 01 BD 00 02 01 BD 00
|
||||
-1 sprites/chars.pcx 40 130 01 13 11 0 -2
|
||||
-1 sprites/chars.pcx 40 150 01 5 9 0 1
|
||||
-1 sprites/chars.pcx 40 160 01 21 11 0 -2
|
||||
|
||||
//U+00B5 Micro sign
|
||||
-1 * 0 12 03 00 01 B5 00 01 01 B5 00 02 01 B5 00
|
||||
-1 sprites/chars.pcx 60 130 01 13 6 0 -2
|
||||
-1 sprites/chars.pcx 60 150 01 5 3 0 1
|
||||
-1 sprites/chars.pcx 60 160 01 21 10 0 -2
|
||||
|
||||
//U+00AA Feminine Ordinal Indicator
|
||||
-1 * 0 12 03 00 01 AA 00 01 01 AA 00 02 01 AA 00
|
||||
-1 sprites/chars.pcx 80 130 01 13 5 0 -2
|
||||
-1 sprites/chars.pcx 80 150 01 5 1 0 1
|
||||
-1 sprites/chars.pcx 80 160 01 21 6 0 -2
|
||||
|
||||
//U+2019 RIGHT SINGLE QUOTATION MARK
|
||||
-1 * 0 12 03 00 01 19 20 01 01 19 20 02 01 19 20
|
||||
-1 sprites/chars.pcx 90 130 01 13 3 0 -2
|
||||
-1 sprites/chars.pcx 90 150 01 5 1 0 1
|
||||
-1 sprites/chars.pcx 90 160 01 21 4 0 -2
|
||||
|
||||
//U+201E DOUBLE LOW-9 QUOTATION MARK
|
||||
-1 * 0 12 03 00 01 1E 20 01 01 1E 20 02 01 1E 20
|
||||
-1 sprites/chars.pcx 100 130 01 13 5 0 -2
|
||||
-1 sprites/chars.pcx 100 150 01 5 3 0 1
|
||||
-1 sprites/chars.pcx 100 160 01 21 8 0 -2
|
||||
|
||||
//U+201C LEFT DOUBLE QUOTATION MARK
|
||||
-1 * 0 12 03 00 01 1C 20 01 01 1C 20 02 01 1C 20
|
||||
-1 sprites/chars.pcx 110 130 01 13 5 0 -2
|
||||
-1 sprites/chars.pcx 110 150 01 5 3 0 1
|
||||
-1 sprites/chars.pcx 110 160 01 21 8 0 -2
|
||||
|
||||
//U+203A SINGLE RIGHT-POINTING ANGLE QUOTATION MARK
|
||||
-1 * 0 12 03 00 01 3A 20 01 01 3A 20 02 01 3A 20
|
||||
-1 sprites/chars.pcx 760 130 01 13 5 0 -2
|
||||
-1 sprites/chars.pcx 760 150 01 5 2 0 1
|
||||
-1 sprites/chars.pcx 760 160 01 21 4 0 -2
|
||||
|
||||
//U+2013 EN DASH
|
||||
-1 * 0 12 03 00 01 13 20 01 01 13 20 02 01 13 20
|
||||
-1 sprites/chars.pcx 120 130 01 13 7 0 -2
|
||||
-1 sprites/chars.pcx 120 150 01 5 4 0 1
|
||||
-1 sprites/chars.pcx 120 160 01 21 9 0 -2
|
||||
|
||||
//U+0174 Latin Capital Letter W with circumflex
|
||||
//U+0175 Latin Small Letter W with circumflex
|
||||
-1 * 0 12 03 00 02 74 01 01 02 74 01 02 02 74 01
|
||||
-1 sprites/chars.pcx 420 70 01 13 12 0 -2
|
||||
-1 sprites/chars.pcx 440 70 01 13 10 0 -2
|
||||
-1 sprites/chars.pcx 420 90 01 6 5 0 0
|
||||
-1 sprites/chars.pcx 440 90 01 6 5 0 0
|
||||
-1 sprites/chars.pcx 420 100 01 21 18 0 -2
|
||||
-1 sprites/chars.pcx 440 100 01 21 13 0 -2
|
||||
|
||||
//U+0176 Latin Capital Letter Y with circumflex
|
||||
//U+0177 Latin Small Letter Y with circumflex
|
||||
-1 * 0 12 03 00 02 76 01 01 02 76 01 02 02 76 01
|
||||
-1 sprites/chars.pcx 460 70 01 13 9 0 -2
|
||||
-1 sprites/chars.pcx 480 70 01 13 7 0 -2
|
||||
-1 sprites/chars.pcx 460 90 01 6 3 0 0
|
||||
-1 sprites/chars.pcx 480 90 01 6 3 0 0
|
||||
-1 sprites/chars.pcx 460 100 01 21 13 0 -2
|
||||
-1 sprites/chars.pcx 480 100 01 21 9 0 -2
|
||||
|
||||
//U+0108 Latin Capital Letter C with circumflex
|
||||
//U+0109 Latin Small Letter C with circumflex
|
||||
-1 * 0 12 03 00 02 08 01 01 02 08 01 02 02 08 01
|
||||
-1 sprites/chars.pcx 500 70 01 13 9 0 -2
|
||||
-1 sprites/chars.pcx 520 70 01 13 6 0 -2
|
||||
-1 sprites/chars.pcx 500 90 01 6 3 0 0
|
||||
-1 sprites/chars.pcx 520 90 01 6 3 0 0
|
||||
-1 sprites/chars.pcx 500 100 01 21 12 0 -2
|
||||
-1 sprites/chars.pcx 520 100 01 21 8 0 -2
|
||||
|
||||
//U+011C Latin Capital Letter G with circumflex
|
||||
//U+011D Latin Small Letter G with circumflex
|
||||
-1 * 0 12 03 00 02 1C 01 01 02 1C 01 02 02 1C 01
|
||||
-1 sprites/chars.pcx 540 70 01 13 9 0 -2
|
||||
-1 sprites/chars.pcx 560 70 01 13 6 0 -2
|
||||
-1 sprites/chars.pcx 540 90 01 6 3 0 0
|
||||
-1 sprites/chars.pcx 560 90 01 6 3 0 0
|
||||
-1 sprites/chars.pcx 540 100 01 21 13 0 -2
|
||||
-1 sprites/chars.pcx 560 100 01 21 10 0 -2
|
||||
|
||||
//U+0124 Latin Capital Letter H with circumflex
|
||||
//U+0125 Latin Small Letter H with circumflex
|
||||
-1 * 0 12 03 00 02 24 01 01 02 24 01 02 02 24 01
|
||||
-1 sprites/chars.pcx 580 70 01 13 8 0 -2
|
||||
-1 sprites/chars.pcx 600 70 01 13 8 0 -2
|
||||
-1 sprites/chars.pcx 580 90 01 6 3 0 0
|
||||
-1 sprites/chars.pcx 600 90 01 6 3 0 0
|
||||
-1 sprites/chars.pcx 580 100 01 21 15 0 -2
|
||||
-1 sprites/chars.pcx 600 100 01 21 10 0 -2
|
||||
|
||||
//U+0134 Latin Capital Letter J with circumflex
|
||||
//U+0135 Latin Small Letter J with circumflex
|
||||
-1 * 0 12 03 00 02 34 01 01 02 34 01 02 02 34 01
|
||||
-1 sprites/chars.pcx 620 70 01 13 7 0 -2
|
||||
-1 sprites/chars.pcx 640 70 01 13 6 0 -2
|
||||
-1 sprites/chars.pcx 620 90 01 6 3 0 0
|
||||
-1 sprites/chars.pcx 640 90 01 6 3 0 0
|
||||
-1 sprites/chars.pcx 620 100 01 21 8 0 -2
|
||||
-1 sprites/chars.pcx 640 100 01 21 5 0 -2
|
||||
|
||||
//U+016C Latin Capital Letter U with breve
|
||||
//U+016D Latin Small Letter U with breve
|
||||
-1 * 0 12 03 00 02 6C 01 01 02 6C 01 02 02 6C 01
|
||||
-1 sprites/chars.pcx 650 70 01 13 8 0 -2
|
||||
-1 sprites/chars.pcx 670 70 01 13 6 0 -2
|
||||
-1 sprites/chars.pcx 650 90 01 6 3 0 0
|
||||
-1 sprites/chars.pcx 670 90 01 6 3 0 0
|
||||
-1 sprites/chars.pcx 650 100 01 21 14 0 -2
|
||||
-1 sprites/chars.pcx 670 100 01 21 9 0 -2
|
||||
|
||||
//U+0102 Latin Capital Letter A with breve
|
||||
//U+0103 Latin Small Letter A with breve
|
||||
-1 * 0 12 03 00 02 02 01 01 02 02 01 02 02 02 01
|
||||
-1 sprites/chars.pcx 690 70 01 13 9 0 -2
|
||||
-1 sprites/chars.pcx 710 70 01 13 7 0 -2
|
||||
-1 sprites/chars.pcx 690 90 01 6 3 0 0
|
||||
-1 sprites/chars.pcx 710 90 01 6 3 0 0
|
||||
-1 sprites/chars.pcx 690 100 01 21 14 0 -2
|
||||
-1 sprites/chars.pcx 710 100 01 21 8 0 -2
|
||||
|
||||
//U+015E Latin Capital Letter S with cedilla
|
||||
//U+015F Latin Small Letter S with cedilla
|
||||
-1 * 0 12 03 00 02 5E 01 01 02 5E 01 02 02 5E 01
|
||||
-1 sprites/chars.pcx 730 70 01 13 8 0 -2
|
||||
-1 sprites/chars.pcx 740 70 01 13 6 0 -2
|
||||
-1 sprites/chars.pcx 730 90 01 6 3 0 1
|
||||
-1 sprites/chars.pcx 740 90 01 6 3 0 1
|
||||
-1 sprites/chars.pcx 730 100 01 21 9 0 -2
|
||||
-1 sprites/chars.pcx 740 100 01 21 6 0 -2
|
||||
|
||||
//U+0162 Latin Capital Letter T with cedilla
|
||||
//U+0163 Latin Small Letter T with cedilla
|
||||
-1 * 0 12 03 00 02 62 01 01 02 62 01 02 02 62 01
|
||||
-1 sprites/chars.pcx 750 70 01 13 9 0 -2
|
||||
-1 sprites/chars.pcx 770 70 01 13 6 0 -2
|
||||
-1 sprites/chars.pcx 750 90 01 6 3 0 1
|
||||
-1 sprites/chars.pcx 770 90 01 6 2 0 1
|
||||
-1 sprites/chars.pcx 750 100 01 21 13 0 -2
|
||||
-1 sprites/chars.pcx 770 100 01 21 5 0 -2
|
||||
|
||||
//U+011E Latin Capital Letter G with breve
|
||||
//U+011F Latin Small Letter G with breve
|
||||
-1 * 0 12 03 00 02 1E 01 01 02 1E 01 02 02 1E 01
|
||||
-1 sprites/chars.pcx 140 130 01 13 9 0 -2
|
||||
-1 sprites/chars.pcx 160 130 01 13 6 0 -2
|
||||
-1 sprites/chars.pcx 140 150 01 6 3 0 0
|
||||
-1 sprites/chars.pcx 160 150 01 6 3 0 0
|
||||
-1 sprites/chars.pcx 140 160 01 21 13 0 -2
|
||||
-1 sprites/chars.pcx 160 160 01 21 10 0 -2
|
||||
|
||||
//U+0130 Latin Capital Letter I with dot above
|
||||
//U+0131 Latin Small Letter dotless I
|
||||
-1 * 0 12 03 00 02 30 01 01 02 30 01 02 02 30 01
|
||||
-1 sprites/chars.pcx 180 130 01 13 3 0 -2
|
||||
-1 sprites/chars.pcx 190 130 01 13 3 0 -2
|
||||
-1 sprites/chars.pcx 180 150 01 6 1 0 0
|
||||
-1 sprites/chars.pcx 190 150 01 5 1 0 1
|
||||
-1 sprites/chars.pcx 180 160 01 21 7 0 -2
|
||||
-1 sprites/chars.pcx 190 160 01 21 4 0 -2
|
||||
|
||||
//U+0122 Latin Capital Letter G with cedilla
|
||||
//U+0123 Latin Small Letter G with cedilla
|
||||
-1 * 0 12 03 00 02 22 01 01 02 22 01 02 02 22 01
|
||||
-1 sprites/chars.pcx 200 130 01 13 9 0 -2
|
||||
-1 sprites/chars.pcx 220 130 01 13 6 0 -2
|
||||
-1 sprites/chars.pcx 200 150 01 6 3 0 0
|
||||
-1 sprites/chars.pcx 220 150 01 6 3 0 1
|
||||
-1 sprites/chars.pcx 200 160 01 21 13 0 -2
|
||||
-1 sprites/chars.pcx 220 160 01 21 10 0 -2
|
||||
|
||||
//U+0136 Latin Capital Letter K with cedilla
|
||||
//U+0137 Latin Small Letter K with cedilla
|
||||
-1 * 0 12 03 00 02 36 01 01 02 36 01 02 02 36 01
|
||||
-1 sprites/chars.pcx 240 130 01 13 8 0 -2
|
||||
-1 sprites/chars.pcx 260 130 01 13 7 0 -2
|
||||
-1 sprites/chars.pcx 240 150 01 6 3 0 1
|
||||
-1 sprites/chars.pcx 260 150 01 6 3 0 1
|
||||
-1 sprites/chars.pcx 240 160 01 21 14 0 -2
|
||||
-1 sprites/chars.pcx 260 160 01 21 10 0 -2
|
||||
|
||||
//U+013B Latin Capital Letter L with cedilla
|
||||
//U+013C Latin Small Letter L with cedilla
|
||||
-1 * 0 12 03 00 02 3B 01 01 02 3B 01 02 02 3B 01
|
||||
-1 sprites/chars.pcx 280 130 01 13 7 0 -2
|
||||
-1 sprites/chars.pcx 300 130 01 13 4 0 -2
|
||||
-1 sprites/chars.pcx 280 150 01 6 3 0 1
|
||||
-1 sprites/chars.pcx 300 150 01 6 2 0 1
|
||||
-1 sprites/chars.pcx 280 160 01 21 12 0 -2
|
||||
-1 sprites/chars.pcx 300 160 01 21 5 0 -2
|
||||
|
||||
//U+0145 Latin Capital Letter N with cedilla
|
||||
//U+0146 Latin Small Letter N with cedilla
|
||||
-1 * 0 12 03 00 02 45 01 01 02 45 01 02 02 45 01
|
||||
-1 sprites/chars.pcx 310 130 01 13 8 0 -2
|
||||
-1 sprites/chars.pcx 330 130 01 13 6 0 -2
|
||||
-1 sprites/chars.pcx 310 150 01 6 4 0 1
|
||||
-1 sprites/chars.pcx 330 150 01 6 3 0 1
|
||||
-1 sprites/chars.pcx 310 160 01 21 16 0 -2
|
||||
-1 sprites/chars.pcx 330 160 01 21 10 0 -2
|
||||
|
||||
//U+0100 Latin Capital Letter A with macron
|
||||
//U+0101 Latin Small Letter A with macron
|
||||
-1 * 0 12 03 00 02 00 01 01 02 00 01 02 02 00 01
|
||||
-1 sprites/chars.pcx 350 130 01 13 9 0 -2
|
||||
-1 sprites/chars.pcx 370 130 01 13 7 0 -2
|
||||
-1 sprites/chars.pcx 350 150 01 6 3 0 0
|
||||
-1 sprites/chars.pcx 370 150 01 6 3 0 0
|
||||
-1 sprites/chars.pcx 350 160 01 21 14 0 -2
|
||||
-1 sprites/chars.pcx 370 160 01 21 8 0 -2
|
||||
|
||||
//U+0112 Latin Capital Letter E with macron
|
||||
//U+0113 Latin Small Letter E with macron
|
||||
-1 * 0 12 03 00 02 12 01 01 02 12 01 02 02 12 01
|
||||
-1 sprites/chars.pcx 380 130 01 13 8 0 -2
|
||||
-1 sprites/chars.pcx 400 130 01 13 6 0 -2
|
||||
-1 sprites/chars.pcx 380 150 01 6 3 0 0
|
||||
-1 sprites/chars.pcx 400 150 01 6 3 0 0
|
||||
-1 sprites/chars.pcx 380 160 01 21 13 0 -2
|
||||
-1 sprites/chars.pcx 400 160 01 21 8 0 -2
|
||||
|
||||
//U+012A Latin Capital Letter I with macron
|
||||
//U+012B Latin Small Letter I with macron
|
||||
-1 * 0 12 03 00 02 2A 01 01 02 2A 01 02 02 2A 01
|
||||
-1 sprites/chars.pcx 410 130 01 13 5 0 -2
|
||||
-1 sprites/chars.pcx 420 130 01 13 5 0 -2
|
||||
-1 sprites/chars.pcx 410 150 01 6 3 0 0
|
||||
-1 sprites/chars.pcx 420 150 01 6 3 0 0
|
||||
-1 sprites/chars.pcx 410 160 01 21 7 0 -2
|
||||
-1 sprites/chars.pcx 420 160 01 21 4 0 -2
|
||||
|
||||
//U+016A Latin Capital Letter U with macron
|
||||
//U+016B Latin Small Letter U with macron
|
||||
-1 * 0 12 03 00 02 6A 01 01 02 6A 01 02 02 6A 01
|
||||
-1 sprites/chars.pcx 430 130 01 13 8 0 -2
|
||||
-1 sprites/chars.pcx 450 130 01 13 6 0 -2
|
||||
-1 sprites/chars.pcx 430 150 01 6 3 0 0
|
||||
-1 sprites/chars.pcx 450 150 01 6 3 0 0
|
||||
-1 sprites/chars.pcx 430 160 01 21 14 0 -2
|
||||
-1 sprites/chars.pcx 450 160 01 21 9 0 -2
|
||||
|
||||
//U+0143 Latin Capital Letter N with acute
|
||||
//U+0144 Latin Small Letter N with acute
|
||||
-1 * 0 12 03 00 02 43 01 01 02 43 01 02 02 43 01
|
||||
-1 sprites/chars.pcx 470 130 01 13 8 0 -2
|
||||
-1 sprites/chars.pcx 490 130 01 13 6 0 -2
|
||||
-1 sprites/chars.pcx 470 150 01 6 4 0 0
|
||||
-1 sprites/chars.pcx 490 150 01 6 3 0 0
|
||||
-1 sprites/chars.pcx 470 160 01 21 16 0 -2
|
||||
-1 sprites/chars.pcx 490 160 01 21 10 0 -2
|
||||
|
||||
//U+015A Latin Capital Letter S with acute
|
||||
//U+015B Latin Small Letter S with acute
|
||||
-1 * 0 12 03 00 02 5A 01 01 02 5A 01 02 02 5A 01
|
||||
-1 sprites/chars.pcx 510 130 01 13 8 0 -2
|
||||
-1 sprites/chars.pcx 520 130 01 13 6 0 -2
|
||||
-1 sprites/chars.pcx 510 150 01 6 3 0 0
|
||||
-1 sprites/chars.pcx 520 150 01 6 3 0 0
|
||||
-1 sprites/chars.pcx 510 160 01 21 9 0 -2
|
||||
-1 sprites/chars.pcx 520 160 01 21 6 0 -2
|
||||
|
||||
//U+017B Latin Capital Letter Z with dot above
|
||||
//U+017C Latin Small Letter Z with dot above
|
||||
-1 * 0 12 03 00 02 7B 01 01 02 7B 01 02 02 7B 01
|
||||
-1 sprites/chars.pcx 530 130 01 13 8 0 -2
|
||||
-1 sprites/chars.pcx 550 130 01 13 7 0 -2
|
||||
-1 sprites/chars.pcx 530 150 01 6 3 0 0
|
||||
-1 sprites/chars.pcx 550 150 01 6 3 0 0
|
||||
-1 sprites/chars.pcx 530 160 01 21 12 0 -2
|
||||
-1 sprites/chars.pcx 550 160 01 21 7 0 -2
|
||||
|
||||
//U+0179 Latin Capital Letter Z with acute
|
||||
//U+017A Latin Small Letter Z with acute
|
||||
-1 * 0 12 03 00 02 79 01 01 02 79 01 02 02 79 01
|
||||
-1 sprites/chars.pcx 770 130 01 13 8 0 -2
|
||||
-1 sprites/chars.pcx 790 130 01 13 7 0 -2
|
||||
-1 sprites/chars.pcx 770 150 01 6 3 0 0
|
||||
-1 sprites/chars.pcx 790 150 01 6 3 0 0
|
||||
-1 sprites/chars.pcx 770 160 01 21 12 0 -2
|
||||
-1 sprites/chars.pcx 790 160 01 21 7 0 -2
|
||||
|
||||
//U+0139 Latin Capital Letter L with acute
|
||||
//U+013A Latin Small Letter L with acute
|
||||
-1 * 0 12 03 00 02 39 01 01 02 39 01 02 02 39 01
|
||||
-1 sprites/chars.pcx 30 190 01 13 7 0 -2
|
||||
-1 sprites/chars.pcx 50 190 01 13 4 0 -2
|
||||
-1 sprites/chars.pcx 30 210 01 6 3 0 0
|
||||
-1 sprites/chars.pcx 50 210 01 6 2 0 0
|
||||
-1 sprites/chars.pcx 30 220 01 21 12 0 -2
|
||||
-1 sprites/chars.pcx 50 220 01 21 5 0 -2
|
||||
|
||||
//U+0141 Latin Capital Letter L with stroke
|
||||
//U+0142 Latin Small Letter L with stroke
|
||||
-1 * 0 12 03 00 02 41 01 01 02 41 01 02 02 41 01
|
||||
-1 sprites/chars.pcx 560 130 01 13 8 0 -2
|
||||
-1 sprites/chars.pcx 580 130 01 13 5 0 -2
|
||||
-1 sprites/chars.pcx 560 150 01 5 4 0 1
|
||||
-1 sprites/chars.pcx 580 150 01 5 3 0 1
|
||||
-1 sprites/chars.pcx 560 160 01 21 12 0 -2
|
||||
-1 sprites/chars.pcx 580 160 01 21 6 0 -2
|
||||
|
||||
//U+0104 Latin Capital Letter A with ogonek
|
||||
//U+0105 Latin Small Letter A with ogonek
|
||||
-1 * 0 12 03 00 02 04 01 01 02 04 01 02 02 04 01
|
||||
-1 sprites/chars.pcx 590 130 01 13 9 0 -2
|
||||
-1 sprites/chars.pcx 610 130 01 13 7 0 -2
|
||||
-1 sprites/chars.pcx 590 150 01 6 3 0 1
|
||||
-1 sprites/chars.pcx 610 150 01 6 3 0 1
|
||||
-1 sprites/chars.pcx 590 160 01 21 14 0 -2
|
||||
-1 sprites/chars.pcx 610 160 01 21 8 0 -2
|
||||
|
||||
//U+0118 Latin Capital Letter E with ogonek
|
||||
//U+0119 Latin Small Letter E with ogonek
|
||||
-1 * 0 12 03 00 02 18 01 01 02 18 01 02 02 18 01
|
||||
-1 sprites/chars.pcx 620 130 01 13 8 0 -2
|
||||
-1 sprites/chars.pcx 640 130 01 13 6 0 -2
|
||||
-1 sprites/chars.pcx 620 150 01 6 3 0 1
|
||||
-1 sprites/chars.pcx 640 150 01 6 3 0 1
|
||||
-1 sprites/chars.pcx 620 160 01 21 13 0 -2
|
||||
-1 sprites/chars.pcx 640 160 01 21 8 0 -2
|
||||
|
||||
//U+012E Latin Capital Letter I with ogonek
|
||||
//U+012F Latin Small Letter I with ogonek
|
||||
-1 * 0 12 03 00 02 2E 01 01 02 2E 01 02 02 2E 01
|
||||
-1 sprites/chars.pcx 650 130 01 13 4 0 -2
|
||||
-1 sprites/chars.pcx 660 130 01 13 4 0 -2
|
||||
-1 sprites/chars.pcx 650 150 01 6 2 0 1
|
||||
-1 sprites/chars.pcx 660 150 01 6 2 0 1
|
||||
-1 sprites/chars.pcx 650 160 01 21 7 0 -2
|
||||
-1 sprites/chars.pcx 660 160 01 21 4 0 -2
|
||||
|
||||
//U+0172 Latin Capital Letter U with ogonek
|
||||
//U+0173 Latin Small Letter U with ogonek
|
||||
-1 * 0 12 03 00 02 72 01 01 02 72 01 02 02 72 01
|
||||
-1 sprites/chars.pcx 670 130 01 13 8 0 -2
|
||||
-1 sprites/chars.pcx 690 130 01 13 7 0 -2
|
||||
-1 sprites/chars.pcx 670 150 01 6 3 0 1
|
||||
-1 sprites/chars.pcx 690 150 01 6 3 0 1
|
||||
-1 sprites/chars.pcx 670 160 01 21 14 0 -2
|
||||
-1 sprites/chars.pcx 690 160 01 21 9 0 -2
|
||||
|
||||
//U+0116 Latin Capital Letter E with dot above
|
||||
//U+0117 Latin Small Letter E with dot above
|
||||
-1 * 0 12 03 00 02 16 01 01 02 16 01 02 02 16 01
|
||||
-1 sprites/chars.pcx 710 130 01 13 8 0 -2
|
||||
-1 sprites/chars.pcx 730 130 01 13 6 0 -2
|
||||
-1 sprites/chars.pcx 710 150 01 6 3 0 0
|
||||
-1 sprites/chars.pcx 730 150 01 6 3 0 0
|
||||
-1 sprites/chars.pcx 710 160 01 21 13 0 -2
|
||||
-1 sprites/chars.pcx 730 160 01 21 8 0 -2
|
||||
|
||||
//U+015C Latin Capital Letter S with circumflex
|
||||
//U+015D Latin Small Letter S with circumflex
|
||||
-1 * 0 12 03 00 02 5C 01 01 02 5C 01 02 02 5C 01
|
||||
-1 sprites/chars.pcx 740 130 01 13 8 0 -2
|
||||
-1 sprites/chars.pcx 750 130 01 13 6 0 -2
|
||||
-1 sprites/chars.pcx 740 150 01 6 3 0 0
|
||||
-1 sprites/chars.pcx 750 150 01 6 3 0 0
|
||||
-1 sprites/chars.pcx 740 160 01 21 9 0 -2
|
||||
-1 sprites/chars.pcx 750 160 01 21 6 0 -2
|
||||
|
||||
|
||||
// Large font only
|
||||
//U+00C6 Latin Capital letter AE
|
||||
-1 * 0 12 01 02 01 C6 00
|
||||
-1 sprites/chars.pcx 300 40 01 21 19 0 -2
|
||||
|
||||
//U+00E6 Latin Small Letter AE
|
||||
-1 * 0 12 01 02 01 E6 00
|
||||
-1 sprites/chars.pcx 280 40 01 21 13 0 -2
|
||||
|
||||
//U+00D8 Latin Capital letter O with stroke
|
||||
-1 * 0 12 01 02 01 D8 00
|
||||
-1 sprites/chars.pcx 330 40 01 21 13 0 -2
|
||||
|
||||
//U+00F8 Latin Small Letter O with stroke
|
||||
-1 * 0 12 01 02 01 F8 00
|
||||
-1 sprites/chars.pcx 320 40 01 21 9 0 -2
|
||||
|
||||
//U+00D0 Latin Capital letter Eth
|
||||
-1 * 0 12 01 02 01 D0 00
|
||||
-1 sprites/chars.pcx 350 40 01 21 14 0 -2
|
||||
|
||||
//U+00F0 Latin Small Letter Eth
|
||||
-1 * 0 12 01 02 01 F0 00
|
||||
-1 sprites/chars.pcx 370 40 01 21 9 0 -2
|
||||
|
||||
//U+00DE Latin Capital Letter Thorn
|
||||
-1 * 0 12 01 02 01 DE 00
|
||||
-1 sprites/chars.pcx 380 40 01 21 14 0 -2
|
||||
|
||||
//U+00FE Latin Small Letter Thorn
|
||||
-1 * 0 12 01 02 01 FE 00
|
||||
-1 sprites/chars.pcx 400 40 01 21 14 0 -2
|
||||
|
||||
//U+00A7 Section sign
|
||||
-1 * 0 12 01 02 01 A7 00
|
||||
-1 sprites/chars.pcx 420 40 01 21 9 0 -2
|
||||
|
||||
//U+00A9 Copyright sign
|
||||
-1 * 0 12 01 02 01 A9 00
|
||||
-1 sprites/chars.pcx 430 40 01 21 16 0 -2
|
||||
|
||||
//U+00AE Registered sign
|
||||
-1 * 0 12 01 02 01 AE 00
|
||||
-1 sprites/chars.pcx 150 40 01 21 7 0 -2
|
||||
|
||||
//U+00B1 Plus-minus sign
|
||||
//U+00B2 Superscript two
|
||||
//U+00B3 Superscript three
|
||||
-1 * 0 12 01 02 03 B1 00
|
||||
-1 sprites/chars.pcx 480 40 01 21 9 0 -2
|
||||
-1 sprites/chars.pcx 490 40 01 21 6 0 -2
|
||||
-1 sprites/chars.pcx 500 40 01 21 5 0 -2
|
||||
|
||||
//U+00D7 Multiplication sign
|
||||
-1 * 0 12 01 02 01 D7 00
|
||||
-1 sprites/chars.pcx 510 40 01 21 8 0 -2
|
||||
|
||||
//U+00F7 Division sign
|
||||
-1 * 0 12 01 02 01 F7 00
|
||||
-1 sprites/chars.pcx 520 40 01 21 9 0 -2
|
BIN
media/extra_grf/chars.pcx
Normal file
BIN
media/extra_grf/chars.pcx
Normal file
Binary file not shown.
58
media/extra_grf/elrails.nfo
Normal file
58
media/extra_grf/elrails.nfo
Normal file
@@ -0,0 +1,58 @@
|
||||
//
|
||||
// $Id$
|
||||
//
|
||||
// This file is part of OpenTTD.
|
||||
// OpenTTD is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2.
|
||||
// OpenTTD is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
// See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenTTD. If not, see <http://www.gnu.org/licenses/>.
|
||||
//
|
||||
-1 * 0 0C "Electrified rail by Michael Blunck"
|
||||
-1 * 0 05 05 30
|
||||
-1 sprites/elrails.pcx 66 8 01 16 32 -29 -2
|
||||
-1 sprites/elrails.pcx 114 8 01 16 32 -1 -2
|
||||
-1 sprites/elrails.pcx 162 8 01 1 32 -1 -2
|
||||
-1 sprites/elrails.pcx 210 8 01 16 1 0 -3
|
||||
-1 sprites/elrails.pcx 226 8 01 24 32 -29 -2
|
||||
-1 sprites/elrails.pcx 274 8 01 9 32 -1 6
|
||||
-1 sprites/elrails.pcx 322 8 01 9 32 -29 6
|
||||
-1 sprites/elrails.pcx 370 8 01 24 32 -1 -2
|
||||
-1 sprites/elrails.pcx 418 8 01 16 32 -29 -2
|
||||
-1 sprites/elrails.pcx 466 8 01 16 32 -1 -2
|
||||
-1 sprites/elrails.pcx 514 8 01 1 32 -1 -2
|
||||
-1 sprites/elrails.pcx 562 8 01 16 1 0 -3
|
||||
-1 sprites/elrails.pcx 578 8 01 24 32 -29 -2
|
||||
-1 sprites/elrails.pcx 626 8 01 9 32 -1 6
|
||||
-1 sprites/elrails.pcx 674 8 01 9 32 -29 6
|
||||
-1 sprites/elrails.pcx 722 8 01 24 32 -1 -2
|
||||
-1 sprites/elrails.pcx 2 56 01 16 32 -29 -2
|
||||
-1 sprites/elrails.pcx 50 56 01 16 32 -1 -2
|
||||
-1 sprites/elrails.pcx 98 56 01 1 32 -1 -2
|
||||
-1 sprites/elrails.pcx 146 56 01 16 1 0 -3
|
||||
-1 sprites/elrails.pcx 162 56 01 24 32 -29 -2
|
||||
-1 sprites/elrails.pcx 210 56 01 9 32 -1 6
|
||||
-1 sprites/elrails.pcx 258 56 01 9 32 -29 6
|
||||
-1 sprites/elrails.pcx 306 56 01 24 32 -1 -2
|
||||
-1 sprites/elrails.pcx 354 56 01 8 16 -29 6
|
||||
-1 sprites/elrails.pcx 386 56 01 8 16 -1 -2
|
||||
-1 sprites/elrails.pcx 418 56 01 8 16 -13 -2
|
||||
-1 sprites/elrails.pcx 450 56 01 8 16 15 6
|
||||
-1 sprites/elrails.pcx 482 56 01 16 8 -7 -14
|
||||
-1 sprites/elrails.pcx 498 56 01 18 8 0 -17
|
||||
-1 sprites/elrails.pcx 514 56 01 16 8 0 -14
|
||||
-1 sprites/elrails.pcx 530 56 01 18 8 -7 -17
|
||||
-1 sprites/elrails.pcx 546 56 01 16 2 0 -15
|
||||
-1 sprites/elrails.pcx 562 56 01 18 2 0 -16
|
||||
-1 sprites/elrails.pcx 578 56 01 16 8 0 -15
|
||||
-1 sprites/elrails.pcx 594 56 01 16 8 -7 -15
|
||||
-1 sprites/elrails.pcx 610 56 09 16 13 4 2
|
||||
-1 sprites/elrails.pcx 642 56 09 16 20 0 2
|
||||
-1 sprites/elrails.pcx 674 56 09 16 20 0 2
|
||||
-1 sprites/elrails.pcx 706 56 09 16 20 0 2
|
||||
-1 sprites/elrails.pcx 738 56 03 30 38 -3 -14
|
||||
-1 sprites/elrails.pcx 2 104 03 44 72 -16 -8
|
||||
-1 sprites/elrails.pcx 82 104 03 35 44 -21 -2
|
||||
-1 sprites/elrails.pcx 146 104 03 44 72 -16 -35
|
||||
-1 sprites/elrails.pcx 226 104 09 19 20 0 1
|
||||
-1 sprites/elrails.pcx 258 104 03 32 32 0 0
|
||||
-1 sprites/elrails.pcx 306 104 01 22 12 -9 -18
|
||||
-1 sprites/elrails.pcx 338 104 01 22 12 -1 -18
|
BIN
media/extra_grf/elrails.pcx
Normal file
BIN
media/extra_grf/elrails.pcx
Normal file
Binary file not shown.
135
media/extra_grf/fix_graphics.nfo
Normal file
135
media/extra_grf/fix_graphics.nfo
Normal file
@@ -0,0 +1,135 @@
|
||||
//
|
||||
// $Id$
|
||||
//
|
||||
// This file is part of OpenTTD.
|
||||
// OpenTTD is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2.
|
||||
// OpenTTD is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
// See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenTTD. If not, see <http://www.gnu.org/licenses/>.
|
||||
//
|
||||
-1 * 0 0C "Fixing (alignment) bugs in the orignal graphics. By Addi."
|
||||
-1 * 6 07 83 01 \7= 03 69
|
||||
// Different grahpics for same wood truck
|
||||
-1 * 14 0A 04 01 87 0C 01 89 0C 01 07 0E 01 09 0E
|
||||
-1 sprites/fix_graphics.pcx 82 8 09 16 22 -6 -7
|
||||
-1 sprites/fix_graphics.pcx 114 8 09 16 22 -14 -7
|
||||
-1 sprites/fix_graphics.pcx 146 8 09 16 22 -6 -7
|
||||
-1 sprites/fix_graphics.pcx 178 8 09 16 22 -14 -7
|
||||
// Different grahpics for lots of trucks
|
||||
-1 * 5 0A 01 28 C4 0D
|
||||
-1 sprites/fix_graphics.pcx 226 8 01 18 8 -3 -10
|
||||
-1 sprites/fix_graphics.pcx 242 8 09 16 20 -14 -7
|
||||
-1 sprites/fix_graphics.pcx 274 8 01 12 28 -14 -6
|
||||
-1 sprites/fix_graphics.pcx 322 8 09 16 20 -6 -7
|
||||
-1 sprites/fix_graphics.pcx 354 8 01 18 8 -3 -10
|
||||
-1 sprites/fix_graphics.pcx 370 8 09 16 20 -14 -7
|
||||
-1 sprites/fix_graphics.pcx 402 8 01 12 28 -14 -6
|
||||
-1 sprites/fix_graphics.pcx 450 8 09 16 20 -6 -7
|
||||
-1 sprites/fix_graphics.pcx 482 8 01 18 8 -3 -10
|
||||
-1 sprites/fix_graphics.pcx 498 8 09 16 20 -14 -7
|
||||
-1 sprites/fix_graphics.pcx 530 8 01 12 28 -14 -6
|
||||
-1 sprites/fix_graphics.pcx 578 8 09 16 20 -6 -7
|
||||
-1 sprites/fix_graphics.pcx 610 8 01 18 8 -3 -10
|
||||
-1 sprites/fix_graphics.pcx 626 8 09 16 20 -14 -7
|
||||
-1 sprites/fix_graphics.pcx 658 8 01 12 28 -14 -6
|
||||
-1 sprites/fix_graphics.pcx 706 8 09 16 20 -6 -7
|
||||
-1 sprites/fix_graphics.pcx 738 8 01 18 8 -3 -10
|
||||
-1 sprites/fix_graphics.pcx 754 8 09 16 22 -14 -7
|
||||
-1 sprites/fix_graphics.pcx 2 40 01 12 28 -14 -6
|
||||
-1 sprites/fix_graphics.pcx 50 40 09 16 22 -6 -7
|
||||
-1 sprites/fix_graphics.pcx 82 40 01 18 8 -3 -10
|
||||
-1 sprites/fix_graphics.pcx 98 40 09 16 22 -14 -7
|
||||
-1 sprites/fix_graphics.pcx 130 40 01 12 28 -14 -6
|
||||
-1 sprites/fix_graphics.pcx 178 40 09 16 22 -6 -7
|
||||
-1 sprites/fix_graphics.pcx 210 40 01 18 8 -3 -10
|
||||
-1 sprites/fix_graphics.pcx 226 40 09 16 22 -14 -7
|
||||
-1 sprites/fix_graphics.pcx 258 40 01 12 28 -14 -6
|
||||
-1 sprites/fix_graphics.pcx 306 40 09 16 22 -6 -7
|
||||
-1 sprites/fix_graphics.pcx 338 40 01 18 8 -3 -10
|
||||
-1 sprites/fix_graphics.pcx 354 40 09 16 22 -14 -7
|
||||
-1 sprites/fix_graphics.pcx 386 40 01 12 28 -14 -6
|
||||
-1 sprites/fix_graphics.pcx 434 40 09 16 22 -6 -7
|
||||
-1 sprites/fix_graphics.pcx 466 40 01 18 8 -3 -10
|
||||
-1 sprites/fix_graphics.pcx 482 40 09 16 20 -14 -7
|
||||
-1 sprites/fix_graphics.pcx 514 40 01 12 28 -14 -6
|
||||
-1 sprites/fix_graphics.pcx 562 40 09 16 20 -6 -7
|
||||
-1 sprites/fix_graphics.pcx 594 40 01 18 8 -3 -10
|
||||
-1 sprites/fix_graphics.pcx 610 40 09 16 20 -14 -7
|
||||
-1 sprites/fix_graphics.pcx 642 40 01 12 28 -14 -6
|
||||
-1 sprites/fix_graphics.pcx 690 40 09 16 20 -6 -7
|
||||
// Different grahpics for same truck
|
||||
-1 * 14 0A 04 01 9D 0C 01 9F 0C 01 A1 0C 01 A3 0C
|
||||
-1 sprites/fix_graphics.pcx 738 40 09 16 22 -14 -7
|
||||
-1 sprites/fix_graphics.pcx 770 40 09 16 22 -6 -7
|
||||
-1 sprites/fix_graphics.pcx 2 72 09 16 22 -14 -7
|
||||
-1 sprites/fix_graphics.pcx 34 72 09 16 22 -6 -7
|
||||
// Different grahpics for same paper truck
|
||||
-1 * 14 0A 04 01 5D 0D 01 5F 0D 01 61 0D 01 63 0D
|
||||
-1 sprites/fix_graphics.pcx 82 72 09 16 22 -14 -7
|
||||
-1 sprites/fix_graphics.pcx 114 72 09 17 22 -5 -7
|
||||
-1 sprites/fix_graphics.pcx 146 72 09 17 22 -14 -8
|
||||
-1 sprites/fix_graphics.pcx 178 72 09 16 22 -6 -7
|
||||
// Different grahpics for same paper truck (truck #2)
|
||||
-1 * 14 0A 04 01 1D 0E 01 1F 0E 01 21 0E 01 23 0E
|
||||
-1 sprites/fix_graphics.pcx 226 72 09 16 22 -14 -7
|
||||
-1 sprites/fix_graphics.pcx 258 72 09 16 22 -6 -7
|
||||
-1 sprites/fix_graphics.pcx 290 72 09 16 22 -14 -7
|
||||
-1 sprites/fix_graphics.pcx 322 72 09 16 22 -6 -7
|
||||
// Misaligned monorail bridge heads
|
||||
-1 * 8 0A 02 01 EA 10 02 EC 10
|
||||
-1 sprites/fix_graphics.pcx 370 72 09 35 48 -23 -7
|
||||
-1 sprites/fix_graphics.pcx 434 72 09 35 48 -23 -7
|
||||
-1 sprites/fix_graphics.pcx 498 72 09 21 49 -24 3
|
||||
// Improperly cut cinema
|
||||
-1 * 5 0A 01 02 34 11
|
||||
-1 sprites/fix_graphics.pcx 578 72 09 31 64 -31 0
|
||||
-1 sprites/fix_graphics.pcx 658 72 09 47 50 -28 -20
|
||||
// Misaligned undergrounds for temperate monorail
|
||||
-1 * 6 07 83 01 \7! 00 06
|
||||
-1 * 5 0A 01 05 4C 04
|
||||
-1 sprites/fix_graphics.pcx 2 136 09 31 64 -31 0
|
||||
-1 sprites/fix_graphics.pcx 82 136 09 31 64 -31 0
|
||||
-1 sprites/fix_graphics.pcx 162 136 09 31 64 -31 0
|
||||
-1 sprites/fix_graphics.pcx 242 136 09 31 64 -31 0
|
||||
-1 sprites/fix_graphics.pcx 322 136 09 31 64 -31 0
|
||||
// Misaligned undergrounds for arctic monorail
|
||||
-1 * 6 07 83 01 \7! 01 06
|
||||
-1 * 5 0A 01 05 4C 04
|
||||
-1 sprites/fix_graphics.pcx 434 136 09 31 64 -31 0
|
||||
-1 sprites/fix_graphics.pcx 514 136 09 31 64 -31 0
|
||||
-1 sprites/fix_graphics.pcx 594 136 09 31 64 -31 0
|
||||
-1 sprites/fix_graphics.pcx 674 136 09 31 64 -31 0
|
||||
-1 sprites/fix_graphics.pcx 2 184 09 31 64 -31 0
|
||||
// Misaligned undergrounds for tropical/desert monorail/maglev
|
||||
-1 * 6 07 83 01 \7! 02 10
|
||||
-1 * 11 0A 03 05 4C 04 05 66 04 05 B8 04
|
||||
-1 sprites/fix_graphics.pcx 114 184 09 31 64 -31 0
|
||||
-1 sprites/fix_graphics.pcx 194 184 09 31 64 -31 0
|
||||
-1 sprites/fix_graphics.pcx 274 184 09 31 64 -31 0
|
||||
-1 sprites/fix_graphics.pcx 354 184 09 31 64 -31 0
|
||||
-1 sprites/fix_graphics.pcx 434 184 09 31 64 -31 0
|
||||
-1 sprites/fix_graphics.pcx 514 184 09 31 64 -31 0
|
||||
-1 sprites/fix_graphics.pcx 594 184 09 31 64 -31 0
|
||||
-1 sprites/fix_graphics.pcx 674 184 09 31 64 -31 0
|
||||
-1 sprites/fix_graphics.pcx 2 232 09 31 64 -31 0
|
||||
-1 sprites/fix_graphics.pcx 82 232 09 31 64 -31 0
|
||||
-1 sprites/fix_graphics.pcx 162 232 09 31 64 -31 0
|
||||
-1 sprites/fix_graphics.pcx 242 232 09 31 64 -31 0
|
||||
-1 sprites/fix_graphics.pcx 322 232 09 31 64 -31 0
|
||||
-1 sprites/fix_graphics.pcx 402 232 09 31 64 -31 0
|
||||
-1 sprites/fix_graphics.pcx 482 232 09 31 64 -31 0
|
||||
// Misaligned monorail snowed X crossing
|
||||
-1 * 6 07 83 01 \7! 01 02
|
||||
-1 * 5 0A 01 01 65 04
|
||||
-1 sprites/fix_graphics.pcx 594 232 09 31 64 -31 0
|
||||
// Floating tropical house
|
||||
-1 * 6 07 83 01 \7! 02 02
|
||||
-1 * 5 0A 01 01 FF 11
|
||||
-1 sprites/fix_graphics.pcx 706 232 09 47 64 -31 -16
|
||||
// Clipped vehicle in the original German DOS graphics
|
||||
-1 * 6 07 83 01 \7! 03 02
|
||||
-1 * 5 0A 01 01 5D 0C
|
||||
-1 sprites/fix_graphics.pcx 776 232 09 16 20 -14 -7
|
||||
// Graphics metadata pixel higher than actual graphics
|
||||
-1 * 6 12 01 00 01 AC E2
|
||||
-1 sprites/fix_graphics.pcx 776 250 01 10 9 0 0
|
||||
|
BIN
media/extra_grf/fix_graphics.pcx
Normal file
BIN
media/extra_grf/fix_graphics.pcx
Normal file
Binary file not shown.
46
media/extra_grf/flags.nfo
Normal file
46
media/extra_grf/flags.nfo
Normal file
@@ -0,0 +1,46 @@
|
||||
//
|
||||
// $Id$
|
||||
//
|
||||
// This file is part of OpenTTD.
|
||||
// OpenTTD is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2.
|
||||
// OpenTTD is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
// See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenTTD. If not, see <http://www.gnu.org/licenses/>.
|
||||
//
|
||||
-1 * 0 0C "Flag graphics"
|
||||
-1 * 0 05 14 24
|
||||
-1 sprites/flags.pcx 18 8 09 8 11 0 0
|
||||
-1 sprites/flags.pcx 34 8 09 8 11 0 0
|
||||
-1 sprites/flags.pcx 50 8 09 8 11 0 0
|
||||
-1 sprites/flags.pcx 66 8 09 8 11 0 0
|
||||
-1 sprites/flags.pcx 82 8 09 8 11 0 0
|
||||
-1 sprites/flags.pcx 98 8 09 8 11 0 0
|
||||
-1 sprites/flags.pcx 114 8 09 8 11 0 0
|
||||
-1 sprites/flags.pcx 130 8 09 8 11 0 0
|
||||
-1 sprites/flags.pcx 146 8 09 8 11 0 0
|
||||
-1 sprites/flags.pcx 162 8 09 8 11 0 0
|
||||
-1 sprites/flags.pcx 178 8 09 8 11 0 0
|
||||
-1 sprites/flags.pcx 194 8 09 8 11 0 0
|
||||
-1 sprites/flags.pcx 210 8 09 8 11 0 0
|
||||
-1 sprites/flags.pcx 226 8 09 8 11 0 0
|
||||
-1 sprites/flags.pcx 242 8 09 8 11 0 0
|
||||
-1 sprites/flags.pcx 258 8 09 8 11 0 0
|
||||
-1 sprites/flags.pcx 274 8 09 8 11 0 0
|
||||
-1 sprites/flags.pcx 290 8 09 8 11 0 0
|
||||
-1 sprites/flags.pcx 306 8 09 8 11 0 0
|
||||
-1 sprites/flags.pcx 322 8 09 8 11 0 0
|
||||
-1 sprites/flags.pcx 338 8 09 8 11 0 0
|
||||
-1 sprites/flags.pcx 354 8 09 8 11 0 0
|
||||
-1 sprites/flags.pcx 370 8 09 8 11 0 0
|
||||
-1 sprites/flags.pcx 386 8 09 8 11 0 0
|
||||
-1 sprites/flags.pcx 402 8 09 8 11 0 0
|
||||
-1 sprites/flags.pcx 418 8 09 8 11 0 0
|
||||
-1 sprites/flags.pcx 434 8 09 8 11 0 0
|
||||
-1 sprites/flags.pcx 450 8 09 8 11 0 0
|
||||
-1 sprites/flags.pcx 466 8 09 8 11 0 0
|
||||
-1 sprites/flags.pcx 482 8 09 8 11 0 0
|
||||
-1 sprites/flags.pcx 498 8 09 8 11 0 0
|
||||
-1 sprites/flags.pcx 514 8 09 8 11 0 0
|
||||
-1 sprites/flags.pcx 530 8 09 8 11 0 0
|
||||
-1 sprites/flags.pcx 546 8 09 8 11 0 0
|
||||
-1 sprites/flags.pcx 562 8 09 8 11 0 0
|
||||
-1 sprites/flags.pcx 578 8 09 8 11 0 0
|
BIN
media/extra_grf/flags.pcx
Normal file
BIN
media/extra_grf/flags.pcx
Normal file
Binary file not shown.
377
media/extra_grf/foundations.nfo
Normal file
377
media/extra_grf/foundations.nfo
Normal file
@@ -0,0 +1,377 @@
|
||||
//
|
||||
// $Id$
|
||||
//
|
||||
// This file is part of OpenTTD.
|
||||
// OpenTTD is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2.
|
||||
// OpenTTD is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
// See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenTTD. If not, see <http://www.gnu.org/licenses/>.
|
||||
//
|
||||
-1 * 0 0C "Foundations. Non-halftile ones by Marcin Grzegorczyk"
|
||||
-1 * 0 07 83 01 \7! 00 5B
|
||||
-1 * 0 05 06 5A
|
||||
-1 sprites/foundations.pcx 98 8 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 178 8 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 258 8 09 32 64 -31 -9
|
||||
-1 sprites/foundations.pcx 338 8 09 32 64 -31 -9
|
||||
-1 sprites/foundations.pcx 418 8 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 498 8 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 578 8 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 658 8 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 2 72 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 82 72 09 32 64 -31 -9
|
||||
-1 sprites/foundations.pcx 162 72 09 32 64 -31 -9
|
||||
-1 sprites/foundations.pcx 242 72 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 322 72 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 402 72 09 32 64 -31 -9
|
||||
-1 sprites/foundations.pcx 482 72 09 32 64 -31 -9
|
||||
-1 sprites/foundations.pcx 562 72 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 642 72 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 722 72 09 32 64 -31 -9
|
||||
-1 sprites/foundations.pcx 2 136 09 32 64 -31 -9
|
||||
-1 sprites/foundations.pcx 82 136 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 162 136 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 242 136 09 32 64 -31 -9
|
||||
-1 sprites/foundations.pcx 322 136 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 402 136 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 482 136 09 32 64 -31 -9
|
||||
-1 sprites/foundations.pcx 562 136 09 32 64 -31 -9
|
||||
-1 sprites/foundations.pcx 642 136 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 722 136 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 2 200 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 82 200 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 162 200 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 242 200 09 32 64 -31 -9
|
||||
-1 sprites/foundations.pcx 322 200 09 32 64 -31 -9
|
||||
-1 sprites/foundations.pcx 402 200 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 482 200 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 562 200 09 32 64 -31 -9
|
||||
-1 sprites/foundations.pcx 642 200 09 32 64 -31 -9
|
||||
-1 sprites/foundations.pcx 722 200 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 2 264 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 82 264 09 32 64 -31 -9
|
||||
-1 sprites/foundations.pcx 162 264 09 32 64 -31 -9
|
||||
-1 sprites/foundations.pcx 242 264 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 322 264 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 402 264 09 32 64 -31 -9
|
||||
-1 sprites/foundations.pcx 482 264 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 562 264 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 642 264 09 32 64 -31 -9
|
||||
-1 sprites/foundations.pcx 722 264 09 32 64 -31 -9
|
||||
-1 sprites/foundations.pcx 2 328 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 82 328 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 162 328 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 242 328 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 322 328 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 402 328 09 32 64 -31 -9
|
||||
-1 sprites/foundations.pcx 482 328 09 32 64 -31 -9
|
||||
-1 sprites/foundations.pcx 562 328 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 642 328 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 722 328 09 32 64 -31 -9
|
||||
-1 sprites/foundations.pcx 2 392 09 32 64 -31 -9
|
||||
-1 sprites/foundations.pcx 82 392 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 162 392 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 242 392 09 32 64 -31 -9
|
||||
-1 sprites/foundations.pcx 322 392 09 32 64 -31 -9
|
||||
-1 sprites/foundations.pcx 402 392 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 482 392 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 562 392 09 32 64 -31 -9
|
||||
-1 sprites/foundations.pcx 642 392 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 722 392 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 2 456 09 32 64 -31 -9
|
||||
-1 sprites/foundations.pcx 82 456 09 32 64 -31 -9
|
||||
-1 sprites/foundations.pcx 162 456 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 242 456 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 322 456 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 402 456 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 482 456 09 40 64 -15 -17
|
||||
-1 sprites/foundations.pcx 562 456 09 33 64 -31 -25
|
||||
-1 sprites/foundations.pcx 642 456 09 40 64 -47 -17
|
||||
-1 sprites/foundations.pcx 722 456 09 33 64 -31 -9
|
||||
-1 sprites/foundations.pcx 2 520 09 40 64 -15 -17
|
||||
-1 sprites/foundations.pcx 82 520 09 33 64 -31 -25
|
||||
-1 sprites/foundations.pcx 162 520 09 40 64 -47 -17
|
||||
-1 sprites/foundations.pcx 242 520 09 33 64 -31 -9
|
||||
-1 sprites/foundations.pcx 322 520 09 40 64 -15 -17
|
||||
-1 sprites/foundations.pcx 402 520 09 33 64 -31 -25
|
||||
-1 sprites/foundations.pcx 482 520 09 40 64 -47 -17
|
||||
-1 sprites/foundations.pcx 562 520 09 33 64 -31 -9
|
||||
-1 sprites/foundations.pcx 642 520 09 40 64 -15 -17
|
||||
-1 sprites/foundations.pcx 722 520 09 33 64 -31 -25
|
||||
-1 sprites/foundations.pcx 2 584 09 40 64 -47 -17
|
||||
-1 sprites/foundations.pcx 82 584 09 33 64 -31 -9
|
||||
-1 * 0 07 83 01 \7! 01 5B
|
||||
-1 * 0 05 06 5A
|
||||
-1 sprites/foundations.pcx 194 584 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 274 584 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 354 584 09 32 64 -31 -9
|
||||
-1 sprites/foundations.pcx 434 584 09 32 64 -31 -9
|
||||
-1 sprites/foundations.pcx 514 584 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 594 584 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 674 584 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 2 648 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 82 648 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 162 648 09 32 64 -31 -9
|
||||
-1 sprites/foundations.pcx 242 648 09 32 64 -31 -9
|
||||
-1 sprites/foundations.pcx 322 648 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 402 648 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 482 648 09 32 64 -31 -9
|
||||
-1 sprites/foundations.pcx 562 648 09 32 64 -31 -9
|
||||
-1 sprites/foundations.pcx 642 648 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 722 648 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 2 712 09 32 64 -31 -9
|
||||
-1 sprites/foundations.pcx 82 712 09 32 64 -31 -9
|
||||
-1 sprites/foundations.pcx 162 712 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 242 712 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 322 712 09 32 64 -31 -9
|
||||
-1 sprites/foundations.pcx 402 712 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 482 712 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 562 712 09 32 64 -31 -9
|
||||
-1 sprites/foundations.pcx 642 712 09 32 64 -31 -9
|
||||
-1 sprites/foundations.pcx 722 712 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 2 776 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 82 776 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 162 776 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 242 776 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 322 776 09 32 64 -31 -9
|
||||
-1 sprites/foundations.pcx 402 776 09 32 64 -31 -9
|
||||
-1 sprites/foundations.pcx 482 776 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 562 776 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 642 776 09 32 64 -31 -9
|
||||
-1 sprites/foundations.pcx 722 776 09 32 64 -31 -9
|
||||
-1 sprites/foundations.pcx 2 840 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 82 840 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 162 840 09 32 64 -31 -9
|
||||
-1 sprites/foundations.pcx 242 840 09 32 64 -31 -9
|
||||
-1 sprites/foundations.pcx 322 840 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 402 840 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 482 840 09 32 64 -31 -9
|
||||
-1 sprites/foundations.pcx 562 840 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 642 840 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 722 840 09 32 64 -31 -9
|
||||
-1 sprites/foundations.pcx 2 904 09 32 64 -31 -9
|
||||
-1 sprites/foundations.pcx 82 904 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 162 904 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 242 904 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 322 904 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 402 904 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 482 904 09 32 64 -31 -9
|
||||
-1 sprites/foundations.pcx 562 904 09 32 64 -31 -9
|
||||
-1 sprites/foundations.pcx 642 904 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 722 904 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 2 968 09 32 64 -31 -9
|
||||
-1 sprites/foundations.pcx 82 968 09 32 64 -31 -9
|
||||
-1 sprites/foundations.pcx 162 968 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 242 968 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 322 968 09 32 64 -31 -9
|
||||
-1 sprites/foundations.pcx 402 968 09 32 64 -31 -9
|
||||
-1 sprites/foundations.pcx 482 968 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 562 968 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 642 968 09 32 64 -31 -9
|
||||
-1 sprites/foundations.pcx 722 968 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 2 1032 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 82 1032 09 32 64 -31 -9
|
||||
-1 sprites/foundations.pcx 162 1032 09 32 64 -31 -9
|
||||
-1 sprites/foundations.pcx 242 1032 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 322 1032 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 402 1032 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 482 1032 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 562 1032 09 40 64 -15 -17
|
||||
-1 sprites/foundations.pcx 642 1032 09 33 64 -31 -25
|
||||
-1 sprites/foundations.pcx 722 1032 09 40 64 -47 -17
|
||||
-1 sprites/foundations.pcx 2 1096 09 33 64 -31 -9
|
||||
-1 sprites/foundations.pcx 82 1096 09 40 64 -15 -17
|
||||
-1 sprites/foundations.pcx 162 1096 09 33 64 -31 -25
|
||||
-1 sprites/foundations.pcx 242 1096 09 40 64 -47 -17
|
||||
-1 sprites/foundations.pcx 322 1096 09 33 64 -31 -9
|
||||
-1 sprites/foundations.pcx 402 1096 09 40 64 -15 -17
|
||||
-1 sprites/foundations.pcx 482 1096 09 33 64 -31 -25
|
||||
-1 sprites/foundations.pcx 562 1096 09 40 64 -47 -17
|
||||
-1 sprites/foundations.pcx 642 1096 09 33 64 -31 -9
|
||||
-1 sprites/foundations.pcx 722 1096 09 40 64 -15 -17
|
||||
-1 sprites/foundations.pcx 2 1160 09 33 64 -31 -25
|
||||
-1 sprites/foundations.pcx 82 1160 09 40 64 -47 -17
|
||||
-1 sprites/foundations.pcx 162 1160 09 33 64 -31 -9
|
||||
-1 * 0 07 83 01 \7! 02 5B
|
||||
-1 * 0 05 06 5A
|
||||
-1 sprites/foundations.pcx 274 1160 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 354 1160 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 434 1160 09 32 64 -31 -9
|
||||
-1 sprites/foundations.pcx 514 1160 09 32 64 -31 -9
|
||||
-1 sprites/foundations.pcx 594 1160 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 674 1160 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 2 1224 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 82 1224 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 162 1224 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 242 1224 09 32 64 -31 -9
|
||||
-1 sprites/foundations.pcx 322 1224 09 32 64 -31 -9
|
||||
-1 sprites/foundations.pcx 402 1224 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 482 1224 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 562 1224 09 32 64 -31 -9
|
||||
-1 sprites/foundations.pcx 642 1224 09 32 64 -31 -9
|
||||
-1 sprites/foundations.pcx 722 1224 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 2 1288 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 82 1288 09 32 64 -31 -9
|
||||
-1 sprites/foundations.pcx 162 1288 09 32 64 -31 -9
|
||||
-1 sprites/foundations.pcx 242 1288 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 322 1288 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 402 1288 09 32 64 -31 -9
|
||||
-1 sprites/foundations.pcx 482 1288 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 562 1288 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 642 1288 09 32 64 -31 -9
|
||||
-1 sprites/foundations.pcx 722 1288 09 32 64 -31 -9
|
||||
-1 sprites/foundations.pcx 2 1352 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 82 1352 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 162 1352 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 242 1352 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 322 1352 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 402 1352 09 32 64 -31 -9
|
||||
-1 sprites/foundations.pcx 482 1352 09 32 64 -31 -9
|
||||
-1 sprites/foundations.pcx 562 1352 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 642 1352 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 722 1352 09 32 64 -31 -9
|
||||
-1 sprites/foundations.pcx 2 1416 09 32 64 -31 -9
|
||||
-1 sprites/foundations.pcx 82 1416 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 162 1416 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 242 1416 09 32 64 -31 -9
|
||||
-1 sprites/foundations.pcx 322 1416 09 32 64 -31 -9
|
||||
-1 sprites/foundations.pcx 402 1416 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 482 1416 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 562 1416 09 32 64 -31 -9
|
||||
-1 sprites/foundations.pcx 642 1416 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 722 1416 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 2 1480 09 32 64 -31 -9
|
||||
-1 sprites/foundations.pcx 82 1480 09 32 64 -31 -9
|
||||
-1 sprites/foundations.pcx 162 1480 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 242 1480 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 322 1480 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 402 1480 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 482 1480 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 562 1480 09 32 64 -31 -9
|
||||
-1 sprites/foundations.pcx 642 1480 09 32 64 -31 -9
|
||||
-1 sprites/foundations.pcx 722 1480 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 2 1544 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 82 1544 09 32 64 -31 -9
|
||||
-1 sprites/foundations.pcx 162 1544 09 32 64 -31 -9
|
||||
-1 sprites/foundations.pcx 242 1544 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 322 1544 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 402 1544 09 32 64 -31 -9
|
||||
-1 sprites/foundations.pcx 482 1544 09 32 64 -31 -9
|
||||
-1 sprites/foundations.pcx 562 1544 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 642 1544 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 722 1544 09 32 64 -31 -9
|
||||
-1 sprites/foundations.pcx 2 1608 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 82 1608 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 162 1608 09 32 64 -31 -9
|
||||
-1 sprites/foundations.pcx 242 1608 09 32 64 -31 -9
|
||||
-1 sprites/foundations.pcx 322 1608 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 402 1608 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 482 1608 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 562 1608 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 642 1608 09 40 64 -15 -17
|
||||
-1 sprites/foundations.pcx 722 1608 09 33 64 -31 -25
|
||||
-1 sprites/foundations.pcx 2 1672 09 40 64 -47 -17
|
||||
-1 sprites/foundations.pcx 82 1672 09 33 64 -31 -9
|
||||
-1 sprites/foundations.pcx 162 1672 09 40 64 -15 -17
|
||||
-1 sprites/foundations.pcx 242 1672 09 33 64 -31 -25
|
||||
-1 sprites/foundations.pcx 322 1672 09 40 64 -47 -17
|
||||
-1 sprites/foundations.pcx 402 1672 09 33 64 -31 -9
|
||||
-1 sprites/foundations.pcx 482 1672 09 40 64 -15 -17
|
||||
-1 sprites/foundations.pcx 562 1672 09 33 64 -31 -25
|
||||
-1 sprites/foundations.pcx 642 1672 09 40 64 -47 -17
|
||||
-1 sprites/foundations.pcx 722 1672 09 33 64 -31 -9
|
||||
-1 sprites/foundations.pcx 2 1736 09 40 64 -15 -17
|
||||
-1 sprites/foundations.pcx 82 1736 09 33 64 -31 -25
|
||||
-1 sprites/foundations.pcx 162 1736 09 40 64 -47 -17
|
||||
-1 sprites/foundations.pcx 242 1736 09 33 64 -31 -9
|
||||
-1 * 0 07 83 01 \7! 03 5B
|
||||
-1 * 0 05 06 5A
|
||||
-1 sprites/foundations.pcx 354 1736 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 434 1736 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 514 1736 09 32 64 -31 -9
|
||||
-1 sprites/foundations.pcx 594 1736 09 32 64 -31 -9
|
||||
-1 sprites/foundations.pcx 674 1736 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 2 1800 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 82 1800 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 162 1800 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 242 1800 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 322 1800 09 32 64 -31 -9
|
||||
-1 sprites/foundations.pcx 402 1800 09 32 64 -31 -9
|
||||
-1 sprites/foundations.pcx 482 1800 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 562 1800 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 642 1800 09 32 64 -31 -9
|
||||
-1 sprites/foundations.pcx 722 1800 09 32 64 -31 -9
|
||||
-1 sprites/foundations.pcx 2 1864 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 82 1864 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 162 1864 09 32 64 -31 -9
|
||||
-1 sprites/foundations.pcx 242 1864 09 32 64 -31 -9
|
||||
-1 sprites/foundations.pcx 322 1864 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 402 1864 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 482 1864 09 32 64 -31 -9
|
||||
-1 sprites/foundations.pcx 562 1864 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 642 1864 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 722 1864 09 32 64 -31 -9
|
||||
-1 sprites/foundations.pcx 2 1928 09 32 64 -31 -9
|
||||
-1 sprites/foundations.pcx 82 1928 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 162 1928 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 242 1928 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 322 1928 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 402 1928 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 482 1928 09 32 64 -31 -9
|
||||
-1 sprites/foundations.pcx 562 1928 09 32 64 -31 -9
|
||||
-1 sprites/foundations.pcx 642 1928 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 722 1928 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 2 1992 09 32 64 -31 -9
|
||||
-1 sprites/foundations.pcx 82 1992 09 32 64 -31 -9
|
||||
-1 sprites/foundations.pcx 162 1992 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 242 1992 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 322 1992 09 32 64 -31 -9
|
||||
-1 sprites/foundations.pcx 402 1992 09 32 64 -31 -9
|
||||
-1 sprites/foundations.pcx 482 1992 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 562 1992 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 642 1992 09 32 64 -31 -9
|
||||
-1 sprites/foundations.pcx 722 1992 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 2 2056 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 82 2056 09 32 64 -31 -9
|
||||
-1 sprites/foundations.pcx 162 2056 09 32 64 -31 -9
|
||||
-1 sprites/foundations.pcx 242 2056 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 322 2056 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 402 2056 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 482 2056 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 562 2056 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 642 2056 09 32 64 -31 -9
|
||||
-1 sprites/foundations.pcx 722 2056 09 32 64 -31 -9
|
||||
-1 sprites/foundations.pcx 2 2120 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 82 2120 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 162 2120 09 32 64 -31 -9
|
||||
-1 sprites/foundations.pcx 242 2120 09 32 64 -31 -9
|
||||
-1 sprites/foundations.pcx 322 2120 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 402 2120 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 482 2120 09 32 64 -31 -9
|
||||
-1 sprites/foundations.pcx 562 2120 09 32 64 -31 -9
|
||||
-1 sprites/foundations.pcx 642 2120 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 722 2120 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 2 2184 09 32 64 -31 -9
|
||||
-1 sprites/foundations.pcx 82 2184 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 162 2184 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 242 2184 09 32 64 -31 -9
|
||||
-1 sprites/foundations.pcx 322 2184 09 32 64 -31 -9
|
||||
-1 sprites/foundations.pcx 402 2184 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 482 2184 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 562 2184 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 642 2184 09 40 64 -31 -9
|
||||
-1 sprites/foundations.pcx 722 2184 09 40 64 -15 -17
|
||||
-1 sprites/foundations.pcx 2 2248 09 33 64 -31 -25
|
||||
-1 sprites/foundations.pcx 82 2248 09 40 64 -47 -17
|
||||
-1 sprites/foundations.pcx 162 2248 09 33 64 -31 -9
|
||||
-1 sprites/foundations.pcx 242 2248 09 40 64 -15 -17
|
||||
-1 sprites/foundations.pcx 322 2248 09 33 64 -31 -25
|
||||
-1 sprites/foundations.pcx 402 2248 09 40 64 -47 -17
|
||||
-1 sprites/foundations.pcx 482 2248 09 33 64 -31 -9
|
||||
-1 sprites/foundations.pcx 562 2248 09 40 64 -15 -17
|
||||
-1 sprites/foundations.pcx 642 2248 09 33 64 -31 -25
|
||||
-1 sprites/foundations.pcx 722 2248 09 40 64 -47 -17
|
||||
-1 sprites/foundations.pcx 2 2312 09 33 64 -31 -9
|
||||
-1 sprites/foundations.pcx 82 2312 09 40 64 -15 -17
|
||||
-1 sprites/foundations.pcx 162 2312 09 33 64 -31 -25
|
||||
-1 sprites/foundations.pcx 242 2312 09 40 64 -47 -17
|
||||
-1 sprites/foundations.pcx 322 2312 09 33 64 -31 -9
|
BIN
media/extra_grf/foundations.pcx
Normal file
BIN
media/extra_grf/foundations.pcx
Normal file
Binary file not shown.
16
media/extra_grf/oneway.nfo
Normal file
16
media/extra_grf/oneway.nfo
Normal file
@@ -0,0 +1,16 @@
|
||||
//
|
||||
// $Id$
|
||||
//
|
||||
// This file is part of OpenTTD.
|
||||
// OpenTTD is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2.
|
||||
// OpenTTD is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
// See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenTTD. If not, see <http://www.gnu.org/licenses/>.
|
||||
//
|
||||
-1 * 0 0C "One way road graphics"
|
||||
-1 * 0 05 09 06
|
||||
-1 sprites/oneway.pcx 18 8 01 16 24 -12 -8
|
||||
-1 sprites/oneway.pcx 50 8 01 16 24 -12 -8
|
||||
-1 sprites/oneway.pcx 82 8 01 16 24 -12 -8
|
||||
-1 sprites/oneway.pcx 114 8 01 16 24 -12 -8
|
||||
-1 sprites/oneway.pcx 146 8 01 16 24 -12 -8
|
||||
-1 sprites/oneway.pcx 178 8 01 16 24 -12 -8
|
BIN
media/extra_grf/oneway.pcx
Normal file
BIN
media/extra_grf/oneway.pcx
Normal file
Binary file not shown.
124
media/extra_grf/openttd.nfo
Normal file
124
media/extra_grf/openttd.nfo
Normal file
@@ -0,0 +1,124 @@
|
||||
// Automatically generated by GRFCODEC. Do not modify!
|
||||
// (Info version 7)
|
||||
// Format: spritenum pcxfile xpos ypos compression ysize xsize xrel yrel
|
||||
//
|
||||
// $Id$
|
||||
//
|
||||
// This file is part of OpenTTD.
|
||||
// OpenTTD is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2.
|
||||
// OpenTTD is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
// See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenTTD. If not, see <http://www.gnu.org/licenses/>.
|
||||
//
|
||||
// Sources for OpenTTD's required base graphics.
|
||||
// Checks whether the correct version of OpenTTD is used before
|
||||
// allowing it to be used.
|
||||
//
|
||||
|
||||
//
|
||||
// -- NFO Renum 'settings' --
|
||||
// Do not make nforenum warn about the fact that we use a reserved GRF ID
|
||||
// @@WARNING DISABLE 101
|
||||
// -- End of NFO Renum 'settings' --
|
||||
//
|
||||
|
||||
//
|
||||
// Number of sprites, it is wrong, but GRFcodec automagically gets it right.
|
||||
//
|
||||
0 * 4 00 00 00 00
|
||||
|
||||
|
||||
//
|
||||
// Check whether we are running OTTD or not.
|
||||
//
|
||||
-1 * 0 07 9D 04 \7= 01 00 00 00 01
|
||||
-1 * 0 0B 03 7F FF 80 " is not for TTDPatch. Use ttdpatch(w).grf." 00
|
||||
|
||||
|
||||
//
|
||||
// Check for OTTD's version number
|
||||
//
|
||||
|
||||
// First step... Variable A1 might not exist. If that's the case it always
|
||||
// skips. As we do not want to skip out of the whole testing, we skip over
|
||||
// the real version check.
|
||||
-1 * 0 07 A1 04 \7= FF FF FF FF 02
|
||||
|
||||
// Real version check.
|
||||
-1 * 0 07 A1 04 \7> \w11432 00 06 03
|
||||
|
||||
// If the version check is supported, the string is translateable via OpenTTD
|
||||
// itself. Use it!.
|
||||
|
||||
-1 * 0 0B 03 7F 06 "0.6 (or trunk r11432)" 00
|
||||
|
||||
// Some OTTD versions before r11130 did support Action B, so use the English
|
||||
// phrase there
|
||||
-1 * 0 0B 03 7F FF "Requires OpenTTD version 0.6 (or trunk r11432) or better." 00
|
||||
|
||||
// Final fallback. No Action B support, just skip to the end of the file.
|
||||
-1 * 0 07 A1 04 \7= FF FF FF FF 00
|
||||
|
||||
|
||||
//
|
||||
// Check DOS vs Windows version.
|
||||
//
|
||||
#ifdef DOS
|
||||
-1 * 0 07 8D 01 \7= 00 01
|
||||
-1 * 0 0B 03 7F 01 "DOS" 00
|
||||
#else
|
||||
-1 * 0 07 8D 01 \7= 01 01
|
||||
-1 * 0 0B 03 7F 01 "Windows" 00
|
||||
#endif
|
||||
|
||||
// Dos and Windows graphic files have a different GRF ID.
|
||||
-1 * 0 08 07 FF "OT"
|
||||
#ifdef DOS
|
||||
"D"
|
||||
#else
|
||||
"W"
|
||||
#endif
|
||||
|
||||
// Name of the GRF
|
||||
"OpenTTD's base graphics "
|
||||
#ifdef DOS
|
||||
"(DOS)"
|
||||
#else
|
||||
"(Windows)"
|
||||
#endif
|
||||
00
|
||||
|
||||
// Description of the GRF.
|
||||
"License: GPL version 2 (source: svn://svn.openttd.org/extra/ottd_grf)" 0D
|
||||
"Marcin Grzegorczyk: non-halftile foundations" 0D
|
||||
"Michael Blunck: catenary, signals" 0D
|
||||
"George: canals" 0D
|
||||
"David Dallaston: tram tracks" 0D
|
||||
"Jonathan G. Rennison: aqueducts" 0D
|
||||
"Bilbo, Jasper Vries: font" 0D
|
||||
"OpenTTD developers: other graphics" 00
|
||||
|
||||
//
|
||||
// The real data of the GRF is acquired from several subfiles.
|
||||
//
|
||||
#ifdef DOS
|
||||
# include "2ccmapd.nfo"
|
||||
#else
|
||||
# include "2ccmapw.nfo"
|
||||
#endif
|
||||
#include "signals.nfo"
|
||||
#include "elrails.nfo"
|
||||
#include "foundations.nfo"
|
||||
#include "canals.nfo"
|
||||
#include "oneway.nfo"
|
||||
#include "tramtracks.nfo"
|
||||
#include "shore.nfo"
|
||||
#include "sloped_tracks.nfo"
|
||||
#include "airports.nfo"
|
||||
#include "roadstops.nfo"
|
||||
#include "aqueduct.nfo"
|
||||
#include "autorail.nfo"
|
||||
#include "flags.nfo"
|
||||
#include "openttdgui.nfo"
|
||||
#include "chars.nfo"
|
||||
#include "overrides.nfo"
|
||||
#include "fix_graphics.nfo"
|
175
media/extra_grf/openttdgui.nfo
Normal file
175
media/extra_grf/openttdgui.nfo
Normal file
@@ -0,0 +1,175 @@
|
||||
//
|
||||
// $Id$
|
||||
//
|
||||
// This file is part of OpenTTD.
|
||||
// OpenTTD is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2.
|
||||
// OpenTTD is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
// See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenTTD. If not, see <http://www.gnu.org/licenses/>.
|
||||
//
|
||||
// -- NFO Renum 'settings' --
|
||||
// Do not make nforenum warn about the fact that we use more sprites.
|
||||
// We are the 'authority' on how many sprites may be used.
|
||||
// @@WARNING DISABLE 60
|
||||
// -- End of NFO Renum 'settings' --
|
||||
//
|
||||
-1 * 0 0C "OpenTTD GUI graphics"
|
||||
-1 * 0 05 15 9A
|
||||
-1 sprites/openttdgui.pcx 18 8 09 31 64 -31 7
|
||||
-1 sprites/openttdgui.pcx 98 8 09 31 64 -31 7
|
||||
-1 sprites/openttdgui.pcx 178 8 09 31 64 -31 7
|
||||
-1 sprites/openttdgui.pcx 258 8 09 31 64 -31 7
|
||||
-1 sprites/openttdgui.pcx 338 8 09 31 64 -31 -1
|
||||
-1 sprites/openttdgui.pcx 418 8 09 39 64 -31 -1
|
||||
-1 sprites/openttdgui.pcx 498 8 09 31 64 -31 -1
|
||||
-1 sprites/openttdgui.pcx 578 8 09 23 64 -31 7
|
||||
-1 sprites/openttdgui.pcx 658 8 09 31 64 -31 7
|
||||
-1 sprites/openttdgui.pcx 2 72 09 23 64 -31 7
|
||||
-1 sprites/openttdgui.pcx 82 72 09 31 64 -31 7
|
||||
-1 sprites/openttdgui.pcx 162 72 09 39 64 -31 -1
|
||||
-1 sprites/openttdgui.pcx 242 72 01 26 23 0 0
|
||||
-1 sprites/openttdgui.pcx 274 72 09 26 24 0 0
|
||||
-1 sprites/openttdgui.pcx 306 72 01 8 4 28 16
|
||||
-1 sprites/openttdgui.pcx 322 72 01 9 4 0 1
|
||||
-1 sprites/openttdgui.pcx 338 72 09 23 32 0 1
|
||||
-1 sprites/openttdgui.pcx 386 72 01 8 4 -31 15
|
||||
-1 sprites/openttdgui.pcx 402 72 01 9 4 -3 0
|
||||
-1 sprites/openttdgui.pcx 418 72 09 23 32 -31 0
|
||||
-1 sprites/openttdgui.pcx 466 72 01 8 4 28 16
|
||||
-1 sprites/openttdgui.pcx 482 72 01 9 4 0 1
|
||||
-1 sprites/openttdgui.pcx 498 72 09 23 32 0 1
|
||||
-1 sprites/openttdgui.pcx 546 72 01 8 4 -31 15
|
||||
-1 sprites/openttdgui.pcx 562 72 01 9 4 -3 0
|
||||
-1 sprites/openttdgui.pcx 578 72 09 23 32 -31 0
|
||||
-1 sprites/openttdgui.pcx 626 72 01 8 4 28 16
|
||||
-1 sprites/openttdgui.pcx 642 72 01 9 4 0 1
|
||||
-1 sprites/openttdgui.pcx 658 72 09 23 32 0 1
|
||||
-1 sprites/openttdgui.pcx 706 72 01 8 4 -31 15
|
||||
-1 sprites/openttdgui.pcx 722 72 01 9 4 -3 0
|
||||
-1 sprites/openttdgui.pcx 738 72 09 23 32 -31 0
|
||||
-1 sprites/openttdgui.pcx 786 72 01 8 4 28 16
|
||||
-1 sprites/openttdgui.pcx 2 136 01 9 4 0 1
|
||||
-1 sprites/openttdgui.pcx 18 136 09 23 32 0 1
|
||||
-1 sprites/openttdgui.pcx 66 136 01 8 4 -31 15
|
||||
-1 sprites/openttdgui.pcx 82 136 01 9 4 -3 0
|
||||
-1 sprites/openttdgui.pcx 98 136 09 23 32 -31 0
|
||||
-1 sprites/openttdgui.pcx 146 136 09 10 10 0 0
|
||||
-1 sprites/openttdgui.pcx 162 136 01 8 8 0 0
|
||||
-1 sprites/openttdgui.pcx 178 136 09 9 7 0 0
|
||||
-1 sprites/openttdgui.pcx 194 136 01 7 9 0 0
|
||||
-1 sprites/openttdgui.pcx 210 136 01 7 9 0 0
|
||||
-1 sprites/openttdgui.pcx 226 136 01 10 10 0 0
|
||||
-1 sprites/openttdgui.pcx 242 136 09 7 7 0 0
|
||||
-1 sprites/openttdgui.pcx 258 136 09 4 7 1 2
|
||||
-1 sprites/openttdgui.pcx 274 136 09 4 7 1 2
|
||||
-1 sprites/openttdgui.pcx 290 136 09 7 4 1 1
|
||||
-1 sprites/openttdgui.pcx 306 136 09 7 4 2 1
|
||||
-1 sprites/openttdgui.pcx 322 136 01 8 8 1 1
|
||||
-1 sprites/openttdgui.pcx 338 136 01 9 9 0 0
|
||||
-1 sprites/openttdgui.pcx 354 136 01 8 7 0 0
|
||||
-1 sprites/openttdgui.pcx 370 136 01 8 8 0 0
|
||||
-1 sprites/openttdgui.pcx 386 136 09 13 20 0 4
|
||||
-1 sprites/openttdgui.pcx 418 136 03 36 56 0 0
|
||||
-1 sprites/openttdgui.pcx 482 136 01 20 20 0 0
|
||||
-1 sprites/openttdgui.pcx 514 136 01 32 32 0 0
|
||||
-1 sprites/openttdgui.pcx 562 136 09 16 20 0 3
|
||||
-1 sprites/openttdgui.pcx 594 136 03 43 56 0 0
|
||||
-1 sprites/openttdgui.pcx 658 136 01 19 20 0 1
|
||||
-1 sprites/openttdgui.pcx 690 136 01 32 32 0 0
|
||||
-1 sprites/openttdgui.pcx 738 136 01 20 20 0 0
|
||||
-1 sprites/openttdgui.pcx 2 200 01 31 31 1 1
|
||||
-1 sprites/openttdgui.pcx 50 200 09 15 20 0 3
|
||||
-1 sprites/openttdgui.pcx 82 200 03 36 56 0 0
|
||||
-1 sprites/openttdgui.pcx 146 200 01 20 20 0 0
|
||||
-1 sprites/openttdgui.pcx 178 200 01 32 32 0 0
|
||||
-1 sprites/openttdgui.pcx 226 200 01 20 20 0 0
|
||||
-1 sprites/openttdgui.pcx 258 200 01 32 32 0 0
|
||||
-1 sprites/openttdgui.pcx 306 200 09 11 19 0 6
|
||||
-1 sprites/openttdgui.pcx 338 200 03 36 56 0 0
|
||||
-1 sprites/openttdgui.pcx 402 200 01 20 20 0 0
|
||||
-1 sprites/openttdgui.pcx 434 200 01 32 32 0 0
|
||||
-1 sprites/openttdgui.pcx 482 200 01 20 20 0 0
|
||||
-1 sprites/openttdgui.pcx 514 200 01 32 32 0 0
|
||||
-1 sprites/openttdgui.pcx 562 200 09 20 20 0 0
|
||||
-1 sprites/openttdgui.pcx 594 200 09 20 20 0 0
|
||||
-1 sprites/openttdgui.pcx 626 200 03 32 52 0 0
|
||||
-1 sprites/openttdgui.pcx 690 200 09 33 29 -27 -16
|
||||
-1 sprites/openttdgui.pcx 738 200 09 39 35 -29 -29
|
||||
-1 sprites/openttdgui.pcx 2 264 09 34 29 1 -17
|
||||
-1 sprites/openttdgui.pcx 50 264 09 39 34 -3 -28
|
||||
-1 sprites/openttdgui.pcx 98 264 09 13 20 0 4
|
||||
-1 sprites/openttdgui.pcx 130 264 03 36 56 0 0
|
||||
-1 sprites/openttdgui.pcx 194 264 09 13 20 0 4
|
||||
-1 sprites/openttdgui.pcx 226 264 03 36 56 0 0
|
||||
-1 sprites/openttdgui.pcx 290 264 01 18 39 -9 -9
|
||||
-1 sprites/openttdgui.pcx 338 264 01 44 72 -16 -35
|
||||
-1 sprites/openttdgui.pcx 418 264 01 20 20 0 0
|
||||
-1 sprites/openttdgui.pcx 450 264 01 44 72 -16 -35
|
||||
-1 sprites/openttdgui.pcx 530 264 09 18 18 1 1
|
||||
-1 sprites/openttdgui.pcx 562 264 01 20 20 0 0
|
||||
-1 sprites/openttdgui.pcx 594 264 01 32 32 0 0
|
||||
-1 sprites/openttdgui.pcx 642 264 01 18 18 0 0
|
||||
-1 sprites/openttdgui.pcx 674 264 01 18 18 0 0
|
||||
-1 sprites/openttdgui.pcx 706 264 01 18 18 0 0
|
||||
-1 sprites/openttdgui.pcx 738 264 01 18 18 0 0
|
||||
-1 sprites/openttdgui.pcx 770 264 01 18 18 0 0
|
||||
-1 sprites/openttdgui.pcx 2 328 01 18 18 0 0
|
||||
-1 sprites/openttdgui.pcx 34 328 01 18 18 0 0
|
||||
-1 sprites/openttdgui.pcx 66 328 01 18 18 0 0
|
||||
-1 sprites/openttdgui.pcx 98 328 01 18 18 0 0
|
||||
-1 sprites/openttdgui.pcx 130 328 01 18 18 0 0
|
||||
-1 sprites/openttdgui.pcx 162 328 01 18 18 0 0
|
||||
-1 sprites/openttdgui.pcx 194 328 01 18 18 0 0
|
||||
-1 sprites/openttdgui.pcx 226 328 01 18 18 0 0
|
||||
-1 sprites/openttdgui.pcx 258 328 09 16 16 0 0
|
||||
-1 sprites/openttdgui.pcx 290 328 01 16 16 0 0
|
||||
-1 sprites/openttdgui.pcx 322 328 01 16 16 0 0
|
||||
-1 sprites/openttdgui.pcx 354 328 01 16 16 0 0
|
||||
-1 sprites/openttdgui.pcx 386 328 09 31 35 0 0
|
||||
-1 sprites/openttdgui.pcx 434 328 01 30 33 0 0
|
||||
-1 sprites/openttdgui.pcx 482 328 01 33 36 0 0
|
||||
-1 sprites/openttdgui.pcx 530 328 01 33 37 0 0
|
||||
-1 sprites/openttdgui.pcx 578 328 09 18 18 0 0
|
||||
-1 sprites/openttdgui.pcx 610 328 09 18 18 0 0
|
||||
-1 sprites/openttdgui.pcx 642 328 09 18 18 0 0
|
||||
-1 sprites/openttdgui.pcx 674 328 09 18 18 0 0
|
||||
-1 sprites/openttdgui.pcx 706 328 09 18 18 0 0
|
||||
-1 sprites/openttdgui.pcx 738 328 09 18 18 0 0
|
||||
-1 sprites/openttdgui.pcx 770 328 09 18 18 0 0
|
||||
-1 sprites/openttdgui.pcx 2 376 09 18 18 0 0
|
||||
-1 sprites/openttdgui.pcx 34 376 09 18 18 0 0
|
||||
-1 sprites/openttdgui.pcx 66 376 09 18 18 0 0
|
||||
-1 sprites/openttdgui.pcx 98 376 09 18 18 0 0
|
||||
-1 sprites/openttdgui.pcx 130 376 09 18 18 0 0
|
||||
-1 sprites/openttdgui.pcx 162 376 09 18 18 0 0
|
||||
-1 sprites/openttdgui.pcx 194 376 09 18 18 0 0
|
||||
-1 sprites/openttdgui.pcx 226 376 09 18 18 0 0
|
||||
-1 sprites/openttdgui.pcx 258 376 09 18 18 0 0
|
||||
-1 sprites/openttdgui.pcx 290 376 09 18 18 0 0
|
||||
-1 sprites/openttdgui.pcx 322 376 09 18 18 0 0
|
||||
-1 sprites/openttdgui.pcx 354 376 09 18 18 0 0
|
||||
-1 sprites/openttdgui.pcx 386 376 09 18 18 0 0
|
||||
-1 sprites/openttdgui.pcx 417 376 01 20 20 0 0
|
||||
-1 sprites/openttdgui.pcx 447 376 01 22 19 0 0
|
||||
-1 sprites/openttdgui.pcx 482 376 01 20 20 0 0
|
||||
-1 sprites/openttdgui.pcx 514 376 01 44 54 -16 -35
|
||||
-1 sprites/openttdgui.pcx 578 376 01 7 7 3 4
|
||||
-1 sprites/openttdgui.pcx 594 376 01 7 7 3 4
|
||||
-1 sprites/openttdgui.pcx 610 376 01 9 10 2 3
|
||||
-1 sprites/openttdgui.pcx 626 376 01 9 10 2 3
|
||||
-1 sprites/openttdgui.pcx 642 376 01 7 11 2 1
|
||||
-1 sprites/openttdgui.pcx 658 376 01 9 9 3 3
|
||||
-1 sprites/openttdgui.pcx 672 376 09 20 20 0 0
|
||||
-1 sprites/openttdgui.pcx 700 376 09 20 20 0 0
|
||||
-1 sprites/openttdgui.pcx 726 376 09 32 32 0 0
|
||||
-1 sprites/openttdgui.pcx 764 376 09 10 10 0 0
|
||||
-1 sprites/openttdgui.pcx 780 376 09 10 10 0 0
|
||||
-1 sprites/openttdgui.pcx 4 430 09 7 7 0 0
|
||||
-1 sprites/openttdgui.pcx 20 430 09 13 14 4 4
|
||||
-1 sprites/openttdgui.pcx 38 430 09 8 7 0 0
|
||||
-1 sprites/openttdgui.pcx 52 430 09 8 7 0 0
|
||||
-1 sprites/openttdgui.pcx 65 430 09 8 7 0 0
|
||||
|
||||
// -- NFO Renum 'settings' --
|
||||
// Undo disabling the warning
|
||||
// @@WARNING ENABLE 60
|
||||
// -- End of NFO Renum 'settings' --
|
BIN
media/extra_grf/openttdgui.pcx
Normal file
BIN
media/extra_grf/openttdgui.pcx
Normal file
Binary file not shown.
13
media/extra_grf/overrides.nfo
Normal file
13
media/extra_grf/overrides.nfo
Normal file
@@ -0,0 +1,13 @@
|
||||
//
|
||||
// $Id$
|
||||
//
|
||||
// This file is part of OpenTTD.
|
||||
// OpenTTD is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2.
|
||||
// OpenTTD is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
// See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenTTD. If not, see <http://www.gnu.org/licenses/>.
|
||||
//
|
||||
-1 * 0 0C "NewGRF overrides"
|
||||
-1 * 30 00 08 01 03 00 11
|
||||
44 44 22 02 44 44 01 11 // UKRS addons modifies UKRS
|
||||
6D 62 04 02 6D 62 04 01 // DBSetXL ECS extension modifies DBSetXL
|
||||
4D 65 6f 20 4D 65 6F 17 // LV4cut modifies LV4
|
18
media/extra_grf/roadstops.nfo
Normal file
18
media/extra_grf/roadstops.nfo
Normal file
@@ -0,0 +1,18 @@
|
||||
//
|
||||
// $Id$
|
||||
//
|
||||
// This file is part of OpenTTD.
|
||||
// OpenTTD is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2.
|
||||
// OpenTTD is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
// See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenTTD. If not, see <http://www.gnu.org/licenses/>.
|
||||
//
|
||||
-1 * 0 0C "Road stop graphics"
|
||||
-1 * 0 05 11 08
|
||||
-1 sprites/roadstops.pcx 18 8 09 23 13 5 -11
|
||||
-1 sprites/roadstops.pcx 50 8 09 15 13 5 -2
|
||||
-1 sprites/roadstops.pcx 82 8 09 19 21 -20 -7
|
||||
-1 sprites/roadstops.pcx 114 8 09 17 22 -25 -4
|
||||
-1 sprites/roadstops.pcx 146 8 09 25 32 -5 -9
|
||||
-1 sprites/roadstops.pcx 194 8 09 26 28 -3 -12
|
||||
-1 sprites/roadstops.pcx 242 8 09 25 29 -24 -12
|
||||
-1 sprites/roadstops.pcx 290 8 09 25 32 -25 -9
|
BIN
media/extra_grf/roadstops.pcx
Normal file
BIN
media/extra_grf/roadstops.pcx
Normal file
Binary file not shown.
79
media/extra_grf/shore.nfo
Normal file
79
media/extra_grf/shore.nfo
Normal file
@@ -0,0 +1,79 @@
|
||||
//
|
||||
// $Id$
|
||||
//
|
||||
// This file is part of OpenTTD.
|
||||
// OpenTTD is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2.
|
||||
// OpenTTD is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
// See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenTTD. If not, see <http://www.gnu.org/licenses/>.
|
||||
//
|
||||
|
||||
//
|
||||
// -- NFO Renum 'settings' --
|
||||
// Do not make nforenum warn about the fact that we use an incorrect number of shores
|
||||
// @@WARNING DISABLE 60
|
||||
// -- End of NFO Renum 'settings' --
|
||||
//
|
||||
|
||||
-1 * 6 07 83 01 \7! 00 0C
|
||||
-1 * 54 0C "Missing shore tile graphics for "
|
||||
"the Temperate climate"
|
||||
-1 * 3 05 0D 0A
|
||||
-1 sprites/shore.pcx 66 8 09 15 64 -31 0
|
||||
-1 sprites/shore.pcx 146 8 09 31 64 -31 -8
|
||||
-1 sprites/shore.pcx 226 8 09 23 64 -31 0
|
||||
-1 sprites/shore.pcx 306 8 09 47 64 -31 -16
|
||||
-1 sprites/shore.pcx 386 8 09 31 64 -31 -8
|
||||
-1 sprites/shore.pcx 466 8 09 39 64 -31 -8
|
||||
-1 sprites/shore.pcx 546 8 09 31 64 -31 -8
|
||||
-1 sprites/shore.pcx 626 8 09 31 64 -31 -8
|
||||
-1 sprites/shore.pcx 706 7 09 32 64 -31 -1
|
||||
-1 sprites/shore.pcx 2 72 09 31 64 -31 -8
|
||||
-1 * 6 07 83 01 \7! 01 0C
|
||||
-1 * 55 0C "Missing shore tile graphics for "
|
||||
"the sub-arctic climate"
|
||||
-1 * 3 05 0D 0A
|
||||
-1 sprites/shore.pcx 130 72 09 15 64 -31 0
|
||||
-1 sprites/shore.pcx 210 72 09 31 64 -31 -8
|
||||
-1 sprites/shore.pcx 290 72 09 23 64 -31 0
|
||||
-1 sprites/shore.pcx 370 72 09 47 64 -31 -16
|
||||
-1 sprites/shore.pcx 450 72 09 31 64 -31 -8
|
||||
-1 sprites/shore.pcx 530 72 09 39 64 -31 -8
|
||||
-1 sprites/shore.pcx 610 72 09 31 64 -31 -8
|
||||
-1 sprites/shore.pcx 690 72 09 31 64 -31 -8
|
||||
-1 sprites/shore.pcx 2 135 09 32 64 -31 -1
|
||||
-1 sprites/shore.pcx 82 136 09 31 64 -31 -8
|
||||
-1 * 6 07 83 01 \7! 02 0C
|
||||
-1 * 57 0C "Missing shore tile graphics for "
|
||||
"the sub-tropical climate"
|
||||
-1 * 3 05 0D 0A
|
||||
-1 sprites/shore.pcx 210 136 09 15 64 -31 0
|
||||
-1 sprites/shore.pcx 290 136 09 31 64 -31 -8
|
||||
-1 sprites/shore.pcx 370 136 09 23 64 -31 0
|
||||
-1 sprites/shore.pcx 450 136 09 47 64 -31 -16
|
||||
-1 sprites/shore.pcx 530 136 09 31 64 -31 -8
|
||||
-1 sprites/shore.pcx 610 136 09 39 64 -31 -8
|
||||
-1 sprites/shore.pcx 690 136 09 31 64 -31 -8
|
||||
-1 sprites/shore.pcx 2 200 09 31 64 -31 -8
|
||||
-1 sprites/shore.pcx 82 199 09 32 64 -31 -1
|
||||
-1 sprites/shore.pcx 162 200 09 31 64 -31 -8
|
||||
-1 * 6 07 83 01 \7! 03 0C
|
||||
-1 * 44 0C "Missing shore tile graphics for "
|
||||
"the toyland"
|
||||
-1 * 3 05 0D 0A
|
||||
-1 sprites/shore.pcx 290 200 09 15 64 -31 0
|
||||
-1 sprites/shore.pcx 370 200 09 31 64 -31 -8
|
||||
-1 sprites/shore.pcx 450 200 09 23 64 -31 0
|
||||
-1 sprites/shore.pcx 530 200 09 47 64 -31 -16
|
||||
-1 sprites/shore.pcx 610 200 09 31 64 -31 -8
|
||||
-1 sprites/shore.pcx 690 200 09 39 64 -31 -8
|
||||
-1 sprites/shore.pcx 2 264 09 31 64 -31 -8
|
||||
-1 sprites/shore.pcx 82 264 09 31 64 -31 -8
|
||||
-1 sprites/shore.pcx 162 263 09 32 64 -31 -1
|
||||
-1 sprites/shore.pcx 242 264 09 31 64 -31 -8
|
||||
|
||||
//
|
||||
// -- NFO Renum 'settings' --
|
||||
// Reset warning about incorrect number of shores
|
||||
// @@WARNING ENABLE 60
|
||||
// -- End of NFO Renum 'settings' --
|
||||
//
|
BIN
media/extra_grf/shore.pcx
Normal file
BIN
media/extra_grf/shore.pcx
Normal file
Binary file not shown.
493
media/extra_grf/signals.nfo
Normal file
493
media/extra_grf/signals.nfo
Normal file
@@ -0,0 +1,493 @@
|
||||
//
|
||||
// $Id$
|
||||
//
|
||||
// This file is part of OpenTTD.
|
||||
// OpenTTD is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2.
|
||||
// OpenTTD is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
// See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenTTD. If not, see <http://www.gnu.org/licenses/>.
|
||||
//
|
||||
-1 * 0 0C "Pre-signal, semaphore, and PBS graphics by Michael Blunck"
|
||||
-1 * 0 05 04 F0
|
||||
-1 sprites/signals.pcx 66 8 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 82 8 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 98 8 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 114 8 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 130 8 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 146 8 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 162 8 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 178 8 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 194 8 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 210 8 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 226 8 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 242 8 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 258 8 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 274 8 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 290 8 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 306 8 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 322 8 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 338 8 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 354 8 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 370 8 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 386 8 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 402 8 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 418 8 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 434 8 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 450 8 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 466 8 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 482 8 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 498 8 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 514 8 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 530 8 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 546 8 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 562 8 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 578 8 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 594 8 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 610 8 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 626 8 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 642 8 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 658 8 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 674 8 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 690 8 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 706 8 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 722 8 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 738 8 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 754 8 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 770 8 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 786 8 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 2 40 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 18 40 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 34 40 01 21 10 -6 -19
|
||||
-1 sprites/signals.pcx 50 40 01 23 7 -3 -21
|
||||
-1 sprites/signals.pcx 66 40 01 21 10 1 -19
|
||||
-1 sprites/signals.pcx 82 40 01 21 9 1 -19
|
||||
-1 sprites/signals.pcx 98 40 01 21 9 1 -19
|
||||
-1 sprites/signals.pcx 114 40 01 23 6 1 -21
|
||||
-1 sprites/signals.pcx 130 40 01 21 10 -7 -19
|
||||
-1 sprites/signals.pcx 146 40 01 21 10 -7 -19
|
||||
-1 sprites/signals.pcx 162 40 01 21 2 1 -19
|
||||
-1 sprites/signals.pcx 178 40 01 24 2 1 -22
|
||||
-1 sprites/signals.pcx 194 40 01 23 2 1 -21
|
||||
-1 sprites/signals.pcx 210 40 01 26 2 1 -24
|
||||
-1 sprites/signals.pcx 226 40 01 21 11 -7 -19
|
||||
-1 sprites/signals.pcx 242 40 01 21 8 -4 -19
|
||||
-1 sprites/signals.pcx 258 40 01 21 11 1 -19
|
||||
-1 sprites/signals.pcx 274 40 01 21 8 1 -19
|
||||
-1 sprites/signals.pcx 290 40 01 21 12 -6 -19
|
||||
-1 sprites/signals.pcx 322 40 01 23 9 -3 -21
|
||||
-1 sprites/signals.pcx 338 40 01 21 12 -1 -19
|
||||
-1 sprites/signals.pcx 370 40 01 21 11 -1 -19
|
||||
-1 sprites/signals.pcx 386 40 01 21 11 -1 -19
|
||||
-1 sprites/signals.pcx 402 40 01 23 8 -1 -21
|
||||
-1 sprites/signals.pcx 418 40 01 21 12 -7 -19
|
||||
-1 sprites/signals.pcx 450 40 01 21 12 -7 -19
|
||||
-1 sprites/signals.pcx 482 40 01 21 4 1 -19
|
||||
-1 sprites/signals.pcx 498 40 01 24 4 1 -22
|
||||
-1 sprites/signals.pcx 514 40 01 23 4 -1 -21
|
||||
-1 sprites/signals.pcx 530 40 01 26 4 -1 -24
|
||||
-1 sprites/signals.pcx 546 40 01 21 13 -7 -19
|
||||
-1 sprites/signals.pcx 578 40 01 21 10 -4 -19
|
||||
-1 sprites/signals.pcx 594 40 01 21 13 -1 -19
|
||||
-1 sprites/signals.pcx 626 40 01 21 10 -1 -19
|
||||
-1 sprites/signals.pcx 642 40 01 21 11 -6 -19
|
||||
-1 sprites/signals.pcx 658 40 01 23 8 -3 -21
|
||||
-1 sprites/signals.pcx 674 40 01 21 11 0 -19
|
||||
-1 sprites/signals.pcx 690 40 01 21 10 0 -19
|
||||
-1 sprites/signals.pcx 706 40 01 21 10 0 -19
|
||||
-1 sprites/signals.pcx 722 40 01 23 7 0 -21
|
||||
-1 sprites/signals.pcx 738 40 01 21 11 -7 -19
|
||||
-1 sprites/signals.pcx 754 40 01 21 11 -7 -19
|
||||
-1 sprites/signals.pcx 770 40 01 21 4 1 -19
|
||||
-1 sprites/signals.pcx 786 40 01 24 4 1 -22
|
||||
-1 sprites/signals.pcx 2 88 01 23 4 -1 -21
|
||||
-1 sprites/signals.pcx 18 88 01 26 4 -1 -24
|
||||
-1 sprites/signals.pcx 34 88 01 21 12 -7 -19
|
||||
-1 sprites/signals.pcx 66 88 01 21 9 -4 -19
|
||||
-1 sprites/signals.pcx 82 88 01 21 12 0 -19
|
||||
-1 sprites/signals.pcx 114 88 01 21 9 0 -19
|
||||
-1 sprites/signals.pcx 130 88 01 21 11 -6 -19
|
||||
-1 sprites/signals.pcx 146 88 01 23 8 -3 -21
|
||||
-1 sprites/signals.pcx 162 88 01 21 11 0 -19
|
||||
-1 sprites/signals.pcx 178 88 01 21 10 0 -19
|
||||
-1 sprites/signals.pcx 194 88 01 21 10 0 -19
|
||||
-1 sprites/signals.pcx 210 88 01 23 7 0 -21
|
||||
-1 sprites/signals.pcx 226 88 01 21 11 -7 -19
|
||||
-1 sprites/signals.pcx 242 88 01 21 11 -7 -19
|
||||
-1 sprites/signals.pcx 258 88 01 21 4 1 -19
|
||||
-1 sprites/signals.pcx 274 88 01 24 4 1 -22
|
||||
-1 sprites/signals.pcx 290 88 01 23 4 -1 -21
|
||||
-1 sprites/signals.pcx 306 88 01 26 4 -1 -24
|
||||
-1 sprites/signals.pcx 322 88 01 21 12 -7 -19
|
||||
-1 sprites/signals.pcx 354 88 01 21 9 -4 -19
|
||||
-1 sprites/signals.pcx 370 88 01 21 12 0 -19
|
||||
-1 sprites/signals.pcx 402 88 01 21 9 0 -19
|
||||
-1 sprites/signals.pcx 418 88 01 19 6 -2 -17
|
||||
-1 sprites/signals.pcx 434 88 01 19 6 -2 -17
|
||||
-1 sprites/signals.pcx 450 88 01 19 6 -2 -17
|
||||
-1 sprites/signals.pcx 466 88 01 19 6 -2 -17
|
||||
-1 sprites/signals.pcx 482 88 01 19 6 -2 -17
|
||||
-1 sprites/signals.pcx 498 88 01 19 6 -2 -17
|
||||
-1 sprites/signals.pcx 514 88 01 19 6 -2 -17
|
||||
-1 sprites/signals.pcx 530 88 01 19 6 -2 -17
|
||||
-1 sprites/signals.pcx 546 88 01 19 6 -2 -17
|
||||
-1 sprites/signals.pcx 562 88 01 19 6 -2 -17
|
||||
-1 sprites/signals.pcx 578 88 01 19 6 -2 -17
|
||||
-1 sprites/signals.pcx 594 88 01 19 6 -2 -17
|
||||
-1 sprites/signals.pcx 610 88 01 19 6 -2 -17
|
||||
-1 sprites/signals.pcx 626 88 01 19 6 -2 -17
|
||||
-1 sprites/signals.pcx 642 88 01 19 6 -2 -17
|
||||
-1 sprites/signals.pcx 658 88 01 19 6 -2 -17
|
||||
-1 sprites/signals.pcx 674 88 01 19 6 -2 -17
|
||||
-1 sprites/signals.pcx 690 88 01 19 6 -2 -17
|
||||
-1 sprites/signals.pcx 706 88 01 19 6 -2 -17
|
||||
-1 sprites/signals.pcx 722 88 01 19 6 -2 -17
|
||||
-1 sprites/signals.pcx 738 88 01 19 6 -2 -17
|
||||
-1 sprites/signals.pcx 754 88 01 19 6 -2 -17
|
||||
-1 sprites/signals.pcx 770 88 01 19 6 -2 -17
|
||||
-1 sprites/signals.pcx 786 88 01 19 6 -2 -17
|
||||
-1 sprites/signals.pcx 2 136 01 19 6 -2 -17
|
||||
-1 sprites/signals.pcx 18 136 01 19 6 -2 -17
|
||||
-1 sprites/signals.pcx 34 136 01 19 6 -2 -17
|
||||
-1 sprites/signals.pcx 50 136 01 19 6 -2 -17
|
||||
-1 sprites/signals.pcx 66 136 01 19 6 -2 -17
|
||||
-1 sprites/signals.pcx 82 136 01 19 6 -2 -17
|
||||
-1 sprites/signals.pcx 98 136 01 19 6 -2 -17
|
||||
-1 sprites/signals.pcx 114 136 01 19 6 -2 -17
|
||||
-1 sprites/signals.pcx 130 136 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 146 136 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 162 136 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 178 136 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 194 136 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 210 136 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 226 136 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 242 136 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 258 136 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 274 136 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 290 136 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 306 136 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 322 136 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 338 136 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 354 136 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 370 136 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 386 136 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 402 136 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 418 136 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 434 136 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 450 136 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 466 136 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 482 136 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 498 136 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 514 136 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 530 136 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 546 136 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 562 136 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 578 136 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 594 136 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 610 136 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 626 136 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 642 136 01 21 10 -6 -19
|
||||
-1 sprites/signals.pcx 658 136 01 23 7 -3 -21
|
||||
-1 sprites/signals.pcx 674 136 01 21 10 1 -19
|
||||
-1 sprites/signals.pcx 690 136 01 21 9 1 -19
|
||||
-1 sprites/signals.pcx 706 136 01 21 9 1 -19
|
||||
-1 sprites/signals.pcx 722 136 01 23 6 1 -21
|
||||
-1 sprites/signals.pcx 738 136 01 21 10 -7 -19
|
||||
-1 sprites/signals.pcx 754 136 01 21 10 -7 -19
|
||||
-1 sprites/signals.pcx 770 136 01 21 2 1 -19
|
||||
-1 sprites/signals.pcx 786 136 01 24 2 1 -22
|
||||
-1 sprites/signals.pcx 2 184 01 23 2 1 -21
|
||||
-1 sprites/signals.pcx 18 184 01 26 2 1 -24
|
||||
-1 sprites/signals.pcx 34 184 01 21 11 -7 -19
|
||||
-1 sprites/signals.pcx 50 184 01 21 8 -4 -19
|
||||
-1 sprites/signals.pcx 66 184 01 21 11 1 -19
|
||||
-1 sprites/signals.pcx 82 184 01 21 8 1 -19
|
||||
-1 sprites/signals.pcx 98 184 01 21 12 -6 -19
|
||||
-1 sprites/signals.pcx 130 184 01 23 9 -3 -21
|
||||
-1 sprites/signals.pcx 146 184 01 21 12 -1 -19
|
||||
-1 sprites/signals.pcx 178 184 01 21 11 -1 -19
|
||||
-1 sprites/signals.pcx 194 184 01 21 11 -1 -19
|
||||
-1 sprites/signals.pcx 210 184 01 23 8 -1 -21
|
||||
-1 sprites/signals.pcx 226 184 01 21 12 -7 -19
|
||||
-1 sprites/signals.pcx 258 184 01 21 12 -7 -19
|
||||
-1 sprites/signals.pcx 290 184 01 21 4 -1 -19
|
||||
-1 sprites/signals.pcx 306 184 01 24 4 -1 -22
|
||||
-1 sprites/signals.pcx 322 184 01 23 4 1 -21
|
||||
-1 sprites/signals.pcx 338 184 01 26 4 1 -24
|
||||
-1 sprites/signals.pcx 354 184 01 21 13 -7 -19
|
||||
-1 sprites/signals.pcx 386 184 01 21 10 -4 -19
|
||||
-1 sprites/signals.pcx 402 184 01 21 13 -1 -19
|
||||
-1 sprites/signals.pcx 434 184 01 21 10 -1 -19
|
||||
-1 sprites/signals.pcx 450 184 01 21 11 -6 -19
|
||||
-1 sprites/signals.pcx 466 184 01 23 8 -3 -21
|
||||
-1 sprites/signals.pcx 482 184 01 21 11 0 -19
|
||||
-1 sprites/signals.pcx 498 184 01 21 10 0 -19
|
||||
-1 sprites/signals.pcx 514 184 01 21 10 0 -19
|
||||
-1 sprites/signals.pcx 530 184 01 23 7 0 -21
|
||||
-1 sprites/signals.pcx 546 184 01 21 11 -7 -19
|
||||
-1 sprites/signals.pcx 562 184 01 21 11 -7 -19
|
||||
-1 sprites/signals.pcx 578 184 01 21 4 1 -19
|
||||
-1 sprites/signals.pcx 594 184 01 24 4 1 -22
|
||||
-1 sprites/signals.pcx 610 184 01 23 4 -1 -21
|
||||
-1 sprites/signals.pcx 626 184 01 26 4 -1 -24
|
||||
-1 sprites/signals.pcx 642 184 01 21 12 -7 -19
|
||||
-1 sprites/signals.pcx 674 184 01 21 9 -4 -19
|
||||
-1 sprites/signals.pcx 690 184 01 21 12 0 -19
|
||||
-1 sprites/signals.pcx 722 184 01 21 9 0 -19
|
||||
-1 sprites/signals.pcx 738 184 01 21 11 -6 -19
|
||||
-1 sprites/signals.pcx 754 184 01 23 8 -3 -21
|
||||
-1 sprites/signals.pcx 770 184 01 21 11 0 -19
|
||||
-1 sprites/signals.pcx 786 184 01 21 10 0 -19
|
||||
-1 sprites/signals.pcx 2 232 01 21 10 0 -19
|
||||
-1 sprites/signals.pcx 18 232 01 23 7 0 -21
|
||||
-1 sprites/signals.pcx 34 232 01 21 11 -7 -19
|
||||
-1 sprites/signals.pcx 50 232 01 21 11 -7 -19
|
||||
-1 sprites/signals.pcx 66 232 01 21 4 1 -19
|
||||
-1 sprites/signals.pcx 82 232 01 24 4 1 -22
|
||||
-1 sprites/signals.pcx 98 232 01 23 4 -1 -21
|
||||
-1 sprites/signals.pcx 114 232 01 26 4 -1 -24
|
||||
-1 sprites/signals.pcx 130 232 01 21 12 -7 -19
|
||||
-1 sprites/signals.pcx 162 232 01 21 9 -4 -19
|
||||
-1 sprites/signals.pcx 178 232 01 21 12 0 -19
|
||||
-1 sprites/signals.pcx 210 232 01 21 9 0 -19
|
||||
-1 * 0 07 85 01 \70 3B F2
|
||||
-1 * 0 07 86 01 \70 04 F1
|
||||
-1 * 0 05 04 F0
|
||||
-1 sprites/signals.pcx 274 232 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 290 232 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 306 232 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 322 232 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 338 232 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 354 232 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 370 232 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 386 232 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 402 232 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 418 232 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 434 232 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 450 232 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 466 232 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 482 232 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 498 232 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 514 232 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 530 232 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 546 232 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 562 232 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 578 232 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 594 232 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 610 232 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 626 232 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 642 232 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 658 232 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 674 232 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 690 232 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 706 232 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 722 232 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 738 232 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 754 232 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 770 232 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 786 232 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 2 280 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 18 280 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 34 280 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 50 280 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 66 280 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 82 280 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 98 280 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 114 280 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 130 280 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 146 280 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 162 280 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 178 280 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 194 280 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 210 280 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 226 280 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 242 280 01 21 10 -7 -19
|
||||
-1 sprites/signals.pcx 258 280 01 23 10 -8 -21
|
||||
-1 sprites/signals.pcx 274 280 01 23 10 -7 -21
|
||||
-1 sprites/signals.pcx 290 280 01 26 7 -5 -24
|
||||
-1 sprites/signals.pcx 306 280 01 21 10 -7 -19
|
||||
-1 sprites/signals.pcx 322 280 01 23 10 -6 -21
|
||||
-1 sprites/signals.pcx 338 280 01 23 10 1 -21
|
||||
-1 sprites/signals.pcx 354 280 01 26 7 2 -24
|
||||
-1 sprites/signals.pcx 370 280 01 23 3 0 -21
|
||||
-1 sprites/signals.pcx 386 280 01 26 3 0 -24
|
||||
-1 sprites/signals.pcx 402 280 01 21 3 0 -19
|
||||
-1 sprites/signals.pcx 418 280 01 24 3 0 -22
|
||||
-1 sprites/signals.pcx 434 280 01 21 12 0 -19
|
||||
-1 sprites/signals.pcx 466 280 01 24 9 0 -22
|
||||
-1 sprites/signals.pcx 482 280 01 21 12 -9 -19
|
||||
-1 sprites/signals.pcx 514 280 01 24 9 -6 -22
|
||||
-1 sprites/signals.pcx 530 280 01 21 12 -9 -19
|
||||
-1 sprites/signals.pcx 562 280 01 23 11 -9 -21
|
||||
-1 sprites/signals.pcx 578 280 01 23 11 -7 -21
|
||||
-1 sprites/signals.pcx 594 280 01 26 9 -5 -24
|
||||
-1 sprites/signals.pcx 610 280 01 21 12 -7 -19
|
||||
-1 sprites/signals.pcx 642 280 01 23 11 -6 -21
|
||||
-1 sprites/signals.pcx 658 280 01 23 11 0 -21
|
||||
-1 sprites/signals.pcx 674 280 01 26 9 0 -24
|
||||
-1 sprites/signals.pcx 690 280 01 23 5 0 -21
|
||||
-1 sprites/signals.pcx 706 280 01 26 5 0 -24
|
||||
-1 sprites/signals.pcx 722 280 01 21 5 -2 -19
|
||||
-1 sprites/signals.pcx 738 280 01 24 5 -2 -22
|
||||
-1 sprites/signals.pcx 754 280 01 21 13 -1 -19
|
||||
-1 sprites/signals.pcx 786 280 01 24 10 -1 -22
|
||||
-1 sprites/signals.pcx 2 328 01 21 13 -9 -19
|
||||
-1 sprites/signals.pcx 34 328 01 24 10 -6 -22
|
||||
-1 sprites/signals.pcx 50 328 01 21 11 -8 -19
|
||||
-1 sprites/signals.pcx 66 328 01 23 10 -8 -21
|
||||
-1 sprites/signals.pcx 82 328 01 23 10 -7 -21
|
||||
-1 sprites/signals.pcx 98 328 01 26 8 -5 -24
|
||||
-1 sprites/signals.pcx 114 328 01 21 11 -7 -19
|
||||
-1 sprites/signals.pcx 130 328 01 23 10 -6 -21
|
||||
-1 sprites/signals.pcx 146 328 01 23 10 1 -21
|
||||
-1 sprites/signals.pcx 162 328 01 26 8 1 -24
|
||||
-1 sprites/signals.pcx 178 328 01 23 5 0 -21
|
||||
-1 sprites/signals.pcx 194 328 01 26 5 0 -24
|
||||
-1 sprites/signals.pcx 210 328 01 21 5 -2 -19
|
||||
-1 sprites/signals.pcx 226 328 01 24 5 -2 -22
|
||||
-1 sprites/signals.pcx 242 328 01 21 12 0 -19
|
||||
-1 sprites/signals.pcx 274 328 01 24 9 0 -22
|
||||
-1 sprites/signals.pcx 290 328 01 21 12 -9 -19
|
||||
-1 sprites/signals.pcx 322 328 01 24 9 -6 -22
|
||||
-1 sprites/signals.pcx 338 328 01 21 11 -8 -19
|
||||
-1 sprites/signals.pcx 354 328 01 23 10 -8 -21
|
||||
-1 sprites/signals.pcx 370 328 01 23 10 -7 -21
|
||||
-1 sprites/signals.pcx 386 328 01 26 8 -5 -24
|
||||
-1 sprites/signals.pcx 402 328 01 21 11 -7 -19
|
||||
-1 sprites/signals.pcx 418 328 01 23 10 -6 -21
|
||||
-1 sprites/signals.pcx 434 328 01 23 10 1 -21
|
||||
-1 sprites/signals.pcx 450 328 01 26 8 1 -24
|
||||
-1 sprites/signals.pcx 466 328 01 23 5 0 -21
|
||||
-1 sprites/signals.pcx 482 328 01 26 5 0 -24
|
||||
-1 sprites/signals.pcx 498 328 01 21 5 -2 -19
|
||||
-1 sprites/signals.pcx 514 328 01 24 5 -2 -22
|
||||
-1 sprites/signals.pcx 530 328 01 21 12 0 -19
|
||||
-1 sprites/signals.pcx 562 328 01 24 9 0 -22
|
||||
-1 sprites/signals.pcx 578 328 01 21 12 -9 -19
|
||||
-1 sprites/signals.pcx 610 328 01 24 9 -6 -22
|
||||
-1 sprites/signals.pcx 626 328 01 19 6 -2 -17
|
||||
-1 sprites/signals.pcx 642 328 01 19 6 -2 -17
|
||||
-1 sprites/signals.pcx 658 328 01 19 6 -2 -17
|
||||
-1 sprites/signals.pcx 674 328 01 19 6 -2 -17
|
||||
-1 sprites/signals.pcx 690 328 01 19 6 -2 -17
|
||||
-1 sprites/signals.pcx 706 328 01 19 6 -2 -17
|
||||
-1 sprites/signals.pcx 722 328 01 19 6 -2 -17
|
||||
-1 sprites/signals.pcx 738 328 01 19 6 -2 -17
|
||||
-1 sprites/signals.pcx 754 328 01 19 6 -2 -17
|
||||
-1 sprites/signals.pcx 770 328 01 19 6 -2 -17
|
||||
-1 sprites/signals.pcx 786 328 01 19 6 -2 -17
|
||||
-1 sprites/signals.pcx 2 376 01 19 6 -2 -17
|
||||
-1 sprites/signals.pcx 18 376 01 19 6 -2 -17
|
||||
-1 sprites/signals.pcx 34 376 01 19 6 -2 -17
|
||||
-1 sprites/signals.pcx 50 376 01 19 6 -2 -17
|
||||
-1 sprites/signals.pcx 66 376 01 19 6 -2 -17
|
||||
-1 sprites/signals.pcx 82 376 01 19 6 -2 -17
|
||||
-1 sprites/signals.pcx 98 376 01 19 6 -2 -17
|
||||
-1 sprites/signals.pcx 114 376 01 19 6 -2 -17
|
||||
-1 sprites/signals.pcx 130 376 01 19 6 -2 -17
|
||||
-1 sprites/signals.pcx 146 376 01 19 6 -2 -17
|
||||
-1 sprites/signals.pcx 162 376 01 19 6 -2 -17
|
||||
-1 sprites/signals.pcx 178 376 01 19 6 -2 -17
|
||||
-1 sprites/signals.pcx 194 376 01 19 6 -2 -17
|
||||
-1 sprites/signals.pcx 210 376 01 19 6 -2 -17
|
||||
-1 sprites/signals.pcx 226 376 01 19 6 -2 -17
|
||||
-1 sprites/signals.pcx 242 376 01 19 6 -2 -17
|
||||
-1 sprites/signals.pcx 258 376 01 19 6 -2 -17
|
||||
-1 sprites/signals.pcx 274 376 01 19 6 -2 -17
|
||||
-1 sprites/signals.pcx 290 376 01 19 6 -2 -17
|
||||
-1 sprites/signals.pcx 306 376 01 19 6 -2 -17
|
||||
-1 sprites/signals.pcx 322 376 01 19 6 -2 -17
|
||||
-1 sprites/signals.pcx 338 376 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 354 376 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 370 376 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 386 376 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 402 376 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 418 376 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 434 376 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 450 376 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 466 376 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 482 376 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 498 376 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 514 376 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 530 376 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 546 376 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 562 376 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 578 376 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 594 376 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 610 376 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 626 376 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 642 376 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 658 376 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 674 376 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 690 376 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 706 376 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 722 376 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 738 376 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 754 376 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 770 376 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 786 376 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 2 408 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 18 408 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 34 408 01 21 6 -2 -19
|
||||
-1 sprites/signals.pcx 50 408 01 21 10 -7 -19
|
||||
-1 sprites/signals.pcx 66 408 01 23 10 -8 -21
|
||||
-1 sprites/signals.pcx 82 408 01 23 10 -7 -21
|
||||
-1 sprites/signals.pcx 98 408 01 26 7 -5 -24
|
||||
-1 sprites/signals.pcx 114 408 01 21 10 -7 -19
|
||||
-1 sprites/signals.pcx 130 408 01 23 10 -6 -21
|
||||
-1 sprites/signals.pcx 146 408 01 23 10 1 -21
|
||||
-1 sprites/signals.pcx 162 408 01 26 7 2 -24
|
||||
-1 sprites/signals.pcx 178 408 01 23 3 0 -21
|
||||
-1 sprites/signals.pcx 194 408 01 26 3 0 -24
|
||||
-1 sprites/signals.pcx 210 408 01 21 3 0 -19
|
||||
-1 sprites/signals.pcx 226 408 01 24 3 0 -22
|
||||
-1 sprites/signals.pcx 242 408 01 21 12 0 -19
|
||||
-1 sprites/signals.pcx 274 408 01 24 9 0 -22
|
||||
-1 sprites/signals.pcx 290 408 01 21 12 -9 -19
|
||||
-1 sprites/signals.pcx 322 408 01 24 9 -6 -22
|
||||
-1 sprites/signals.pcx 338 408 01 21 12 -9 -19
|
||||
-1 sprites/signals.pcx 370 408 01 23 11 -9 -21
|
||||
-1 sprites/signals.pcx 386 408 01 23 11 -7 -21
|
||||
-1 sprites/signals.pcx 402 408 01 26 9 -5 -24
|
||||
-1 sprites/signals.pcx 418 408 01 21 12 -7 -19
|
||||
-1 sprites/signals.pcx 450 408 01 23 11 -6 -21
|
||||
-1 sprites/signals.pcx 466 408 01 23 11 0 -21
|
||||
-1 sprites/signals.pcx 482 408 01 26 9 0 -24
|
||||
-1 sprites/signals.pcx 498 408 01 23 5 -1 -21
|
||||
-1 sprites/signals.pcx 514 408 01 26 5 -1 -24
|
||||
-1 sprites/signals.pcx 530 408 01 21 5 -1 -19
|
||||
-1 sprites/signals.pcx 546 408 01 24 5 -1 -22
|
||||
-1 sprites/signals.pcx 562 408 01 21 13 -1 -19
|
||||
-1 sprites/signals.pcx 594 408 01 24 10 -1 -22
|
||||
-1 sprites/signals.pcx 610 408 01 21 13 -9 -19
|
||||
-1 sprites/signals.pcx 642 408 01 24 10 -6 -22
|
||||
-1 sprites/signals.pcx 658 408 01 21 11 -8 -19
|
||||
-1 sprites/signals.pcx 674 408 01 23 10 -8 -21
|
||||
-1 sprites/signals.pcx 690 408 01 23 10 -7 -21
|
||||
-1 sprites/signals.pcx 706 408 01 26 8 -5 -24
|
||||
-1 sprites/signals.pcx 722 408 01 21 11 -7 -19
|
||||
-1 sprites/signals.pcx 738 408 01 23 10 -6 -21
|
||||
-1 sprites/signals.pcx 754 408 01 23 10 1 -21
|
||||
-1 sprites/signals.pcx 770 408 01 26 8 1 -24
|
||||
-1 sprites/signals.pcx 786 408 01 23 5 0 -21
|
||||
-1 sprites/signals.pcx 2 456 01 26 5 0 -24
|
||||
-1 sprites/signals.pcx 18 456 01 21 5 -2 -19
|
||||
-1 sprites/signals.pcx 34 456 01 24 5 -2 -22
|
||||
-1 sprites/signals.pcx 50 456 01 21 12 0 -19
|
||||
-1 sprites/signals.pcx 82 456 01 24 9 0 -22
|
||||
-1 sprites/signals.pcx 98 456 01 21 12 -9 -19
|
||||
-1 sprites/signals.pcx 130 456 01 24 9 -6 -22
|
||||
-1 sprites/signals.pcx 146 456 01 21 11 -8 -19
|
||||
-1 sprites/signals.pcx 162 456 01 23 10 -8 -21
|
||||
-1 sprites/signals.pcx 178 456 01 23 10 -7 -21
|
||||
-1 sprites/signals.pcx 194 456 01 26 8 -5 -24
|
||||
-1 sprites/signals.pcx 210 456 01 21 11 -7 -19
|
||||
-1 sprites/signals.pcx 226 456 01 23 10 -6 -21
|
||||
-1 sprites/signals.pcx 242 456 01 23 10 1 -21
|
||||
-1 sprites/signals.pcx 258 456 01 26 8 1 -24
|
||||
-1 sprites/signals.pcx 274 456 01 23 5 0 -21
|
||||
-1 sprites/signals.pcx 290 456 01 26 5 0 -24
|
||||
-1 sprites/signals.pcx 306 456 01 21 5 -2 -19
|
||||
-1 sprites/signals.pcx 322 456 01 24 5 -2 -22
|
||||
-1 sprites/signals.pcx 338 456 01 21 12 0 -19
|
||||
-1 sprites/signals.pcx 370 456 01 24 9 0 -22
|
||||
-1 sprites/signals.pcx 386 456 01 21 12 -9 -19
|
||||
-1 sprites/signals.pcx 418 456 01 24 9 -6 -22
|
BIN
media/extra_grf/signals.pcx
Normal file
BIN
media/extra_grf/signals.pcx
Normal file
Binary file not shown.
22
media/extra_grf/sloped_tracks.nfo
Normal file
22
media/extra_grf/sloped_tracks.nfo
Normal file
@@ -0,0 +1,22 @@
|
||||
//
|
||||
// $Id$
|
||||
//
|
||||
// This file is part of OpenTTD.
|
||||
// OpenTTD is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2.
|
||||
// OpenTTD is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
// See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenTTD. If not, see <http://www.gnu.org/licenses/>.
|
||||
//
|
||||
-1 * 0 0C "Sloped tracks"
|
||||
-1 * 3 05 0F 0C
|
||||
-1 sprites/sloped_tracks.pcx 50 8 09 29 42 -19 -3
|
||||
-1 sprites/sloped_tracks.pcx 98 8 09 13 41 -20 5
|
||||
-1 sprites/sloped_tracks.pcx 146 8 09 14 42 -19 5
|
||||
-1 sprites/sloped_tracks.pcx 194 8 09 29 42 -21 -3
|
||||
-1 sprites/sloped_tracks.pcx 242 8 09 25 33 -15 -1
|
||||
-1 sprites/sloped_tracks.pcx 290 8 09 10 33 -15 7
|
||||
-1 sprites/sloped_tracks.pcx 338 8 09 10 34 -15 7
|
||||
-1 sprites/sloped_tracks.pcx 386 8 09 25 34 -15 -1
|
||||
-1 sprites/sloped_tracks.pcx 434 8 09 23 31 -13 -1
|
||||
-1 sprites/sloped_tracks.pcx 482 8 09 10 32 -15 7
|
||||
-1 sprites/sloped_tracks.pcx 530 8 09 10 31 -15 7
|
||||
-1 sprites/sloped_tracks.pcx 578 8 09 23 31 -16 -1
|
BIN
media/extra_grf/sloped_tracks.pcx
Normal file
BIN
media/extra_grf/sloped_tracks.pcx
Normal file
Binary file not shown.
123
media/extra_grf/tramtracks.nfo
Normal file
123
media/extra_grf/tramtracks.nfo
Normal file
@@ -0,0 +1,123 @@
|
||||
//
|
||||
// $Id$
|
||||
//
|
||||
// This file is part of OpenTTD.
|
||||
// OpenTTD is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2.
|
||||
// OpenTTD is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
// See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenTTD. If not, see <http://www.gnu.org/licenses/>.
|
||||
//
|
||||
-1 * 0 0C "Tram track graphics by PikkaBird"
|
||||
-1 * 0 05 0B 71
|
||||
-1 sprites/tramtracks.pcx 18 8 09 13 20 0 4
|
||||
-1 sprites/tramtracks.pcx 50 8 09 13 20 0 4
|
||||
-1 sprites/tramtracks.pcx 82 8 03 36 64 -18 -8
|
||||
-1 sprites/tramtracks.pcx 162 8 03 36 62 -16 -8
|
||||
-1 sprites/tramtracks.pcx 242 8 09 31 64 -31 0
|
||||
-1 sprites/tramtracks.pcx 322 8 09 31 64 -31 0
|
||||
-1 sprites/tramtracks.pcx 402 8 09 31 64 -31 0
|
||||
-1 sprites/tramtracks.pcx 482 8 09 31 64 -31 0
|
||||
-1 sprites/tramtracks.pcx 562 8 09 31 64 -31 0
|
||||
-1 sprites/tramtracks.pcx 642 8 09 31 64 -31 0
|
||||
-1 sprites/tramtracks.pcx 722 8 09 31 64 -31 0
|
||||
-1 sprites/tramtracks.pcx 2 56 09 31 64 -31 0
|
||||
-1 sprites/tramtracks.pcx 82 56 09 31 64 -31 0
|
||||
-1 sprites/tramtracks.pcx 162 56 09 31 64 -31 0
|
||||
-1 sprites/tramtracks.pcx 242 56 09 31 64 -31 0
|
||||
-1 sprites/tramtracks.pcx 322 56 09 39 64 -31 -8
|
||||
-1 sprites/tramtracks.pcx 402 56 09 23 64 -31 0
|
||||
-1 sprites/tramtracks.pcx 482 56 09 23 64 -31 0
|
||||
-1 sprites/tramtracks.pcx 562 56 09 39 64 -31 -8
|
||||
-1 sprites/tramtracks.pcx 642 56 09 31 64 -31 0
|
||||
-1 sprites/tramtracks.pcx 722 56 09 31 64 -31 0
|
||||
-1 sprites/tramtracks.pcx 2 120 09 31 64 -31 0
|
||||
-1 sprites/tramtracks.pcx 82 120 09 31 64 -31 0
|
||||
-1 sprites/tramtracks.pcx 162 120 09 31 64 -31 0
|
||||
-1 sprites/tramtracks.pcx 242 120 09 31 64 -31 0
|
||||
-1 sprites/tramtracks.pcx 322 120 09 31 64 -31 0
|
||||
-1 sprites/tramtracks.pcx 402 120 09 31 64 -31 0
|
||||
-1 sprites/tramtracks.pcx 482 120 09 31 64 -31 0
|
||||
-1 sprites/tramtracks.pcx 562 120 09 31 64 -31 0
|
||||
-1 sprites/tramtracks.pcx 642 120 09 31 64 -31 0
|
||||
-1 sprites/tramtracks.pcx 722 120 09 31 64 -31 0
|
||||
-1 sprites/tramtracks.pcx 2 168 09 31 64 -31 0
|
||||
-1 sprites/tramtracks.pcx 82 168 09 31 64 -31 0
|
||||
-1 sprites/tramtracks.pcx 162 168 09 31 64 -31 0
|
||||
-1 sprites/tramtracks.pcx 242 168 09 31 64 -31 0
|
||||
-1 sprites/tramtracks.pcx 322 168 09 31 64 -31 0
|
||||
-1 sprites/tramtracks.pcx 402 168 09 31 64 -31 0
|
||||
-1 sprites/tramtracks.pcx 482 168 09 31 64 -31 0
|
||||
-1 sprites/tramtracks.pcx 562 168 09 39 64 -31 -8
|
||||
-1 sprites/tramtracks.pcx 642 168 09 23 64 -31 0
|
||||
-1 sprites/tramtracks.pcx 722 168 09 23 64 -31 0
|
||||
-1 sprites/tramtracks.pcx 2 232 09 39 64 -31 -8
|
||||
-1 sprites/tramtracks.pcx 82 232 09 31 64 -31 0
|
||||
-1 sprites/tramtracks.pcx 162 232 09 31 64 -31 0
|
||||
-1 sprites/tramtracks.pcx 242 232 09 31 64 -31 0
|
||||
-1 sprites/tramtracks.pcx 322 232 09 31 64 -31 0
|
||||
-1 sprites/tramtracks.pcx 402 232 09 31 64 -31 0
|
||||
-1 sprites/tramtracks.pcx 482 232 09 31 64 -31 0
|
||||
-1 sprites/tramtracks.pcx 562 232 09 20 20 0 0
|
||||
-1 sprites/tramtracks.pcx 594 232 09 31 64 -31 0
|
||||
-1 sprites/tramtracks.pcx 674 232 09 64 62 2 -49
|
||||
-1 sprites/tramtracks.pcx 2 312 09 31 64 -31 0
|
||||
-1 sprites/tramtracks.pcx 82 312 09 64 62 -62 -49
|
||||
-1 sprites/tramtracks.pcx 162 312 09 64 62 -62 -49
|
||||
-1 sprites/tramtracks.pcx 242 312 09 64 62 2 -49
|
||||
-1 sprites/tramtracks.pcx 322 312 09 48 64 -31 -17
|
||||
-1 sprites/tramtracks.pcx 402 312 09 48 64 -31 -17
|
||||
-1 sprites/tramtracks.pcx 482 312 09 48 64 -31 -17
|
||||
-1 sprites/tramtracks.pcx 562 312 09 48 64 -31 -17
|
||||
-1 sprites/tramtracks.pcx 642 312 09 48 64 -31 -17
|
||||
-1 sprites/tramtracks.pcx 722 312 09 48 64 -31 -17
|
||||
-1 sprites/tramtracks.pcx 2 392 09 48 64 -31 -17
|
||||
-1 sprites/tramtracks.pcx 82 392 09 48 64 -31 -17
|
||||
-1 sprites/tramtracks.pcx 162 392 09 48 64 -31 -17
|
||||
-1 sprites/tramtracks.pcx 242 392 09 48 64 -31 -17
|
||||
-1 sprites/tramtracks.pcx 322 392 09 48 64 -31 -17
|
||||
-1 sprites/tramtracks.pcx 402 392 09 48 64 -31 -17
|
||||
-1 sprites/tramtracks.pcx 482 392 09 48 64 -31 -17
|
||||
-1 sprites/tramtracks.pcx 562 392 09 56 64 -31 -25
|
||||
-1 sprites/tramtracks.pcx 642 392 09 48 64 -31 -17
|
||||
-1 sprites/tramtracks.pcx 722 392 09 48 64 -31 -17
|
||||
-1 sprites/tramtracks.pcx 2 472 09 56 64 -31 -25
|
||||
-1 sprites/tramtracks.pcx 82 472 09 56 64 -31 -25
|
||||
-1 sprites/tramtracks.pcx 162 472 09 48 64 -31 -17
|
||||
-1 sprites/tramtracks.pcx 242 472 09 48 64 -31 -17
|
||||
-1 sprites/tramtracks.pcx 322 472 09 56 64 -31 -25
|
||||
-1 sprites/tramtracks.pcx 402 472 09 31 64 -31 0
|
||||
-1 sprites/tramtracks.pcx 482 472 09 31 64 -31 0
|
||||
-1 sprites/tramtracks.pcx 562 472 09 31 64 -31 0
|
||||
-1 sprites/tramtracks.pcx 642 472 09 31 64 -31 0
|
||||
-1 sprites/tramtracks.pcx 722 472 09 48 64 -31 -17
|
||||
-1 sprites/tramtracks.pcx 2 552 09 48 64 -31 -17
|
||||
-1 sprites/tramtracks.pcx 82 552 09 48 64 -31 -17
|
||||
-1 sprites/tramtracks.pcx 162 552 09 48 64 -31 -17
|
||||
-1 sprites/tramtracks.pcx 242 552 09 48 64 -31 -17
|
||||
-1 sprites/tramtracks.pcx 322 552 09 48 64 -31 -17
|
||||
-1 sprites/tramtracks.pcx 402 552 09 48 64 -31 -17
|
||||
-1 sprites/tramtracks.pcx 482 552 09 48 64 -31 -17
|
||||
-1 sprites/tramtracks.pcx 562 552 09 48 64 -31 -17
|
||||
-1 sprites/tramtracks.pcx 642 552 09 48 64 -31 -17
|
||||
-1 sprites/tramtracks.pcx 722 552 09 48 64 -31 -17
|
||||
-1 sprites/tramtracks.pcx 2 616 09 48 64 -31 -17
|
||||
-1 sprites/tramtracks.pcx 82 616 09 48 64 -31 -17
|
||||
-1 sprites/tramtracks.pcx 162 616 09 48 64 -31 -17
|
||||
-1 sprites/tramtracks.pcx 242 616 09 48 64 -31 -17
|
||||
-1 sprites/tramtracks.pcx 322 616 09 48 64 -31 -17
|
||||
-1 sprites/tramtracks.pcx 402 616 09 48 64 -31 -17
|
||||
-1 sprites/tramtracks.pcx 482 616 09 48 64 -31 -17
|
||||
-1 sprites/tramtracks.pcx 562 616 09 48 64 -31 -17
|
||||
-1 sprites/tramtracks.pcx 642 616 09 56 64 -31 -25
|
||||
-1 sprites/tramtracks.pcx 722 616 09 48 64 -31 -17
|
||||
-1 sprites/tramtracks.pcx 2 696 09 56 64 -31 -25
|
||||
-1 sprites/tramtracks.pcx 82 696 09 48 64 -31 -17
|
||||
-1 sprites/tramtracks.pcx 162 696 09 56 64 -31 -25
|
||||
-1 sprites/tramtracks.pcx 242 696 09 48 64 -31 -17
|
||||
-1 sprites/tramtracks.pcx 322 696 09 56 64 -31 -25
|
||||
-1 sprites/tramtracks.pcx 402 696 09 48 64 -31 -17
|
||||
-1 sprites/tramtracks.pcx 482 696 09 31 64 -31 0
|
||||
-1 sprites/tramtracks.pcx 562 696 09 31 64 -31 0
|
||||
-1 sprites/tramtracks.pcx 642 696 09 39 64 -31 -8
|
||||
-1 sprites/tramtracks.pcx 722 696 09 23 64 -31 0
|
||||
-1 sprites/tramtracks.pcx 2 776 09 23 64 -31 0
|
||||
-1 sprites/tramtracks.pcx 82 776 09 39 64 -31 -8
|
BIN
media/extra_grf/tramtracks.pcx
Normal file
BIN
media/extra_grf/tramtracks.pcx
Normal file
Binary file not shown.
@@ -4,8 +4,8 @@
|
||||
Type=Application
|
||||
Version=1.1
|
||||
Name=!!MENU_NAME!!
|
||||
Comment=A clone of Transport Tycoon Deluxe
|
||||
Icon=openttd
|
||||
Exec=!!TTD!!
|
||||
Terminal=false
|
||||
Categories=!!MENU_GROUP!!
|
||||
Comment=A clone of Transport Tycoon Deluxe
|
||||
|
15
media/openttd.desktop.translation.awk
Normal file
15
media/openttd.desktop.translation.awk
Normal file
@@ -0,0 +1,15 @@
|
||||
# $Id$
|
||||
|
||||
# This file is part of OpenTTD.
|
||||
# OpenTTD is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, version 2.
|
||||
# OpenTTD is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
|
||||
# See the GNU General Public License for more details. You should have received a copy of the GNU General Public License along with OpenTTD. If not, see <http://www.gnu.org/licenses/>.
|
||||
|
||||
#
|
||||
# Awk script to automatically generate a single comment line
|
||||
# for a translated desktop shortcut. If it does not exist there
|
||||
# is no output.
|
||||
#
|
||||
|
||||
/##isocode/ { lang = $2; next }
|
||||
/STR_DESKTOP_SHORTCUT_COMMENT/ { sub("^[^:]*:", "", $0); print "Comment[" lang "]=" $0; next}
|
25
os/debian/NEWS
Normal file
25
os/debian/NEWS
Normal file
@@ -0,0 +1,25 @@
|
||||
openttd (1.0.0~rc3-2) unstable; urgency=low
|
||||
|
||||
The openttd package has been moved from contrib into main. Since the
|
||||
OpenGFX free graphics set has been packaged for Debian, one can now run
|
||||
OpenTTD without needing any of the resources from the original game
|
||||
(though the original resources are still supported).
|
||||
|
||||
-- Matthijs Kooijman <matthijs@stdin.nl> Thu, 18 Mar 2010 13:09:35 +0100
|
||||
|
||||
openttd (0.7.0-1) unstable; urgency=low
|
||||
|
||||
Handling of AI players has changed in 0.7.0. This package no longer
|
||||
contains any AI players, so playing against the computer is not possible
|
||||
out of the box any longer. However, you can easily download AI players
|
||||
through the new "Content Downloading Service", after which playing with
|
||||
computer players is possible.
|
||||
|
||||
Loading old savegames with computer players is supported (AI players will
|
||||
be converted according to the current AI settings), but at this moment
|
||||
there are no AIs that completely handle any existing infrastructure built
|
||||
by the old AI, so starting a new game might be more fun (especially since
|
||||
most of the new AIs are a lot less erratic).
|
||||
|
||||
-- Matthijs Kooijman <matthijs@stdin.nl> Mon, 13 Apr 2009 15:11:20 +0200
|
||||
|
@@ -1,31 +1,41 @@
|
||||
openttd for Debian
|
||||
OpenTTD for Debian
|
||||
------------------
|
||||
|
||||
To properly play this game, original data files are needed.
|
||||
You should copy the data files from the original TTD into the data directory
|
||||
(/usr/share/games/openttd/data). You should copy these files:
|
||||
* trg1r.grf
|
||||
* trgcr.grf
|
||||
* trghr.grf
|
||||
* trgir.grf
|
||||
* trgtr.grf
|
||||
* sample.cat
|
||||
To properly play this game, you need a base graphics and sound set.
|
||||
Currently, the graphics, sound and music files from the original
|
||||
Transport Tycoon Deluxe game (Windows and DOS versions) are supported,
|
||||
as well as the free graphics replacement set "OpenGFX", sound
|
||||
replacement set "OpenSFX" (which is in non-free due to a restrictive
|
||||
license) and the free music replacement set "OpenMSX".
|
||||
|
||||
-Music
|
||||
For in game music (optional), you should copy all files in the gm/
|
||||
subdir of your ttd installation to /usr/share/games/openttd/gm. You
|
||||
should also install timidity and a soundfont (freepats is packaged in
|
||||
Debian and works out of the box).
|
||||
Normally, installing the openttd package should automatically install
|
||||
openttd-opengfx as well, allowing OpenTTD to run out of the box. If you
|
||||
want sound, you'll have to enable non-free sources and install the
|
||||
openttd-opensfx package manually (or install the original Transport
|
||||
Tyccon Deluxe sound files).
|
||||
|
||||
Don't forget to use -m extmidi if you want music, and if you have
|
||||
problems, remember that not all audio devices support multiple
|
||||
audiostreams (music and sound), so you might have to use software
|
||||
mixing. My VIA AC97 device cannot do hardware mixing, for example.
|
||||
The easiest way to install the OpenMSX music files is to use the in-game
|
||||
content download system, which should offer the latest version of the
|
||||
music files.
|
||||
|
||||
To find out how to install the original Transport Tycoon Deluxe graphics
|
||||
sound files and music files, see readme.txt, section 4.1.
|
||||
|
||||
-Playing Music
|
||||
In addition to installing a music set (see above), you'll also need
|
||||
to install the timidity midi player, available in the timidity
|
||||
package.
|
||||
|
||||
Remember that not all audio devices support multiple audiostreams
|
||||
(music and sound), so you might have to use alsa software mixing or
|
||||
pulseaudio.
|
||||
|
||||
-Scenarios
|
||||
There are no scenarios included in this release. Scenarios can be
|
||||
downloaded separately from the OpenTTD website and all over the
|
||||
internet. Place scenarios in your ~/.openttd/scenario directory to
|
||||
use them.
|
||||
downloaded using OpenTTD's content service, which is available from
|
||||
OpenTTD's main menu. If you have obtained a scenario through other
|
||||
means, you can place it either in your ~/.openttd/scenario directory
|
||||
or in the system-wide /usr/share/games/openttd/scenario directory.
|
||||
|
||||
-- Matthijs Kooijman <matthijs@stdin.nl> Mon, 01 Feb 2010 10:42:11 +0100
|
||||
|
||||
-- Matthijs Kooijman <matthijs@stdin.nl>, Tue, 25 Jan 2004 14:11:01 +0200
|
||||
|
@@ -1,147 +1,208 @@
|
||||
openttd (1.0~svn-1) UNRELEASED; urgency=low
|
||||
openttd (1.0.4~rc1-0) unstable; urgency=low
|
||||
|
||||
* Unreleased SVN version. Versioned to allow normal upgrades to released
|
||||
* New upstream release 1.0.4-RC1
|
||||
|
||||
-- Matthijs Kooijman <matthijs@stdin.nl> Mon, 30 Aug 2010 20:00:00 +0000
|
||||
|
||||
openttd (1.0.3-0) unstable; urgency=low
|
||||
|
||||
* New upstream release 1.0.3
|
||||
|
||||
-- Matthijs Kooijman <matthijs@stdin.nl> Sun, 01 Aug 2010 00:00:00 +0000
|
||||
|
||||
openttd (1.0.3~rc1-0) unstable; urgency=low
|
||||
|
||||
* New upstream release 1.0.3-RC1
|
||||
|
||||
-- Matthijs Kooijman <matthijs@stdin.nl> Sat, 05 Jul 2010 17:37:21 +0000
|
||||
|
||||
openttd (1.0.2-0) unstable; urgency=low
|
||||
|
||||
* New upstream release 1.0.2
|
||||
|
||||
-- Matthijs Kooijman <matthijs@stdin.nl> Sat, 19 Jun 2010 18:36:21 +0000
|
||||
|
||||
openttd (1.0.2~rc1-0) unstable; urgency=low
|
||||
|
||||
* New upstream release 1.0.2-RC1
|
||||
|
||||
-- Matthijs Kooijman <matthijs@stdin.nl> Sat, 05 Jun 2010 23:36:21 +0000
|
||||
|
||||
openttd (1.0.1-0) unstable; urgency=low
|
||||
|
||||
* New upstream release 1.0.1
|
||||
|
||||
-- Matthijs Kooijman <matthijs@stdin.nl> Sat, 01 May 2010 00:00:00 +0200
|
||||
|
||||
openttd (1.0.1~rc2-0) unstable; urgency=low
|
||||
|
||||
* New upstream release 1.0.1-RC2
|
||||
|
||||
-- Matthijs Kooijman <matthijs@stdin.nl> Wed, 21 Apr 2010 21:36:21 +0200
|
||||
|
||||
openttd (1.0.1~rc1-0) unstable; urgency=low
|
||||
|
||||
* New upstream release 1.0.1-RC1
|
||||
|
||||
-- Matthijs Kooijman <matthijs@stdin.nl> Sat, 17 Apr 2010 23:36:21 +0000
|
||||
|
||||
openttd (1.0.0-1) unstable; urgency=low
|
||||
|
||||
* [30a2162] New upstream release 1.0.0. (Closes: #570104)
|
||||
* [102698a] Make openttd-wrapper work with older mktemp versions.
|
||||
|
||||
-- Matthijs Kooijman <matthijs@stdin.nl> Fri, 02 Apr 2010 23:36:21 +0200
|
||||
|
||||
openttd (1.0.0~rc3-2) unstable; urgency=low
|
||||
|
||||
* [279c5ef] Recommend openttd-opengfx and suggest openttd-opensfx.
|
||||
* [9330ad7] Update README.Debian concerning music files.
|
||||
* [07bde24] Move openttd from contrib to main. (Closes: #560810)
|
||||
|
||||
-- Matthijs Kooijman <matthijs@stdin.nl> Thu, 18 Mar 2010 13:16:32 +0100
|
||||
|
||||
openttd (1.0.0~rc3-1) unstable; urgency=low
|
||||
|
||||
* [412d153] New upstream release 1.0.0~rc3.
|
||||
|
||||
-- Matthijs Kooijman <matthijs@stdin.nl> Thu, 18 Mar 2010 10:09:33 +0100
|
||||
|
||||
openttd (1.0.0~rc2-1) unstable; urgency=low
|
||||
|
||||
* [9c99af4] New upstream release 1.0.0~rc2.
|
||||
|
||||
-- Matthijs Kooijman <matthijs@stdin.nl> Thu, 04 Mar 2010 12:22:28 +0100
|
||||
|
||||
openttd (1.0.0~rc1-1) unstable; urgency=low
|
||||
|
||||
* [fe4eb51] New upstream release 1.0.0~rc1.
|
||||
* [6aa2be0] Note that the embedded md5 implementation has a different
|
||||
license.
|
||||
* [39eb336] Remove lintian override for empty gm directory.
|
||||
|
||||
-- Matthijs Kooijman <matthijs@stdin.nl> Fri, 19 Feb 2010 13:00:53 +0100
|
||||
|
||||
openttd (1.0.0~beta4-1) unstable; urgency=low
|
||||
|
||||
* [6718224] New upstream release 1.0.0~beta4.
|
||||
* [7b0fa8d] Remove some more docs that we don't want in the package.
|
||||
* [bb9d744] Use liblzo2 instead of an embedded minilzo version.
|
||||
* [949c06b] Explicitly disable iconv support.
|
||||
|
||||
-- Matthijs Kooijman <matthijs@stdin.nl> Fri, 19 Feb 2010 12:59:27 +0100
|
||||
|
||||
openttd (0.7.5-4) unstable; urgency=low
|
||||
|
||||
* [174d0b1] Don't use deprecated < in Replaces.
|
||||
|
||||
-- Matthijs Kooijman <matthijs@stdin.nl> Mon, 15 Feb 2010 00:35:33 +0100
|
||||
|
||||
openttd (0.7.5-3) unstable; urgency=low
|
||||
|
||||
* [d12fc5a] Make openttd-data replace openttd (< 0.7.5-2).
|
||||
(Closes: #569679)
|
||||
|
||||
-- Matthijs Kooijman <matthijs@stdin.nl> Sun, 14 Feb 2010 16:56:31 +0100
|
||||
|
||||
openttd (0.7.5-2) unstable; urgency=low
|
||||
|
||||
[ Matthijs Kooijman ]
|
||||
* [fbab21d] Switch to source format 3.0 (quilt).
|
||||
* [85c0c7d] No longer check for (and complain about missing) datafiles
|
||||
on installation and upgrades. (Closes: #524651, 562574)
|
||||
* [827eb61] Split the architecture independent data into openttd-data.
|
||||
(Closes: #492462)
|
||||
* [6fbd9c7] Update README.Debian.
|
||||
* [76a5148] Support cross compilation. (Closes: #550951)
|
||||
* [2005bf8] Simplify the rules file, make debhelper do more stuff.
|
||||
* [fc0500e] Remove some configure arguments.
|
||||
* [8ca38bb] Explicitly enable or disable all of the dependencies.
|
||||
* [e38fb3e] Let the upstream Makefile install documentation.
|
||||
* [5954fcf] Update the watch file to the new upstream url scheme.
|
||||
* [7249594] Fix typo in copyright file.
|
||||
* [660fb61] Bump the Standards-Version to 3.8.4, with no changes
|
||||
required.
|
||||
* [f94ab89] Move the packaging git repository to git.debian.org.
|
||||
|
||||
-- Jordi Mallach <jordi@debian.org> Tue, 09 Feb 2010 21:40:24 +0100
|
||||
|
||||
openttd (0.7.5-1) unstable; urgency=high
|
||||
|
||||
* [cdcb73a] Imported Upstream version 0.7.5. This release fixes
|
||||
CVE-2009-4007.
|
||||
|
||||
-- Matthijs Kooijman <matthijs@stdin.nl> Thu, 24 Dec 2009 00:55:45 +0100
|
||||
|
||||
openttd (0.7.4-1) unstable; urgency=low
|
||||
|
||||
* [a2c297b0] Imported Upstream version 0.7.4
|
||||
* [0232a645] Make Debian-specific patches executable.
|
||||
* [76be04b] Switch the Debian packaging to git.
|
||||
|
||||
-- Matthijs Kooijman <matthijs@stdin.nl> Tue, 15 Dec 2009 22:11:52 +0100
|
||||
|
||||
openttd (0.7.3-1) unstable; urgency=low
|
||||
|
||||
[ Matthijs Kooijman ]
|
||||
* New upstream release
|
||||
* Use printf instead of echo -en in openttd-wrapper to make it POSIX
|
||||
compatible (Closes: #547758).
|
||||
* Remove three patches that are now included in upstream.
|
||||
|
||||
-- Matthijs Kooijman <matthijs@stdin.nl> Thu, 01 Oct 2009 22:52:59 +0200
|
||||
|
||||
openttd (0.7.2-1) unstable; urgency=low
|
||||
|
||||
[ Matthijs Kooijman ]
|
||||
* New upstream release
|
||||
* Bump Standards-Version to 3.8.3, with no changes required.
|
||||
* Clean up the rules file a bit and add some lintian overrides.
|
||||
* Explain why openttd is in contrib (Closes: #539381).
|
||||
* Add the DM-Upload-Allowed control field.
|
||||
* Re-add dpatch infrastructure.
|
||||
* Fix the copyright file, since upstream only allows GPLv2, not later
|
||||
versions.
|
||||
* Add a section to the copyright file on the different license used by the
|
||||
"Squirrel" programming language, which is shipped with OpenTTD since
|
||||
0.7.0.
|
||||
* Backport upstream r17226, which removes the deprecated Encoding entry from
|
||||
the .desktop file.
|
||||
* Add a wrapper script for openttd, which captures any stderr output and
|
||||
displays it when openttd returns an error code (Closes: #533557).
|
||||
* Recommend x11-utils, since we use xmessage for displaying errors. Don't
|
||||
depend on it, since openttd will still run fine without it, you just won't
|
||||
see any errors.
|
||||
* Backport upstream r17227 and r17229, which prevents terminal escape codes
|
||||
from ending up in the captured error output.
|
||||
* Backport upstream r17240, which improves stderr output when files are
|
||||
missing or corrupt.
|
||||
|
||||
-- Matthijs Kooijman <matthijs@stdin.nl> Thu, 24 Dec 2009 01:02:03 +0100
|
||||
-- Jordi Mallach <jordi@debian.org> Fri, 21 Aug 2009 15:27:26 +0200
|
||||
|
||||
openttd (1.0.0~beta4) unstable; urgency=low
|
||||
openttd (0.7.1-1) unstable; urgency=low
|
||||
|
||||
[ Matthijs Kooijman ]
|
||||
* New upstream release.
|
||||
* Link against libicu to enable right-to-left language support.
|
||||
|
||||
-- Matthijs Kooijman <matthijs@stdin.nl> Thu, 04 Feb 2010 18:36:02 +0100
|
||||
-- Jordi Mallach <jordi@debian.org> Tue, 09 Jun 2009 21:46:28 +0200
|
||||
|
||||
openttd (1.0.0~beta3) unstable; urgency=low
|
||||
openttd (0.7.0-1) unstable; urgency=low
|
||||
|
||||
[ Matthijs Kooijman ]
|
||||
* New upstream release.
|
||||
* Remove Debian specific desktop file, upstream provides one now.
|
||||
* Add debian/watch file.
|
||||
|
||||
-- Matthijs Kooijman <matthijs@stdin.nl> Thu, 21 Jan 2010 00:01:02 +0100
|
||||
[ Jordi Mallach ]
|
||||
* Bump Standards-Version to 3.8.1, with no changes required.
|
||||
* Move to debhelper compat 7. Bump Build-Depends accordingly.
|
||||
* Use dh_prep.
|
||||
* Add "set -e" to config script.
|
||||
* Remove a few extra doc files that get installed by upstream Makefile.
|
||||
* Add more complete copyright information.
|
||||
|
||||
openttd (1.0.0~beta2) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
|
||||
-- Matthijs Kooijman <matthijs@stdin.nl> Tue, 05 Jan 2010 21:36:51 +0100
|
||||
|
||||
openttd (1.0.0~beta1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
|
||||
-- Matthijs Kooijman <matthijs@stdin.nl> Thu, 24 Dec 2009 01:01:01 +0100
|
||||
|
||||
openttd (0.7.5) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
|
||||
-- Matthijs Kooijman <matthijs@stdin.nl> Wed, 23 Dec 2009 20:52:34 +0100
|
||||
|
||||
openttd (0.7.5~RC1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
|
||||
-- Matthijs Kooijman <matthijs@stdin.nl> Mon, 14 Dec 2009 19:28:37 +0100
|
||||
|
||||
openttd (0.7.4) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
|
||||
-- Matthijs Kooijman <matthijs@stdin.nl> Tue, 01 Dec 2009 01:23:45 +0100
|
||||
|
||||
openttd (0.7.4~RC1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
|
||||
-- Matthijs Kooijman <matthijs@stdin.nl> Sun, 15 Nov 2009 16:30:07 +0100
|
||||
|
||||
openttd (0.7.3) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
|
||||
-- Matthijs Kooijman <matthijs@stdin.nl> Thu, 01 Oct 2009 12:35:47 +0200
|
||||
|
||||
openttd (0.7.3~RC2) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
|
||||
-- Matthijs Kooijman <matthijs@stdin.nl> Thu, 24 Sep 2009 21:30:43 +0200
|
||||
|
||||
openttd (0.7.3~RC1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
|
||||
-- Matthijs Kooijman <matthijs@stdin.nl> Sun, 13 Sep 2009 10:25:56 +0200
|
||||
|
||||
openttd (0.7.2) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
|
||||
-- Matthijs Kooijman <matthijs@stdin.nl> Sat, 01 Aug 2009 00:19:43 +0200
|
||||
|
||||
openttd (0.7.2~RC2) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
|
||||
-- Matthijs Kooijman <matthijs@stdin.nl> Tue, 21 Jul 2009 20:25:56 +0200
|
||||
|
||||
openttd (0.7.2~RC1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
|
||||
-- Matthijs Kooijman <matthijs@stdin.nl> Wed, 15 Jul 2009 22:25:56 +0200
|
||||
|
||||
openttd (0.7.1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
|
||||
-- Matthijs Kooijman <matthijs@stdin.nl> Tue, 09 Jun 2009 01:34:56 +0200
|
||||
|
||||
openttd (0.7.1~RC3) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
|
||||
-- Matthijs Kooijman <matthijs@stdin.nl> Wed, 03 Jun 2009 15:34:56 +0200
|
||||
|
||||
openttd (0.7.1~RC2) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
|
||||
-- Matthijs Kooijman <matthijs@stdin.nl> Thu, 21 Mar 2009 14:34:56 +0200
|
||||
|
||||
openttd (0.7.1~RC1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
|
||||
-- Matthijs Kooijman <matthijs@stdin.nl> Mon, 11 Mar 2009 17:34:56 +0200
|
||||
|
||||
openttd (0.7.0) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
|
||||
-- Matthijs Kooijman <matthijs@stdin.nl> Wed, 01 Apr 2009 13:37:42 +0000
|
||||
|
||||
openttd (0.7.0~RC2) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
|
||||
-- Matthijs Kooijman <matthijs@stdin.nl> Mon, 23 Mar 2009 00:42:00 +0200
|
||||
|
||||
openttd (0.7.0~RC1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
|
||||
-- Matthijs Kooijman <matthijs@stdin.nl> Mon, 16 Mar 2009 00:07:00 +0200
|
||||
|
||||
openttd (0.7.0~beta2) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
|
||||
-- Matthijs Kooijman <matthijs@stdin.nl> Tue, 10 Mar 2009 00:33:05 +0100
|
||||
|
||||
openttd (0.7.0~beta1) unstable; urgency=low
|
||||
|
||||
* New upstream release.
|
||||
|
||||
-- Matthijs Kooijman <matthijs@stdin.nl> Mon, 16 Feb 2009 23:07:05 +0100
|
||||
-- Jordi Mallach <jordi@debian.org> Wed, 15 Apr 2009 18:22:10 +0200
|
||||
|
||||
openttd (0.6.3-1) unstable; urgency=low
|
||||
|
||||
@@ -150,7 +211,7 @@ openttd (0.6.3-1) unstable; urgency=low
|
||||
|
||||
[ Jordi Mallach ]
|
||||
* Add Spanish Debconf template translation, after fixing its corrupted
|
||||
encoding.
|
||||
encoding (thanks, Germana Oliveira, closes: #499214).
|
||||
|
||||
-- Jordi Mallach <jordi@debian.org> Thu, 02 Oct 2008 16:59:03 +0200
|
||||
|
||||
@@ -196,7 +257,7 @@ openttd (0.6.0-2) unstable; urgency=low
|
||||
[ Matthijs Kooijman ]
|
||||
* Don't install anything into ~ during make install, this prevented
|
||||
successful builds on some architectures. Fix imported from upstream.
|
||||
* Put the homepage in it's own Homepage field instead of in the description.
|
||||
* Put the homepage in its own Homepage field instead of in the description.
|
||||
* Bump Standards-Version to 3.7.3
|
||||
|
||||
-- Jordi Mallach <jordi@debian.org> Thu, 03 Apr 2008 00:07:10 +0200
|
||||
|
@@ -1 +1 @@
|
||||
4
|
||||
7
|
||||
|
@@ -1,21 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
# Source debconf library.
|
||||
. /usr/share/debconf/confmodule
|
||||
|
||||
FILES="trg1r.grf trgcr.grf trghr.grf trgir.grf trgtr.grf sample.cat"
|
||||
DATADIR=/usr/share/games/openttd/data
|
||||
|
||||
MISSING="No"
|
||||
for FILE in $FILES; do
|
||||
# Check if all the files needed are here.
|
||||
if [ ! -e $DATADIR/$FILE ]; then
|
||||
MISSING="Yes"
|
||||
break
|
||||
fi;
|
||||
done
|
||||
|
||||
if [ $MISSING = "Yes" ]; then
|
||||
db_input high openttd/datafiles || true
|
||||
db_go
|
||||
fi
|
@@ -1,21 +1,37 @@
|
||||
Source: openttd
|
||||
Section: contrib/games
|
||||
Section: games
|
||||
Priority: optional
|
||||
Maintainer: Matthijs Kooijman <matthijs@stdin.nl>
|
||||
Uploaders: Jordi Mallach <jordi@debian.org>
|
||||
Build-Depends: debhelper (>= 4.0.0), libsdl-dev, zlib1g-dev, libpng-dev, libfreetype6-dev, libfontconfig-dev, liblzo2-dev
|
||||
Standards-Version: 3.7.3
|
||||
Vcs-Browser: http://svn.debian.org/wsvn/collab-maint/deb-maint/openttd/trunk/
|
||||
Vcs-Svn: svn://svn.debian.org/svn/collab-maint/deb-maint/openttd/trunk
|
||||
DM-Upload-Allowed: yes
|
||||
Build-Depends: debhelper (>= 7.0.50), libsdl-dev, zlib1g-dev, libpng-dev, libfreetype6-dev, libfontconfig-dev, libicu-dev, liblzo2-dev
|
||||
Standards-Version: 3.8.4
|
||||
Vcs-Browser: http://git.debian.org/?p=collab-maint/openttd.git
|
||||
Vcs-Git: git://git.debian.org/collab-maint/openttd.git
|
||||
Homepage: http://www.openttd.org/
|
||||
|
||||
Package: openttd
|
||||
Architecture: any
|
||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||
Suggests: timidity, freepats
|
||||
Recommends: openttd-opengfx, x11-utils
|
||||
Replaces: openttd-data
|
||||
Conflicts: openttd-data
|
||||
Suggests: openttd-opensfx, timidity, freepats
|
||||
Description: reimplementation of Transport Tycoon Deluxe with enhancements
|
||||
OpenTTD is a reimplementation of the Microprose game "Transport
|
||||
Tycoon Deluxe" with lots of new features and enhancements. The data
|
||||
files of the original Transport Tycoon Deluxe for Windows are
|
||||
mandatory to play the game. They must be manually copied to the game
|
||||
data directory (see README.Debian for details).
|
||||
Tycoon Deluxe" with lots of new features and enhancements.
|
||||
.
|
||||
OpenTTD is playable with the free graphics files from the openttd-opengfx
|
||||
package and optional sound files from the openttd-opensfx package (which is in
|
||||
non-free). Alternatively, OpenTTD can use the graphics files from the original
|
||||
Transport Tycoon Deluxe game (See README.Debian on how to set this up).
|
||||
|
||||
Package: openttd-dbg
|
||||
Architecture: any
|
||||
Section: debug
|
||||
Priority: extra
|
||||
Depends: openttd (= ${binary:Version}), ${misc:Depends}
|
||||
Description: debugging symbols for openttd
|
||||
This package contains the debugging symbols for OpenTTD, the reimplementation
|
||||
of the Micropose game "Transport Tycoon Deluxe" with lots of new features and
|
||||
enhancements.
|
||||
|
@@ -1,25 +1,77 @@
|
||||
This package was debianized by Matthijs Kooijman <m.kooijman@student.utwente.nl>
|
||||
This package was debianized by Matthijs Kooijman <matthijs@stdin.nl>
|
||||
on Wed, 15 Sep 2004 00:24:01 +0200.
|
||||
|
||||
It was downloaded from http://sourceforge.net/projects/openttd
|
||||
|
||||
Upstream author: Ludvig Strigeus (ludde) and many others.
|
||||
Upstream homepage: http://www.openttd.org
|
||||
|
||||
License:
|
||||
Copyright © 2004-2009 Ludvig Strigeous and others.
|
||||
|
||||
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
|
||||
the Free Software Foundation; either version 2 of the License, or
|
||||
(at your option) any later version.
|
||||
OpenTTD License:
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
This program is free software; you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License version 2.0 as
|
||||
published by the Free Software Foundation;
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this package; if not, write to the Free Software
|
||||
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
On Debian systems, the complete text of the GNU General
|
||||
Public License can be found in `/usr/share/common-licenses/GPL'.
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this package; if not, write to the Free Software
|
||||
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
|
||||
On Debian systems, the complete text of the GNU General Public License
|
||||
version 2 can be found in `/usr/share/common-licenses/GPL-2'.
|
||||
|
||||
This package contains an embedded version of the "Squirrel" programming
|
||||
language, which is shipped under the following license:
|
||||
|
||||
Copyright (c) 2003-2009 Alberto Demichelis
|
||||
|
||||
This software is provided 'as-is', without any
|
||||
express or implied warranty. In no event will the
|
||||
authors be held liable for any damages arising from
|
||||
the use of this software.
|
||||
|
||||
Permission is granted to anyone to use this software
|
||||
for any purpose, including commercial applications,
|
||||
and to alter it and redistribute it freely, subject
|
||||
to the following restrictions:
|
||||
|
||||
1. The origin of this software must not be
|
||||
misrepresented; you must not claim that
|
||||
you wrote the original software. If you
|
||||
use this software in a product, an
|
||||
acknowledgment in the product
|
||||
documentation would be appreciated but is
|
||||
not required.
|
||||
|
||||
2. Altered source versions must be plainly
|
||||
marked as such, and must not be
|
||||
misrepresented as being the original
|
||||
software.
|
||||
|
||||
3. This notice may not be removed or
|
||||
altered from any source distribution.
|
||||
|
||||
This package contains an implementation of the md5 hash algorithm, which
|
||||
is shipped under the following license:
|
||||
|
||||
Copyright (C) 1999, 2000, 2002 Aladdin Enterprises. All rights reserved.
|
||||
|
||||
This software is provided 'as-is', without any express or implied
|
||||
warranty. In no event will the authors be held liable for any damages
|
||||
arising from the use of this software.
|
||||
|
||||
Permission is granted to anyone to use this software for any purpose,
|
||||
including commercial applications, and to alter it and redistribute it
|
||||
freely, subject to the following restrictions:
|
||||
|
||||
1. The origin of this software must not be misrepresented; you must not
|
||||
claim that you wrote the original software. If you use this software
|
||||
in a product, an acknowledgment in the product documentation would be
|
||||
appreciated but is not required.
|
||||
2. Altered source versions must be plainly marked as such, and must not be
|
||||
misrepresented as being the original software.
|
||||
3. This notice may not be removed or altered from any source distribution.
|
||||
|
@@ -1,2 +0,0 @@
|
||||
readme.txt
|
||||
docs/multiplayer.txt
|
13
os/debian/gbp.conf
Normal file
13
os/debian/gbp.conf
Normal file
@@ -0,0 +1,13 @@
|
||||
[DEFAULT]
|
||||
# Use pristine-tar
|
||||
pristine-tar = True
|
||||
|
||||
[git-dch]
|
||||
# We use metaheaders in commit messages.
|
||||
meta = True
|
||||
# Put git commit ids in the debian changelog.
|
||||
id-length = 7
|
||||
|
||||
[git-import-orig]
|
||||
# Use a custom commit message for upstream imports.
|
||||
import-msg = New upstream release %(version)s.
|
@@ -1,2 +1,2 @@
|
||||
?package(openttd):needs="X11" section="Games/Simulation" title="OpenTTD"\
|
||||
command="/usr/games/openttd" icon="/usr/share/pixmaps/openttd.32.xpm"
|
||||
command="/usr/share/games/openttd/openttd-wrapper" icon="/usr/share/pixmaps/openttd.32.xpm"
|
||||
|
28
os/debian/openttd-wrapper
Normal file
28
os/debian/openttd-wrapper
Normal file
@@ -0,0 +1,28 @@
|
||||
#!/bin/sh
|
||||
# This is a wrapper script that checks openttd's exit status and
|
||||
# displays its stderr output
|
||||
|
||||
# Get a file to capture stderr to. Use the deprecated -t option, so this
|
||||
# works on the old mktemp from the mktemp package (which has been
|
||||
# replaced by the version from the coreutils package).
|
||||
TMPFILE=`mktemp -t openttd.errout.XXXXXXXXX`
|
||||
|
||||
if [ ! -w "$TMPFILE" ]; then
|
||||
xmessage "Could not create temporary file for error messages. Not starting OpenTTD."
|
||||
exit 1;
|
||||
fi
|
||||
|
||||
# Capture stderr
|
||||
openttd "$@" 2> "$TMPFILE"
|
||||
ERRCODE=$?
|
||||
if [ "$ERRCODE" -ne 0 ]; then
|
||||
CODEMSG="OpenTTD returned with error code $ERRCODE."
|
||||
if [ -s "$TMPFILE" ]; then
|
||||
MESSAGE="$CODEMSG The following error messages were produced:\n\n"
|
||||
printf "$MESSAGE" | cat - "$TMPFILE" | fold -s | xmessage -file -
|
||||
else
|
||||
xmessage "$CODEMSG No error messages were produced."
|
||||
fi
|
||||
fi
|
||||
|
||||
rm -f "$TMPFILE"
|
20
os/debian/patches/run-openttd-wrapper.patch
Normal file
20
os/debian/patches/run-openttd-wrapper.patch
Normal file
@@ -0,0 +1,20 @@
|
||||
From: Matthijs Kooijman <matthijs@stdin.nl>
|
||||
Subject: Use a wrapper script for running openttd
|
||||
|
||||
The wrapper script captures stderr from openttd and displays this in
|
||||
case of an error. This patch makes the the .desktop file call the
|
||||
wrapper instead of the openttd binary directly.
|
||||
|
||||
Index: media/openttd.desktop.in
|
||||
===================================================================
|
||||
--- a/media/openttd.desktop.in (revision 20124)
|
||||
+++ b/media/openttd.desktop.in (working copy)
|
||||
@@ -5,7 +5,7 @@
|
||||
Version=1.1
|
||||
Name=!!MENU_NAME!!
|
||||
Icon=openttd
|
||||
-Exec=!!TTD!!
|
||||
+Exec=/usr/share/games/openttd/openttd-wrapper
|
||||
Terminal=false
|
||||
Categories=!!MENU_GROUP!!
|
||||
Comment=A clone of Transport Tycoon Deluxe
|
1
os/debian/patches/series
Normal file
1
os/debian/patches/series
Normal file
@@ -0,0 +1 @@
|
||||
run-openttd-wrapper.patch
|
@@ -1 +0,0 @@
|
||||
[type: gettext/rfc822deb] templates
|
@@ -1,40 +0,0 @@
|
||||
# Catalan translation of openttd's Debconf templates.
|
||||
# Copyright © 2007 Software in the Public Interest, Inc.
|
||||
# This file is distributed under the same license as the openttd package.
|
||||
# Jordi Mallach <jordi@debian.org>, 2007.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: openttd 0.5.2-1\n"
|
||||
"Report-Msgid-Bugs-To: m.kooijman@student.utwente.nl\n"
|
||||
"POT-Creation-Date: 2007-05-08 09:39+0200\n"
|
||||
"PO-Revision-Date: 2007-06-01 00:45+0200\n"
|
||||
"Last-Translator: Jordi Mallach <jordi@debian.org>\n"
|
||||
"Language-Team: Catalan <debian-l10n-catalan@lists.debian.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#: ../templates:2001
|
||||
msgid "Data files needed"
|
||||
msgstr "Es necessiten els fitxers de dades"
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#: ../templates:2001
|
||||
msgid ""
|
||||
"For its operation, OpenTTD needs the data files from the original Transport "
|
||||
"Tycoon Deluxe game."
|
||||
msgstr ""
|
||||
"Per a funcionar, OpenTTD necessita els fitxers de dades del joc "
|
||||
"Transport Tycoon Deluxe original."
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#: ../templates:2001
|
||||
msgid ""
|
||||
"See the /usr/share/doc/openttd/README.Debian file for more details about the "
|
||||
"needed files and their location."
|
||||
msgstr "Vegeu el fitxer /usr/share/doc/openttd/README.Debian per a obtenir-ne més detalls sobre els fitxers necessaris i la seua ubicació."
|
@@ -1,42 +0,0 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: openttd\n"
|
||||
"Report-Msgid-Bugs-To: m.kooijman@student.utwente.nl\n"
|
||||
"POT-Creation-Date: 2007-05-08 09:39+0200\n"
|
||||
"PO-Revision-Date: 2007-05-08 10:52+0200\n"
|
||||
"Last-Translator: Miroslav Kure <kurem@debian.cz>\n"
|
||||
"Language-Team: Czech <debian-l10n-czech@lists.debian.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#: ../templates:2001
|
||||
msgid "Data files needed"
|
||||
msgstr "Vyžadovány datové soubory"
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#: ../templates:2001
|
||||
msgid ""
|
||||
"For its operation, OpenTTD needs the data files from the original Transport "
|
||||
"Tycoon Deluxe game."
|
||||
msgstr ""
|
||||
"Pro svůj běh vyžaduje OpenTTD datové soubory z původní hry Transport Tycoon "
|
||||
"Deluxe."
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#: ../templates:2001
|
||||
msgid ""
|
||||
"See the /usr/share/doc/openttd/README.Debian file for more details about the "
|
||||
"needed files and their location."
|
||||
msgstr ""
|
||||
"Podrobnosti o vyžadovaných souborech a jejich umístění naleznete v souboru /"
|
||||
"usr/share/doc/openttd/README.Debian."
|
@@ -1,55 +0,0 @@
|
||||
# Translation of openttd debconf templates to German
|
||||
# Copyright (C) Helge Kreutzmann <debian@helgefjell.de>, 2007.
|
||||
# This file is distributed under the same license as the openttd package.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: openttd 0.5.0-2\n"
|
||||
"Report-Msgid-Bugs-To: m.kooijman@student.utwente.nl\n"
|
||||
"POT-Creation-Date: 2007-05-08 09:39+0200\n"
|
||||
"PO-Revision-Date: 2007-05-08 21:21+0200\n"
|
||||
"Last-Translator: Helge Kreutzmann <debian@helgefjell.de>\n"
|
||||
"Language-Team: German <debian-l10n-german@lists.debian.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=ISO-8859-15\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#: ../templates:2001
|
||||
msgid "Data files needed"
|
||||
msgstr "Ben<65>tigte Datendateien"
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#: ../templates:2001
|
||||
msgid ""
|
||||
"For its operation, OpenTTD needs the data files from the original Transport "
|
||||
"Tycoon Deluxe game."
|
||||
msgstr ""
|
||||
"Zum Betrieb ben<65>tigt OpenTTD Datendateien aus dem Originalspiel Transport "
|
||||
"Tycoon Deluxe."
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#: ../templates:2001
|
||||
msgid ""
|
||||
"See the /usr/share/doc/openttd/README.Debian file for more details about the "
|
||||
"needed files and their location."
|
||||
msgstr ""
|
||||
"Lesen Sie die Datei /usr/share/doc/openttd/README.Debian f<>r weitere Details "
|
||||
"<22>ber die ben<65>tigten Dateien und ihren Ort."
|
||||
|
||||
#~ msgid "You need to install data files"
|
||||
#~ msgstr "Sie m<>ssen Daten-Dateien installieren"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "OpenTTD needs the data files from the original Transport Tycoon Deluxe "
|
||||
#~ "game to run. You should install these data files before you can play the "
|
||||
#~ "game. See README.Debian for more details on which files need to be copied "
|
||||
#~ "where."
|
||||
#~ msgstr ""
|
||||
#~ "OpenTTD ben<65>tigt zur Ausf<73>hrung Daten-Dateien aus dem Originalspiel "
|
||||
#~ "<22>Transport Tycoon Deluxe<78>. Sie sollten diese Daten-Dateien installieren, "
|
||||
#~ "bevor Sie das Spiel spielen k<>nnen. Lesen Sie README.Debian f<>r weitere "
|
||||
#~ "Details dar<61>ber, welche Dateien wohin kopiert werden m<>ssen."
|
@@ -1,42 +0,0 @@
|
||||
# OpenTTD debconf template basque translation
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# Piarres eobide <pi@beobide.net>, 2007.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: OpenTTD Debconf\n"
|
||||
"Report-Msgid-Bugs-To: m.kooijman@student.utwente.nl\n"
|
||||
"POT-Creation-Date: 2007-05-08 09:39+0200\n"
|
||||
"PO-Revision-Date: 2007-05-08 09:55+0200\n"
|
||||
"Last-Translator: Piarres eobide <pi@beobide.net>\n"
|
||||
"Language-Team: Euskara <Librezale@librezale.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#: ../templates:2001
|
||||
msgid "Data files needed"
|
||||
msgstr "Datu fitxategiak behar dira"
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#: ../templates:2001
|
||||
msgid ""
|
||||
"For its operation, OpenTTD needs the data files from the original Transport "
|
||||
"Tycoon Deluxe game."
|
||||
msgstr ""
|
||||
"Funtziona dezan, OpenTTD-ek jatorrizko 'Transport Tycoon Deluxe' jokoaren "
|
||||
"datu fitxategiak behar ditu."
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#: ../templates:2001
|
||||
msgid ""
|
||||
"See the /usr/share/doc/openttd/README.Debian file for more details about the "
|
||||
"needed files and their location."
|
||||
msgstr ""
|
||||
"/usr/share/doc/openttd/README.Debian fitxategia begiratu beharrezko "
|
||||
"fitategien eta bere kokapenari buruz xehetasun gehiago ikusteko."
|
@@ -1,32 +0,0 @@
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: openttd_0.5.3-1\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2007-09-19 04:33+0200\n"
|
||||
"PO-Revision-Date: 2007-12-18 20:01+0200\n"
|
||||
"Last-Translator: Esko Arajärvi <edu@iki.fi>\n"
|
||||
"Language-Team: Finnish <debian-l10n-finnish@lists.debian.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Poedit-Language: Finnish\n"
|
||||
"X-Poedit-Country: Finland\n"
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#: ../templates:1001
|
||||
msgid "Data files needed"
|
||||
msgstr "Datatiedostoja puuttuu"
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#: ../templates:1001
|
||||
msgid "For its operation, OpenTTD needs the data files from the original Transport Tycoon Deluxe game."
|
||||
msgstr "OpenTTD tarvitsee toimiakseen datatiedostoja alkuperäisestä Transport Tycoon Deluxe -pelistä."
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#: ../templates:1001
|
||||
msgid "See the /usr/share/doc/openttd/README.Debian file for more details about the needed files and their location."
|
||||
msgstr "Tiedostossa /usr/share/doc/openttd/README.Debian on (englanniksi) lisätietoja tarvittavista tiedostoista ja niiden sijainnista."
|
||||
|
@@ -1,42 +0,0 @@
|
||||
# debian-l10n-french translation of 0.5.1-1.
|
||||
# Copyright (C) 2007 THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# Ivan Buresi <err747@free.fr>, 2007.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: 0.5.1-1\n"
|
||||
"Report-Msgid-Bugs-To: m.kooijman@student.utwente.nl\n"
|
||||
"POT-Creation-Date: 2007-05-08 09:39+0200\n"
|
||||
"PO-Revision-Date: 2007-05-08 11:41+0200\n"
|
||||
"Last-Translator: Ivan Buresi <err747@free.fr>\n"
|
||||
"Language-Team: debian-l10n-french <debian-l10n-french@lists.debian.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#: ../templates:2001
|
||||
msgid "Data files needed"
|
||||
msgstr "Fichiers de données indispensables"
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#: ../templates:2001
|
||||
msgid ""
|
||||
"For its operation, OpenTTD needs the data files from the original Transport "
|
||||
"Tycoon Deluxe game."
|
||||
msgstr ""
|
||||
"Pour fonctionner correctement, OpenTTD a besoin des fichiers de données du "
|
||||
"jeu « Transport Tycoon Deluxe » original."
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#: ../templates:2001
|
||||
msgid ""
|
||||
"See the /usr/share/doc/openttd/README.Debian file for more details about the "
|
||||
"needed files and their location."
|
||||
msgstr ""
|
||||
"Veuillez lire le fichier /usr/share/doc/openttd/README.Debian pour plus "
|
||||
"d'informations sur les fichiers requis et leur emplacement."
|
@@ -1,41 +0,0 @@
|
||||
# Galician translation of openttd's debconf templates
|
||||
# This file is distributed under the same license as the openttd package.
|
||||
# Jacobo Tarrio <jtarrio@debian.org>, 2007.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: openttd\n"
|
||||
"Report-Msgid-Bugs-To: m.kooijman@student.utwente.nl\n"
|
||||
"POT-Creation-Date: 2007-05-08 09:39+0200\n"
|
||||
"PO-Revision-Date: 2007-05-08 13:12+0200\n"
|
||||
"Last-Translator: Jacobo Tarrio <jtarrio@debian.org>\n"
|
||||
"Language-Team: Galician <proxecto@trasno.net>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#: ../templates:2001
|
||||
msgid "Data files needed"
|
||||
msgstr "Precísase de ficheiros de datos"
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#: ../templates:2001
|
||||
msgid ""
|
||||
"For its operation, OpenTTD needs the data files from the original Transport "
|
||||
"Tycoon Deluxe game."
|
||||
msgstr ""
|
||||
"Para o seu funcionamento, OpenTTD precisa dos ficheiros de datos do xogo "
|
||||
"Transport Tycoon Deluxe orixinal."
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#: ../templates:2001
|
||||
msgid ""
|
||||
"See the /usr/share/doc/openttd/README.Debian file for more details about the "
|
||||
"needed files and their location."
|
||||
msgstr ""
|
||||
"Consulte o ficheiro /usr/share/doc/openttd/README.Debian para máis "
|
||||
"información sobre os ficheiros necesarios e as súas ubicacións."
|
@@ -1,43 +0,0 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: openttd\n"
|
||||
"Report-Msgid-Bugs-To: m.kooijman@student.utwente.nl\n"
|
||||
"POT-Creation-Date: 2007-05-08 09:39+0200\n"
|
||||
"PO-Revision-Date: 2007-05-16 19:25+0100\n"
|
||||
"Last-Translator: Bart Cornelis <cobaco@skolelinux.no>\n"
|
||||
"Language-Team: debian-l10n-dutch <debian-l10n-dutch@lists.debian.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Poedit-Language: Dutch\n"
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#: ../templates:2001
|
||||
msgid "Data files needed"
|
||||
msgstr "Databestanden zijn vereist"
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#: ../templates:2001
|
||||
msgid ""
|
||||
"For its operation, OpenTTD needs the data files from the original Transport "
|
||||
"Tycoon Deluxe game."
|
||||
msgstr ""
|
||||
"Om te werken heeft OpenTTD de databestanden van het oorspronkelijkee "
|
||||
"'Transport Tycoon Deluxe'-spel nodig."
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#: ../templates:2001
|
||||
msgid ""
|
||||
"See the /usr/share/doc/openttd/README.Debian file for more details about the "
|
||||
"needed files and their location."
|
||||
msgstr ""
|
||||
"Meer informatie over de vereiste bestanden en hun locatie vindt u in /usr/"
|
||||
"share/doc/openttd/README.Debian . "
|
@@ -1,42 +0,0 @@
|
||||
# Portuguese translation of openttd's debconf messages.
|
||||
# Copyright (C) 2007
|
||||
# This file is distributed under the same license as the openttd package.
|
||||
# Ricardo Silva <ardoric@gmail.com>, 2007
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: openttd\n"
|
||||
"Report-Msgid-Bugs-To: m.kooijman@student.utwente.nl\n"
|
||||
"POT-Creation-Date: 2007-05-08 09:39+0200\n"
|
||||
"PO-Revision-Date: 2007-05-09 09:37+0100\n"
|
||||
"Last-Translator: Ricardo Silva <ardoric@gmail.com>\n"
|
||||
"Language-Team: Portuguese <traduz@debianpt.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#: ../templates:2001
|
||||
msgid "Data files needed"
|
||||
msgstr "São necessários ficheiros de dados"
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#: ../templates:2001
|
||||
msgid ""
|
||||
"For its operation, OpenTTD needs the data files from the original Transport "
|
||||
"Tycoon Deluxe game."
|
||||
msgstr ""
|
||||
"Para esta operação o OpenTTD precisa dos ficheiros de dados do jogo original "
|
||||
"Transport Tycool Deluxe."
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#: ../templates:2001
|
||||
msgid ""
|
||||
"See the /usr/share/doc/openttd/README.Debian file for more details about the "
|
||||
"needed files and their location."
|
||||
msgstr ""
|
||||
"Veja o ficheiro /usr/share/doc/openttd/README.Debian para mais detalhes "
|
||||
"sobre os ficheiros que são necessários e a sua localização."
|
@@ -1,43 +0,0 @@
|
||||
# openttd Brazilian Portuguese translation
|
||||
# Copyright (C) 2007, Eder L. Marques
|
||||
# This file is distributed under the same license as the openttd package.
|
||||
# Eder L. Marques <frolic@debian-ce.org>, 2007.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: openttd 0.5.0-2\n"
|
||||
"Report-Msgid-Bugs-To: m.kooijman@student.utwente.nl\n"
|
||||
"POT-Creation-Date: 2007-05-08 09:39+0200\n"
|
||||
"PO-Revision-Date: 2007-05-08 11:00-0300\n"
|
||||
"Last-Translator: Eder L. Marques <frolic@debian-ce.org>\n"
|
||||
"Language-Team: l10n Portuguese <debian-l10n-portuguese@lists.debian.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"pt_BR utf-8\n"
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#: ../templates:2001
|
||||
msgid "Data files needed"
|
||||
msgstr "Arquivos de dados necessários"
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#: ../templates:2001
|
||||
msgid ""
|
||||
"For its operation, OpenTTD needs the data files from the original Transport "
|
||||
"Tycoon Deluxe game."
|
||||
msgstr ""
|
||||
"Para sua operação, o OpenTTD necessita dos arquivos de dados do jogo "
|
||||
"Transport Tycoon Deluxe original."
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#: ../templates:2001
|
||||
msgid ""
|
||||
"See the /usr/share/doc/openttd/README.Debian file for more details about the "
|
||||
"needed files and their location."
|
||||
msgstr ""
|
||||
"Veja o arquivo /usr/share/doc/openttd/README.Debian para maiores detalhes "
|
||||
"sobre os arquivos necessários e suas localizações."
|
@@ -1,45 +0,0 @@
|
||||
# translation of openttd_debconf_ru.po to Russian
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Yuri Kozlov <kozlov.y@gmail.com>, 2007.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: 0.5.1-1\n"
|
||||
"Report-Msgid-Bugs-To: m.kooijman@student.utwente.nl\n"
|
||||
"POT-Creation-Date: 2007-05-08 09:39+0200\n"
|
||||
"PO-Revision-Date: 2007-05-10 21:45+0400\n"
|
||||
"Last-Translator: Yuri Kozlov <kozlov.y@gmail.com>\n"
|
||||
"Language-Team: Russian <debian-l10n-russian@lists.debian.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Generator: KBabel 1.11.4\n"
|
||||
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%"
|
||||
"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#: ../templates:2001
|
||||
msgid "Data files needed"
|
||||
msgstr "Необходимы файлы данных"
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#: ../templates:2001
|
||||
msgid ""
|
||||
"For its operation, OpenTTD needs the data files from the original Transport "
|
||||
"Tycoon Deluxe game."
|
||||
msgstr ""
|
||||
"Для работы OpenTTD требуются файлы данных от оригинальной игры Transport "
|
||||
"Tycoon Deluxe."
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#: ../templates:2001
|
||||
msgid ""
|
||||
"See the /usr/share/doc/openttd/README.Debian file for more details about the "
|
||||
"needed files and their location."
|
||||
msgstr ""
|
||||
"В файле /usr/share/doc/openttd/README.Debian приведена информация о том, "
|
||||
"какие файлы нужны и где они лежат."
|
@@ -1,56 +0,0 @@
|
||||
# Swedish translation for openttd debconf template.
|
||||
# Copyright (C) 2007 Free Software Foundation, Inc.
|
||||
# This file is distributed under the same license as the openttd package.
|
||||
# Daniel Nylander <po@danielnylander.se>, 2007.
|
||||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: openttd\n"
|
||||
"Report-Msgid-Bugs-To: m.kooijman@student.utwente.nl\n"
|
||||
"POT-Creation-Date: 2007-05-08 09:39+0200\n"
|
||||
"PO-Revision-Date: 2007-05-08 09:47+0100\n"
|
||||
"Last-Translator: Daniel Nylander <po@danielnylander.se>\n"
|
||||
"Language-Team: Swedish <debian-l10n-swedish@lists.debian.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=utf-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#: ../templates:2001
|
||||
msgid "Data files needed"
|
||||
msgstr "Datafiler behövs"
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#: ../templates:2001
|
||||
msgid ""
|
||||
"For its operation, OpenTTD needs the data files from the original Transport "
|
||||
"Tycoon Deluxe game."
|
||||
msgstr ""
|
||||
"För att fungera behöva OpenTTD datafilerna från det ursprungliga spelet "
|
||||
"Transport Tycoon Deluxe."
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#: ../templates:2001
|
||||
msgid ""
|
||||
"See the /usr/share/doc/openttd/README.Debian file for more details about the "
|
||||
"needed files and their location."
|
||||
msgstr ""
|
||||
"Se filen /usr/share/doc/openttd/README.Debian för mer information om de "
|
||||
"nödvändiga filera och var de finns någonstans."
|
||||
|
||||
#~ msgid "You need to install data files"
|
||||
#~ msgstr "Du behöver installera datafilerna"
|
||||
|
||||
#~ msgid ""
|
||||
#~ "OpenTTD needs the data files from the original Transport Tycoon Deluxe "
|
||||
#~ "game to run. You should install these data files before you can play the "
|
||||
#~ "game. See README.Debian for more details on which files need to be copied "
|
||||
#~ "where."
|
||||
#~ msgstr ""
|
||||
#~ "OpenTTD behöver datafilerna från det ursprungliga spelet Transport Tycoon "
|
||||
#~ "Deluxe för att kunna köras. Du måste installera dessa datafiler innan du "
|
||||
#~ "kan spela spelet. Se README.Debian för fler detaljer om vilka filer som "
|
||||
#~ "behöver kopieras."
|
@@ -1,43 +0,0 @@
|
||||
# translation of openttd.po to TAMIL
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Dr.T.Vasudevan <agnihot3@gmail.com>, 2007.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: openttd\n"
|
||||
"Report-Msgid-Bugs-To: m.kooijman@student.utwente.nl\n"
|
||||
"POT-Creation-Date: 2007-05-08 09:39+0200\n"
|
||||
"PO-Revision-Date: 2007-05-08 15:04+0530\n"
|
||||
"Last-Translator: Dr.T.Vasudevan <agnihot3@gmail.com>\n"
|
||||
"Language-Team: TAMIL <ubuntu-l10n-tam@lists.ubuntu.com>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"X-Generator: KBabel 1.11.4\n"
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#: ../templates:2001
|
||||
msgid "Data files needed"
|
||||
msgstr "தேவையான தரவு கோப்புகள்"
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#: ../templates:2001
|
||||
msgid ""
|
||||
"For its operation, OpenTTD needs the data files from the original Transport "
|
||||
"Tycoon Deluxe game."
|
||||
msgstr ""
|
||||
"இயங்குவதற்கு ஓபன் டிடிடி(OpenTTD) க்கு ட்ரான்ஸ்போர்ட் டைகூன் டீலக்ஸ் விளையாட்டிலிருந்து "
|
||||
"தரவு கோப்புகள் தேவை."
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#: ../templates:2001
|
||||
msgid ""
|
||||
"See the /usr/share/doc/openttd/README.Debian file for more details about the "
|
||||
"needed files and their location."
|
||||
msgstr ""
|
||||
"தேவையான கோப்புகள் அவற்றின் இடம் ஆகியவற்றை அறிய /usr/share/doc/openttd/README "
|
||||
"டெபியன் கோப்பை பார்க்கவும்."
|
@@ -1,39 +0,0 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: m.kooijman@student.utwente.nl\n"
|
||||
"POT-Creation-Date: 2007-05-08 09:39+0200\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=CHARSET\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#: ../templates:2001
|
||||
msgid "Data files needed"
|
||||
msgstr ""
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#: ../templates:2001
|
||||
msgid ""
|
||||
"For its operation, OpenTTD needs the data files from the original Transport "
|
||||
"Tycoon Deluxe game."
|
||||
msgstr ""
|
||||
|
||||
#. Type: error
|
||||
#. Description
|
||||
#: ../templates:2001
|
||||
msgid ""
|
||||
"See the /usr/share/doc/openttd/README.Debian file for more details about the "
|
||||
"needed files and their location."
|
||||
msgstr ""
|
@@ -1,8 +0,0 @@
|
||||
#! /bin/sh
|
||||
|
||||
set -e
|
||||
|
||||
|
||||
. /usr/share/debconf/confmodule
|
||||
|
||||
#DEBHELPER#
|
115
os/debian/rules
115
os/debian/rules
@@ -1,88 +1,47 @@
|
||||
#!/usr/bin/make -f
|
||||
# -*- makefile -*-
|
||||
# Sample debian/rules that uses debhelper.
|
||||
# GNU copyright 1997 to 1999 by Joey Hess.
|
||||
# Makefile to build the openttd debian package.
|
||||
|
||||
# Uncomment this to turn on verbose mode.
|
||||
#export DH_VERBOSE=1
|
||||
# Use debhelper default for all targets (but some are overridden below).
|
||||
%:
|
||||
dh $@
|
||||
|
||||
configure: configure-stamp
|
||||
configure-stamp:
|
||||
dh_testdir
|
||||
# Add here commands to configure the package.
|
||||
DEB_HOST_GNU_TYPE=$(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
|
||||
DEB_BUILD_GNU_TYPE=$(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
|
||||
ifneq ($(DEB_HOST_GNU_TYPE),$(DEB_BUILD_GNU_TYPE))
|
||||
CROSS= --build $(DEB_BUILD_GNU_TYPE) --host $(DEB_HOST_GNU_TYPE)
|
||||
endif
|
||||
|
||||
touch configure-stamp
|
||||
# Pass custom options to configure. Since it's not autoconf but a custom
|
||||
# script, some of the option names are slightly different. We also need
|
||||
# to be explicit about the dependencies, in case we're not running in a
|
||||
# clean build root.
|
||||
override_dh_auto_configure:
|
||||
./configure $(CROSS) --prefix-dir=/usr --install-dir=debian/openttd --without-allegro --with-zlib --with-sdl --with-png --with-freetype --with-fontconfig --with-icu --with-liblzo2 --without-iconv --disable-strip CFLAGS="$(CFLAGS) -g"
|
||||
|
||||
|
||||
build: configure build-stamp
|
||||
build-stamp:
|
||||
dh_testdir
|
||||
|
||||
# Add here commands to compile the package.
|
||||
|
||||
./configure --prefix-dir=/usr --binary-dir=games --data-dir=share/games/openttd --icon-dir=share/pixmaps --personal-dir=.openttd --install-dir=debian/openttd
|
||||
$(MAKE)
|
||||
|
||||
#/usr/bin/docbook-to-man debian/openttd.sgml > openttd.1
|
||||
|
||||
touch build-stamp
|
||||
|
||||
clean:
|
||||
dh_testdir
|
||||
dh_testroot
|
||||
rm -f build-stamp configure-stamp
|
||||
|
||||
# Add here commands to clean up after the build process.
|
||||
# We check for Makefile presence, because clean is called at the
|
||||
# start of the build process (before configure) where we don't
|
||||
# have a Makefile yet.
|
||||
[ ! -f Makefile ] || $(MAKE) mrproper
|
||||
|
||||
dh_clean
|
||||
|
||||
install: build
|
||||
dh_testdir
|
||||
dh_testroot
|
||||
dh_clean -k
|
||||
dh_installdirs
|
||||
|
||||
# Add here commands to install the package into debian/openttd.
|
||||
# Do some extra installation
|
||||
override_dh_auto_install:
|
||||
$(MAKE) install
|
||||
|
||||
# Build architecture-independent files here.
|
||||
binary-indep: build install
|
||||
# We have nothing to do by default.
|
||||
# Install the wrapper and make it executable
|
||||
install -d debian/openttd/usr/share/games/openttd/
|
||||
install -m755 debian/openttd-wrapper debian/openttd/usr/share/games/openttd/
|
||||
|
||||
# Build architecture-dependent files here.
|
||||
binary-arch: build install
|
||||
dh_testdir
|
||||
dh_testroot
|
||||
dh_installchangelogs changelog.txt
|
||||
dh_installdocs
|
||||
dh_installexamples
|
||||
# dh_install
|
||||
dh_installmenu
|
||||
dh_installdebconf
|
||||
# dh_installlogrotate
|
||||
# dh_installemacsen
|
||||
# dh_installpam
|
||||
# dh_installmime
|
||||
# dh_installinit
|
||||
# dh_installcron
|
||||
# dh_installinfo
|
||||
dh_installman docs/openttd.6
|
||||
dh_link
|
||||
dh_strip
|
||||
dh_compress
|
||||
dh_fixperms
|
||||
# dh_perl
|
||||
# dh_python
|
||||
# dh_makeshlibs
|
||||
dh_installdeb
|
||||
dh_shlibdeps
|
||||
dh_gencontrol
|
||||
dh_md5sums
|
||||
dh_builddeb
|
||||
# Since 0.7.0, upstream Makefile installs some unwanted stuff.
|
||||
-rm $(CURDIR)/debian/openttd/usr/share/doc/openttd/COPYING
|
||||
-rm $(CURDIR)/debian/openttd/usr/share/doc/openttd/changelog.txt
|
||||
-rm $(CURDIR)/debian/openttd/usr/share/doc/openttd/ob*_format.txt
|
||||
|
||||
binary: binary-indep binary-arch
|
||||
.PHONY: build clean binary-indep binary-arch binary install configure
|
||||
# Don't do testing. Because the OpenTTD Makefile always does dependency
|
||||
# generation (even on invalid targets), dh_auto_test thinks there is a
|
||||
# "test" target, while there isn't.
|
||||
override_dh_auto_test:
|
||||
|
||||
# Call mrproper. Again, dh_auto_clean thinks there is a distclean
|
||||
# target, while there isn't.
|
||||
override_dh_auto_clean:
|
||||
[ ! -f Makefile ] || $(MAKE) mrproper
|
||||
|
||||
# We want to strip the debug informatiton into the -dbg package.
|
||||
override_dh_strip:
|
||||
dh_strip --dbg-package=openttd-dbg
|
||||
|
1
os/debian/source/format
Normal file
1
os/debian/source/format
Normal file
@@ -0,0 +1 @@
|
||||
3.0 (quilt)
|
@@ -1,16 +0,0 @@
|
||||
# These templates have been reviewed by the debian-l10n-english
|
||||
# team
|
||||
#
|
||||
# If modifications/additions/rewording are needed, please ask
|
||||
# for an advice to debian-l10n-english@lists.debian.org
|
||||
#
|
||||
# Even minor modifications require translation updates and such
|
||||
# changes should be coordinated with translators and reviewers.
|
||||
Template: openttd/datafiles
|
||||
Type: error
|
||||
_Description: Data files needed
|
||||
For its operation, OpenTTD needs the data files from the original
|
||||
Transport Tycoon Deluxe game.
|
||||
.
|
||||
See the /usr/share/doc/openttd/README.Debian file for more details
|
||||
about the needed files and their location.
|
5
os/debian/watch
Normal file
5
os/debian/watch
Normal file
@@ -0,0 +1,5 @@
|
||||
version=3
|
||||
|
||||
options=downloadurlmangle=s/(.*)\/index.html$/\1\/openttd-\1-source.tar.gz/ \
|
||||
http://master.binaries.openttd.org/releases/ \
|
||||
(\d+(?:\.\d+)*)/index.html
|
@@ -1,6 +1,6 @@
|
||||
@echo off
|
||||
|
||||
set OPENTTD_VERSION=1.0.0-beta4
|
||||
set OPENTTD_VERSION=1.0.3
|
||||
set OPENSFX_VERSION=0.8.0
|
||||
set NOSOUND_VERSION=0.8.0
|
||||
set OPENGFX_VERSION=0.7.0
|
||||
|
@@ -13,7 +13,7 @@
|
||||
#-------------------------------------------------------------------------------
|
||||
|
||||
Name: openttd
|
||||
Version: 1.0.0
|
||||
Version: 1.0.4
|
||||
Release: 1%{?dist}
|
||||
|
||||
Group: Amusements/Games
|
||||
|
@@ -1,9 +1,9 @@
|
||||
# Version numbers to update
|
||||
!define APPV_MAJOR 1
|
||||
!define APPV_MINOR 0
|
||||
!define APPV_MAINT 0
|
||||
!define APPV_BUILD 3
|
||||
!define APPV_EXTRA "-beta4"
|
||||
!define APPV_MAINT 4
|
||||
!define APPV_BUILD 0
|
||||
!define APPV_EXTRA ""
|
||||
|
||||
!define APPNAME "OpenTTD" ; Define application name
|
||||
!define APPVERSION "${APPV_MAJOR}.${APPV_MINOR}.${APPV_MAINT}${APPV_EXTRA}" ; Define application version
|
||||
@@ -16,7 +16,7 @@
|
||||
|
||||
!define OPENGFX_BASE_VERSION "0.7.0"
|
||||
!define OPENSFX_BASE_VERSION "0.8.0"
|
||||
!define NOSOUND_BASE_VERSION "0.8.0"
|
||||
!define OPENMSX_BASE_VERSION "1.0.0"
|
||||
|
||||
!define MUI_ICON "..\..\..\media\openttd.ico"
|
||||
!define MUI_UNICON "..\..\..\media\openttd.ico"
|
||||
@@ -238,21 +238,21 @@ Done:
|
||||
SectionEnd
|
||||
|
||||
;----------------------------------------------------------------------------------
|
||||
; NoSound files install section. Downloads NoSound and installs it
|
||||
Section "Download NoSound (free sound set)" Section5
|
||||
; OpenMSX files install section. Downloads OpenMSX and installs it
|
||||
Section "Download OpenMSX (free music set)" Section5
|
||||
SetOverwrite try
|
||||
|
||||
NSISdl::download "http://binaries.openttd.org/installer/nosound-${NOSOUND_BASE_VERSION}.7z" "$INSTDIR\data\nosound.7z"
|
||||
NSISdl::download "http://binaries.openttd.org/installer/openmsx-${OPENMSX_BASE_VERSION}.7z" "$INSTDIR\gm\openmsx.7z"
|
||||
Pop $R0 ;Get the return value
|
||||
StrCmp $R0 "success" +3
|
||||
MessageBox MB_OK "Downloading of NoSound failed"
|
||||
MessageBox MB_OK "Downloading of OpenMSX failed"
|
||||
Goto Done
|
||||
|
||||
; Let's extract the files
|
||||
SetOutPath "$INSTDIR\data\"
|
||||
NSIS7z::Extract "$INSTDIR\data\nosound.7z"
|
||||
SetOutPath "$INSTDIR\gm\"
|
||||
NSIS7z::Extract "$INSTDIR\gm\openmsx.7z"
|
||||
|
||||
Delete "$INSTDIR\data\nosound.7z"
|
||||
Delete "$INSTDIR\gm\openmsx.7z"
|
||||
SetOutPath "$INSTDIR\"
|
||||
Done:
|
||||
|
||||
@@ -294,8 +294,8 @@ SectionEnd
|
||||
!insertmacro MUI_DESCRIPTION_TEXT ${Section6} "Translations of OpenTTD."
|
||||
!insertmacro MUI_DESCRIPTION_TEXT ${Section3} "Download the free OpenGFX game graphics set. This download is about 3 MiB."
|
||||
!insertmacro MUI_DESCRIPTION_TEXT ${Section4} "Download the free OpenSFX game sound set. This download is about 10 MiB."
|
||||
!insertmacro MUI_DESCRIPTION_TEXT ${Section5} "Download the free NoSound game sound set. You will not hear anything with this. This download is about 7 KiB."
|
||||
!insertmacro MUI_DESCRIPTION_TEXT ${Section2} "Copies the game graphics and sounds from the Transport Tycoon Deluxe CD."
|
||||
!insertmacro MUI_DESCRIPTION_TEXT ${Section5} "Download the free OpenMSX game music set. This download is about 200 KiB."
|
||||
!insertmacro MUI_DESCRIPTION_TEXT ${Section2} "Copies the game graphics, sounds and music from the Transport Tycoon Deluxe CD."
|
||||
!insertmacro MUI_FUNCTION_DESCRIPTION_END
|
||||
|
||||
;-----------------------------------------------
|
||||
@@ -377,6 +377,7 @@ Section "Uninstall"
|
||||
Delete "$INSTDIR\data\orig_dos_de.obg"
|
||||
Delete "$INSTDIR\data\orig_win.obs"
|
||||
Delete "$INSTDIR\data\orig_dos.obs"
|
||||
Delete "$INSTDIR\data\no_sound.obs"
|
||||
|
||||
Delete "$INSTDIR\data\sample.cat"
|
||||
; Windows Data files
|
||||
@@ -395,13 +396,13 @@ Section "Uninstall"
|
||||
; Music
|
||||
Delete "$INSTDIR\gm\*.gm"
|
||||
|
||||
; Downloaded OpenGFX/OpenSFX/NoSound
|
||||
; Downloaded OpenGFX/OpenSFX/OpenMSX
|
||||
Delete "$INSTDIR\data\opengfx\*"
|
||||
RMDir "$INSTDIR\data\opengfx"
|
||||
Delete "$INSTDIR\data\opensfx\*"
|
||||
RMDir "$INSTDIR\data\opensfx"
|
||||
Delete "$INSTDIR\data\nosound\*"
|
||||
RMDir "$INSTDIR\data\nosound"
|
||||
Delete "$INSTDIR\gm\openmsx\*"
|
||||
RMDir "$INSTDIR\gm\openmsx"
|
||||
|
||||
; Language files
|
||||
Delete "$INSTDIR\lang\*.lng"
|
||||
@@ -549,7 +550,7 @@ Function .onInit
|
||||
|
||||
SectionSetSize ${Section3} 6144
|
||||
SectionSetSize ${Section4} 13312
|
||||
SectionSetSize ${Section5} 30
|
||||
SectionSetSize ${Section5} 1024
|
||||
|
||||
SectionSetFlags 0 17
|
||||
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user