Older
-
Overview (An overview of all the individual entries in the tutorial th...) Wiki page commented on by Jim.Wilbur
-
-
r51
(Added the tables for the quest system.) committed by buildingbrowsergames
- Added the tables for the quest system.
Added the tables for the quest system.
-
r50
(Added a database dump for the PHP and Perl versions of the t...) committed by buildingbrowsergames
- Added a database dump for the PHP and Perl versions of the tutorial.
Added a database dump for the PHP and Perl versions of the tutorial.
-
r49
(* Added: multiple area support, via explore.cgi
* Removed: f...) committed by buildingbrowsergames
- * Added: multiple area support, via explore.cgi
* Removed: forest.cgi - explore.cgi now fills the same role
* Added: multiple area support, via explore.cgi
* Removed: forest.cgi - explore.cgi now fills the same role
-
r48
(* Added: multiple area support, via explore.php
* Removed: f...) committed by buildingbrowsergames
- * Added: multiple area support, via explore.php
* Removed: forest.php - explore.php now fills the same role
* Added: multiple area support, via explore.php
* Removed: forest.php - explore.php now fills the same role
-
r47
(Adding experience to the combat system (Perl)) committed by buildingbrowsergames
- Adding experience to the combat system (Perl)
Adding experience to the combat system (Perl)
-
r46
(Adding experience to the combat system (PHP)) committed by buildingbrowsergames
- Adding experience to the combat system (PHP)
Adding experience to the combat system (PHP)
-
-
-
Overview
(An overview of all the individual entries in the tutorial th...) Wiki page edited by john.munsch
-
r42
(Using Items (Perl), added links to main pages) committed by buildingbrowsergames
- Using Items (Perl), added links to main pages
Using Items (Perl), added links to main pages
-
-
-
Overview
(An overview of all the individual entries in the tutorial th...) Wiki page added by john.munsch
-
-
-
r36
(Added an example of authorization being required to access a...) committed by john.munsch
- Added an example of authorization being required to access a page.
Added an example of authorization being required to access a page.
-
r35
(Added login verification to all controllers via inheritance ...) committed by john.munsch
- Added login verification to all controllers via inheritance from the Application controller
(excepting the Welcome, Users, and Sessions controller). Any new controllers after this point are
protected by default now.
Added login verification to all controllers via inheritance from the Application controller
(excepting the Welcome, Users, and Sessions controller). Any new controllers after this point are
protected by default now.
-
r34
(Integrating armor into our combat system (Perl,PHP)) committed by buildingbrowsergames
- Integrating armor into our combat system (Perl,PHP)
Integrating armor into our combat system (Perl,PHP)
-
r33
(Fixed another bug in armor selling from the armor shop (PHP)) committed by buildingbrowsergames
- Fixed another bug in armor selling from the armor shop (PHP)
Fixed another bug in armor selling from the armor shop (PHP)
-
-
r31
(fixed a bug when selling armor from the armor shop (PHP)) committed by buildingbrowsergames
- fixed a bug when selling armor from the armor shop (PHP)
fixed a bug when selling armor from the armor shop (PHP)
-
r30
(fixed a bug in weapon stats retrieval (Perl)) committed by buildingbrowsergames
- fixed a bug in weapon stats retrieval (Perl)
fixed a bug in weapon stats retrieval (Perl)
-
r29
(First pass at both the banking and healing functionality. It...) committed by john.munsch
- First pass at both the banking and healing functionality. It'll probably get tweaked some but this
is basically it.
First pass at both the banking and healing functionality. It'll probably get tweaked some but this
is basically it.
-
-
r27
(fixed a bug in the bank code - users can no longer deposit n...) committed by buildingbrowsergames
- fixed a bug in the bank code - users can no longer deposit negative amounts (Perl)
fixed a bug in the bank code - users can no longer deposit negative amounts (Perl)
-
r26
(fixed a bug in the bank code - users can no longer deposit n...) committed by buildingbrowsergames
- fixed a bug in the bank code - users can no longer deposit negative amounts (PHP)
fixed a bug in the bank code - users can no longer deposit negative amounts (PHP)
-
r25
(Removed the debugging code from the layout and added another...) committed by john.munsch
- Removed the debugging code from the layout and added another link to the attack page so they can
either go back to the forest for another encounter or can go straight home.
Removed the debugging code from the layout and added another link to the attack page so they can
either go back to the forest for another encounter or can go straight home.
-
r24
(fixed a bug in stats retrieval(PHP)) committed by buildingbrowsergames
- fixed a bug in stats retrieval(PHP)
fixed a bug in stats retrieval(PHP)
-
r23
(Integrating weapons into our combat system (Perl)) committed by buildingbrowsergames
- Integrating weapons into our combat system (Perl)
Integrating weapons into our combat system (Perl)
-
r22
(Added combat to the system. You can now go into the forest, ...) committed by john.munsch
- Added combat to the system. You can now go into the forest, encounter a monster, and attack or run
away.
Added combat to the system. You can now go into the forest, encounter a monster, and attack or run
away.
-
r21
(Forgot to set the cur_hp for the monsters.) committed by john.munsch
- Forgot to set the cur_hp for the monsters.
Forgot to set the cur_hp for the monsters.
-
r20
(Forgot to set the cur_hp for the monsters.) committed by john.munsch
- Forgot to set the cur_hp for the monsters.
Forgot to set the cur_hp for the monsters.
-
r19
(Integrating weapons into our combat system (PHP)) committed by buildingbrowsergames
- Integrating weapons into our combat system (PHP)
Integrating weapons into our combat system (PHP)
-
r18
(Adding a new test to see if the user or monster is alive and...) committed by john.munsch
- Adding a new test to see if the user or monster is alive and tweaks to the random monster retrieval
code (setting the number of hitpoints for a newly retrieved monster).
Adding a new test to see if the user or monster is alive and tweaks to the random monster retrieval
code (setting the number of hitpoints for a newly retrieved monster).
-
r17
(Made random monster encounters actually, you know, random. S...) committed by john.munsch
- Made random monster encounters actually, you know, random. Started adding the actions to the forest
controller which will be needed for user actions.
Made random monster encounters actually, you know, random. Started adding the actions to the forest
controller which will be needed for user actions.
-
r16
(Part way through writing " A Simple Combat System.") committed by john.munsch
- Part way through writing " A Simple Combat System."
Part way through writing " A Simple Combat System."
-
-
-
PBBGBlogs
(A list of blogs which are mostly or totally devoted to PBBGs...) Wiki page added by john.munsch
-
r12
(Changed the default stat values for the user (i.e. default a...) committed by john.munsch
- Changed the default stat values for the user (i.e. default attack is now five), added gold as a
stat, added titles to pages, some rudimentary styling to messages and form errors, and started
displaying the user stats for a logged in user.
Changed the default stat values for the user (i.e. default attack is now five), added gold as a
stat, added titles to pages, some rudimentary styling to messages and form errors, and started
displaying the user stats for a logged in user.
-
r11
(Added some simple JavaScript to automatically set focus on t...) committed by john.munsch
- Added some simple JavaScript to automatically set focus on the forms.
Added some simple JavaScript to automatically set focus on the forms.
-
r10
(Added a welcome message to the user for the templating entry...) committed by john.munsch
- Added a welcome message to the user for the templating entry which will be posted within a few days.
Added a welcome message to the user for the templating entry which will be posted within a few days.
-
r9
(Added stats to the user (attack, defense, and magic).
) committed by john.munsch
- Added stats to the user (attack, defense, and magic).
Added stats to the user (attack, defense, and magic).
-
r8
(Told it to ignore all the log files in the future.
) committed by john.munsch
- Told it to ignore all the log files in the future.
Told it to ignore all the log files in the future.
-
r7
(initial import - Perl tutorial) committed by buildingbrowsergames
- initial import - Perl tutorial
initial import - Perl tutorial
-
-
r5
(Initial revision.) committed by john.munsch
- Initial revision.
-
r4
(Nuke the old version of the pbbg code. The project is gettin...) committed by john.munsch
- Nuke the old version of the pbbg code. The project is getting a reboot with restful_authentication
used from the beginning instead of hand written registration and login.
Nuke the old version of the pbbg code. The project is getting a reboot with restful_authentication
used from the beginning instead of hand written registration and login.
-
r3
(Initial revision.) committed by john.munsch
- Initial revision.
|