Skip to content

Commit

Permalink
From alpha to release 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pineapplemachine committed Jun 7, 2015
1 parent 0517006 commit 2c51336
Show file tree
Hide file tree
Showing 36 changed files with 40 additions and 40 deletions.
2 changes: 1 addition & 1 deletion config/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
from config import *

__version__ = 'alpha'
__version__ = '1.0.0'
2 changes: 1 addition & 1 deletion manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@



__version__ = 'alpha'
__version__ = '1.0.0'



Expand Down
2 changes: 1 addition & 1 deletion pydwarf/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
from response import *
from urist import *

__version__ = 'alpha'
__version__ = '1.0.0'
2 changes: 1 addition & 1 deletion raws/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@
from dir import rawsdir as dir
import color

__version__ = 'alpha'
__version__ = '1.0.0'
2 changes: 1 addition & 1 deletion scripts/pineapple/pydwarf.adoptsowner.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

@pydwarf.urist(
name = 'pineapple.adoptsowner',
version = 'alpha',
version = '1.0.0',
author = 'Sophie Kirschner',
description = '''todo''',
arguments = {
Expand Down
2 changes: 1 addition & 1 deletion scripts/pineapple/pydwarf.bauxitetoaluminum.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

@pydwarf.urist(
name = 'pineapple.bauxitetoaluminum',
version = 'alpha',
version = '1.0.0',
author = 'Sophie Kirschner',
description = '''Adds a reaction to the smelter to allow the creation of aluminum bars
from bauxite (as ore) and cryolite (as flux). Credit to this forum discussion for the
Expand Down
2 changes: 1 addition & 1 deletion scripts/pineapple/pydwarf.boneflux.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

@pydwarf.urist(
name = 'pineapple.boneflux',
version = 'alpha',
version = '1.0.0',
author = 'Sophie Kirschner',
description = '''Adds a reaction to the kiln which consumes bones and produces flux.
Inspired by/stolen from Rubble's Bone Flux mod.''',
Expand Down
2 changes: 1 addition & 1 deletion scripts/pineapple/pydwarf.butcherinorganic.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

@pydwarf.urist(
name = 'pineapple.butcherinorganic',
version = 'alpha',
version = '1.0.0',
author = 'Sophie Kirschner',
description = '''Allows butchering of some inorganics, get things like wood or stone from some corpses.
Inspired by/stolen from Igfig's Modest Mod.''',
Expand Down
2 changes: 1 addition & 1 deletion scripts/pineapple/pydwarf.castanvil.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

@pydwarf.urist(
name = 'pineapple.castanvil',
version = 'alpha',
version = '1.0.0',
author = 'Sophie Kirschner',
description = '''Adds a reaction to the smelter which makes it possible to
create an iron anvil without already having a forge.
Expand Down
2 changes: 1 addition & 1 deletion scripts/pineapple/pydwarf.cavegrass.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@

@pydwarf.urist(
name = 'pineapple.cavegrass',
version = 'alpha',
version = '1.0.0',
author = 'Sophie Kirschner',
description = '''Changes the grasses in each cavern level to make the different
levels more visually distinct, as well as adding a much greater variety.
Expand Down
2 changes: 1 addition & 1 deletion scripts/pineapple/pydwarf.deerappear.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

@pydwarf.urist(
name = 'pineapple.deerappear',
version = 'alpha',
version = '1.0.0',
author = 'Sophie Kirschner',
description = 'Changes the appearance of each deer from a brown D to yellow d.',
arguments = {
Expand Down
2 changes: 1 addition & 1 deletion scripts/pineapple/pydwarf.diff.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def __str__(self):

@pydwarf.urist(
name = 'pineapple.diff',
version = 'alpha',
version = '1.0.0',
author = 'Sophie Kirschner',
description = '''Merges and applies changes made to some modded raws via diff checking.
Should be reasonably smart about automatic conflict resolution but if it complains
Expand Down
2 changes: 1 addition & 1 deletion scripts/pineapple/pydwarf.discipline.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

@pydwarf.urist(
name = 'pineapple.discipline',
version = 'alpha',
version = '1.0.0',
author = 'Sophie Kirschner',
description = '''Applies natural discipline skill bonuses to creatures that should probably
have them. Credit to Mictlantecuhtli for creating the mod which inspired this one.
Expand Down
2 changes: 1 addition & 1 deletion scripts/pineapple/pydwarf.flybears.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

@pydwarf.urist(
name = 'pineapple.flybears',
version = 'alpha',
version = '1.0.0',
author = 'Sophie Kirschner',
description = 'Example script which causes all female bears to fly.',
compatibility = (pydwarf.df_0_3x, pydwarf.df_0_40)
Expand Down
2 changes: 1 addition & 1 deletion scripts/pineapple/pydwarf.greensteel.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

@pydwarf.urist(
name = 'pineapple.greensteel',
version = 'alpha',
version = '1.0.0',
author = 'Sophie Kirschner',
description = '''Adds an alloy which is lighter and sharper than steel but not so much
as adamantine. It can be made from similar ingredients as steel with the addition
Expand Down
2 changes: 1 addition & 1 deletion scripts/pineapple/pydwarf.maxage.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

@pydwarf.urist(
name = 'pineapple.maxage',
version = 'alpha',
version = '1.0.0',
author = 'Sophie Kirschner',
description = '''Applies a MAXAGE to most vanilla creatures which don't already have one.''',
arguments = {
Expand Down
2 changes: 1 addition & 1 deletion scripts/pineapple/pydwarf.metalitems.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

@pydwarf.urist(
name = 'pineapple.metalitems',
version = 'alpha',
version = '1.0.0',
author = 'Sophie Kirschner',
description = 'Allows the forging of every type of metal item from the specified metals.',
arguments = {
Expand Down
2 changes: 1 addition & 1 deletion scripts/pineapple/pydwarf.noaquifers.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

@pydwarf.urist(
name = 'pineapple.noaquifers',
version = 'alpha',
version = '1.0.0',
author = 'Sophie Kirschner',
description = 'Removes all AQUIFER tokens.',
compatibility = (pydwarf.df_0_27, pydwarf.df_0_28, pydwarf.df_0_3x, pydwarf.df_0_40)
Expand Down
2 changes: 1 addition & 1 deletion scripts/pineapple/pydwarf.noexotic.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

@pydwarf.urist(
name = 'pineapple.noexotic',
version = 'alpha',
version = '1.0.0',
author = 'Sophie Kirschner',
description = 'Replaces all [PET_EXOTIC] and [MOUNT_EXOTIC] tags with their non-exotic counterparts.',
compatibility = (pydwarf.df_0_34, pydwarf.df_0_40)
Expand Down
2 changes: 1 addition & 1 deletion scripts/pineapple/pydwarf.nograzers.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

@pydwarf.urist(
name = 'pineapple.nograzers',
version = 'alpha',
version = '1.0.0',
author = 'Sophie Kirschner',
description = 'Removes all [GRAZER] and [STANDARD_GRAZER] tokens.',
compatibility = (pydwarf.df_0_34, pydwarf.df_0_40)
Expand Down
2 changes: 1 addition & 1 deletion scripts/pineapple/pydwarf.nomaxage.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

@pydwarf.urist(
name = 'pineapple.nomaxage',
version = 'alpha',
version = '1.0.0',
author = 'Sophie Kirschner',
description = '''Removes MAXAGE tokens from creatures.''',
arguments = {
Expand Down
2 changes: 1 addition & 1 deletion scripts/pineapple/pydwarf.orientation.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@

@pydwarf.urist(
name = 'pineapple.orientation',
version = 'alpha',
version = '1.0.0',
author = 'Sophie Kirschner',
description = '''Causes all creatures of some type to have a single sexuality,
heterosexual being the default. (You boring snob!)''',
Expand Down
2 changes: 1 addition & 1 deletion scripts/pineapple/pydwarf.skillrust.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

@pydwarf.urist(
name = 'pineapple.skillrust',
version = 'alpha',
version = '1.0.0',
author = 'Sophie Kirschner',
description = '''Modifies skill rust for given creatures. Disables it entirely by
default.''',
Expand Down
2 changes: 1 addition & 1 deletion scripts/pineapple/pydwarf.stoneclarity.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ def applyrules(rules, groups, ids, log=None):

@pydwarf.urist(
name = 'pineapple.stoneclarity',
version = 'alpha',
version = '1.0.0',
author = 'Sophie Kirschner',
description = 'Allows powerful editing of the appearances of stone, ore, and gems.',
arguments = {
Expand Down
2 changes: 1 addition & 1 deletion scripts/pineapple/pydwarf.subplants.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

@pydwarf.urist(
name = 'pineapple.subplants',
version = 'alpha',
version = '1.0.0',
author = 'Sophie Kirschner',
description = 'Makes all subterranean plants grow year-round.',
compatibility = (pydwarf.df_0_34, pydwarf.df_0_40)
Expand Down
2 changes: 1 addition & 1 deletion scripts/pineapple/pydwarf.useablemats.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

@pydwarf.urist(
name = 'pineapple.useablemats',
version = 'alpha',
version = '1.0.0',
author = 'Sophie Kirschner',
description = '''Causes scales, feathers, and chitin to become useful for crafting.
Inspired by/stolen from Rubble's Usable Scale/Feathers/Chitin fixes.''',
Expand Down
6 changes: 3 additions & 3 deletions scripts/pineapple/pydwarf.utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

@pydwarf.urist(
name = 'pineapple.utils.addtoentity',
version = 'alpha',
version = '1.0.0',
author = 'Sophie Kirschner',
description = '''A simple utility script which adds tokens to entities.''',
arguments = {
Expand Down Expand Up @@ -38,7 +38,7 @@ def addtoentity(df, entities, **kwargs):

@pydwarf.urist(
name = 'pineapple.utils.addreaction',
version = 'alpha',
version = '1.0.0',
author = 'Sophie Kirschner',
description = '''A simple utility script which adds a single reaction.''',
arguments = {
Expand All @@ -65,7 +65,7 @@ def addreaction(df, id, tokens, add_to_file='reaction_custom', permit_entities=N

@pydwarf.urist(
name = 'pineapple.utils.objecttokens',
version = 'alpha',
version = '1.0.0',
author = 'Sophie Kirschner',
description = '''Utility script for adding or removing tokens from
objects.''',
Expand Down
2 changes: 1 addition & 1 deletion scripts/pineapple/pydwarf.woodmechanisms.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

@pydwarf.urist(
name = 'pineapple.woodmechanisms',
version = 'alpha',
version = '1.0.0',
author = 'Sophie Kirschner',
description = '''Allows construction of wooden mechanisms at the craftdwarf's workshop.
Inspired by/stolen from Rubble's Wooden Mechanisms mod.''',
Expand Down
2 changes: 1 addition & 1 deletion scripts/putnam/pydwarf.materialsplus.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ def addaftertemplate(inorganic, addition):

@pydwarf.urist(
name = 'putnam.materialsplus',
version = 'alpha',
version = '1.0.0',
author = ('Putnam', 'Sophie Kirschner'),
description = 'Adds a bunch of materials to the game.',
compatibility = (pydwarf.df_0_34, pydwarf.df_0_40)
Expand Down
2 changes: 1 addition & 1 deletion scripts/putnam/pydwarf.microreduce.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

@pydwarf.urist(
name = 'putnam.microreduce',
version = 'alpha',
version = '1.0.0',
author = ('Putnam', 'Sophie Kirschner'),
description = 'A mod to reduce the amount of micromanagement in Dwarf Fortress. One-step soap making and clothesmaking!',
compatibility = pydwarf.df_0_40
Expand Down
2 changes: 1 addition & 1 deletion scripts/shukaro/pydwarf.creationforge.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

@pydwarf.urist(
name = 'shukaro.creationforge',
version = 'alpha',
version = '1.0.0',
author = ('Shukaro', 'Sophie Kirschner'),
description = '''This is a simple workshop I modded in to help test custom reactions,
buildings, and creatures. It's used to create various different items so that you
Expand Down
2 changes: 1 addition & 1 deletion scripts/shukaro/pydwarf.higherlearning.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

@pydwarf.urist(
name = 'shukaro.higherlearning',
version = 'alpha',
version = '1.0.0',
author = ('Shukaro', 'Sophie Kirschner'),
description = '''Have you ever wondered to yourself, "Man, my dwarves are such idiots,
I wish I could chisel some intelligence into their heads."? No? Then, er, disregard
Expand Down
2 changes: 1 addition & 1 deletion scripts/smeeprocket/pydwarf.transgender.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@

@pydwarf.urist(
name = 'smeeprocket.transgender',
version = 'alpha',
version = '1.0.0',
author = ('SmeepRocket', 'Sophie Kirschner'),
description = 'Adds transgender and intersex castes to creatures.',
arguments = {
Expand Down
2 changes: 1 addition & 1 deletion scripts/stal/pydwarf.armourypack.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ def removeattacks(dfraws, remove_attacks, remove_attacks_from):

@pydwarf.urist(
name = 'stal.armoury',
version = 'alpha',
version = '1.0.0',
author = ('Stalhansch', 'Sophie Kirschner'),
description = 'Attempts to improve the balance and realism of combat.',
arguments = {
Expand Down
4 changes: 2 additions & 2 deletions scripts/umiman/pydwarf.smallthings.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def getsmallraws():

@pydwarf.urist(
name = 'umiman.smallthings.prefstring',
version = 'alpha',
version = '1.0.0',
author = ('Umiman', 'Fieari', 'Sophie Kirschner'),
description = '''This mod simply just adds to the number of prefstrings for
everything in the game to a minimum of five each. Prefstrings are the stuff
Expand Down Expand Up @@ -79,7 +79,7 @@ def prefstring(dfraws):

@pydwarf.urist(
name = 'umiman.smallthings.engraving',
version = 'alpha',
version = '1.0.0',
author = ('Umiman', 'Fieari', 'Sophie Kirschner'),
description = '''Has this been done before? While I think it's impossible to change
any of the inbuilt engraving stuff like, "this is a picture of a dwarf and a
Expand Down
4 changes: 2 additions & 2 deletions scripts/witty/pydwarf.restrictednobles.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ def addwm(token, pretty): token.add('\n\t[%s] - WM ' % pretty)

@pydwarf.urist(
name = 'witty.restrictednobles',
version = 'alpha',
version = '1.0.0',
author = ('Witty', 'Sophie Kirschner'),
description = '''Witty: This is a pretty simple mod I've been meaning to make for a
while. This should restrict all nobles of a given dwarven civ to dwarves and only
Expand All @@ -32,7 +32,7 @@ def restrictnobles(raws, onlydwarves=False):

@pydwarf.urist(
name = 'witty.restrictednobles.custom',
version = 'alpha',
version = '1.0.0',
author = ('Witty', 'Sophie Kirschner'),
description = 'Allows allowing and preventing various species from becoming dwarven nobles.',
arguments = {
Expand Down

0 comments on commit 2c51336

Please sign in to comment.