|
4f1b9cf024
|
Renamed command manager to console manager, improved log reading
|
2024-12-28 21:24:59 +01:00 |
|
|
0b99d4098e
|
Better streamlined naming in socket events
|
2024-12-28 20:57:48 +01:00 |
|
|
5b386ae455
|
Updated more socket events
|
2024-12-28 20:51:11 +01:00 |
|
|
3da21a7856
|
Redundant code
|
2024-12-28 20:41:53 +01:00 |
|
|
e1a6f650fb
|
Continuation of refactor
|
2024-12-28 20:40:05 +01:00 |
|
|
6dda79f8b2
|
MORE IMPROVEMENTS
|
2024-12-28 19:31:47 +01:00 |
|
|
918f5141fc
|
Many many more improvements
|
2024-12-28 19:21:15 +01:00 |
|
|
bd3bf6f580
|
Greatly improved server code base
|
2024-12-28 17:26:17 +01:00 |
|
|
bd85908014
|
DB init. improvements
|
2024-12-27 19:03:05 +01:00 |
|
|
474683082d
|
packages
|
2024-12-27 16:06:04 +01:00 |
|
|
0fe060ff99
|
More improvements
|
2024-12-27 03:36:45 +01:00 |
|
|
30dc69ab4b
|
Added ESLint
|
2024-12-27 02:50:11 +01:00 |
|
|
343c67a110
|
Fixes
|
2024-12-27 02:44:32 +01:00 |
|
|
5d6cb478cd
|
Removed redundant code pt2.
|
2024-12-26 23:54:19 +01:00 |
|
|
a95c67b5fe
|
Removed redundant code
|
2024-12-26 23:50:04 +01:00 |
|
|
e571cf2230
|
Converted more procedural programming to OOP
|
2024-12-26 23:34:25 +01:00 |
|
|
b7f448cb17
|
Started improving character move event
|
2024-12-26 17:45:14 +01:00 |
|
|
4a963b4359
|
Improved entities, ran formatting, utilise getters and setters
|
2024-12-26 16:45:00 +01:00 |
|
|
691abb7c4f
|
Added getter & setter functions to all entities
|
2024-12-26 15:15:18 +01:00 |
|
|
6a27ccff31
|
Init command works
|
2024-12-26 04:21:35 +01:00 |
|
|
9d72995225
|
Reverted .env.example, updated init script
|
2024-12-26 01:21:43 +01:00 |
|
|
2de2bec705
|
Added README.md, started refactoring init. command
|
2024-12-25 19:07:03 +01:00 |
|
|
bf64a6df70
|
Authentication works again
|
2024-12-25 17:53:59 +01:00 |
|
|
1b87f1dd91
|
Minor repo improvement
|
2024-12-25 17:28:35 +01:00 |
|
|
f4746722af
|
Renamed folder utilities > application, added baseEntity class, updated baseRepo class, removed prisma helper
|
2024-12-25 16:50:01 +01:00 |
|
|
f5a7a348e0
|
Improvements in asset http endpoints
|
2024-12-25 14:13:53 +01:00 |
|
|
d70e25207b
|
All repositories use MikroORM now
|
2024-12-25 14:09:46 +01:00 |
|
|
4dd71a25b5
|
Refactor getByZoneId() in tile repo
|
2024-12-25 13:57:51 +01:00 |
|
|
5c87b7b4af
|
Typo
|
2024-12-25 13:51:25 +01:00 |
|
|
aa3ee8f0af
|
Enum bug fix
|
2024-12-25 13:49:43 +01:00 |
|
|
95f4c58110
|
Added missing entities( zoneEffect, zoneEventTile, zoneEventTileTeleport, zoneObject)
|
2024-12-25 03:19:53 +01:00 |
|
|
b4989aac26
|
npm run format
|
2024-12-25 02:06:58 +01:00 |
|
|
c35e27799e
|
Fixed enum fields, new migration file
|
2024-12-25 02:06:02 +01:00 |
|
|
125d3a3f66
|
Added init migration, moved ORM config into separate file, updated .gitignore file
|
2024-12-25 01:16:07 +01:00 |
|
|
d299528c26
|
Added base repository, updated char. hair repo and user repo
|
2024-12-25 01:15:30 +01:00 |
|
|
bc58d41c54
|
Added back node-ts for MikroORM
|
2024-12-25 01:10:49 +01:00 |
|
|
058988e874
|
Added paths in typescript config and utilise this in all project files
|
2024-12-24 23:48:37 +01:00 |
|
|
72562f92f9
|
Updated user repository to use MikroORM
|
2024-12-24 23:29:17 +01:00 |
|
|
38395b6f19
|
Better imports
|
2024-12-24 23:16:13 +01:00 |
|
|
88cc8f5b08
|
Added comment
|
2024-12-24 23:16:05 +01:00 |
|
|
413a5cbcf5
|
Made database class to call entity manager with
|
2024-12-24 23:14:08 +01:00 |
|
|
cfae96bde8
|
Updated entities
|
2024-12-24 22:56:12 +01:00 |
|
|
42e7b7312e
|
Updated .gitignore
|
2024-12-24 22:28:07 +01:00 |
|
|
f76b758565
|
Added @mikro-orm/reflection
|
2024-12-24 22:25:18 +01:00 |
|
|
434f5df7c2
|
Typo
|
2024-12-24 22:19:55 +01:00 |
|
|
5990b6d6ac
|
Added enums, moved Mikro ORM config into server.ts, cleaned configuration and env files
|
2024-12-24 22:17:47 +01:00 |
|
|
8377fe6545
|
Added enums, moved Mikro ORM config into server.ts, cleaned configuration and env files
|
2024-12-24 22:17:41 +01:00 |
|
|
8980691409
|
Added ORM entities
|
2024-12-24 22:08:08 +01:00 |
|
|
40c24cee10
|
Added Mikro ORM config
|
2024-12-24 22:03:20 +01:00 |
|
|
e5df80647f
|
Replaced ts-node with tsx
|
2024-12-24 22:01:11 +01:00 |
|