Dylan T
|
b1de973d96
|
changelog: world save performance is improved
[ci skip]
|
2019-10-03 10:51:33 +01:00 |
|
Dylan K. Taylor
|
f0539f4898
|
Release 3.9.5
|
2019-10-01 15:02:33 +01:00 |
|
Dylan K. Taylor
|
ea374f5c37
|
[ci skip] update changelog
|
2019-08-20 15:52:50 +01:00 |
|
Dylan K. Taylor
|
3274db3ddc
|
DustParticle constructor now uses Color object
|
2019-08-19 18:57:26 +01:00 |
|
Dylan K. Taylor
|
1262b06797
|
[ci skip] update changelog
|
2019-08-19 17:22:22 +01:00 |
|
Dylan K. Taylor
|
69e23998f4
|
Merge branch 'stable'
|
2019-08-16 19:06:36 +01:00 |
|
Dylan K. Taylor
|
1be6783c34
|
Release 3.9.4
|
2019-08-16 17:58:01 +01:00 |
|
Dylan K. Taylor
|
4898a35613
|
cleanup block dual bounding box clusterfuck
"bounding box" serves no tangible purpose, only collision boxes do right now.
|
2019-08-15 17:23:55 +01:00 |
|
Dylan K. Taylor
|
73b2669712
|
remove World->isFullBlock(), add Block->isFullCube(), clean up some BB mess
|
2019-08-15 16:22:54 +01:00 |
|
Dylan K. Taylor
|
358fea9645
|
Move Location to Entity namespace
|
2019-08-05 17:20:48 +01:00 |
|
Dylan K. Taylor
|
927e05d038
|
[ci skip] update changelog
|
2019-08-05 17:15:10 +01:00 |
|
Dylan K. Taylor
|
2e806d8a6c
|
[ci skip] changelog update
|
2019-08-02 16:26:04 +01:00 |
|
Dylan K. Taylor
|
58e9728710
|
Removing useless armour descendent classes, move armour slot to ArmorTypeInfo
|
2019-08-02 16:17:04 +01:00 |
|
Dylan K. Taylor
|
eaf5226f08
|
[ci skip] update changelog
|
2019-08-01 17:53:42 +01:00 |
|
Dylan K. Taylor
|
18d05f57b5
|
Merge branch 'next-minor'
|
2019-07-29 17:33:08 +01:00 |
|
Dylan K. Taylor
|
18a1bfe4dd
|
Release 3.9.3
|
2019-07-29 17:27:21 +01:00 |
|
Dylan K. Taylor
|
72c0af2e82
|
Merge branch 'stable'
|
2019-07-22 17:39:44 +01:00 |
|
Dylan K. Taylor
|
7a747d6f93
|
Release 3.9.2
|
2019-07-22 17:28:33 +01:00 |
|
Dylan K. Taylor
|
a4c7744188
|
[ci skip] changelog updates
|
2019-07-19 13:53:44 +01:00 |
|
Dylan K. Taylor
|
fec8c75fd8
|
[ci skip] changelog: document more misc API changes
|
2019-07-17 15:55:28 +01:00 |
|
Dylan K. Taylor
|
74572fde08
|
[ci skip] changelog: add some information about NBT handling changes
|
2019-07-17 15:52:52 +01:00 |
|
Dylan K. Taylor
|
ad4ed1c95c
|
[ci skip] expand changelog on item changes
|
2019-07-17 14:46:43 +01:00 |
|
Dylan K. Taylor
|
0ba3121c43
|
Merge branch 'stable'
|
2019-07-14 19:19:33 +01:00 |
|
Dylan K. Taylor
|
aaa01bb6f8
|
Release 3.9.1
|
2019-07-14 19:10:29 +01:00 |
|
Dylan K. Taylor
|
6a93eb8361
|
Merge branch 'stable'
|
2019-07-13 18:08:45 +01:00 |
|
Dylan K. Taylor
|
740398282f
|
[ci skip] added some detail about packet changes in 3.9.0 release
|
2019-07-13 15:35:00 +01:00 |
|
Dylan K. Taylor
|
bd69c66d03
|
Release 3.9.0
|
2019-07-12 19:03:23 +01:00 |
|
Dylan K. Taylor
|
790fcc4ebb
|
Release 3.8.7
|
2019-07-12 18:20:47 +01:00 |
|
Dylan K. Taylor
|
2cab22fd38
|
Merge branch 'stable'
|
2019-07-07 18:10:19 +01:00 |
|
Dylan K. Taylor
|
1bfd6f2a90
|
Release 3.8.6
|
2019-07-07 17:49:37 +01:00 |
|
Dylan K. Taylor
|
5274a0fe3c
|
Extract an ExperienceManager unit from Human
|
2019-07-06 19:31:39 +01:00 |
|
Dylan K. Taylor
|
da0358529a
|
Extract a HungerManager unit from Human
|
2019-07-06 18:50:34 +01:00 |
|
Dylan K. Taylor
|
119cb083bf
|
[ci skip] update changelog
|
2019-07-06 15:22:27 +01:00 |
|
Dylan K. Taylor
|
45b0cbc796
|
Human: remove getRawUniqueId() premature optimization
this is never used in a hot path and presents a potential for inconsistency.
|
2019-07-05 17:17:48 +01:00 |
|
Dylan K. Taylor
|
f356bf0893
|
Extracted an EffectManager unit from Living
|
2019-07-05 16:15:58 +01:00 |
|
Dylan K. Taylor
|
a125980ada
|
utils: Color is now immutable
as is always the case with mutability, allowing this creates lots of complications that aren't worth the hassle.
|
2019-07-04 18:00:48 +01:00 |
|
Dylan K. Taylor
|
4c5d8c12dd
|
[ci skip] more updates to changelog
|
2019-07-03 18:32:20 +01:00 |
|
Dylan K. Taylor
|
206b397ee1
|
Living: drop useless knockBack() parameters, closes #2634
|
2019-07-02 19:52:51 +01:00 |
|
Dylan K. Taylor
|
b0a85155d7
|
[ci skip] add inventory changes to changelog
|
2019-07-02 14:06:11 +01:00 |
|
Dylan K. Taylor
|
601ba4264d
|
[ci skip] added incomplete changelog for 4.0
|
2019-07-01 17:42:18 +01:00 |
|
Dylan T
|
012f015e7d
|
[ci skip] update changelog md for 3.8.5
|
2019-06-24 14:25:47 +01:00 |
|
Dylan K. Taylor
|
cd48d8272c
|
added changelog for 3.8.5
|
2019-06-16 17:17:21 +01:00 |
|
Dylan K. Taylor
|
02bc43b440
|
missed a bit
|
2019-06-11 16:48:24 +01:00 |
|
Dylan K. Taylor
|
5832f42783
|
added changelogs as mdfiles
|
2019-06-11 16:44:05 +01:00 |
|