Commit Graph

9 Commits

Author SHA1 Message Date
enbrain 4fcb4e4ad3
Fix English errors in CONVENTIONS.md and README.md (#2414) 2021-05-20 14:20:55 +00:00
liach 0d0a71ba96
More comprehensive javadoc conventions (#2051)
* Squashed commit of the following:

commit b66d5953cdd5a671af8aa93b05c63584d7d5ffec
Merge: a517a6fab4 7f65f51654
Author: liach <7806504+liach@users.noreply.github.com>
Date:   Thu Apr 22 10:55:59 2021 +0700

    Merge branch '21w16a' into 21w06a-2

commit a517a6fab4a648153d2af91cccf165618fb4cdeb
Merge: ae8afb008e 232a1e0b9f
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Thu Apr 8 00:07:28 2021 +0000

    Merge branch '21w14a' into 21w06a-2

commit ae8afb008e0edfb005f8fc4d0ef65fc601c82ab7
Merge: ee10f51f18 e15349595d
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Wed Mar 31 23:35:18 2021 +0000

    Merge branch '21w13a' into 21w06a-2

commit ee10f51f189cac5f6aa59fb000ada2a989fcf14b
Merge: 0218c2a387 bf4d6850bd
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Thu Mar 18 02:29:22 2021 +0000

    Merge branch '21w11a' into 21w06a-2

commit 0218c2a387a8cca390743a04974db257bcd5e5f8
Merge: 45ca6452b4 252ad11d0a
Author: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Date:   Wed Mar 10 19:32:17 2021 +0000

    Merge branch '21w10a' into 21w06a-2

commit 45ca6452b4d329eed9cdefd1737f22e15e175616
Author: liach <7806504+liach@users.noreply.github.com>
Date:   Mon Feb 22 07:07:17 2021 -0600

    Update CONVENTIONS.md

    Co-authored-by: haykam821 <24855774+haykam821@users.noreply.github.com>

commit e99c08f313cf21d9cd4076acb9b889126214e031
Author: liach <liach@users.noreply.github.com>
Date:   Sun Feb 21 19:19:19 2021 -0600

    Address player's concerns

    Signed-off-by: liach <liach@users.noreply.github.com>

commit 112ad37d74efb585eaf212a820a527608acdfe06
Author: liach <7806504+liach@users.noreply.github.com>
Date:   Mon Feb 15 22:40:31 2021 -0600

    Update CONVENTIONS.md

commit d029970d8be3aa49aa52d05618cae01c50ac7eb6
Author: liach <liach@users.noreply.github.com>
Date:   Mon Feb 15 18:08:55 2021 -0600

    Fixes a few problems from haykam's suggestions

    Signed-off-by: liach <liach@users.noreply.github.com>

commit 30930a7298832090a3c06581631d4f453a8632f1
Author: liach <7806504+liach@users.noreply.github.com>
Date:   Mon Feb 15 17:45:26 2021 -0600

    Apply suggestions from code review

    Still needs furnishing

    Co-authored-by: haykam821 <24855774+haykam821@users.noreply.github.com>

commit b06652dc3f0b22876907a5e4457fdd1f42cc79fe
Author: liach <7806504+liach@users.noreply.github.com>
Date:   Fri Feb 12 16:39:37 2021 -0600

    Update CONVENTIONS.md

    Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>

commit 8cb65e7a0d36cf4633501ff526eaccdbc60969fd
Author: liach <liach@users.noreply.github.com>
Date:   Fri Feb 12 15:18:42 2021 -0600

    More comprehensive javadoc conventions

    Signed-off-by: liach <liach@users.noreply.github.com>

* Modernize information and my notes

Signed-off-by: liach <liach@users.noreply.github.com>

* Update CONVENTIONS.md

Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>

Co-authored-by: liach <liach@users.noreply.github.com>
Co-authored-by: enbrain <69905075+enbrain@users.noreply.github.com>
2021-05-14 15:25:02 +00:00
haykam821 1317eb48c0
Make the parameter for equals methods consistent (#2361)
* Make the parameter for equals methods consistent

Fixes #2299

* Add conventions for the correct parameter for equals methods
2021-04-29 17:12:46 +01:00
haykam821 012d0ebd24 Add conventions for game content capitalization in documentation (#2325)
* Add conventions for game content capitalization in documentation

* Use sentence case for the header of the game content capitalization section

Co-authored-by: Juuxel <6596629+Juuxel@users.noreply.github.com>

Co-authored-by: Juuxel <6596629+Juuxel@users.noreply.github.com>
2021-04-17 18:37:36 +02:00
YanisBft 83d6b1581d
Add javadocs convention (#1790)
* Add javadocs convention

* Update CONVENTIONS.md
2020-10-13 08:56:22 +01:00
Juuxel c1d0d9db1f
Add CONTRIBUTING.md, mention mojmap being ARR (#1222)
* Add CONTRIBUTING.md, mention mojmap being ARR

Closes #1221. Created CONTRIBUTING.md file that is basically
a copy-paste from the README.

Closes #1209. CONVENTIONS.md now mentions that names from
mojmap should not be used.

* Suggestions
2020-03-26 14:12:00 +00:00
Prospector 462812a68e
Container -> ScreenHandler (#1106)
* Container -> ScreenHandler

* Fix first set of issues (excluding comments)

* Fix comment issues
2020-03-08 22:18:57 +00:00
Marcono1234 1520c972c5 Fix CONVENTIONS.md typos (#770) 2019-07-11 21:47:24 +01:00
Runemoro 001d1f2527 Add naming conventions (#733)
* Create CONVENTIONS.md

* Update CONVENTIONS.md

* Update CONVENTIONS.md

* Update CONVENTIONS.md

* Update CONVENTIONS.md

* Update CONVENTIONS.md

* Update CONVENTIONS.md

* Update CONVENTIONS.md

* Update CONVENTIONS.md

* Update CONVENTIONS.md

* Update CONVENTIONS.md

* Update CONVENTIONS.md

* Update CONVENTIONS.md

* Update CONVENTIONS.md

* Update CONVENTIONS.md

* Update CONVENTIONS.md
2019-06-19 22:21:40 +01:00