This website requires JavaScript.
caf0e5c2f4
Format decimal
Dennis Postma
2025-01-29 23:22:46 +01:00
c8728ba83a
Made field decimal, forgot to use const, new migration
Dennis Postma
2025-01-28 17:53:56 +01:00
b33b9cc29f
Almost works
Dennis Postma
2025-01-28 17:49:43 +01:00
3b65cae631
Migration fix
Dennis Postma
2025-01-28 16:49:01 +01:00
9d7cee2334
Combining sprites to generate a spritesheet works again.
Dennis Postma
2025-01-28 15:34:21 +01:00
dbdc8c9d6e
Continue working on spritesheet generator
Dennis Postma
2025-01-28 14:29:45 +01:00
d17408acd9
Sprite gen. work
Dennis Postma
2025-01-28 06:09:29 +01:00
5680b324b4
Merge remote-tracking branch 'origin/feature/map-refactor'
feature/map-refactor
Dennis Postma
2025-01-27 01:56:51 +01:00
9771f45e6d
Removed isAnimated and isLooping fields
Dennis Postma
2025-01-27 01:56:04 +01:00
b3ac6d34b8
Merge remote-tracking branch 'origin/feature/#313-effects' into feature/map-refactor
Dennis Postma
2025-01-25 15:34:40 +01:00
b115181756
Updated README
Dennis Postma
2025-01-25 14:50:53 +01:00
bf4789b9a8
Added additional installation steps
Dennis Postma
2025-01-25 14:44:33 +01:00
f004f059f6
Added software requirements to README
Dennis Postma
2025-01-25 14:39:44 +01:00
e6adb959ba
npm run format
Dennis Postma
2025-01-25 13:24:46 +01:00
85161ab4f6
Added comment
Dennis Postma
2025-01-25 00:28:23 +01:00
8f4d4fc482
Removed unused functions
feature/#313-effects
Dennis Postma
2025-01-24 23:53:03 +01:00
a0584c2bb9
Inline checking for less written code; removed unused import
Dennis Postma
2025-01-24 23:52:56 +01:00
7f4a784915
Removed redundant columns
Dennis Postma
2025-01-24 23:52:30 +01:00
71fdbd89a4
npm update
Dennis Postma
2025-01-24 23:46:36 +01:00
5c34ed7286
Fixed error thrown when getArgs called on a command with no arguments
Andrei
2025-01-23 13:52:32 -06:00
edb7836e55
Weather values randomized if no number is given as a command argument
Andrei
2025-01-23 13:42:26 -06:00
112559055c
Added createdAt and updatedAt fields to character hair to fix cache issue
Dennis Postma
2025-01-23 20:36:02 +01:00
1546deb811
Removed depth field from placedMapObject as this is calculated automatically
Dennis Postma
2025-01-23 19:47:33 +01:00
d7ac70662a
Accidentally put fog instead of rain
Andrei
2025-01-23 11:59:23 -06:00
dae0d365d5
Changed toggle functions to set, and refactored the random weather value gen
Andrei
2025-01-22 20:33:11 -06:00
020f2bd3c5
Removed weather effects booleans, now to disable weather effects, setting the value to 0 is the way
Andrei
2025-01-22 17:47:58 -06:00
189fd39377
Moved CORS logic into httpManager
Dennis Postma
2025-01-21 14:58:55 +01:00
0ba79c2299
Teleport fix
Dennis Postma
2025-01-14 02:18:53 +01:00
74f5214ca3
removed console.log
Dennis Postma
2025-01-13 15:02:44 +01:00
410d5cb7a8
Disabled Mikro ORM debugging
Dennis Postma
2025-01-13 14:51:39 +01:00
41e65fc3e9
?
Dennis Postma
2025-01-12 22:11:41 +01:00
4b6935c44a
npm update
Dennis Postma
2025-01-11 21:47:29 +01:00
4232042a06
Typo
Dennis Postma
2025-01-10 23:23:20 +01:00
3869eefaaf
frameCount fix
Dennis Postma
2025-01-10 19:29:28 +01:00
a4437fadce
npm run format
Dennis Postma
2025-01-09 16:02:26 +01:00
458293a5fc
Better var. naming
Dennis Postma
2025-01-09 15:58:16 +01:00
849ef07297
Entirely replaces asset controller with improved ones (textures & cache)
Dennis Postma
2025-01-08 21:12:33 +01:00
39ec4daa06
More cache stuff
Dennis Postma
2025-01-07 22:20:27 +01:00
010454914b
POC working new caching method - moved controllers folder, renamed assets to textures, fixed HTTP bug, formatted code
Dennis Postma
2025-01-07 03:58:32 +01:00
f47023dc81
POC working new caching method - moved controllers folder, renamed assets to textures, fixed HTTP bug, formatted code
Dennis Postma
2025-01-07 03:58:26 +01:00
4397552a86
Merge pull request 'fixed console logging on windows devices.' (#1 ) from issue/#307-fix-server-console-logging-on-window-based-devices into main
Mansporks
2025-01-06 20:40:36 +00:00
7b90fa5c13
fixed console logging on windows devices.
issue/#307-fix-server-console-logging-on-window-based-devices
Zach Hobbs
2025-01-06 14:33:45 -06:00
7dabed7ff6
Minor change
Dennis Postma
2025-01-06 21:23:25 +01:00
d91a70be09
Value can't be undefined anymore, is now null by default if no value is set or found
Dennis Postma
2025-01-06 21:23:17 +01:00
514ed87818
rm file
Dennis Postma
2025-01-06 18:04:17 +01:00
24586855cb
Created base entities, extended normal entities with these
Dennis Postma
2025-01-06 18:03:12 +01:00
be9ee97385
npm update
Dennis Postma
2025-01-06 16:09:04 +01:00
a05cd97430
updated packages
Dennis Postma
2025-01-05 21:00:24 +01:00
cc1dbe5179
Attempt to fix performance :(((
Dennis Postma
2025-01-05 07:22:23 +01:00
d7982493e1
Map event tile improvements
Dennis Postma
2025-01-05 06:22:22 +01:00
57b21f1499
More map editor work
Dennis Postma
2025-01-05 04:52:16 +01:00
33afef5466
Map editor WIP
Dennis Postma
2025-01-05 04:01:43 +01:00
813ddbd8b1
Better logging
Dennis Postma
2025-01-05 01:44:39 +01:00
4a55f47c06
Map editor improvements
Dennis Postma
2025-01-05 01:43:44 +01:00
097773995f
Removed redundant import
Colin Kallemein
2025-01-04 23:53:31 +01:00
04e4170c2d
Cleanup imports, changed item:update to new ORM
Colin Kallemein
2025-01-04 23:37:38 +01:00
46cfb61cf5
More map editor work
Dennis Postma
2025-01-04 23:15:18 +01:00
db7121a4fa
map editor
Dennis Postma
2025-01-04 23:14:32 +01:00
1dd0e73c4a
e
Dennis Postma
2025-01-04 23:14:05 +01:00
747d05a92a
Updated response type
Dennis Postma
2025-01-04 23:12:22 +01:00
48784a437f
Fixed characterhair:create
Colin Kallemein
2025-01-04 22:39:26 +01:00
6b12d8e7b1
Convert item create to new ORM
Colin Kallemein
2025-01-04 22:29:56 +01:00
50c2b249f4
More event streamlining
Dennis Postma
2025-01-04 21:23:47 +01:00
82aaf8a015
a
Dennis Postma
2025-01-04 21:17:46 +01:00
0e0854d365
yes
Dennis Postma
2025-01-04 21:14:54 +01:00
b2e0ac47e7
Finished char hair type list event
Dennis Postma
2025-01-04 21:00:22 +01:00
f2d0e87e26
Date & weather manager fixes
Dennis Postma
2025-01-04 20:46:55 +01:00
9bdafd5026
Made printWidth smaller for better readability, removed redundant services
Dennis Postma
2025-01-04 20:42:32 +01:00
ae269be196
Replaced old teleport func. with new one
Dennis Postma
2025-01-04 20:14:56 +01:00
21f4c5328f
Converted more events
Dennis Postma
2025-01-04 20:11:34 +01:00
47ec425acf
Fixes
Dennis Postma
2025-01-04 19:52:00 +01:00
1f0db75806
Minor fix
Dennis Postma
2025-01-04 19:16:58 +01:00
9a448542d3
More improvements
Dennis Postma
2025-01-04 19:05:54 +01:00
067976c54a
OOP is my passion ( ͡° ͜ʖ ͡°)
Dennis Postma
2025-01-04 18:35:53 +01:00
0b4420f956
POC
Dennis Postma
2025-01-03 21:50:16 +01:00
e843213b0a
Temp. fix for populating
Dennis Postma
2025-01-03 21:41:37 +01:00
4d50edd5dd
yeet
Dennis Postma
2025-01-03 18:46:56 +01:00
0cadbc33b9
Added populate attributes to functions
Dennis Postma
2025-01-03 18:23:48 +01:00
0c155347c4
Merge remote-tracking branch 'origin/main' into feature/#263
feature/#263
Dennis Postma
2025-01-03 17:30:40 +01:00
149485634d
seggs
Salih Muratović
2025-01-03 17:10:52 +01:00
bc67db7db7
Readme imporvement
Dennis Postma
2025-01-03 16:08:19 +01:00
a40b71140a
Almost finalised refactoring
Dennis Postma
2025-01-03 14:35:02 +01:00
9a016a1fb6
Re added the movement interruption code to allow overwriting movement
Colin Kallemein
2025-01-02 23:47:55 +01:00
ce80eb223c
#263 - Updated character movement to ts (WIP)
Colin Kallemein
2025-01-02 23:36:56 +01:00
fecdf222d7
Forgot
Dennis Postma
2025-01-02 18:14:12 +01:00
11041fec83
Renamed zone > map
Dennis Postma
2025-01-02 17:31:24 +01:00
887da447e0
Updated package.json
Dennis Postma
2025-01-02 02:27:42 +01:00
347554998a
Small consistency changes
Dennis Postma
2025-01-02 02:25:32 +01:00
f7dbf09bf5
More event progress
Dennis Postma
2025-01-02 02:24:09 +01:00
ab89d0cbb0
Tile CRUD works again
Dennis Postma
2025-01-02 01:38:52 +01:00
5ac056bb8a
Cleaned package.json, removed old code, temp. disabled mikro orm debugging
feature/improved-console-manager
Dennis Postma
2025-01-02 00:32:07 +01:00
664a74c973
Characters bug fix
Dennis Postma
2025-01-01 23:52:48 +01:00
0c77758351
More small improvements
Dennis Postma
2025-01-01 23:01:44 +01:00
e8ef160f2a
Minor improvements
Dennis Postma
2025-01-01 22:50:58 +01:00
2d6831b4ef
Improved readability of weather and date managers
feature/wd-stash
Dennis Postma
2025-01-01 22:09:44 +01:00
0464538b1c
N/A
Dennis Postma
2025-01-01 21:57:47 +01:00
e61aeed691
Refactor send chat logic
Dennis Postma
2025-01-01 21:57:24 +01:00
45e756fcd3
Fixed left-overs from #293
Dennis Postma
2025-01-01 21:49:01 +01:00
7c473de12b
number>uuid
Dennis Postma
2025-01-01 21:37:02 +01:00
5982422e04
Storage class is now OOP
Dennis Postma
2025-01-01 21:34:23 +01:00