Update license: no "REGENTS", year 2013, refer to common LICENSE.
--HG--
rename : doc/license.txt => LICENSE
rename : src/corona/doc/license.txt => src/corona/LICENSE
catseye
9 years ago
0 | Copyright (c)2000-2013, Chris Pressey, Cat's Eye Technologies. | |
1 | All rights reserved. | |
2 | ||
3 | Redistribution and use in source and binary forms, with or without | |
4 | modification, are permitted provided that the following conditions | |
5 | are met: | |
6 | ||
7 | 1. Redistributions of source code must retain the above copyright | |
8 | notices, this list of conditions and the following disclaimer. | |
9 | 2. Redistributions in binary form must reproduce the above copyright | |
10 | notices, this list of conditions, and the following disclaimer in | |
11 | the documentation and/or other materials provided with the | |
12 | distribution. | |
13 | 3. Neither the names of the copyright holders nor the names of their | |
14 | contributors may be used to endorse or promote products derived | |
15 | from this software without specific prior written permission. | |
16 | ||
17 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS | |
18 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES INCLUDING, BUT NOT | |
19 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS | |
20 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE | |
21 | COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, | |
22 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, | |
23 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; | |
24 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER | |
25 | CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | |
26 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN | |
27 | ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE | |
28 | POSSIBILITY OF SUCH DAMAGE. |
0 | Copyright (c)2000, Cat's Eye Technologies. | |
1 | All rights reserved. | |
2 | ||
3 | Redistribution and use in source and binary forms, with or without | |
4 | modification, are permitted provided that the following conditions | |
5 | are met: | |
6 | ||
7 | Redistributions of source code must retain the above copyright | |
8 | notice, this list of conditions and the following disclaimer. | |
9 | ||
10 | Redistributions in binary form must reproduce the above copyright | |
11 | notice, this list of conditions and the following disclaimer in | |
12 | the documentation and/or other materials provided with the | |
13 | distribution. | |
14 | ||
15 | Neither the name of Cat's Eye Technologies nor the names of its | |
16 | contributors may be used to endorse or promote products derived | |
17 | from this software without specific prior written permission. | |
18 | ||
19 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND | |
20 | CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, | |
21 | INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF | |
22 | MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE | |
23 | DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE | |
24 | LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, | |
25 | OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, | |
26 | PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, | |
27 | OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON | |
28 | ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, | |
29 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | |
30 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE | |
31 | POSSIBILITY OF SUCH DAMAGE. |
0 | 0 | package Actor; |
1 | 1 | @ISA = qw( Physical ); |
2 | 2 | |
3 | # Copyright (c)2000, Cat's Eye Technologies. | |
3 | # Copyright (c)2000-2013, Chris Pressey, Cat's Eye Technologies. | |
4 | 4 | # All rights reserved. |
5 | # | |
6 | # Redistribution and use in source and binary forms, with or without | |
7 | # modification, are permitted provided that the following conditions | |
8 | # are met: | |
9 | # | |
10 | # Redistributions of source code must retain the above copyright | |
11 | # notice, this list of conditions and the following disclaimer. | |
12 | # | |
13 | # Redistributions in binary form must reproduce the above copyright | |
14 | # notice, this list of conditions and the following disclaimer in | |
15 | # the documentation and/or other materials provided with the | |
16 | # distribution. | |
17 | # | |
18 | # Neither the name of Cat's Eye Technologies nor the names of its | |
19 | # contributors may be used to endorse or promote products derived | |
20 | # from this software without specific prior written permission. | |
21 | # | |
22 | # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND | |
23 | # CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, | |
24 | # INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF | |
25 | # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE | |
26 | # DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE | |
27 | # LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, | |
28 | # OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, | |
29 | # PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, | |
30 | # OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON | |
31 | # ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, | |
32 | # OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | |
33 | # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE | |
34 | # POSSIBILITY OF SUCH DAMAGE. | |
5 | # Distributed under a BSD-style license; see the file LICENSE for more info. | |
35 | 6 | |
36 | 7 | use Carp; |
37 | 8 |
0 | 0 | package Adj; |
1 | 1 | @ISA = qw( Saveable ); |
2 | 2 | |
3 | # Copyright (c)2000, Cat's Eye Technologies. | |
3 | # Copyright (c)2000-2013, Chris Pressey, Cat's Eye Technologies. | |
4 | 4 | # All rights reserved. |
5 | # | |
6 | # Redistribution and use in source and binary forms, with or without | |
7 | # modification, are permitted provided that the following conditions | |
8 | # are met: | |
9 | # | |
10 | # Redistributions of source code must retain the above copyright | |
11 | # notice, this list of conditions and the following disclaimer. | |
12 | # | |
13 | # Redistributions in binary form must reproduce the above copyright | |
14 | # notice, this list of conditions and the following disclaimer in | |
15 | # the documentation and/or other materials provided with the | |
16 | # distribution. | |
17 | # | |
18 | # Neither the name of Cat's Eye Technologies nor the names of its | |
19 | # contributors may be used to endorse or promote products derived | |
20 | # from this software without specific prior written permission. | |
21 | # | |
22 | # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND | |
23 | # CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, | |
24 | # INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF | |
25 | # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE | |
26 | # DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE | |
27 | # LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, | |
28 | # OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, | |
29 | # PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, | |
30 | # OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON | |
31 | # ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, | |
32 | # OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | |
33 | # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE | |
34 | # POSSIBILITY OF SUCH DAMAGE. | |
5 | # Distributed under a BSD-style license; see the file LICENSE for more info. | |
35 | 6 | |
36 | 7 | use Carp; |
37 | 8 |
2 | 2 | |
3 | 3 | # Attack objects - multiple claws, teeth etc - in CARPE DIEM |
4 | 4 | |
5 | # Copyright (c)2000, Cat's Eye Technologies. | |
5 | # Copyright (c)2000-2013, Chris Pressey, Cat's Eye Technologies. | |
6 | 6 | # All rights reserved. |
7 | # | |
8 | # Redistribution and use in source and binary forms, with or without | |
9 | # modification, are permitted provided that the following conditions | |
10 | # are met: | |
11 | # | |
12 | # Redistributions of source code must retain the above copyright | |
13 | # notice, this list of conditions and the following disclaimer. | |
14 | # | |
15 | # Redistributions in binary form must reproduce the above copyright | |
16 | # notice, this list of conditions and the following disclaimer in | |
17 | # the documentation and/or other materials provided with the | |
18 | # distribution. | |
19 | # | |
20 | # Neither the name of Cat's Eye Technologies nor the names of its | |
21 | # contributors may be used to endorse or promote products derived | |
22 | # from this software without specific prior written permission. | |
23 | # | |
24 | # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND | |
25 | # CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, | |
26 | # INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF | |
27 | # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE | |
28 | # DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE | |
29 | # LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, | |
30 | # OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, | |
31 | # PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, | |
32 | # OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON | |
33 | # ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, | |
34 | # OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | |
35 | # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE | |
36 | # POSSIBILITY OF SUCH DAMAGE. | |
7 | # Distributed under a BSD-style license; see the file LICENSE for more info. | |
37 | 8 | |
38 | 9 | use Carp; |
39 | 10 |
0 | # Copyright (c)2000, Cat's Eye Technologies. | |
0 | # Copyright (c)2000-2013, Chris Pressey, Cat's Eye Technologies. | |
1 | 1 | # All rights reserved. |
2 | # | |
3 | # Redistribution and use in source and binary forms, with or without | |
4 | # modification, are permitted provided that the following conditions | |
5 | # are met: | |
6 | # | |
7 | # Redistributions of source code must retain the above copyright | |
8 | # notice, this list of conditions and the following disclaimer. | |
9 | # | |
10 | # Redistributions in binary form must reproduce the above copyright | |
11 | # notice, this list of conditions and the following disclaimer in | |
12 | # the documentation and/or other materials provided with the | |
13 | # distribution. | |
14 | # | |
15 | # Neither the name of Cat's Eye Technologies nor the names of its | |
16 | # contributors may be used to endorse or promote products derived | |
17 | # from this software without specific prior written permission. | |
18 | # | |
19 | # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND | |
20 | # CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, | |
21 | # INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF | |
22 | # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE | |
23 | # DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE | |
24 | # LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, | |
25 | # OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, | |
26 | # PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, | |
27 | # OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON | |
28 | # ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, | |
29 | # OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | |
30 | # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE | |
31 | # POSSIBILITY OF SUCH DAMAGE. | |
2 | # Distributed under a BSD-style license; see the file LICENSE for more info. | |
32 | 3 | |
33 | 4 | sub sexualize # this should be implemented on the race object? *** |
34 | 5 | { |
1 | 1 | |
2 | 2 | # Coneable and Copyable objects for CARPE DIEM |
3 | 3 | |
4 | # Copyright (c)2000, Cat's Eye Technologies. | |
4 | # Copyright (c)2000-2013, Chris Pressey, Cat's Eye Technologies. | |
5 | 5 | # All rights reserved. |
6 | # | |
7 | # Redistribution and use in source and binary forms, with or without | |
8 | # modification, are permitted provided that the following conditions | |
9 | # are met: | |
10 | # | |
11 | # Redistributions of source code must retain the above copyright | |
12 | # notice, this list of conditions and the following disclaimer. | |
13 | # | |
14 | # Redistributions in binary form must reproduce the above copyright | |
15 | # notice, this list of conditions and the following disclaimer in | |
16 | # the documentation and/or other materials provided with the | |
17 | # distribution. | |
18 | # | |
19 | # Neither the name of Cat's Eye Technologies nor the names of its | |
20 | # contributors may be used to endorse or promote products derived | |
21 | # from this software without specific prior written permission. | |
22 | # | |
23 | # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND | |
24 | # CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, | |
25 | # INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF | |
26 | # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE | |
27 | # DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE | |
28 | # LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, | |
29 | # OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, | |
30 | # PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, | |
31 | # OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON | |
32 | # ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, | |
33 | # OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | |
34 | # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE | |
35 | # POSSIBILITY OF SUCH DAMAGE. | |
6 | # Distributed under a BSD-style license; see the file LICENSE for more info. | |
36 | 7 | |
37 | 8 | # deep copy the object network involved, |
38 | 9 | # instancing Dice and Distribution objects in the process |
0 | # Copyright (c)2000-2013, Chris Pressey, Cat's Eye Technologies. | |
1 | # All rights reserved. | |
2 | # Distributed under a BSD-style license; see the file LICENSE for more info. | |
3 | ||
0 | 4 | sub attack |
1 | 5 | { |
2 | 6 | my $self = shift; |
2 | 2 | |
3 | 3 | # Dice object for CARPE DIEM |
4 | 4 | |
5 | # Copyright (c)2000, Cat's Eye Technologies. | |
5 | # Copyright (c)2000-2013, Chris Pressey, Cat's Eye Technologies. | |
6 | 6 | # All rights reserved. |
7 | # | |
8 | # Redistribution and use in source and binary forms, with or without | |
9 | # modification, are permitted provided that the following conditions | |
10 | # are met: | |
11 | # | |
12 | # Redistributions of source code must retain the above copyright | |
13 | # notice, this list of conditions and the following disclaimer. | |
14 | # | |
15 | # Redistributions in binary form must reproduce the above copyright | |
16 | # notice, this list of conditions and the following disclaimer in | |
17 | # the documentation and/or other materials provided with the | |
18 | # distribution. | |
19 | # | |
20 | # Neither the name of Cat's Eye Technologies nor the names of its | |
21 | # contributors may be used to endorse or promote products derived | |
22 | # from this software without specific prior written permission. | |
23 | # | |
24 | # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND | |
25 | # CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, | |
26 | # INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF | |
27 | # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE | |
28 | # DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE | |
29 | # LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, | |
30 | # OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, | |
31 | # PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, | |
32 | # OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON | |
33 | # ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, | |
34 | # OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | |
35 | # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE | |
36 | # POSSIBILITY OF SUCH DAMAGE. | |
7 | # Distributed under a BSD-style license; see the file LICENSE for more info. | |
37 | 8 | |
38 | 9 | use Carp; |
39 | 10 |
2 | 2 | |
3 | 3 | # Distribution objects for CARPE DIEM |
4 | 4 | |
5 | # Copyright (c)2000, Cat's Eye Technologies. | |
5 | # Copyright (c)2000-2013, Chris Pressey, Cat's Eye Technologies. | |
6 | 6 | # All rights reserved. |
7 | # | |
8 | # Redistribution and use in source and binary forms, with or without | |
9 | # modification, are permitted provided that the following conditions | |
10 | # are met: | |
11 | # | |
12 | # Redistributions of source code must retain the above copyright | |
13 | # notice, this list of conditions and the following disclaimer. | |
14 | # | |
15 | # Redistributions in binary form must reproduce the above copyright | |
16 | # notice, this list of conditions and the following disclaimer in | |
17 | # the documentation and/or other materials provided with the | |
18 | # distribution. | |
19 | # | |
20 | # Neither the name of Cat's Eye Technologies nor the names of its | |
21 | # contributors may be used to endorse or promote products derived | |
22 | # from this software without specific prior written permission. | |
23 | # | |
24 | # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND | |
25 | # CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, | |
26 | # INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF | |
27 | # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE | |
28 | # DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE | |
29 | # LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, | |
30 | # OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, | |
31 | # PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, | |
32 | # OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON | |
33 | # ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, | |
34 | # OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | |
35 | # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE | |
36 | # POSSIBILITY OF SUCH DAMAGE. | |
7 | # Distributed under a BSD-style license; see the file LICENSE for more info. | |
37 | 8 | |
38 | 9 | use Carp; |
39 | 10 |
2 | 2 | |
3 | 3 | # Encounter Drivers for CARPE DIEM |
4 | 4 | |
5 | # Copyright (c)2000, Cat's Eye Technologies. | |
5 | # Copyright (c)2000-2013, Chris Pressey, Cat's Eye Technologies. | |
6 | 6 | # All rights reserved. |
7 | # | |
8 | # Redistribution and use in source and binary forms, with or without | |
9 | # modification, are permitted provided that the following conditions | |
10 | # are met: | |
11 | # | |
12 | # Redistributions of source code must retain the above copyright | |
13 | # notice, this list of conditions and the following disclaimer. | |
14 | # | |
15 | # Redistributions in binary form must reproduce the above copyright | |
16 | # notice, this list of conditions and the following disclaimer in | |
17 | # the documentation and/or other materials provided with the | |
18 | # distribution. | |
19 | # | |
20 | # Neither the name of Cat's Eye Technologies nor the names of its | |
21 | # contributors may be used to endorse or promote products derived | |
22 | # from this software without specific prior written permission. | |
23 | # | |
24 | # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND | |
25 | # CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, | |
26 | # INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF | |
27 | # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE | |
28 | # DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE | |
29 | # LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, | |
30 | # OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, | |
31 | # PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, | |
32 | # OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON | |
33 | # ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, | |
34 | # OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | |
35 | # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE | |
36 | # POSSIBILITY OF SUCH DAMAGE. | |
7 | # Distributed under a BSD-style license; see the file LICENSE for more info. | |
37 | 8 | |
38 | 9 | use Carp; |
39 | 10 |
2 | 2 | |
3 | 3 | # Elemental forces in CARPE DIEM |
4 | 4 | |
5 | # Copyright (c)2000, Cat's Eye Technologies. | |
5 | # Copyright (c)2000-2013, Chris Pressey, Cat's Eye Technologies. | |
6 | 6 | # All rights reserved. |
7 | # | |
8 | # Redistribution and use in source and binary forms, with or without | |
9 | # modification, are permitted provided that the following conditions | |
10 | # are met: | |
11 | # | |
12 | # Redistributions of source code must retain the above copyright | |
13 | # notice, this list of conditions and the following disclaimer. | |
14 | # | |
15 | # Redistributions in binary form must reproduce the above copyright | |
16 | # notice, this list of conditions and the following disclaimer in | |
17 | # the documentation and/or other materials provided with the | |
18 | # distribution. | |
19 | # | |
20 | # Neither the name of Cat's Eye Technologies nor the names of its | |
21 | # contributors may be used to endorse or promote products derived | |
22 | # from this software without specific prior written permission. | |
23 | # | |
24 | # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND | |
25 | # CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, | |
26 | # INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF | |
27 | # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE | |
28 | # DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE | |
29 | # LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, | |
30 | # OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, | |
31 | # PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, | |
32 | # OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON | |
33 | # ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, | |
34 | # OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | |
35 | # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE | |
36 | # POSSIBILITY OF SUCH DAMAGE. | |
7 | # Distributed under a BSD-style license; see the file LICENSE for more info. | |
37 | 8 | |
38 | 9 | use Carp; |
39 | 10 |
0 | 0 | package Fuses; |
1 | 1 | @ISA = qw( Saveable ); |
2 | 2 | |
3 | # Copyright (c)2000, Cat's Eye Technologies. | |
3 | # Copyright (c)2000-2013, Chris Pressey, Cat's Eye Technologies. | |
4 | 4 | # All rights reserved. |
5 | # | |
6 | # Redistribution and use in source and binary forms, with or without | |
7 | # modification, are permitted provided that the following conditions | |
8 | # are met: | |
9 | # | |
10 | # Redistributions of source code must retain the above copyright | |
11 | # notice, this list of conditions and the following disclaimer. | |
12 | # | |
13 | # Redistributions in binary form must reproduce the above copyright | |
14 | # notice, this list of conditions and the following disclaimer in | |
15 | # the documentation and/or other materials provided with the | |
16 | # distribution. | |
17 | # | |
18 | # Neither the name of Cat's Eye Technologies nor the names of its | |
19 | # contributors may be used to endorse or promote products derived | |
20 | # from this software without specific prior written permission. | |
21 | # | |
22 | # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND | |
23 | # CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, | |
24 | # INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF | |
25 | # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE | |
26 | # DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE | |
27 | # LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, | |
28 | # OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, | |
29 | # PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, | |
30 | # OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON | |
31 | # ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, | |
32 | # OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | |
33 | # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE | |
34 | # POSSIBILITY OF SUCH DAMAGE. | |
5 | # Distributed under a BSD-style license; see the file LICENSE for more info. | |
35 | 6 | |
36 | 7 | use Carp; |
37 | 8 |
2 | 2 | |
3 | 3 | # Things Actors can pick up and use in CARPE DIEM |
4 | 4 | |
5 | # Copyright (c)2000, Cat's Eye Technologies. | |
5 | # Copyright (c)2000-2013, Chris Pressey, Cat's Eye Technologies. | |
6 | 6 | # All rights reserved. |
7 | # | |
8 | # Redistribution and use in source and binary forms, with or without | |
9 | # modification, are permitted provided that the following conditions | |
10 | # are met: | |
11 | # | |
12 | # Redistributions of source code must retain the above copyright | |
13 | # notice, this list of conditions and the following disclaimer. | |
14 | # | |
15 | # Redistributions in binary form must reproduce the above copyright | |
16 | # notice, this list of conditions and the following disclaimer in | |
17 | # the documentation and/or other materials provided with the | |
18 | # distribution. | |
19 | # | |
20 | # Neither the name of Cat's Eye Technologies nor the names of its | |
21 | # contributors may be used to endorse or promote products derived | |
22 | # from this software without specific prior written permission. | |
23 | # | |
24 | # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND | |
25 | # CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, | |
26 | # INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF | |
27 | # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE | |
28 | # DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE | |
29 | # LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, | |
30 | # OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, | |
31 | # PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, | |
32 | # OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON | |
33 | # ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, | |
34 | # OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | |
35 | # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE | |
36 | # POSSIBILITY OF SUCH DAMAGE. | |
7 | # Distributed under a BSD-style license; see the file LICENSE for more info. | |
37 | 8 | |
38 | 9 | use Carp; |
39 | 10 |
2 | 2 | |
3 | 3 | # Menu object for CARPE DIEM |
4 | 4 | |
5 | # Copyright (c)2000, Cat's Eye Technologies. | |
5 | # Copyright (c)2000-2013, Chris Pressey, Cat's Eye Technologies. | |
6 | 6 | # All rights reserved. |
7 | # | |
8 | # Redistribution and use in source and binary forms, with or without | |
9 | # modification, are permitted provided that the following conditions | |
10 | # are met: | |
11 | # | |
12 | # Redistributions of source code must retain the above copyright | |
13 | # notice, this list of conditions and the following disclaimer. | |
14 | # | |
15 | # Redistributions in binary form must reproduce the above copyright | |
16 | # notice, this list of conditions and the following disclaimer in | |
17 | # the documentation and/or other materials provided with the | |
18 | # distribution. | |
19 | # | |
20 | # Neither the name of Cat's Eye Technologies nor the names of its | |
21 | # contributors may be used to endorse or promote products derived | |
22 | # from this software without specific prior written permission. | |
23 | # | |
24 | # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND | |
25 | # CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, | |
26 | # INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF | |
27 | # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE | |
28 | # DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE | |
29 | # LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, | |
30 | # OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, | |
31 | # PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, | |
32 | # OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON | |
33 | # ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, | |
34 | # OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | |
35 | # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE | |
36 | # POSSIBILITY OF SUCH DAMAGE. | |
7 | # Distributed under a BSD-style license; see the file LICENSE for more info. | |
37 | 8 | |
38 | 9 | use Carp; |
39 | 10 |
0 | 0 | package Party; |
1 | 1 | @ISA = qw( Cloneable Saveable ); |
2 | 2 | |
3 | # Copyright (c)2000, Cat's Eye Technologies. | |
3 | # Copyright (c)2000-2013, Chris Pressey, Cat's Eye Technologies. | |
4 | 4 | # All rights reserved. |
5 | # | |
6 | # Redistribution and use in source and binary forms, with or without | |
7 | # modification, are permitted provided that the following conditions | |
8 | # are met: | |
9 | # | |
10 | # Redistributions of source code must retain the above copyright | |
11 | # notice, this list of conditions and the following disclaimer. | |
12 | # | |
13 | # Redistributions in binary form must reproduce the above copyright | |
14 | # notice, this list of conditions and the following disclaimer in | |
15 | # the documentation and/or other materials provided with the | |
16 | # distribution. | |
17 | # | |
18 | # Neither the name of Cat's Eye Technologies nor the names of its | |
19 | # contributors may be used to endorse or promote products derived | |
20 | # from this software without specific prior written permission. | |
21 | # | |
22 | # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND | |
23 | # CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, | |
24 | # INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF | |
25 | # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE | |
26 | # DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE | |
27 | # LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, | |
28 | # OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, | |
29 | # PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, | |
30 | # OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON | |
31 | # ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, | |
32 | # OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | |
33 | # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE | |
34 | # POSSIBILITY OF SUCH DAMAGE. | |
5 | # Distributed under a BSD-style license; see the file LICENSE for more info. | |
35 | 6 | |
36 | 7 | use Carp; |
37 | 8 |
0 | 0 | package Physical; |
1 | 1 | @ISA = qw( Cloneable Saveable Adj ); |
2 | 2 | |
3 | # Copyright (c)2000, Cat's Eye Technologies. | |
3 | # Copyright (c)2000-2013, Chris Pressey, Cat's Eye Technologies. | |
4 | 4 | # All rights reserved. |
5 | # | |
6 | # Redistribution and use in source and binary forms, with or without | |
7 | # modification, are permitted provided that the following conditions | |
8 | # are met: | |
9 | # | |
10 | # Redistributions of source code must retain the above copyright | |
11 | # notice, this list of conditions and the following disclaimer. | |
12 | # | |
13 | # Redistributions in binary form must reproduce the above copyright | |
14 | # notice, this list of conditions and the following disclaimer in | |
15 | # the documentation and/or other materials provided with the | |
16 | # distribution. | |
17 | # | |
18 | # Neither the name of Cat's Eye Technologies nor the names of its | |
19 | # contributors may be used to endorse or promote products derived | |
20 | # from this software without specific prior written permission. | |
21 | # | |
22 | # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND | |
23 | # CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, | |
24 | # INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF | |
25 | # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE | |
26 | # DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE | |
27 | # LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, | |
28 | # OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, | |
29 | # PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, | |
30 | # OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON | |
31 | # ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, | |
32 | # OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | |
33 | # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE | |
34 | # POSSIBILITY OF SUCH DAMAGE. | |
5 | # Distributed under a BSD-style license; see the file LICENSE for more info. | |
35 | 6 | |
36 | 7 | use Carp; |
37 | 8 |
0 | 0 | package Region; |
1 | 1 | @ISA = qw( Cloneable Saveable ); |
2 | 2 | |
3 | # Copyright (c)2000, Cat's Eye Technologies. | |
3 | # Copyright (c)2000-2013, Chris Pressey, Cat's Eye Technologies. | |
4 | 4 | # All rights reserved. |
5 | # | |
6 | # Redistribution and use in source and binary forms, with or without | |
7 | # modification, are permitted provided that the following conditions | |
8 | # are met: | |
9 | # | |
10 | # Redistributions of source code must retain the above copyright | |
11 | # notice, this list of conditions and the following disclaimer. | |
12 | # | |
13 | # Redistributions in binary form must reproduce the above copyright | |
14 | # notice, this list of conditions and the following disclaimer in | |
15 | # the documentation and/or other materials provided with the | |
16 | # distribution. | |
17 | # | |
18 | # Neither the name of Cat's Eye Technologies nor the names of its | |
19 | # contributors may be used to endorse or promote products derived | |
20 | # from this software without specific prior written permission. | |
21 | # | |
22 | # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND | |
23 | # CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, | |
24 | # INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF | |
25 | # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE | |
26 | # DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE | |
27 | # LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, | |
28 | # OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, | |
29 | # PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, | |
30 | # OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON | |
31 | # ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, | |
32 | # OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | |
33 | # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE | |
34 | # POSSIBILITY OF SUCH DAMAGE. | |
5 | # Distributed under a BSD-style license; see the file LICENSE for more info. | |
35 | 6 | |
36 | 7 | use Carp; |
37 | 8 |
0 | 0 | package Resistances; |
1 | 1 | @ISA = qw( Cloneable Saveable ); |
2 | 2 | |
3 | # Copyright (c)2000, Cat's Eye Technologies. | |
3 | # Copyright (c)2000-2013, Chris Pressey, Cat's Eye Technologies. | |
4 | 4 | # All rights reserved. |
5 | # | |
6 | # Redistribution and use in source and binary forms, with or without | |
7 | # modification, are permitted provided that the following conditions | |
8 | # are met: | |
9 | # | |
10 | # Redistributions of source code must retain the above copyright | |
11 | # notice, this list of conditions and the following disclaimer. | |
12 | # | |
13 | # Redistributions in binary form must reproduce the above copyright | |
14 | # notice, this list of conditions and the following disclaimer in | |
15 | # the documentation and/or other materials provided with the | |
16 | # distribution. | |
17 | # | |
18 | # Neither the name of Cat's Eye Technologies nor the names of its | |
19 | # contributors may be used to endorse or promote products derived | |
20 | # from this software without specific prior written permission. | |
21 | # | |
22 | # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND | |
23 | # CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, | |
24 | # INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF | |
25 | # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE | |
26 | # DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE | |
27 | # LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, | |
28 | # OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, | |
29 | # PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, | |
30 | # OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON | |
31 | # ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, | |
32 | # OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | |
33 | # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE | |
34 | # POSSIBILITY OF SUCH DAMAGE. | |
5 | # Distributed under a BSD-style license; see the file LICENSE for more info. | |
35 | 6 | |
36 | 7 | use Carp; |
37 | 8 |
0 | 0 | package Saleable; |
1 | 1 | # @ISA = qw( Cloneable Saveable Adj ); |
2 | 2 | |
3 | # Copyright (c)2000, Cat's Eye Technologies. | |
3 | # Copyright (c)2000-2013, Chris Pressey, Cat's Eye Technologies. | |
4 | 4 | # All rights reserved. |
5 | # | |
6 | # Redistribution and use in source and binary forms, with or without | |
7 | # modification, are permitted provided that the following conditions | |
8 | # are met: | |
9 | # | |
10 | # Redistributions of source code must retain the above copyright | |
11 | # notice, this list of conditions and the following disclaimer. | |
12 | # | |
13 | # Redistributions in binary form must reproduce the above copyright | |
14 | # notice, this list of conditions and the following disclaimer in | |
15 | # the documentation and/or other materials provided with the | |
16 | # distribution. | |
17 | # | |
18 | # Neither the name of Cat's Eye Technologies nor the names of its | |
19 | # contributors may be used to endorse or promote products derived | |
20 | # from this software without specific prior written permission. | |
21 | # | |
22 | # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND | |
23 | # CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, | |
24 | # INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF | |
25 | # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE | |
26 | # DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE | |
27 | # LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, | |
28 | # OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, | |
29 | # PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, | |
30 | # OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON | |
31 | # ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, | |
32 | # OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | |
33 | # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE | |
34 | # POSSIBILITY OF SUCH DAMAGE. | |
5 | # Distributed under a BSD-style license; see the file LICENSE for more info. | |
35 | 6 | |
36 | 7 | use Carp; |
37 | 8 |
0 | 0 | package Saveable; |
1 | 1 | |
2 | # Copyright (c)2000, Cat's Eye Technologies. | |
2 | # Copyright (c)2000-2013, Chris Pressey, Cat's Eye Technologies. | |
3 | 3 | # All rights reserved. |
4 | # | |
5 | # Redistribution and use in source and binary forms, with or without | |
6 | # modification, are permitted provided that the following conditions | |
7 | # are met: | |
8 | # | |
9 | # Redistributions of source code must retain the above copyright | |
10 | # notice, this list of conditions and the following disclaimer. | |
11 | # | |
12 | # Redistributions in binary form must reproduce the above copyright | |
13 | # notice, this list of conditions and the following disclaimer in | |
14 | # the documentation and/or other materials provided with the | |
15 | # distribution. | |
16 | # | |
17 | # Neither the name of Cat's Eye Technologies nor the names of its | |
18 | # contributors may be used to endorse or promote products derived | |
19 | # from this software without specific prior written permission. | |
20 | # | |
21 | # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND | |
22 | # CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, | |
23 | # INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF | |
24 | # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE | |
25 | # DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE | |
26 | # LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, | |
27 | # OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, | |
28 | # PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, | |
29 | # OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON | |
30 | # ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, | |
31 | # OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | |
32 | # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE | |
33 | # POSSIBILITY OF SUCH DAMAGE. | |
4 | # Distributed under a BSD-style license; see the file LICENSE for more info. | |
34 | 5 | |
35 | 6 | $::saved_objects = 0; |
36 | 7 | # This is the default save method, overrided on some classes |
0 | 0 | package Supplement; |
1 | 1 | |
2 | # Copyright (c)2000, Cat's Eye Technologies. | |
2 | # Copyright (c)2000-2013, Chris Pressey, Cat's Eye Technologies. | |
3 | 3 | # All rights reserved. |
4 | # | |
5 | # Redistribution and use in source and binary forms, with or without | |
6 | # modification, are permitted provided that the following conditions | |
7 | # are met: | |
8 | # | |
9 | # Redistributions of source code must retain the above copyright | |
10 | # notice, this list of conditions and the following disclaimer. | |
11 | # | |
12 | # Redistributions in binary form must reproduce the above copyright | |
13 | # notice, this list of conditions and the following disclaimer in | |
14 | # the documentation and/or other materials provided with the | |
15 | # distribution. | |
16 | # | |
17 | # Neither the name of Cat's Eye Technologies nor the names of its | |
18 | # contributors may be used to endorse or promote products derived | |
19 | # from this software without specific prior written permission. | |
20 | # | |
21 | # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND | |
22 | # CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, | |
23 | # INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF | |
24 | # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE | |
25 | # DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE | |
26 | # LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, | |
27 | # OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, | |
28 | # PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, | |
29 | # OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON | |
30 | # ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, | |
31 | # OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | |
32 | # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE | |
33 | # POSSIBILITY OF SUCH DAMAGE. | |
4 | # Distributed under a BSD-style license; see the file LICENSE for more info. | |
34 | 5 | |
35 | 6 | use Carp; |
36 | 7 |
0 | 0 | package Talent; |
1 | 1 | @ISA = qw( Cloneable Saveable Saleable ); |
2 | 2 | |
3 | # Copyright (c)2000, Cat's Eye Technologies. | |
3 | # Copyright (c)2000-2013, Chris Pressey, Cat's Eye Technologies. | |
4 | 4 | # All rights reserved. |
5 | # | |
6 | # Redistribution and use in source and binary forms, with or without | |
7 | # modification, are permitted provided that the following conditions | |
8 | # are met: | |
9 | # | |
10 | # Redistributions of source code must retain the above copyright | |
11 | # notice, this list of conditions and the following disclaimer. | |
12 | # | |
13 | # Redistributions in binary form must reproduce the above copyright | |
14 | # notice, this list of conditions and the following disclaimer in | |
15 | # the documentation and/or other materials provided with the | |
16 | # distribution. | |
17 | # | |
18 | # Neither the name of Cat's Eye Technologies nor the names of its | |
19 | # contributors may be used to endorse or promote products derived | |
20 | # from this software without specific prior written permission. | |
21 | # | |
22 | # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND | |
23 | # CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, | |
24 | # INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF | |
25 | # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE | |
26 | # DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE | |
27 | # LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, | |
28 | # OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, | |
29 | # PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, | |
30 | # OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON | |
31 | # ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, | |
32 | # OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | |
33 | # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE | |
34 | # POSSIBILITY OF SUCH DAMAGE. | |
5 | # Distributed under a BSD-style license; see the file LICENSE for more info. | |
35 | 6 | |
36 | 7 | use Carp; |
37 | 8 |
2 | 2 | |
3 | 3 | # Terrain elements (obstacles/floors) for CARPE DIEM |
4 | 4 | |
5 | # Copyright (c)2000, Cat's Eye Technologies. | |
5 | # Copyright (c)2000-2013, Chris Pressey, Cat's Eye Technologies. | |
6 | 6 | # All rights reserved. |
7 | # | |
8 | # Redistribution and use in source and binary forms, with or without | |
9 | # modification, are permitted provided that the following conditions | |
10 | # are met: | |
11 | # | |
12 | # Redistributions of source code must retain the above copyright | |
13 | # notice, this list of conditions and the following disclaimer. | |
14 | # | |
15 | # Redistributions in binary form must reproduce the above copyright | |
16 | # notice, this list of conditions and the following disclaimer in | |
17 | # the documentation and/or other materials provided with the | |
18 | # distribution. | |
19 | # | |
20 | # Neither the name of Cat's Eye Technologies nor the names of its | |
21 | # contributors may be used to endorse or promote products derived | |
22 | # from this software without specific prior written permission. | |
23 | # | |
24 | # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND | |
25 | # CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, | |
26 | # INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF | |
27 | # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE | |
28 | # DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE | |
29 | # LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, | |
30 | # OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, | |
31 | # PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, | |
32 | # OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON | |
33 | # ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, | |
34 | # OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | |
35 | # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE | |
36 | # POSSIBILITY OF SUCH DAMAGE. | |
7 | # Distributed under a BSD-style license; see the file LICENSE for more info. | |
37 | 8 | |
38 | 9 | use Carp; |
39 | 10 |
0 | 0 | # _action.pm for CARPE DIEM |
1 | 1 | |
2 | # Copyright (c)2000, Cat's Eye Technologies. | |
2 | # Copyright (c)2000-2013, Chris Pressey, Cat's Eye Technologies. | |
3 | 3 | # All rights reserved. |
4 | # | |
5 | # Redistribution and use in source and binary forms, with or without | |
6 | # modification, are permitted provided that the following conditions | |
7 | # are met: | |
8 | # | |
9 | # Redistributions of source code must retain the above copyright | |
10 | # notice, this list of conditions and the following disclaimer. | |
11 | # | |
12 | # Redistributions in binary form must reproduce the above copyright | |
13 | # notice, this list of conditions and the following disclaimer in | |
14 | # the documentation and/or other materials provided with the | |
15 | # distribution. | |
16 | # | |
17 | # Neither the name of Cat's Eye Technologies nor the names of its | |
18 | # contributors may be used to endorse or promote products derived | |
19 | # from this software without specific prior written permission. | |
20 | # | |
21 | # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND | |
22 | # CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, | |
23 | # INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF | |
24 | # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE | |
25 | # DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE | |
26 | # LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, | |
27 | # OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, | |
28 | # PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, | |
29 | # OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON | |
30 | # ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, | |
31 | # OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | |
32 | # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE | |
33 | # POSSIBILITY OF SUCH DAMAGE. | |
4 | # Distributed under a BSD-style license; see the file LICENSE for more info. | |
34 | 5 | |
35 | 6 | require "_meta.pm"; |
36 | 7 |
0 | # Copyright (c)2000-2013, Chris Pressey, Cat's Eye Technologies. | |
1 | # All rights reserved. | |
2 | # Distributed under a BSD-style license; see the file LICENSE for more info. | |
0 | 3 | |
1 | 4 | %::meta = |
2 | 5 | ( |
0 | 0 | # _screen.pm: screen-handling stuff for CARPE DIEM |
1 | 1 | |
2 | # Copyright (c)2000, Cat's Eye Technologies. | |
2 | # Copyright (c)2000-2013, Chris Pressey, Cat's Eye Technologies. | |
3 | 3 | # All rights reserved. |
4 | # | |
5 | # Redistribution and use in source and binary forms, with or without | |
6 | # modification, are permitted provided that the following conditions | |
7 | # are met: | |
8 | # | |
9 | # Redistributions of source code must retain the above copyright | |
10 | # notice, this list of conditions and the following disclaimer. | |
11 | # | |
12 | # Redistributions in binary form must reproduce the above copyright | |
13 | # notice, this list of conditions and the following disclaimer in | |
14 | # the documentation and/or other materials provided with the | |
15 | # distribution. | |
16 | # | |
17 | # Neither the name of Cat's Eye Technologies nor the names of its | |
18 | # contributors may be used to endorse or promote products derived | |
19 | # from this software without specific prior written permission. | |
20 | # | |
21 | # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND | |
22 | # CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, | |
23 | # INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF | |
24 | # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE | |
25 | # DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE | |
26 | # LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, | |
27 | # OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, | |
28 | # PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, | |
29 | # OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON | |
30 | # ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, | |
31 | # OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | |
32 | # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE | |
33 | # POSSIBILITY OF SUCH DAMAGE. | |
4 | # Distributed under a BSD-style license; see the file LICENSE for more info. | |
34 | 5 | |
35 | 6 | BEGIN |
36 | 7 | { |
0 | 0 | # _utility.pm: utility functions for CARPE DIEM |
1 | 1 | |
2 | # Copyright (c)2000, Cat's Eye Technologies. | |
2 | # Copyright (c)2000-2013, Chris Pressey, Cat's Eye Technologies. | |
3 | 3 | # All rights reserved. |
4 | # | |
5 | # Redistribution and use in source and binary forms, with or without | |
6 | # modification, are permitted provided that the following conditions | |
7 | # are met: | |
8 | # | |
9 | # Redistributions of source code must retain the above copyright | |
10 | # notice, this list of conditions and the following disclaimer. | |
11 | # | |
12 | # Redistributions in binary form must reproduce the above copyright | |
13 | # notice, this list of conditions and the following disclaimer in | |
14 | # the documentation and/or other materials provided with the | |
15 | # distribution. | |
16 | # | |
17 | # Neither the name of Cat's Eye Technologies nor the names of its | |
18 | # contributors may be used to endorse or promote products derived | |
19 | # from this software without specific prior written permission. | |
20 | # | |
21 | # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND | |
22 | # CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, | |
23 | # INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF | |
24 | # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE | |
25 | # DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE | |
26 | # LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, | |
27 | # OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, | |
28 | # PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, | |
29 | # OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON | |
30 | # ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, | |
31 | # OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | |
32 | # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE | |
33 | # POSSIBILITY OF SUCH DAMAGE. | |
4 | # Distributed under a BSD-style license; see the file LICENSE for more info. | |
34 | 5 | |
35 | 6 | sub d # returns n-die-m function |
36 | 7 | { |
6 | 6 | # v2000.12.04 # |
7 | 7 | ###################################################################### |
8 | 8 | |
9 | # Copyright (c)2000, Cat's Eye Technologies. | |
9 | # Copyright (c)2000-2013, Chris Pressey, Cat's Eye Technologies. | |
10 | 10 | # All rights reserved. |
11 | # | |
11 | # | |
12 | 12 | # Redistribution and use in source and binary forms, with or without |
13 | 13 | # modification, are permitted provided that the following conditions |
14 | 14 | # are met: |
15 | # | |
16 | # Redistributions of source code must retain the above copyright | |
17 | # notice, this list of conditions and the following disclaimer. | |
18 | # | |
19 | # Redistributions in binary form must reproduce the above copyright | |
20 | # notice, this list of conditions and the following disclaimer in | |
21 | # the documentation and/or other materials provided with the | |
22 | # distribution. | |
23 | # | |
24 | # Neither the name of Cat's Eye Technologies nor the names of its | |
25 | # contributors may be used to endorse or promote products derived | |
26 | # from this software without specific prior written permission. | |
27 | # | |
28 | # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND | |
29 | # CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, | |
30 | # INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF | |
31 | # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE | |
32 | # DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE | |
33 | # LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, | |
34 | # OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, | |
35 | # PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, | |
36 | # OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON | |
37 | # ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, | |
38 | # OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | |
39 | # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE | |
40 | # POSSIBILITY OF SUCH DAMAGE. | |
15 | # | |
16 | # 1. Redistributions of source code must retain the above copyright | |
17 | # notices, this list of conditions and the following disclaimer. | |
18 | # 2. Redistributions in binary form must reproduce the above copyright | |
19 | # notices, this list of conditions, and the following disclaimer in | |
20 | # the documentation and/or other materials provided with the | |
21 | # distribution. | |
22 | # 3. Neither the names of the copyright holders nor the names of their | |
23 | # contributors may be used to endorse or promote products derived | |
24 | # from this software without specific prior written permission. | |
25 | # | |
26 | # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS | |
27 | # ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES INCLUDING, BUT NOT | |
28 | # LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS | |
29 | # FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE | |
30 | # COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, | |
31 | # INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, | |
32 | # BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; | |
33 | # LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER | |
34 | # CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | |
35 | # LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN | |
36 | # ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE | |
37 | # POSSIBILITY OF SUCH DAMAGE. | |
41 | 38 | |
42 | 39 | BEGIN |
43 | 40 | { |
0 | # Copyright (c)2000, Cat's Eye Technologies. | |
0 | # Copyright (c)2000-2013, Chris Pressey, Cat's Eye Technologies. | |
1 | 1 | # All rights reserved. |
2 | # | |
3 | # Redistribution and use in source and binary forms, with or without | |
4 | # modification, are permitted provided that the following conditions | |
5 | # are met: | |
6 | # | |
7 | # Redistributions of source code must retain the above copyright | |
8 | # notice, this list of conditions and the following disclaimer. | |
9 | # | |
10 | # Redistributions in binary form must reproduce the above copyright | |
11 | # notice, this list of conditions and the following disclaimer in | |
12 | # the documentation and/or other materials provided with the | |
13 | # distribution. | |
14 | # | |
15 | # Neither the name of Cat's Eye Technologies nor the names of its | |
16 | # contributors may be used to endorse or promote products derived | |
17 | # from this software without specific prior written permission. | |
18 | # | |
19 | # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND | |
20 | # CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, | |
21 | # INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF | |
22 | # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE | |
23 | # DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE | |
24 | # LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, | |
25 | # OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, | |
26 | # PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, | |
27 | # OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON | |
28 | # ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, | |
29 | # OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | |
30 | # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE | |
31 | # POSSIBILITY OF SUCH DAMAGE. | |
2 | # Distributed under a BSD-style license; see file LICENSE for more info. | |
32 | 3 | |
33 | 4 | package Actor; |
34 | 5 |
0 | # Copyright (c)2000-2013, Chris Pressey, Cat's Eye Technologies. | |
1 | # All rights reserved. | |
2 | # Distributed under a BSD-style license; see file LICENSE for more info. | |
3 | ||
0 | 4 | package Attack; |
1 | 5 | |
2 | 6 | $flame = Attack->new('attemptverb' => 'singes', |
0 | # Copyright (c)2000-2013, Chris Pressey, Cat's Eye Technologies. | |
1 | # All rights reserved. | |
2 | # Distributed under a BSD-style license; see file LICENSE for more info. | |
3 | ||
0 | 4 | package Item; |
1 | 5 | |
2 | 6 | ### NATURAL ARMOR |
0 | # Copyright (c)2000-2013, Chris Pressey, Cat's Eye Technologies. | |
1 | # All rights reserved. | |
2 | # Distributed under a BSD-style license; see file LICENSE for more info. | |
0 | 3 | |
1 | 4 | %::cities = |
2 | 5 | ( |
0 | # Copyright (c)2000-2013, Chris Pressey, Cat's Eye Technologies. | |
1 | # All rights reserved. | |
2 | # Distributed under a BSD-style license; see file LICENSE for more info. | |
3 | ||
0 | 4 | package Item; |
1 | 5 | |
2 | 6 | ## MODIFIERS |
0 | # Copyright (c)2000-2013, Chris Pressey, Cat's Eye Technologies. | |
1 | # All rights reserved. | |
2 | # Distributed under a BSD-style license; see file LICENSE for more info. | |
3 | ||
0 | 4 | package Distribution; |
1 | 5 | |
2 | 6 | ### DISTRIBUTIONS ### |
0 | # Copyright (c)2000-2013, Chris Pressey, Cat's Eye Technologies. | |
1 | # All rights reserved. | |
2 | # Distributed under a BSD-style license; see file LICENSE for more info. | |
3 | ||
0 | 4 | %::dungeons = |
1 | 5 | ( |
2 | 6 | 'Giant Beehive' => Region->new('name' => 'Giant Beehive', |
0 | # Copyright (c)2000, Cat's Eye Technologies. | |
0 | # Copyright (c)2000-2013, Chris Pressey, Cat's Eye Technologies. | |
1 | 1 | # All rights reserved. |
2 | # | |
3 | # Redistribution and use in source and binary forms, with or without | |
4 | # modification, are permitted provided that the following conditions | |
5 | # are met: | |
6 | # | |
7 | # Redistributions of source code must retain the above copyright | |
8 | # notice, this list of conditions and the following disclaimer. | |
9 | # | |
10 | # Redistributions in binary form must reproduce the above copyright | |
11 | # notice, this list of conditions and the following disclaimer in | |
12 | # the documentation and/or other materials provided with the | |
13 | # distribution. | |
14 | # | |
15 | # Neither the name of Cat's Eye Technologies nor the names of its | |
16 | # contributors may be used to endorse or promote products derived | |
17 | # from this software without specific prior written permission. | |
18 | # | |
19 | # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND | |
20 | # CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, | |
21 | # INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF | |
22 | # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE | |
23 | # DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE | |
24 | # LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, | |
25 | # OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, | |
26 | # PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, | |
27 | # OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON | |
28 | # ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, | |
29 | # OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | |
30 | # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE | |
31 | # POSSIBILITY OF SUCH DAMAGE. | |
2 | # Distributed under a BSD-style license; see file LICENSE for more info. | |
32 | 3 | |
33 | 4 | package Item; |
34 | 5 |
0 | # Copyright (c)2000, Cat's Eye Technologies. | |
0 | # Copyright (c)2000-2013, Chris Pressey, Cat's Eye Technologies. | |
1 | 1 | # All rights reserved. |
2 | # | |
3 | # Redistribution and use in source and binary forms, with or without | |
4 | # modification, are permitted provided that the following conditions | |
5 | # are met: | |
6 | # | |
7 | # Redistributions of source code must retain the above copyright | |
8 | # notice, this list of conditions and the following disclaimer. | |
9 | # | |
10 | # Redistributions in binary form must reproduce the above copyright | |
11 | # notice, this list of conditions and the following disclaimer in | |
12 | # the documentation and/or other materials provided with the | |
13 | # distribution. | |
14 | # | |
15 | # Neither the name of Cat's Eye Technologies nor the names of its | |
16 | # contributors may be used to endorse or promote products derived | |
17 | # from this software without specific prior written permission. | |
18 | # | |
19 | # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND | |
20 | # CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, | |
21 | # INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF | |
22 | # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE | |
23 | # DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE | |
24 | # LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, | |
25 | # OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, | |
26 | # PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, | |
27 | # OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON | |
28 | # ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, | |
29 | # OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | |
30 | # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE | |
31 | # POSSIBILITY OF SUCH DAMAGE. | |
2 | # Distributed under a BSD-style license; see file LICENSE for more info. | |
32 | 3 | |
33 | 4 | package Actor; |
34 | 5 |
0 | # Copyright (c)2000-2013, Chris Pressey, Cat's Eye Technologies. | |
1 | # All rights reserved. | |
2 | # Distributed under a BSD-style license; see file LICENSE for more info. | |
3 | ||
0 | 4 | package Actor; |
1 | 5 | |
2 | 6 | ### BAKERSPORT |
0 | Copyright (c)2000-2013, Chris Pressey, Cat's Eye Technologies. | |
1 | All rights reserved. | |
2 | ||
3 | Redistribution and use in source and binary forms, with or without | |
4 | modification, are permitted provided that the following conditions | |
5 | are met: | |
6 | ||
7 | 1. Redistributions of source code must retain the above copyright | |
8 | notices, this list of conditions and the following disclaimer. | |
9 | 2. Redistributions in binary form must reproduce the above copyright | |
10 | notices, this list of conditions, and the following disclaimer in | |
11 | the documentation and/or other materials provided with the | |
12 | distribution. | |
13 | 3. Neither the names of the copyright holders nor the names of their | |
14 | contributors may be used to endorse or promote products derived | |
15 | from this software without specific prior written permission. | |
16 | ||
17 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS | |
18 | ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES INCLUDING, BUT NOT | |
19 | LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS | |
20 | FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE | |
21 | COPYRIGHT HOLDERS OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, | |
22 | INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, | |
23 | BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; | |
24 | LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER | |
25 | CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT | |
26 | LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN | |
27 | ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE | |
28 | POSSIBILITY OF SUCH DAMAGE. |
0 | # Copyright (c)2000-2013, Chris Pressey, Cat's Eye Technologies. | |
1 | # All rights reserved. | |
2 | # Distributed under a BSD-style license; see file LICENSE for more info. | |
3 | ||
0 | 4 | package Terrain; |
1 | 5 | |
2 | 6 | ### TERRAIN ELEMENTS ### |
0 | # Copyright (c)2000-2013, Chris Pressey, Cat's Eye Technologies. | |
1 | # All rights reserved. | |
2 | # Distributed under a BSD-style license; see file LICENSE for more info. | |
3 | ||
0 | 4 | package Item; |
1 | 5 | |
2 | 6 | ### WANDS |
0 | # Copyright (c)2000-2013, Chris Pressey, Cat's Eye Technologies. | |
1 | # All rights reserved. | |
2 | # Distributed under a BSD-style license; see file LICENSE for more info. | |
3 | ||
0 | 4 | package Item; |
1 | 5 | |
2 | 6 | ## STONES |
0 | # Copyright (c)2000, Cat's Eye Technologies. | |
0 | # Copyright (c)2000-2013, Chris Pressey, Cat's Eye Technologies. | |
1 | 1 | # All rights reserved. |
2 | # | |
3 | # Redistribution and use in source and binary forms, with or without | |
4 | # modification, are permitted provided that the following conditions | |
5 | # are met: | |
6 | # | |
7 | # Redistributions of source code must retain the above copyright | |
8 | # notice, this list of conditions and the following disclaimer. | |
9 | # | |
10 | # Redistributions in binary form must reproduce the above copyright | |
11 | # notice, this list of conditions and the following disclaimer in | |
12 | # the documentation and/or other materials provided with the | |
13 | # distribution. | |
14 | # | |
15 | # Neither the name of Cat's Eye Technologies nor the names of its | |
16 | # contributors may be used to endorse or promote products derived | |
17 | # from this software without specific prior written permission. | |
18 | # | |
19 | # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND | |
20 | # CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, | |
21 | # INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF | |
22 | # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE | |
23 | # DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE | |
24 | # LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, | |
25 | # OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, | |
26 | # PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, | |
27 | # OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON | |
28 | # ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, | |
29 | # OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | |
30 | # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE | |
31 | # POSSIBILITY OF SUCH DAMAGE. | |
2 | # Distributed under a BSD-style license; see file LICENSE for more info. | |
32 | 3 | |
33 | 4 | package Actor; |
34 | 5 |
0 | # Copyright (c)2000-2013, Chris Pressey, Cat's Eye Technologies. | |
1 | # All rights reserved. | |
2 | # Distributed under a BSD-style license; see file LICENSE for more info. | |
3 | ||
0 | 4 | @party_name = |
1 | 5 | ( |
2 | 6 | 'The Wayfarers', |
0 | # Copyright (c)2000-2013, Chris Pressey, Cat's Eye Technologies. | |
1 | # All rights reserved. | |
2 | # Distributed under a BSD-style license; see file LICENSE for more info. | |
3 | ||
0 | 4 | package Talent; |
1 | 5 | |
2 | 6 | ### BUILT IN POISONS ### |
0 | # Copyright (c)2000-2013, Chris Pressey, Cat's Eye Technologies. | |
1 | # All rights reserved. | |
2 | # Distributed under a BSD-style license; see file LICENSE for more info. | |
3 | ||
0 | 4 | ### RANGER |
1 | 5 | |
2 | 6 | $identify_food = Talent->new('name' => 'identify food', |
0 | # Copyright (c)2000-2013, Chris Pressey, Cat's Eye Technologies. | |
1 | # All rights reserved. | |
2 | # Distributed under a BSD-style license; see file LICENSE for more info. | |
3 | ||
0 | 4 | package Talent; |
1 | 5 | |
2 | 6 | ### SPELL CONSTRUCTORS ### |
0 | # Copyright (c)2000-2013, Chris Pressey, Cat's Eye Technologies. | |
1 | # All rights reserved. | |
2 | # Distributed under a BSD-style license; see file LICENSE for more info. | |
3 | ||
0 | 4 | package Talent; |
1 | 5 | |
2 | 6 | require "$::universe/Spell.pm"; |
0 | # Copyright (c)2000-2013, Chris Pressey, Cat's Eye Technologies. | |
1 | # All rights reserved. | |
2 | # Distributed under a BSD-style license; see file LICENSE for more info. | |
3 | ||
0 | 4 | $game_version = "v2000.12.04"; |
1 | 5 | |
2 | 6 | Supplement->new( |
0 | # Copyright (c)2000-2013, Chris Pressey, Cat's Eye Technologies. | |
1 | # All rights reserved. | |
2 | # Distributed under a BSD-style license; see file LICENSE for more info. | |
3 | ||
0 | 4 | package Item; |
1 | 5 | |
2 | 6 | ### COINAGE |
0 | # Copyright (c)2000-2013, Chris Pressey, Cat's Eye Technologies. | |
1 | # All rights reserved. | |
2 | # Distributed under a BSD-style license; see file LICENSE for more info. | |
3 | ||
0 | 4 | ### UNDEAD |
1 | 5 | |
2 | 6 | $floating_skull = Actor->new('name' => 'floating skull', |
0 | # Copyright (c)2000, Cat's Eye Technologies. | |
0 | # Copyright (c)2000-2013, Chris Pressey, Cat's Eye Technologies. | |
1 | 1 | # All rights reserved. |
2 | # | |
3 | # Redistribution and use in source and binary forms, with or without | |
4 | # modification, are permitted provided that the following conditions | |
5 | # are met: | |
6 | # | |
7 | # Redistributions of source code must retain the above copyright | |
8 | # notice, this list of conditions and the following disclaimer. | |
9 | # | |
10 | # Redistributions in binary form must reproduce the above copyright | |
11 | # notice, this list of conditions and the following disclaimer in | |
12 | # the documentation and/or other materials provided with the | |
13 | # distribution. | |
14 | # | |
15 | # Neither the name of Cat's Eye Technologies nor the names of its | |
16 | # contributors may be used to endorse or promote products derived | |
17 | # from this software without specific prior written permission. | |
18 | # | |
19 | # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND | |
20 | # CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, | |
21 | # INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF | |
22 | # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE | |
23 | # DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE | |
24 | # LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, | |
25 | # OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, | |
26 | # PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, | |
27 | # OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON | |
28 | # ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, | |
29 | # OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | |
30 | # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE | |
31 | # POSSIBILITY OF SUCH DAMAGE. | |
2 | # Distributed under a BSD-style license; see file LICENSE for more info. | |
32 | 3 | |
33 | 4 | package Item; |
34 | 5 |
0 | # Copyright (c)2000-2013, Chris Pressey, Cat's Eye Technologies. | |
1 | # All rights reserved. | |
2 | # Distributed under a BSD-style license; see file LICENSE for more info. | |
3 | ||
0 | 4 | package Item; |
1 | 5 | |
2 | 6 | ### ITEMS FOR BODY WEAPONS |
0 | # Copyright (c)2000-2013, Chris Pressey, Cat's Eye Technologies. | |
1 | # All rights reserved. | |
2 | # Distributed under a BSD-style license; see file LICENSE for more info. | |
3 | ||
0 | 4 | ### BUILT-IN REGIONS |
1 | 5 | |
2 | 6 | $::wmap = |
0 | Copyright (c)2000, Cat's Eye Technologies. | |
1 | All rights reserved. | |
2 | ||
3 | Redistribution and use in source and binary forms, with or without | |
4 | modification, are permitted provided that the following conditions | |
5 | are met: | |
6 | ||
7 | Redistributions of source code must retain the above copyright | |
8 | notice, this list of conditions and the following disclaimer. | |
9 | ||
10 | Redistributions in binary form must reproduce the above copyright | |
11 | notice, this list of conditions and the following disclaimer in | |
12 | the documentation and/or other materials provided with the | |
13 | distribution. | |
14 | ||
15 | Neither the name of Cat's Eye Technologies nor the names of its | |
16 | contributors may be used to endorse or promote products derived | |
17 | from this software without specific prior written permission. | |
18 | ||
19 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND | |
20 | CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, | |
21 | INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF | |
22 | MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE | |
23 | DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE | |
24 | LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, | |
25 | OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, | |
26 | PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, | |
27 | OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON | |
28 | ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, | |
29 | OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | |
30 | OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE | |
31 | POSSIBILITY OF SUCH DAMAGE. |
0 | 0 | # ASCII.pm - Character set definitions for a bare 7-bit ASCII terminal. |
1 | 1 | |
2 | # Copyright (c)2000, Cat's Eye Technologies. | |
2 | # Copyright (c)2000-2013, Chris Pressey, Cat's Eye Technologies. | |
3 | 3 | # All rights reserved. |
4 | # | |
5 | # Redistribution and use in source and binary forms, with or without | |
6 | # modification, are permitted provided that the following conditions | |
7 | # are met: | |
8 | # | |
9 | # Redistributions of source code must retain the above copyright | |
10 | # notice, this list of conditions and the following disclaimer. | |
11 | # | |
12 | # Redistributions in binary form must reproduce the above copyright | |
13 | # notice, this list of conditions and the following disclaimer in | |
14 | # the documentation and/or other materials provided with the | |
15 | # distribution. | |
16 | # | |
17 | # Neither the name of Cat's Eye Technologies nor the names of its | |
18 | # contributors may be used to endorse or promote products derived | |
19 | # from this software without specific prior written permission. | |
20 | # | |
21 | # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND | |
22 | # CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, | |
23 | # INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF | |
24 | # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE | |
25 | # DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE | |
26 | # LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, | |
27 | # OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, | |
28 | # PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, | |
29 | # OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON | |
30 | # ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, | |
31 | # OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | |
32 | # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE | |
33 | # POSSIBILITY OF SUCH DAMAGE. | |
4 | # Distributed under a BSD-style license; see the file LICENSE for more info. | |
34 | 5 | |
35 | 6 | %sc = |
36 | 7 | ( |
0 | 0 | # OEM.pm - Character set definitions for Corona, IBM OEM character set. |
1 | 1 | |
2 | # Copyright (c)2000, Cat's Eye Technologies. | |
2 | # Copyright (c)2000-2013, Chris Pressey, Cat's Eye Technologies. | |
3 | 3 | # All rights reserved. |
4 | # | |
5 | # Redistribution and use in source and binary forms, with or without | |
6 | # modification, are permitted provided that the following conditions | |
7 | # are met: | |
8 | # | |
9 | # Redistributions of source code must retain the above copyright | |
10 | # notice, this list of conditions and the following disclaimer. | |
11 | # | |
12 | # Redistributions in binary form must reproduce the above copyright | |
13 | # notice, this list of conditions and the following disclaimer in | |
14 | # the documentation and/or other materials provided with the | |
15 | # distribution. | |
16 | # | |
17 | # Neither the name of Cat's Eye Technologies nor the names of its | |
18 | # contributors may be used to endorse or promote products derived | |
19 | # from this software without specific prior written permission. | |
20 | # | |
21 | # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND | |
22 | # CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, | |
23 | # INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF | |
24 | # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE | |
25 | # DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE | |
26 | # LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, | |
27 | # OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, | |
28 | # PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, | |
29 | # OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON | |
30 | # ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, | |
31 | # OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | |
32 | # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE | |
33 | # POSSIBILITY OF SUCH DAMAGE. | |
4 | # Distributed under a BSD-style license; see the file LICENSE for more info. | |
34 | 5 | |
35 | 6 | %sc = |
36 | 7 | ( |
0 | 0 | # SemiOEM.pm - Character set definitions for Corona, IBM OEM charset |
1 | 1 | # without control characters (ASCII < 32), for SCO & Curses |
2 | 2 | |
3 | # Copyright (c)2000, Cat's Eye Technologies. | |
3 | # Copyright (c)2000-2013, Chris Pressey, Cat's Eye Technologies. | |
4 | 4 | # All rights reserved. |
5 | # | |
6 | # Redistribution and use in source and binary forms, with or without | |
7 | # modification, are permitted provided that the following conditions | |
8 | # are met: | |
9 | # | |
10 | # Redistributions of source code must retain the above copyright | |
11 | # notice, this list of conditions and the following disclaimer. | |
12 | # | |
13 | # Redistributions in binary form must reproduce the above copyright | |
14 | # notice, this list of conditions and the following disclaimer in | |
15 | # the documentation and/or other materials provided with the | |
16 | # distribution. | |
17 | # | |
18 | # Neither the name of Cat's Eye Technologies nor the names of its | |
19 | # contributors may be used to endorse or promote products derived | |
20 | # from this software without specific prior written permission. | |
21 | # | |
22 | # THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND | |
23 | # CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, | |
24 | # INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF | |
25 | # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE | |
26 | # DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE | |
27 | # LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, | |
28 | # OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, | |
29 | # PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, | |
30 | # OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON | |
31 | # ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, | |
32 | # OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY | |
33 | # OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE | |
34 | # POSSIBILITY OF SUCH DAMAGE. | |
5 | # Distributed under a BSD-style license; see the file LICENSE for more info. | |
35 | 6 | |
36 | 7 | require "sym/OEM.pm"; |
37 | 8 |