Ilkka Seppälä
68a5df1cc9
delete unwanted files
2021-12-29 19:05:16 +02:00
Ilkka Seppälä
1c70cdc333
Update throttling pattern example
2021-12-29 19:00:53 +02:00
YanchaoMiao
55f4ecc234
Create UpdateTest.java
2021-12-29 17:07:48 +02:00
YanchaoMiao
3855f0bc15
Create AppTest.java
2021-12-29 17:07:48 +02:00
YanchaoMiao
d71d2a4abd
Delete UpdateTest.java
2021-12-29 17:07:48 +02:00
YanchaoMiao
67f0a201e2
Delete AppTest.java
2021-12-29 17:07:47 +02:00
YanchaoMiao
3f08aebcd3
Create PhysicsComponent.java
2021-12-29 17:07:47 +02:00
YanchaoMiao
8604e65fce
Create InputComponent.java
2021-12-29 17:07:46 +02:00
YanchaoMiao
618b90147a
Create GraphicsComponent.java
2021-12-29 17:07:46 +02:00
YanchaoMiao
405495f0a8
Create GameObject.java
2021-12-29 17:07:45 +02:00
YanchaoMiao
f9ca7f752e
Create Component.java
2021-12-29 17:07:45 +02:00
YanchaoMiao
b2a22e506e
Create BjornPhysicsComponent.java
2021-12-29 17:07:44 +02:00
YanchaoMiao
1fb1073436
Create BjornInputComponent.java
2021-12-29 17:07:44 +02:00
YanchaoMiao
c28b8edf9e
Create BjornGraphicsComponent.java
2021-12-29 17:07:43 +02:00
YanchaoMiao
35ad973730
Update App.java
2021-12-29 17:07:43 +02:00
YanchaoMiao
a4d77e65f8
Update App.java
2021-12-29 17:07:42 +02:00
YanchaoMiao
0d1e226258
Create App.java
2021-12-29 17:07:42 +02:00
YanchaoMiao
dc73d57f3e
Delete PhysicsComponent.java
2021-12-29 17:07:41 +02:00
YanchaoMiao
4f2becf96f
Delete InputComponent.java
2021-12-29 17:07:41 +02:00
YanchaoMiao
6fed7cbbb2
Delete GraphicsComponent.java
2021-12-29 17:07:40 +02:00
YanchaoMiao
c7c3cb8e19
Delete GameObject.java
2021-12-29 17:07:40 +02:00
YanchaoMiao
6bd6f07bc2
Delete Component.java
2021-12-29 17:07:39 +02:00
YanchaoMiao
b0d17a00cd
Delete BjornPhysicsComponent.java
2021-12-29 17:07:39 +02:00
YanchaoMiao
18b3fa312f
Delete BjornInputComponent.java
2021-12-29 17:07:39 +02:00
YanchaoMiao
fc75edc7ca
Delete BjornGraphicsComponent.java
2021-12-29 17:07:38 +02:00
YanchaoMiao
c78d5a3220
Delete App.java
2021-12-29 17:07:38 +02:00
YanchaoMiao
11dcf5a4aa
Update App.java
2021-12-29 17:07:37 +02:00
YanchaoMiao
df84a3cc74
Update Component.java
2021-12-29 17:07:37 +02:00
YanchaoMiao
6523047361
Update BjornPhysicsComponent.java
2021-12-29 17:07:36 +02:00
YanchaoMiao
4a4c136757
Update BjornInputComponent.java
2021-12-29 17:07:36 +02:00
YanchaoMiao
1b5da55d45
Update BjornGraphicsComponent.java
2021-12-29 17:07:35 +02:00
YanchaoMiao
e9b20f674e
Update App.java
2021-12-29 17:07:35 +02:00
YanchaoMiao
23162f474f
Update pom.xml
2021-12-29 17:07:34 +02:00
YanchaoMiao
1610876fdd
Update README.md
2021-12-29 17:07:34 +02:00
YanchaoMiao
be55b8ebb8
Update README.md
2021-12-29 17:07:33 +02:00
YanchaoMiao
72aaea5333
Add files via upload
2021-12-29 17:07:33 +02:00
YanchaoMiao
e62a412318
Create AppTest.java
2021-12-29 17:07:33 +02:00
YanchaoMiao
ff955b4d95
Add files via upload
2021-12-29 17:07:32 +02:00
YanchaoMiao
a7650013a9
Add files via upload
2021-12-29 17:07:32 +02:00
YanchaoMiao
876d2a5466
Add files via upload
2021-12-29 17:07:31 +02:00
YanchaoMiao
636a826bb7
Add files via upload
2021-12-29 17:07:31 +02:00
YanchaoMiao
2230c55582
Create App.java
2021-12-29 17:07:30 +02:00
YanchaoMiao
f003844c25
Create component.urm.puml
2021-12-29 17:07:30 +02:00
allcontributors[bot]
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
Leisterbecker
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
allcontributors[bot]
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
CharlieYu
69883196d2
improvement: Optimized NioReactor stop() (Reactor Pattern) ( #1930 )
...
* Optimized NioReactor stop()
* Optimized ThreadPoolDispatcher stop()
2021-12-23 18:10:17 +02:00
allcontributors[bot]
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
interactwithankush
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 640dd55e35a9730e981d14665913f3d9b5b2d3b2.
* 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
Ilkka Seppälä
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