16
I Use This!
Very Low Activity

Commits : Listings

Analyzed 26 days ago. based on code collected 26 days ago.
Jan 16, 2024 — Jan 16, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added a page to view, create and delete Character Life Event Relations. More... almost 9 years ago
Added a page to view, edit, create and delete Character Life Events. More... almost 9 years ago
Added a page to view, edit, create and delete Character Creation Events. More... almost 9 years ago
Fixed the generated dropdown menus to escape special characters in option names (like hammer & mace). More... almost 9 years ago
Fixed the javascript to now also work in IE, Opera, etc. More... almost 9 years ago
Made NPC-> specific KAs use the functionality from ka_trigger.php -> ka_details(), so the functionality on both pages is identical. (This also removes a lot of duplicate code.) More... almost 9 years ago
List KA triggers: More... almost 9 years ago
Excluded statements starting with "(SELECT" from the command log as well (used in UNION statements). More... almost 9 years ago
check npc triggers now also finds stacked triggers like "howdy. greetings. hello." (3 triggers in one). Revised some of the code, this script should now need 50% less SQL queries. More... almost 9 years ago
tribe recipes: Added multi page results support, made the table colors match the other tribes pages, made algorithm and requirements text areas in both create and edit. More... almost 9 years ago
Added functionality to create, edit and delete tribe members. More... almost 9 years ago
Made a page for listing sc_tribe_resources as well as editing, deleting and creating them. More... almost 9 years ago
Added a comment to clear up some code. More... almost 9 years ago
Results for Memories now get shown on multiple pages for larger amounts of memories. More... almost 9 years ago
Made a page for listing sc_tribe_memories as well as editing, deleting and creating them. More... almost 9 years ago
Made a page for listing sc_tribe_knowledge as well as editing, deleting and creating them. More... almost 9 years ago
Added a comment to help identify what the itemID field is referring to. More... almost 9 years ago
Made a page for listing sc_tribe_assets as well as editing, deleting and creating them. More... almost 9 years ago
Cleaned up some code, changed tables to be alternating colors per row and no border. Removed duplicate list tribe members code. Added a link to list all tribe members of all tribes. More... almost 9 years ago
Fixed: buffs defined in scripts can now contain & and ' characters and not receive undue errors. More... almost 9 years ago
Fix: sorting now remembers items per page. More... almost 9 years ago
Made the page seperator code generate valid XHTML More... almost 9 years ago
fixed: list combat view no longer reports double weapons and skills where there are none. The list now abides the "X per page" option. More... almost 9 years ago
require active magic now also accepts type="debuff" as valid "buff"s from progression scripts. More... almost 9 years ago
Fixed a bug where "player gives npc 12 tria" would result in a "tria is not stackable error, while it is actually a monetary unit, not an item. More... almost 9 years ago
Only require possessed/equipped item is case sensitive, all other instances of items are not. More... almost 9 years ago
changed access for edit category to edit. More... almost 9 years ago
Fixed some undefined variables ($sector 4 times) and $peoples in locationmap. More... almost 9 years ago
Aligned the username/password boxes on the login screen. More... almost 9 years ago
added a check for the presence of a semi-colon ';' in any 'run script' parameters. More... almost 9 years ago