Maximilian
  • Joined on 2021-11-07
Maximilian pushed to master at Maximilian/unreal 2022-01-18 17:01:35 +01:00
80e990c432 A* algorithm now working as intended
Maximilian pushed to master at Maximilian/unreal 2022-01-17 17:58:35 +01:00
5c1535da32 removed alternative implemenation of A* for now
Maximilian pushed to master at Maximilian/unreal 2022-01-17 17:54:00 +01:00
6c1c0579cb pathfinding now working for distance 2 or less
Maximilian pushed to master at Maximilian/unreal 2022-01-16 21:19:39 +01:00
32f4c6a278 small changes to pathfinding; plan to fix bad performance
180207f441 First draft of A* pathfinding implementation
Compare 2 commits »
Maximilian pushed to master at Maximilian/unreal 2022-01-13 21:29:17 +01:00
fc10cbfc3e small changes
Maximilian pushed to master at Maximilian/unreal 2022-01-13 16:54:43 +01:00
33de4f2fa6 added Distance function, quick fix for Neighbors function
Maximilian pushed to master at Maximilian/unreal 2022-01-13 16:34:11 +01:00
219b99c8d7 Neighbors function draft; refactoring
Maximilian pushed to master at Maximilian/unreal 2022-01-12 18:22:22 +01:00
b5c9c661fe plan to implement pathfinding; minor fixes & refactorings
Maximilian pushed to master at Maximilian/unreal 2022-01-11 18:16:36 +01:00
9021763ab7 fixed crashing bug when calling RandomHex() too early
Maximilian pushed to master at Maximilian/unreal 2022-01-11 17:32:35 +01:00
832507177f diagonal edge scroll improvements
Maximilian pushed to master at Maximilian/unreal 2022-01-11 11:08:05 +01:00
7f4fd950df initial commit
Maximilian created branch master in Maximilian/unreal 2022-01-11 11:08:05 +01:00
Maximilian created repository Maximilian/unreal 2022-01-11 11:06:16 +01:00
Maximilian pushed to master at daniil-berg/django-stockfin-db 2022-01-02 17:00:05 +01:00
711e24d244 model methods, meta options and admin settings
Maximilian pushed to master at daniil-berg/django-stockfin-db 2022-01-02 16:13:49 +01:00
84879b89d1 django server settings
df31c1aa49 more models
Compare 2 commits »
Maximilian pushed to master at daniil-berg/django-stockfin-db 2022-01-01 23:52:54 +01:00
b9dc545ebb first model draft
ee10df4cd0 Django boilerplate
Compare 2 commits »
Maximilian pushed to master at daniil-berg/django-stockfin-db 2021-12-31 19:30:55 +01:00
660c540828 initial commit
Maximilian created branch master in daniil-berg/django-stockfin-db 2021-12-31 19:30:55 +01:00
Maximilian pushed to master at daniil-berg/mwfin 2021-12-28 23:00:10 +01:00
911fa15f46 extensive docstrings; made all functions public (not protected); minor refactoring
Maximilian pushed to master at daniil-berg/mwfin 2021-12-26 22:32:36 +01:00
f29f22a52e 100% coverage