Commit Graph

3227 Commits

Author SHA1 Message Date
55f4ecc234 Create UpdateTest.java 2021-12-29 17:07:48 +02:00
3855f0bc15 Create AppTest.java 2021-12-29 17:07:48 +02:00
d71d2a4abd Delete UpdateTest.java 2021-12-29 17:07:48 +02:00
67f0a201e2 Delete AppTest.java 2021-12-29 17:07:47 +02:00
3f08aebcd3 Create PhysicsComponent.java 2021-12-29 17:07:47 +02:00
8604e65fce Create InputComponent.java 2021-12-29 17:07:46 +02:00
618b90147a Create GraphicsComponent.java 2021-12-29 17:07:46 +02:00
405495f0a8 Create GameObject.java 2021-12-29 17:07:45 +02:00
f9ca7f752e Create Component.java 2021-12-29 17:07:45 +02:00
b2a22e506e Create BjornPhysicsComponent.java 2021-12-29 17:07:44 +02:00
1fb1073436 Create BjornInputComponent.java 2021-12-29 17:07:44 +02:00
c28b8edf9e Create BjornGraphicsComponent.java 2021-12-29 17:07:43 +02:00
35ad973730 Update App.java 2021-12-29 17:07:43 +02:00
a4d77e65f8 Update App.java 2021-12-29 17:07:42 +02:00
0d1e226258 Create App.java 2021-12-29 17:07:42 +02:00
dc73d57f3e Delete PhysicsComponent.java 2021-12-29 17:07:41 +02:00
4f2becf96f Delete InputComponent.java 2021-12-29 17:07:41 +02:00
6fed7cbbb2 Delete GraphicsComponent.java 2021-12-29 17:07:40 +02:00
c7c3cb8e19 Delete GameObject.java 2021-12-29 17:07:40 +02:00
6bd6f07bc2 Delete Component.java 2021-12-29 17:07:39 +02:00
b0d17a00cd Delete BjornPhysicsComponent.java 2021-12-29 17:07:39 +02:00
18b3fa312f Delete BjornInputComponent.java 2021-12-29 17:07:39 +02:00
fc75edc7ca Delete BjornGraphicsComponent.java 2021-12-29 17:07:38 +02:00
c78d5a3220 Delete App.java 2021-12-29 17:07:38 +02:00
11dcf5a4aa Update App.java 2021-12-29 17:07:37 +02:00
df84a3cc74 Update Component.java 2021-12-29 17:07:37 +02:00
6523047361 Update BjornPhysicsComponent.java 2021-12-29 17:07:36 +02:00
4a4c136757 Update BjornInputComponent.java 2021-12-29 17:07:36 +02:00
1b5da55d45 Update BjornGraphicsComponent.java 2021-12-29 17:07:35 +02:00
e9b20f674e Update App.java 2021-12-29 17:07:35 +02:00
23162f474f Update pom.xml 2021-12-29 17:07:34 +02:00
1610876fdd Update README.md 2021-12-29 17:07:34 +02:00
be55b8ebb8 Update README.md 2021-12-29 17:07:33 +02:00
72aaea5333 Add files via upload 2021-12-29 17:07:33 +02:00
e62a412318 Create AppTest.java 2021-12-29 17:07:33 +02:00
ff955b4d95 Add files via upload 2021-12-29 17:07:32 +02:00
a7650013a9 Add files via upload 2021-12-29 17:07:32 +02:00
876d2a5466 Add files via upload 2021-12-29 17:07:31 +02:00
636a826bb7 Add files via upload 2021-12-29 17:07:31 +02:00
2230c55582 Create App.java 2021-12-29 17:07:30 +02:00
f003844c25 Create component.urm.puml 2021-12-29 17:07:30 +02:00
f670ae547b docs: add Leisterbecker as a contributor for code (#1935)
* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2021-12-23 20:45:14 +02:00
df73d80365 improvement: EventAggregator now considers Event-Type (#1933)
* Implemented more granular registration of observers with HashMap;
Key: Event, Value: List of Observers registered for the event;

* Edited constructors and super calls of all EventEmitter extenders

* Edited constructor calls in App.java

* Edited EventEmitterTest

* Added new white walkers event, scout emits at wednesday, varys observes and emits at saturday

* Added white walkers event to KingsHandTest.java

* Varys now passes events

* Corrected some indentation levels and added curly braces to if statements

* Corrected some styling

* Switched lines in App.java,
added javadoc to registerObserver

* Fixed some indents, added param comments
2021-12-23 20:43:36 +02:00
4588e09939 docs: add yuhangbin as a contributor for code (#1934)
* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2021-12-23 18:11:48 +02:00
69883196d2 improvement: Optimized NioReactor stop() (Reactor Pattern) (#1930)
* Optimized NioReactor stop()

* Optimized ThreadPoolDispatcher stop()
2021-12-23 18:10:17 +02:00
4dcc20b733 docs: add interactwithankush as a contributor for code (#1931)
* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: Subhrodip Mohanta <hello@subho.xyz>
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2021-12-16 20:06:21 +05:30
600227d2e4 fix: Sonar report - fix blocker and critical ones (#1899)
* update SpatialPartitionBubbles - fix Sonar blocker issue

* fix Sonar critical issue - Define constant instead of duplicating the literal

* fix Sonar critical issue - remove unnecessary default constructor

* fix Sonar critical issue - Define constant instead of duplicating the literal

* fix Sonar critical issue - Define constant instead of duplicating the literal

* fix Sonar critical issue - Define constant instead of duplicating the literal

* fix Sonar critical issue - fix checkstyle issue

* fix Sonar critical issue - fix code smells

* fix Sonar critical issue - fix code smells

* fix Sonar critical issue - fix code smells

* fix sonarbugs - adding test cases for Commander class

* sonar fix - add assert commands in CommanderTest

* sonar fix - add test cases for CommanderTest

* sonar fix - add test cases for CommanderTest

* sonar fix - add test cases for CommanderTest

* sonar fix - add test cases for CommanderTest

* sonar fix - add test cases for CommanderTest

* sonar fix - add test cases for CommanderTest

* sonar fix - add test cases for CommanderTest

* sonar bug fix & test cases

* sonar bug fix & test cases

* sonar bug fix & test cases

* sonar bug fix & test cases

* sonar bug fix & test cases

* Revert "sonar bug fix & test cases"

This reverts commit 640dd55e35.

* sonar bug fix & test cases

* sonar bug fix & test cases

* sonar bug fix & test cases

* sonar bug fix : avoid Thread.sleep

* sonar bug fix : cleanup Thread.sleep

* sonar bug fix: test commit

* sonar bug fix: test commit

Co-authored-by: Subhrodip Mohanta <hello@subho.xyz>
Co-authored-by: atayal <Ankush_Tayal@intuit.com>
2021-12-16 20:05:13 +05:30
fee898cd27 fix: Add language to claim check frontmatter (#1928)
Co-authored-by: Subhrodip Mohanta <hello@subho.xyz>
2021-12-16 20:00:25 +05:30
b1242629c8 fix: Grammatical fixes for Adapter (#1783)
* Grammatical fixes

* Update adapter/README.md

Co-authored-by: Subhrodip Mohanta <hello@subho.xyz>
2021-12-16 19:59:06 +05:30
5d78a77b97 docs: add Shrirang97 as a contributor for review, code (#1927)
* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
2021-12-11 17:08:30 +02:00