94 Commits

Author SHA1 Message Date
ddc5bd5f6e finish fixing template method calls/chaining, simplify templates 2025-08-22 20:54:14 -05:00
b5e3413c63 build up forum features, work in method/func calls in template engine 2025-08-22 18:55:00 -05:00
340d4cf6e8 forum threads 2025-08-22 17:52:16 -05:00
c147df63dc clean up image files 2025-08-22 15:58:13 -05:00
b94d768b5c start forum routes, fix db concurrency issue, add new font for headings 2025-08-22 15:56:50 -05:00
84e7c68f0b remove old js links 2025-08-22 15:03:34 -05:00
38a39790cf move database wrapper to its own library, add migration functionality 2025-08-22 15:01:24 -05:00
888fd70a6f finish implementing classes 2025-08-22 14:34:27 -05:00
02158041e8 first pass on classes model, move database.sql to first migration file to implement migrations 2025-08-22 12:05:45 -05:00
49bf5f28cf add monster images, fix level up calc 2025-08-22 10:04:23 -05:00
8a3486487b fix finding towns during movement 2025-08-22 09:23:10 -05:00
35d58476dc repo cleanup 2025-08-22 09:10:00 -05:00
cfc1256d02 fix lots of little bugs and get last_online working 2025-08-22 09:09:15 -05:00
ee19412965 init control, fix to snake case 2025-08-22 08:19:17 -05:00
75a1927d3a finish migration back to sqlite, update routes/actions et cetera 2025-08-22 07:47:01 -05:00
3df8f29a4c start new database creation script 2025-08-21 23:05:10 -05:00
09574294a4 finish model migration back to SQLite 2025-08-21 22:35:41 -05:00
412baeb46d first pass migrate back to sqlite 2025-08-21 18:00:46 -05:00
68ec8ce5ea clean up db vars fix exp calc calls 2025-08-21 13:48:04 -05:00
c362475bae fix request time tracking, exp calc 2025-08-21 12:04:17 -05:00
e5e9167854 migrate to sushi/nigiri 2025-08-21 06:59:44 -05:00
2d958bf8c4 Work on level ups, exp management, rewards, attack scaling, etc 2025-08-15 11:49:39 -05:00
9e17ab9bea implement monster moves, update log tracking to "action codes" for storage, add notices for actions taken 2025-08-15 10:11:24 -05:00
0d3afffb1e add action handlers, update action tracking, add monster images, fix form 2025-08-15 08:03:17 -05:00
de0381f668 work on fight system, pass 2 2025-08-14 22:33:51 -05:00
674cfce506 create fights, disable compass 2025-08-14 19:05:35 -05:00
3fd28e0cd9 add actions string array 2025-08-14 18:39:10 -05:00
d2d4927314 create initial fights structure 2025-08-14 18:36:59 -05:00
b42f4fc983 make error/success notices global, add framework for confirmation modals 2025-08-14 18:12:24 -05:00
9a5ed65f04 implement teleporting to towns via maps 2025-08-14 17:37:21 -05:00
53567c9603 move components to top level internal 2025-08-14 17:19:23 -05:00
b778469365 fix session management and storage 2025-08-14 17:15:55 -05:00
2bbff01c0d clean up go mod, fix session persistence 2025-08-14 16:32:47 -05:00
bfe6c12a7a move middleware/auth to its own package, more work on session management 2025-08-14 16:00:07 -05:00
c5218c6061 housekeeping 2025-08-14 15:20:47 -05:00
4a5f0debf6 completely rework session and auth for simplification, replace query counter with memory tracker 2025-08-14 15:09:02 -05:00
41ab6dff13 update user defaults 2025-08-14 14:09:45 -05:00
82ef4b31d4 fix panic when not-logged-in user hits root route 2025-08-14 13:43:42 -05:00
9629bd9d74 re-add /tmp for air 2025-08-14 13:11:12 -05:00
40b09278af finish explore page, fix coord display issue 2025-08-14 12:44:56 -05:00
adcaa609a6 preserve ID order when persisting to JSON to prevent git churn 2025-08-14 12:17:05 -05:00
7b99ffc02c refactor sessions, auth, cookies, etc. 2025-08-14 12:13:23 -05:00
c083c55212 move models to /internal/models 2025-08-14 11:44:10 -05:00
869464944a finish migration to in-memory structs 2025-08-14 11:22:42 -05:00
21acb38157 enhance basestore with common operations, simplify monsters 2025-08-13 22:29:13 -05:00
c2eeaa2f42 migrate all models to in-memory 2025-08-13 22:24:40 -05:00
958a7098a2 work on converting to in-memory 2025-08-13 19:15:01 -05:00
71245b1655 first pass on move/explore logic 2025-08-13 18:19:54 -05:00
cb532efc39 finish map buying 2025-08-13 16:39:29 -05:00
53f778c323 work template engine, implement item purchase and equip 2025-08-13 10:17:52 -05:00