Commit Graph

43 Commits

Author SHA1 Message Date
35b0e07e4e Did a lot of updating and moving around to make fights and exploring work with HTMX 2024-12-19 10:04:03 -06:00
74a0e32cb7 Update healing spell logic, and add HTMX 2024-12-19 09:12:54 -06:00
8b3b1845dc Start rewriting README, move explore, fix buying maps, fix showchar 2024-12-18 23:09:04 -06:00
27f38f7ebc Update town behavior to HTMX, fix some redirect issues 2024-12-18 18:47:28 -06:00
5fa648ab7b Continue updating rendering and user access 2024-12-18 17:00:23 -06:00
58012f5808 Update query log on requests 2024-12-18 11:09:00 -06:00
8084a84576 Update page title handling, reduce reliance on JS 2024-12-18 11:05:11 -06:00
faefbb37d4 Made the babblebox a live, reactive component 2024-12-18 10:51:29 -06:00
1b9106fadb So many changes... sheesh. Adds HTMX, reworks rendering, etc 2024-12-18 10:00:41 -06:00
169e617989 big model changes 2024-12-17 22:10:49 -06:00
3291c1caa6 Lots of rendering fixes, adjust user table, add settings, skins 2024-12-16 19:58:46 -06:00
f7f6e7fb97 Clean up some redundancy 2024-12-15 22:02:49 -06:00
02533addb4 Update query log to be more useful 2024-12-14 14:12:14 -06:00
adcd4166c6 Fix help footer, do some lib housekeeping and improve parse function. 2024-12-14 14:01:35 -06:00
240f121298 Remaining user pages have been updated to new renderer 2024-12-14 13:39:22 -06:00
10fa8e423a Admin now uses new renderer and has it's own CSS and layout. 2024-12-14 13:31:23 -06:00
3152cca51f Primary and side navs now use the new renderer 2024-12-14 13:14:41 -06:00
bf0b05064a Fix registration and update register form to new render 2024-12-13 22:21:11 -06:00
c2e15d580a Update showchar to use new renderer, move display logic 2024-12-13 22:14:44 -06:00
2801550bdd Switch babblebox and map to new render model. Add positioning dot to map. 2024-12-13 17:28:51 -06:00
93638f65d4 Add query log debugging via a constant flag 2024-12-13 16:52:03 -06:00
30588252d8 Moved admin to new router/actions model 2024-12-13 16:09:57 -06:00
d10d69fb1a Fix some links, onlinetime update 2024-12-13 15:24:08 -06:00
5235239c1c Completely move functions to new routing and namespaces 2024-12-13 14:57:48 -06:00
5ea0de2ae1 Town page no longer uses tables 2024-12-13 13:15:04 -06:00
82a2e42cb9 Right nax no longer uses tables 2024-12-13 12:51:10 -06:00
61ae46714d Left nav no longer uses tables 2024-12-13 12:47:29 -06:00
2b53868f52 Update move buttons to old compass graphic 2024-12-13 12:40:13 -06:00
67cacf7882 Primary layout no longer uses table 2024-12-13 12:04:19 -06:00
ba4719f97a Move images, move CSS to file, add router, refactor links 2024-12-13 11:42:22 -06:00
042bca2364 Add new form validator 2024-12-13 10:24:52 -06:00
9348c17179 Completely repair admin panel 2024-12-12 18:36:30 -06:00
7e9ce285e0 Restore forum functionality, remove forum settings from control 2024-12-12 12:34:35 -06:00
b4d188de16 Repair all users page functionality 2024-12-12 12:05:28 -06:00
2b6ec4d4ab Completely rework help page 2024-12-12 11:28:19 -06:00
ea7e6e8646 remove difficulty, finish index refactor 2024-12-12 09:33:17 -06:00
Jamin Blount
5d0ec593d2 v1.1.11
### 1.1.11 (3.26.2006) ###
### Thanks to r0xes & Adam. :)
- Added recursive htmlspecialchars to the rest of the superglobal
security in lib.php.
- Fixed a bug that allowed blank passwords.
- Updated copyright dates as necessary.
2017-02-05 11:12:22 -06:00
Jamin Blount
7aca9dfc9c v1.1.9
### 1.1.9 (3.2.2005) ###
### Thanks to xudzh and ChAoS and Adam. :)
- Character names now have validation checking.
- Fixed babblebox bug when used in Internet Exploder.
- Updated the admin menu link to the main game page for the new path.
- Updated the link to the official DK forums in the Help file.
2017-02-05 11:09:00 -06:00
Jamin Blount
27eb6c15a7 v1.1.0
### 1.1.0 (2.27.2004) ###
### Thanks to Miker, Yop, Mantagnana & Maebius for bug reports & feature
ideas. :)
- Added option to verify registration emails.
- Added options to turn off display of news/online/babblebox in towns.
- Added gameurl and adminemail fields to control table.
- Added ability to ban a user without deleting the account.
- Added rules for passwords (alphanumeric, maxlength=10).
- Added page where users can change their passwords.
- Added a page for lost passwords.
- Fixed bugs in users.php to use doquery() instead of mysql_query().
- Fixed bug in installer program when creating the admin user account.
- Changed the way towns and spells are handled in the user account.
- Removed some deprecated code from the onlinechar() function.
2017-02-05 10:58:20 -06:00
Jamin Blount
0c62ab23f2 v1.0.4
### 1.0.4 (2.14.2004) ###
### Thanks to Maebius & Mantagnana. :)
- Fixed babblebox bug.
- More checks to ensure experience/gold doesn't go over the database
field limit.
- Fixed bug with dropcode and levelups.
- Added visual warning if your exp/gold are maxed out.
- Fixed minor experience bug in Extended Character Stats.
- Fixed minor display bug in admin template.
2017-02-05 10:57:01 -06:00
Jamin Blount
1d735ed237 v1.0.3
v1.0.3
2017-02-05 10:55:54 -06:00
Jamin Blount
6cc33515e7 v1.0.1
v1.0.1
2017-02-05 10:51:23 -06:00
Jamin Blount
accb18b059 v1.0.0
The first "final" version of Dragon Knight.
2017-02-05 10:49:37 -06:00