-
04e081c31a
Small improvement
Dennis Postma
2025-01-01 21:19:35 +01:00
-
599264b362
TS fix
Dennis Postma
2025-01-01 21:03:42 +01:00
-
6f84238503
Minor TS improvement
Dennis Postma
2025-01-01 20:59:30 +01:00
-
586bb0ca83
#293: Changed IDs to UUIDs for all entities
Dennis Postma
2025-01-01 20:53:05 +01:00
-
465219276d
Added update & delete rules to entities
Dennis Postma
2025-01-01 20:44:36 +01:00
-
11d30351ba
Bug fix for loading sprite actions
Dennis Postma
2025-01-01 20:44:16 +01:00
-
85af73c079
renamed id to characterId
Dennis Postma
2025-01-01 17:49:10 +01:00
-
9c28b10383
format & lint
Dennis Postma
2025-01-01 04:48:30 +01:00
-
495e9f192e
Joining, leaving rooms and teleporting works again + refactor
Dennis Postma
2025-01-01 04:46:00 +01:00
-
30b2028bd8
Fix for creating new characters, added teleport function to zone character model
Dennis Postma
2025-01-01 03:00:03 +01:00
-
9d6a8730a9
Added socket helper functions
Dennis Postma
2024-12-31 15:27:31 +01:00
-
ba12674e7c
Moved more socket logic into socket manager for easier DX
feature/#292-new-orm
Dennis Postma
2024-12-30 02:39:31 +01:00
-
a5c941cbb0
Added note, added new init migration
Dennis Postma
2024-12-30 01:37:49 +01:00
-
0f017cfe10
Removed Prisma related files
Dennis Postma
2024-12-29 13:05:56 +01:00
-
c9cc5be519
Minor improvement for server.start()
Dennis Postma
2024-12-29 02:38:22 +01:00
-
ce073a67af
Added socketManager and moved logic into it where appropiate
Dennis Postma
2024-12-29 02:35:50 +01:00
-
cb6fcbcb8e
Maybe 3
Dennis Postma
2024-12-29 01:43:24 +01:00
-
ba0ceda03a
Maybe 2
Dennis Postma
2024-12-29 01:30:06 +01:00
-
4745fb5145
maybe
Dennis Postma
2024-12-29 01:26:24 +01:00
-
30cce5845c
Removed config variable
Dennis Postma
2024-12-29 00:42:18 +01:00
-
2d43b3f1d2
WIP zone loading
Dennis Postma
2024-12-29 00:40:11 +01:00
-
045c693329
Removed characterJoin and characterLeave
Dennis Postma
2024-12-28 23:48:37 +01:00
-
ff01e41c8f
Moved funcs to basEvent
Dennis Postma
2024-12-28 23:15:00 +01:00
-
8781bf43a1
a
Dennis Postma
2024-12-28 22:23:04 +01:00
-
1223ae42ef
Updated socket middleware
Dennis Postma
2024-12-28 22:19:08 +01:00
-
6e58de8840
Improvements to weatherManager
Dennis Postma
2024-12-28 22:17:57 +01:00
-
f5c4f3df19
httpManager now matches manager format
Dennis Postma
2024-12-28 22:16:30 +01:00
-
e1ff2fefe1
Renamed folder
Dennis Postma
2024-12-28 22:12:59 +01:00
-
0bc81ba4cc
Updated init command
Dennis Postma
2024-12-28 22:11:54 +01:00
-
baf0350102
Router is now httpManager
Dennis Postma
2024-12-28 21:33:32 +01:00
-
5c94584cb2
format
Dennis Postma
2024-12-28 21:26:31 +01:00
-
4f1b9cf024
Renamed command manager to console manager, improved log reading
Dennis Postma
2024-12-28 21:24:59 +01:00
-
0b99d4098e
Better streamlined naming in socket events
Dennis Postma
2024-12-28 20:57:48 +01:00
-
5b386ae455
Updated more socket events
Dennis Postma
2024-12-28 20:51:11 +01:00
-
3da21a7856
Redundant code
Dennis Postma
2024-12-28 20:41:53 +01:00
-
e1a6f650fb
Continuation of refactor
Dennis Postma
2024-12-28 20:40:05 +01:00
-
6dda79f8b2
MORE IMPROVEMENTS
Dennis Postma
2024-12-28 19:31:47 +01:00
-
918f5141fc
Many many more improvements
Dennis Postma
2024-12-28 19:21:15 +01:00
-
bd3bf6f580
Greatly improved server code base
Dennis Postma
2024-12-28 17:26:17 +01:00
-
bd85908014
DB init. improvements
Dennis Postma
2024-12-27 19:03:05 +01:00
-
474683082d
packages
Dennis Postma
2024-12-27 16:06:04 +01:00
-
0fe060ff99
More improvements
Dennis Postma
2024-12-27 03:36:45 +01:00
-
30dc69ab4b
Added ESLint
Dennis Postma
2024-12-27 02:50:11 +01:00
-
343c67a110
Fixes
Dennis Postma
2024-12-27 02:44:32 +01:00
-
5d6cb478cd
Removed redundant code pt2.
Dennis Postma
2024-12-26 23:54:19 +01:00
-
a95c67b5fe
Removed redundant code
Dennis Postma
2024-12-26 23:50:04 +01:00
-
e571cf2230
Converted more procedural programming to OOP
Dennis Postma
2024-12-26 23:34:25 +01:00
-
b7f448cb17
Started improving character move event
Dennis Postma
2024-12-26 17:45:14 +01:00
-
4a963b4359
Improved entities, ran formatting, utilise getters and setters
Dennis Postma
2024-12-26 16:45:00 +01:00
-
691abb7c4f
Added getter & setter functions to all entities
Dennis Postma
2024-12-26 15:15:18 +01:00
-
6a27ccff31
Init command works
Dennis Postma
2024-12-26 04:21:35 +01:00
-
9d72995225
Reverted .env.example, updated init script
Dennis Postma
2024-12-26 01:21:43 +01:00
-
2de2bec705
Added README.md, started refactoring init. command
Dennis Postma
2024-12-25 19:07:03 +01:00
-
bf64a6df70
Authentication works again
Dennis Postma
2024-12-25 17:53:59 +01:00
-
1b87f1dd91
Minor repo improvement
Dennis Postma
2024-12-25 17:28:35 +01:00
-
f4746722af
Renamed folder utilities > application, added baseEntity class, updated baseRepo class, removed prisma helper
Dennis Postma
2024-12-25 16:50:01 +01:00
-
f5a7a348e0
Improvements in asset http endpoints
Dennis Postma
2024-12-25 14:13:53 +01:00
-
d70e25207b
All repositories use MikroORM now
Dennis Postma
2024-12-25 14:09:46 +01:00
-
4dd71a25b5
Refactor getByZoneId() in tile repo
Dennis Postma
2024-12-25 13:57:51 +01:00
-
5c87b7b4af
Typo
Dennis Postma
2024-12-25 13:51:25 +01:00
-
aa3ee8f0af
Enum bug fix
Dennis Postma
2024-12-25 13:49:43 +01:00
-
95f4c58110
Added missing entities( zoneEffect, zoneEventTile, zoneEventTileTeleport, zoneObject)
Dennis Postma
2024-12-25 03:19:53 +01:00
-
b4989aac26
npm run format
Dennis Postma
2024-12-25 02:06:58 +01:00
-
c35e27799e
Fixed enum fields, new migration file
Dennis Postma
2024-12-25 02:06:02 +01:00
-
125d3a3f66
Added init migration, moved ORM config into separate file, updated .gitignore file
Dennis Postma
2024-12-25 01:16:07 +01:00
-
d299528c26
Added base repository, updated char. hair repo and user repo
Dennis Postma
2024-12-25 01:15:30 +01:00
-
bc58d41c54
Added back node-ts for MikroORM
Dennis Postma
2024-12-25 01:10:49 +01:00
-
058988e874
Added paths in typescript config and utilise this in all project files
Dennis Postma
2024-12-24 23:48:37 +01:00
-
72562f92f9
Updated user repository to use MikroORM
Dennis Postma
2024-12-24 23:29:17 +01:00
-
38395b6f19
Better imports
Dennis Postma
2024-12-24 23:16:13 +01:00
-
88cc8f5b08
Added comment
Dennis Postma
2024-12-24 23:16:05 +01:00
-
413a5cbcf5
Made database class to call entity manager with
Dennis Postma
2024-12-24 23:14:08 +01:00
-
cfae96bde8
Updated entities
Dennis Postma
2024-12-24 22:56:12 +01:00
-
42e7b7312e
Updated .gitignore
Dennis Postma
2024-12-24 22:28:07 +01:00
-
f76b758565
Added @mikro-orm/reflection
Dennis Postma
2024-12-24 22:25:18 +01:00
-
434f5df7c2
Typo
Dennis Postma
2024-12-24 22:19:55 +01:00
-
5990b6d6ac
Added enums, moved Mikro ORM config into server.ts, cleaned configuration and env files
Dennis Postma
2024-12-24 22:17:47 +01:00
-
8377fe6545
Added enums, moved Mikro ORM config into server.ts, cleaned configuration and env files
Dennis Postma
2024-12-24 22:17:41 +01:00
-
8980691409
Added ORM entities
Dennis Postma
2024-12-24 22:08:08 +01:00
-
40c24cee10
Added Mikro ORM config
Dennis Postma
2024-12-24 22:03:20 +01:00
-
e5df80647f
Replaced ts-node with tsx
Dennis Postma
2024-12-24 22:01:11 +01:00
-
75595515b5
Improved typescript config
Dennis Postma
2024-12-24 22:00:53 +01:00
-
e19f30b15a
Updated tsconfig.json according to MikroORM documentation
Dennis Postma
2024-12-24 16:04:48 +01:00
-
af5f4f97f2
Added MikroORM to packages, fixed character repository before swap
Dennis Postma
2024-12-24 15:56:26 +01:00
-
241cfb3eb2
famous last words: fuck (changing ORM)
Dennis Postma
2024-12-24 15:27:24 +01:00
-
ac4cefa902
Copy sprite event listener and logic
Dennis Postma
2024-12-24 00:54:43 +01:00
-
3dffad928d
Removed redundant line of code
Dennis Postma
2024-12-22 23:44:55 +01:00
-
ce90d6f7a9
Removed check that prevented overwriting existing spritesheets
Dennis Postma
2024-12-22 23:33:25 +01:00
-
b520acc2db
Updated assets
Dennis Postma
2024-12-22 22:01:09 +01:00
-
75333d2659
#289: Add init command for easy installation
Dennis Postma
2024-12-22 21:51:33 +01:00
-
dd9e039649
CRUD for items
Dennis Postma
2024-12-22 20:09:14 +01:00
-
1facd2d641
Improvements to spritesheet gen.
Dennis Postma
2024-12-22 02:32:06 +01:00
-
5af2e399c9
Added comment for #287\
Dennis Postma
2024-12-22 01:32:00 +01:00
-
6e3c97d7d1
Added padding to character
Dennis Postma
2024-12-22 01:18:18 +01:00
-
bf58fc4944
#16: Working PoC avatar image generator
Dennis Postma
2024-12-22 00:12:43 +01:00
-
68f7db7aa4
Restored old endpoint slugs
Dennis Postma
2024-12-21 23:09:07 +01:00
-
bbcd122a6c
Potential fix?
Dennis Postma
2024-12-21 23:08:16 +01:00
-
23c437f0bc
npm run format
Dennis Postma
2024-12-21 22:51:08 +01:00
-
eb2648d31f
Added extra HTTP boilerplate allowing us to have endpoints in separated files
Dennis Postma
2024-12-21 22:45:17 +01:00
-
7e8fcc766a
Minor improvements
Dennis Postma
2024-12-21 02:59:44 +01:00