/[drupal]/contributions/modules/rpg/rpg.module
ViewVC logotype

Log of /contributions/modules/rpg/rpg.module

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Tag:

Revision 1.60 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Apr 26 01:16:29 2008 UTC (19 months ago) by aaron
Branch: MAIN
CVS Tags: HEAD
Changes since 1.59: +1 -2 lines
Diff to previous 1.59
allow hook_rpg_pc_types to know calling user account

Revision 1.59 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Apr 26 01:03:25 2008 UTC (19 months ago) by aaron
Branch: MAIN
Changes since 1.58: +40 -13 lines
Diff to previous 1.58
catchup

Revision 1.58 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Mar 8 00:31:03 2008 UTC (20 months, 2 weeks ago) by aaron
Branch: MAIN
Changes since 1.57: +328 -50 lines
Diff to previous 1.57
fix character creation process, so it correctly selects the character
change object insertion so it uses rpg_set instead of _rpg_set_raw

Revision 1.57 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Feb 13 19:21:35 2008 UTC (21 months, 1 week ago) by ax
Branch: MAIN
Changes since 1.56: +5 -2 lines
Diff to previous 1.56
Doxygen comments: don't use @mainpage (this is reserved for a index page for *all* contrib modules), but @defgroup/@ingroup grouping.

Revision 1.56 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Feb 10 03:32:07 2008 UTC (21 months, 2 weeks ago) by aaron
Branch: MAIN
Changes since 1.55: +2 -2 lines
Diff to previous 1.55
show dimly lit objects in dark room
don't display objects in dark room
change name to title where needed
check for dark room titles & descs
added lightness

Revision 1.55 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 3 01:59:56 2008 UTC (22 months, 3 weeks ago) by aaron
Branch: MAIN
Changes since 1.54: +95 -36 lines
Diff to previous 1.54
begin rpg_mods for attribute modifiers

Revision 1.54 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 6 22:52:43 2007 UTC (23 months, 3 weeks ago) by aaron
Branch: MAIN
Changes since 1.53: +0 -0 lines
Diff to previous 1.53
add simple combat
fix errors in blocks

Revision 1.53 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 5 15:59:33 2007 UTC (23 months, 3 weeks ago) by aaron
Branch: MAIN
Changes since 1.52: +8 -1 lines
Diff to previous 1.52
theme some message output
admin links in theme_rpg_drudge_name
take/drop/move actions
organize available actions block by object
add contents to room block
clean up actions

Revision 1.52 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Nov 30 20:02:02 2007 UTC (23 months, 3 weeks ago) by aaron
Branch: MAIN
Changes since 1.51: +24 -8 lines
Diff to previous 1.51
update.php: clear cache_rpg to rebuild object types
clear cache_rpg on type edit to rebuild object types
fix new object creation forms
fix bug with listable_contents

Revision 1.51 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 28 03:43:31 2007 UTC (23 months, 4 weeks ago) by aaron
Branch: MAIN
Changes since 1.50: +2 -1 lines
Diff to previous 1.50
object = arg(2) w/ rpg/view

Revision 1.50 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Nov 28 03:26:30 2007 UTC (23 months, 4 weeks ago) by aaron
Branch: MAIN
Changes since 1.49: +8 -3 lines
Diff to previous 1.49
add temporary objects to global $rpg (for new insert forms)
create rpg_object_types table

Revision 1.49 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Nov 26 21:20:32 2007 UTC (2 years ago) by aaron
Branch: MAIN
Changes since 1.48: +221 -70 lines
Diff to previous 1.48
rpg_action
rpg_event
rpg_skill
various blocks to display messages/actions/etc
new hooks for actions

Revision 1.48 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 1 14:34:49 2007 UTC (2 years ago) by aaron
Branch: MAIN
Changes since 1.47: +0 -2 lines
Diff to previous 1.47
allow listener to be optional in rpg_messages

Revision 1.47 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Nov 1 14:17:20 2007 UTC (2 years ago) by aaron
Branch: MAIN
Changes since 1.46: +2 -124 lines
Diff to previous 1.46
DELETE rpg_messages & rpg_message_listeners tables (no update provided)
created install/info files for rpg_message
seperated messages into rpg_message.module

Revision 1.46 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Oct 31 21:47:03 2007 UTC (2 years ago) by aaron
Branch: MAIN
Changes since 1.45: +144 -10 lines
Diff to previous 1.45
need to wipe out old tables if you're using this, and reinstall
added message handling
added rooms/exits

Revision 1.45 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Oct 30 00:52:44 2007 UTC (2 years ago) by aaron
Branch: MAIN
Changes since 1.44: +22 -1 lines
Diff to previous 1.44
character select page
fix save serialize bug

Revision 1.44 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Oct 26 13:47:56 2007 UTC (2 years, 1 month ago) by aaron
Branch: MAIN
Changes since 1.43: +40 -33 lines
Diff to previous 1.43
pc character forms

Revision 1.43 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Oct 25 14:03:52 2007 UTC (2 years, 1 month ago) by aaron
Branch: MAIN
Changes since 1.42: +196 -132 lines
Diff to previous 1.42
object browsing at rpg/view
object creation/edit forms at rpg/create
fix up rpg_get/set/verify

Revision 1.42 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Sep 29 02:44:26 2007 UTC (2 years, 1 month ago) by aaron
Branch: MAIN
Changes since 1.41: +51 -15 lines
Diff to previous 1.41
some notes of things to remove from code after verifying they're not needed anymore
documentation & todo notes (specifically for events)
clean up rpg.db.inc a bit
save rpg objects (not tested yet)

Revision 1.41 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Sep 19 11:54:53 2007 UTC (2 years, 2 months ago) by aaron
Branch: MAIN
Changes since 1.40: +198 -108 lines
Diff to previous 1.40
create rpg_set, rpg_set_raw, and rpg_verify
create rpg_get_raw
complete rpg_get functionality
separate classes into new module: rpg_base_classes.module

Revision 1.40 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 17 03:06:08 2007 UTC (2 years, 2 months ago) by aaron
Branch: MAIN
Changes since 1.39: +42 -7 lines
Diff to previous 1.39
allow import of types and attributes from rulesets
separate ruleset types by new & system-defined

Revision 1.39 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Sep 11 12:43:56 2007 UTC (2 years, 2 months ago) by aaron
Branch: MAIN
Changes since 1.38: +5 -5 lines
Diff to previous 1.38
tweaks, todo stuff

Revision 1.38 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 10 03:13:18 2007 UTC (2 years, 2 months ago) by aaron
Branch: MAIN
Changes since 1.37: +1 -27 lines
Diff to previous 1.37
remove rpg_load_rulesets from main rpg module (moved to contrib)

Revision 1.37 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Sep 10 03:09:00 2007 UTC (2 years, 2 months ago) by aaron
Branch: MAIN
Changes since 1.36: +2 -2 lines
Diff to previous 1.36
created initial ruleset module import admin screens
reformatted drudge types for easier reading/modification
added rpg_rulesets.module

Revision 1.36 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Sep 9 11:55:37 2007 UTC (2 years, 2 months ago) by aaron
Branch: MAIN
Changes since 1.35: +2 -2 lines
Diff to previous 1.35
fix vars passed by reference error

Revision 1.35 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Sep 9 02:51:12 2007 UTC (2 years, 2 months ago) by aaron
Branch: MAIN
Changes since 1.34: +64 -1 lines
Diff to previous 1.34
rewrite rpg_get
#fapi style arrays in ruleset
document

Revision 1.34 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Aug 20 14:59:55 2007 UTC (2 years, 3 months ago) by aaron
Branch: MAIN
Changes since 1.33: +200 -113 lines
Diff to previous 1.33
add action forms
add action tables
api documentation

Revision 1.33 - (view) (download) (as text) (annotate) - [select for diffs]
Sun Aug 19 02:49:42 2007 UTC (2 years, 3 months ago) by aaron
Branch: MAIN
Changes since 1.32: +54 -10 lines
Diff to previous 1.32
fix bug that causes blank screen for new installs
begin support for ruleset imports
remove module-defined types

Revision 1.32 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Jun 1 00:38:55 2007 UTC (2 years, 5 months ago) by aaron
Branch: MAIN
Changes since 1.31: +34 -18 lines
Diff to previous 1.31
allow hooks to modify tables created for attributes

Revision 1.31 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 31 06:00:00 2007 UTC (2 years, 5 months ago) by aaron
Branch: MAIN
Changes since 1.30: +41 -7 lines
Diff to previous 1.30
dynamically create rpg object-attribute tables
began adding class data for attributes
began work on bootstrapping types
separate add/edit attribute forms

Revision 1.30 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 30 03:40:01 2007 UTC (2 years, 5 months ago) by aaron
Branch: MAIN
Changes since 1.29: +81 -66 lines
Diff to previous 1.29
begin attribute edit form
theme_rpg_admin_types
move some admin forms to rpg.admin.inc
rpg_include_admin();
when adding overridden attributes, automatically add and redirect to new edit screen
fpo for rpg_admin_type_actions
validate type edit form

Revision 1.29 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 23 02:37:13 2007 UTC (2 years, 6 months ago) by aaron
Branch: MAIN
Changes since 1.28: +0 -0 lines
Diff to previous 1.28
set up inherited attributes
store inherited/defined attributes in types ['attributes']['inherited/defined']
include inherited type order in rpg_types ['order']

Revision 1.28 - (view) (download) (as text) (annotate) - [select for diffs]
Wed May 23 02:35:42 2007 UTC (2 years, 6 months ago) by aaron
Branch: MAIN
Changes since 1.27: +54 -6 lines
Diff to previous 1.27
set up inherited attributes
store inherited/defined attributes in types ['attributes']['inherited/defined']
include inherited type order in rpg_types ['order']

Revision 1.27 - (view) (download) (as text) (annotate) - [select for diffs]
Sun May 20 00:51:22 2007 UTC (2 years, 6 months ago) by aaron
Branch: MAIN
Changes since 1.26: +73 -7 lines
Diff to previous 1.26
dynamically create new tables for attributes
add new attribute info into table
start admin page to add new attribute
create function rpg_attribute_classes
create hook_rpg_attribute_class_info

Revision 1.26 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 19 11:09:56 2007 UTC (2 years, 6 months ago) by aaron
Branch: MAIN
Changes since 1.25: +2 -2 lines
Diff to previous 1.25
start admin page to add new attribute (currently just lists defined attribute classes)
create function rpg_attribute_classes
create hook_rpg_attribute_class_info

Revision 1.25 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 19 11:05:46 2007 UTC (2 years, 6 months ago) by aaron
Branch: MAIN
Changes since 1.24: +77 -14 lines
Diff to previous 1.24
start admin page to add new attribute (currently just lists defined attribute classes)
create function rpg_attribute_classes
create hook_rpg_attribute_class_info

Revision 1.24 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 18 02:33:59 2007 UTC (2 years, 6 months ago) by aaron
Branch: MAIN
Changes since 1.23: +36 -82 lines
Diff to previous 1.23
fix module-defined type lock (previously also locked all types)
install attribute tables
move rarely-called internal cache definition functions to external inc file

Revision 1.23 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 11 02:13:04 2007 UTC (2 years, 6 months ago) by aaron
Branch: MAIN
Changes since 1.22: +16 -3 lines
Diff to previous 1.22
begin form for type attributes

Revision 1.22 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 11 00:07:59 2007 UTC (2 years, 6 months ago) by aaron
Branch: MAIN
Changes since 1.21: +24 -265 lines
Diff to previous 1.21
move internal admin functions to include file

Revision 1.21 - (view) (download) (as text) (annotate) - [select for diffs]
Thu May 10 03:08:17 2007 UTC (2 years, 6 months ago) by aaron
Branch: MAIN
Changes since 1.20: +80 -12 lines
Diff to previous 1.20
admin type add screen
added type locks for module-defined types
documentation
outline todo list

Revision 1.20 - (view) (download) (as text) (annotate) - [select for diffs]
Sat May 5 01:02:53 2007 UTC (2 years, 6 months ago) by aaron
Branch: MAIN
Changes since 1.19: +90 -7 lines
Diff to previous 1.19
add admin menu items for type actions & attributes

Revision 1.19 - (view) (download) (as text) (annotate) - [select for diffs]
Fri May 4 14:03:45 2007 UTC (2 years, 6 months ago) by aaron
Branch: MAIN
Changes since 1.18: +281 -20 lines
Diff to previous 1.18
action points

Revision 1.18 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Apr 25 02:49:23 2007 UTC (2 years, 7 months ago) by aaron
Branch: MAIN
Changes since 1.17: +129 -357 lines
Diff to previous 1.17
list invoked actions on object view page
invoke actions
theme object views
fix saving data on submit
fix setting location
move db functions to rpg.db.inc
move move functions to rpg_tangible (to allow for separate handling of coordinate systems)
del rpg.move.inc
move include functions to rpg.include.inc; only include if we're using them

Revision 1.17 - (view) (download) (as text) (annotate) - [select for diffs]
Fri Apr 13 02:36:31 2007 UTC (2 years, 7 months ago) by aaron
Branch: MAIN
Changes since 1.16: +593 -576 lines
Diff to previous 1.16
rpg_get and rpg_set
Writing function documentation
Cache object type invocation order
Create rpg_invoke to call types in ascending order of depth, with passed variables
Set up global $rpg for objects, to begin acting as a wrapper for objects
Begin development of substitution translation, extending t() with rpg_t()
Allow multiple inheritance of object types
Rewrite engine to use separate object tables rather than node integration

Revision 1.16
Fri Apr 13 02:29:57 2007 UTC (2 years, 7 months ago) by aaron
Branch: MAIN
Changes since 1.15: +1 -1 lines
FILE REMOVED
rewrite of engine: clear directory of old engine

Revision 1.15 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 16 13:53:28 2007 UTC (2 years, 10 months ago) by aaron
Branch: MAIN
Changes since 1.14: +13 -9 lines
Diff to previous 1.14
separate validate ref functions

Revision 1.14 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 15 17:04:08 2007 UTC (2 years, 10 months ago) by aaron
Branch: MAIN
Changes since 1.13: +2 -2 lines
Diff to previous 1.13
remove bug that logged in anon users to root account (bad, bad)

Revision 1.13 - (view) (download) (as text) (annotate) - [select for diffs]
Mon Jan 15 15:44:58 2007 UTC (2 years, 10 months ago) by aaron
Branch: MAIN
Changes since 1.12: +141 -93 lines
Diff to previous 1.12
begin work on actions & rpg/play blocks

Revision 1.12 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Jan 4 22:21:38 2007 UTC (2 years, 10 months ago) by aaron
Branch: MAIN
Changes since 1.11: +60 -15 lines
Diff to previous 1.11
character select stuff

Revision 1.11 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Jan 3 21:56:55 2007 UTC (2 years, 10 months ago) by aaron
Branch: MAIN
Changes since 1.10: +33 -39 lines
Diff to previous 1.10
added rpg actions; started work on rpg/play page and character select/create

Revision 1.10 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Jan 2 15:50:06 2007 UTC (2 years, 10 months ago) by aaron
Branch: MAIN
Changes since 1.9: +123 -272 lines
Diff to previous 1.9
action rounds; rpg messages (per player)

Revision 1.9 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 19 15:33:21 2006 UTC (2 years, 11 months ago) by aaron
Branch: MAIN
Changes since 1.8: +4 -1 lines
Diff to previous 1.8
correct url for cck types

Revision 1.8 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 19 04:11:10 2006 UTC (2 years, 11 months ago) by aaron
Branch: MAIN
Changes since 1.7: +58 -20 lines
Diff to previous 1.7
cache & other things

Revision 1.7 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 19 02:20:28 2006 UTC (2 years, 11 months ago) by aaron
Branch: MAIN
Changes since 1.6: +28 -14 lines
Diff to previous 1.6
start move_to

Revision 1.6 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 19 01:32:42 2006 UTC (2 years, 11 months ago) by aaron
Branch: MAIN
Changes since 1.5: +86 -114 lines
Diff to previous 1.5
divide functionality into contrib modules

Revision 1.5 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 14 16:02:28 2006 UTC (2 years, 11 months ago) by aaron
Branch: MAIN
Changes since 1.4: +3 -3 lines
Diff to previous 1.4
access in menu

Revision 1.4 - (view) (download) (as text) (annotate) - [select for diffs]
Thu Dec 14 16:00:04 2006 UTC (2 years, 11 months ago) by aaron
Branch: MAIN
Changes since 1.3: +79 -11 lines
Diff to previous 1.3
begin theming for pc creation pages

Revision 1.3 - (view) (download) (as text) (annotate) - [select for diffs]
Tue Dec 12 19:47:29 2006 UTC (2 years, 11 months ago) by aaron
Branch: MAIN
Changes since 1.2: +323 -37 lines
Diff to previous 1.2
untangling from cck after all

Revision 1.2 - (view) (download) (as text) (annotate) - [select for diffs]
Sat Dec 9 21:52:30 2006 UTC (2 years, 11 months ago) by aaron
Branch: MAIN
Changes since 1.1: +402 -1 lines
Diff to previous 1.1
initial work on rpg.module, for settings & rooms

Revision 1.1 - (view) (download) (as text) (annotate) - [select for diffs]
Wed Dec 6 20:26:17 2006 UTC (2 years, 11 months ago) by aaron
Branch: MAIN
rpg module -- in major development. not only does it not do anything yet, it does absolutely nothing yet. just a few notes.

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, select a symbolic revision name using the selection box, or choose 'Use Text Field' and enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

  ViewVC Help
Powered by ViewVC 1.1.2