git » fp-git.git » commit 2b4acba

Deprecated files.

author ecalot
2005-02-28 16:37:55 UTC
committer ecalot
2005-02-28 16:37:55 UTC
parent 0d0f647d113fcde524c4e4c90a8fdb5f44b33fbe

Deprecated files.

stuff/FP-Attic/states_conf_properties.awk +0 -34
stuff/FP-Attic/statesproperties.conf +0 -37

diff --git a/stuff/FP-Attic/states_conf_properties.awk b/stuff/FP-Attic/states_conf_properties.awk
deleted file mode 100644
index 9ffedca..0000000
--- a/stuff/FP-Attic/states_conf_properties.awk
+++ /dev/null
@@ -1,34 +0,0 @@
-#   Princed V3 - Prince of Persia Level Editor for PC Version
-#   Copyright (C) 2003 Princed Development Team
-#
-#   This program is free software; you can redistribute it and/or modify
-#   it under the terms of the GNU General Public License as published by
-#   the Free Software Foundation; either version 2 of the License, or
-#   (at your option) any later version.
-#
-#   This program is distributed in the hope that it will be useful,
-#   but WITHOUT ANY WARRANTY; without even the implied warranty of
-#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-#   GNU General Public License for more details.
-#
-#   You should have received a copy of the GNU General Public License
-#   along with this program; if not, write to the Free Software
-#   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
-#
-#   The authors of this program may be contacted at http://forum.princed.com.ar
-
-# states_conf_properties.awk: FreePrince : properties.conf parser
-# \xaf\xaf\xaf\xaf\xaf\xaf\xaf\xaf\xaf\xaf\xaf\xaf\xaf\xaf\xaf\xaf\xaf\xaf\xaf\xaf\xaf\xaf\xaf\xaf\xaf\xaf
-# Copyright 2004, 2003 Princed Development Team
-#  Created: 16 Oct 2004
-#
-#  Author: Enrique Calot <ecalot.cod@princed.com.ar>
-#
-# Note:
-#  DO NOT remove this copyright notice
-#
-
-/^([ ]*[^# ].*)$/ {
-	printf("#define STATES_COND_%s %d\n",toupper($1),$2)
-}
-
diff --git a/stuff/FP-Attic/statesproperties.conf b/stuff/FP-Attic/statesproperties.conf
deleted file mode 100644
index 04c1d41..0000000
--- a/stuff/FP-Attic/statesproperties.conf
+++ /dev/null
@@ -1,37 +0,0 @@
-#   Princed V3 - Prince of Persia Level Editor for PC Version
-#   Copyright (C) 2003 Princed Development Team
-#
-#   This program is free software; you can redistribute it and/or modify
-#   it under the terms of the GNU General Public License as published by
-#   the Free Software Foundation; either version 2 of the License, or
-#   (at your option) any later version.
-#
-#   This program is distributed in the hope that it will be useful,
-#   but WITHOUT ANY WARRANTY; without even the implied warranty of
-#   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-#   GNU General Public License for more details.
-#
-#   You should have received a copy of the GNU General Public License
-#   along with this program; if not, write to the Free Software
-#   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
-#
-#   The authors of this program may be contacted at http://forum.princed.com.ar
-
-# statesproperties.conf: FreePrince : States properties
-# \xaf\xaf\xaf\xaf\xaf\xaf\xaf\xaf\xaf\xaf\xaf\xaf\xaf\xaf\xaf\xaf\xaf\xaf\xaf\xaf\xaf
-# Copyright 2004, 2003 Princed Development Team
-#  Created: 15 Oct 2004
-#
-#  Author: Enrique Calot <ecalot.cod@princed.com.ar>
-#
-# Note:
-#  DO NOT remove this copyright notice
-#
-
-#Key types
-pressed     1
-notPressed  0
-#Tile types
-careful     0
-walkable    1
-empty       2